* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  color: #1f2933;
  background: #f4f7fb;
  padding-top: 138px;
}

.nav-fijo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 14px 28px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.12);
}

.logo-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.logo-nav img {
  width: 54px;
  height: 54px;
  display: block;
  flex: 0 0 auto;
}

.nav-fijo ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-fijo a {
  color: #1f2933;
  text-decoration: none;
}

.nav-fijo a:hover {
  color: #0ea5e9;
}

main {
  width: 100%;
  max-width: 1180px;
  flex: 1;
  margin: 0 auto;
  padding: 32px 20px 56px;
}

.page {
  min-height: 0;
  display: block;
}

.intro {
  text-align: center;
}

.intro h1 {
  margin: 0 0 12px;
  font-size: 40px;
}

.intro p {
  margin: 0;
  font-size: 18px;
}

.inicio-mundial {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
}

.inicio-mundial h2 {
  margin-top: 0;
}

.enlace-dorsal {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 8px;
  color: #ffffff;
  background: #0ea5e9;
  font-weight: 700;
  text-decoration: none;
}

.enlace-dorsal:hover {
  background: #0284c7;
}

.precio-dorsal {
  display: inline-block;
  margin: 8px 0 14px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #111827;
  background: #e0f2fe;
  font-weight: 700;
}

.ficha-mundial {
  margin-top: 36px;
}

.fifa2026-resumen {
  display: grid;
  gap: 18px;
  align-items: stretch;
  padding: 24px;
}

.fifa2026-resumen-principal {
  display: grid;
  align-content: center;
  gap: 12px;
}

.fifa2026-resumen-principal h1,
.fifa2026-resumen-principal p {
  margin: 0;
}

.fifa2026-resumen-principal p {
  max-width: 70ch;
  color: var(--als-muted-strong);
  font-size: 17px;
  line-height: 1.65;
}

.fifa2026-resumen-lateral {
  display: grid;
  gap: 10px;
}

.fifa2026-resumen-lateral article {
  padding: 12px 14px;
  border: 1px solid rgba(226, 232, 240, 0.26);
  border-radius: 8px;
  background: rgba(2, 6, 9, 0.54);
}

.fifa2026-resumen-lateral h2 {
  margin: 0 0 6px;
  padding-left: 10px;
  border-left: 4px solid var(--als-accent);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
}

.fifa2026-resumen-lateral h2::after {
  display: none;
}

.fifa2026-resumen-lateral p {
  margin: 0;
  color: #e5edf5;
  font-size: 14px;
  line-height: 1.45;
}

.resumen-mundial {
  padding: 20px;
  margin: 18px 0 26px;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
}

.dorsales-contenedor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 0 34px;
}

.dorsal-presentacion {
  display: grid;
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid rgba(255, 116, 23, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 116, 23, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(5, 9, 12, 0.92);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.dorsal-presentacion-imagen {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.28);
  border-radius: 8px;
  background: #05090c;
}

.dorsal-presentacion-imagen img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.dorsal-presentacion-texto h3 {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 4px solid var(--als-accent);
  color: #ffffff;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.15;
}

.dorsal-presentacion-texto p {
  margin: 0 0 10px;
  color: #f2f6fa;
  font-size: 16px;
  line-height: 1.7;
}

.dorsal-card {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
}

.dorsal-card h3 {
  margin: 0 0 10px;
}

.dorsal-card p {
  margin: 0;
}

.dorsal-toggle {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  border: 0;
  color: #111827;
  background: transparent;
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.dorsal-toggle-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #ffffff;
  background: #0ea5e9;
}

.dorsal-jugadores {
  grid-column: 1 / -1;
  margin-top: 24px;
}

.jugadores-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.posicion-grupo {
  margin-top: 34px;
}

.posicion-grupo > h3 {
  margin: 0 0 16px;
  font-size: 24px;
  color: #111827;
}

.jugador-card {
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
}

.jugador-card h3 {
  margin: 0 0 8px;
}

.jugador-card p {
  margin: 0 0 10px;
}

.jugador-card ul {
  margin: 0;
  padding-left: 20px;
}

.galeria-desplegable {
  margin-top: 36px;
}

.galeria-categoria {
  margin-top: 16px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  overflow: hidden;
}

.galeria-toggle {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 0;
  color: #111827;
  background: #ffffff;
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.galeria-toggle:hover {
  background: #f8fafc;
}

.galeria-toggle-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #ffffff;
  background: #0ea5e9;
}

.galeria-opciones {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0 18px 18px;
}

.galeria-placeholder {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  border: 1px dashed #9fb3c8;
  border-radius: 8px;
  background: #f8fafc;
}

.galeria-placeholder h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.galeria-placeholder p {
  margin: 0;
  color: #52606d;
}

.formulario-intro {
  max-width: 850px;
}

.formulario-presupuesto {
  display: grid;
  gap: 24px;
  margin-top: 30px;
}

.campo-oculto {
  display: none;
}

.formulario-presupuesto fieldset {
  margin: 0;
  padding: 22px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
}

.formulario-presupuesto legend {
  padding: 0 8px;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.formulario-presupuesto label {
  display: grid;
  gap: 8px;
  color: #1f2933;
  font-weight: 700;
}

.formulario-presupuesto input,
.formulario-presupuesto select,
.formulario-presupuesto textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #bcccdc;
  border-radius: 8px;
  color: #1f2933;
  background: #ffffff;
  font: inherit;
  font-weight: 400;
}

.formulario-presupuesto textarea {
  resize: vertical;
}

.form-full {
  margin-top: 18px;
}

.checkbox-form {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  line-height: 1.5;
}

.checkbox-form input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.boton-formulario {
  min-height: 50px;
  justify-self: start;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #0ea5e9;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.boton-formulario:hover {
  background: #0284c7;
}

.contacto-intro {
  max-width: 850px;
}

.contacto-opciones {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}

.contacto-card {
  padding: 24px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
}

.contacto-card h2 {
  margin: 0 0 12px;
}

.contacto-card p {
  margin: 0 0 14px;
}

.contacto-dato {
  color: #111827;
  font-weight: 700;
}

.contacto-boton {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  color: #ffffff;
  background: #0ea5e9;
  font-weight: 700;
  text-decoration: none;
}

.contacto-boton:hover {
  background: #0284c7;
}

.contacto-boton.whatsapp {
  background: #16a34a;
}

.contacto-boton.whatsapp:hover {
  background: #15803d;
}

.materiales-intro {
  max-width: 850px;
}

.materiales-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}

.material-card {
  padding: 24px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
}

.material-card h2 {
  margin: 0 0 12px;
}

.material-card p {
  margin: 0;
  line-height: 1.6;
}

.materiales-acabados {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
}

.selecciones-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 22px;
}

.grupo-card {
  padding: 20px;
  border: 1px solid var(--als-line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--als-panel);
}

.grupo-card.grupo-card-abierto {
  grid-column: 1 / -1;
}

.grupo-card h3 {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 4px solid var(--als-accent);
}

.grupo-card ul {
  margin: 0;
  padding-left: 20px;
}

.grupo-card li {
  margin-bottom: 6px;
}

.footer-web {
  width: 100%;
  margin-top: auto;
  color: #f8fafc;
  background: #111827;
}

.footer-contenido {
  width: 100%;
  max-width: 1180px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin: 0 auto;
  padding: 42px 20px 30px;
}

.footer-contenido section {
  margin: 0;
}

.footer-contenido h2,
.footer-contenido h3 {
  margin: 0 0 12px;
  color: #ffffff;
}

.footer-contenido p {
  margin: 0;
  color: #d9e2ec;
  line-height: 1.6;
}

.footer-contenido ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contenido li {
  margin-bottom: 8px;
  color: #d9e2ec;
}

.footer-contenido a {
  color: #7dd3fc;
  text-decoration: none;
}

.footer-contenido a:hover {
  color: #ffffff;
}

.footer-cierre {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #cbd5e1;
  font-size: 14px;
}

@media (min-width: 768px) {
  body {
    padding-top: 90px;
  }

  .dorsales-contenedor {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .fifa2026-resumen {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    padding: 28px 30px;
  }

  .dorsal-presentacion {
    grid-template-columns: minmax(220px, 0.85fr) 1.15fr;
    padding: 22px;
  }

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

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

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

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

  .materiales-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .footer-contenido {
    grid-template-columns: 1.4fr 1fr;
  }

}

@media (min-width: 1024px) {
  .jugadores-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .galeria-opciones {
    grid-template-columns: repeat(5, 1fr);
  }

  .selecciones-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-contenido {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

/* Identidad visual ALS 3D Studio: oscuro tecnico, metal y acento naranja. */
:root {
  --als-bg: #05090c;
  --als-bg-soft: #0d151a;
  --als-panel: rgba(12, 18, 22, 0.88);
  --als-panel-soft: rgba(19, 29, 35, 0.78);
  --als-line: rgba(148, 163, 184, 0.26);
  --als-line-strong: rgba(255, 111, 23, 0.48);
  --als-text: #edf2f7;
  --als-muted: #a7b1bc;
  --als-accent: #ff7417;
  --als-accent-strong: #ff8a1f;
  --als-cyan: #6dd5ed;
  --als-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  color: var(--als-text);
  background:
    linear-gradient(135deg, rgba(255, 116, 23, 0.09), transparent 32%),
    linear-gradient(180deg, #030507 0%, #081014 42%, #05090c 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 5, 7, 0.68), rgba(3, 5, 7, 0.88)),
    radial-gradient(circle at 82% 18%, rgba(255, 116, 23, 0.16), transparent 24rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    url("../img/background-3d-atmosfera.webp") center / cover no-repeat;
  background-size: auto, auto, 48px 48px, 48px 48px, cover;
  filter: blur(10px) saturate(1.08);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 78%);
  opacity: 0.54;
  transform: scale(1.035);
}

.nav-fijo {
  border-bottom: 1px solid var(--als-line);
  background: rgba(5, 9, 12, 0.9);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.logo-nav {
  color: var(--als-text);
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-nav img {
  border-radius: 10px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 116, 23, 0.34));
}

.nav-fijo a {
  color: var(--als-muted);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-fijo a:hover {
  color: var(--als-accent);
}

main {
  max-width: 1240px;
}

main > section,
.resumen-mundial,
.dorsal-card,
.jugador-card,
.galeria-categoria,
.galeria-placeholder,
.formulario-presupuesto fieldset,
.contacto-card,
.material-card,
.materiales-acabados,
.inicio-mundial {
  border: 1px solid var(--als-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--als-panel);
  box-shadow: var(--als-shadow);
}

main > section {
  margin-bottom: 22px;
  padding: 24px;
  border-radius: 8px;
}

.intro {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: grid;
  align-content: center;
  border-color: rgba(255, 116, 23, 0.34);
  background:
    linear-gradient(115deg, rgba(5, 9, 12, 0.82), rgba(5, 9, 12, 0.5)),
    linear-gradient(135deg, rgba(255, 116, 23, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(109, 213, 237, 0.14), transparent);
}

.intro::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 116, 23, 0.42);
  transform: rotate(45deg);
  opacity: 0.72;
}

.intro h1 {
  position: relative;
  z-index: 1;
  color: var(--als-text);
  font-size: 52px;
  line-height: 1;
  text-transform: uppercase;
}

.intro p,
main p,
li {
  color: var(--als-muted);
  line-height: 1.7;
}

h1,
h2,
h3,
legend {
  color: var(--als-text);
  letter-spacing: 0.03em;
}

h2 {
  text-transform: uppercase;
}

h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 10px;
  background: var(--als-accent);
}

.enlace-dorsal,
.boton-formulario,
.contacto-boton {
  border: 1px solid rgba(255, 116, 23, 0.62);
  color: #160b04;
  background: linear-gradient(180deg, var(--als-accent-strong), var(--als-accent));
  box-shadow: 0 10px 30px rgba(255, 116, 23, 0.22);
  text-transform: uppercase;
}

.enlace-dorsal:hover,
.boton-formulario:hover,
.contacto-boton:hover {
  color: #05090c;
  background: #ffa047;
}

.contacto-boton.whatsapp {
  border-color: rgba(46, 213, 115, 0.52);
  background: linear-gradient(180deg, #24c766, #16a34a);
}

.precio-dorsal {
  border: 1px solid var(--als-line-strong);
  color: var(--als-accent);
  background: rgba(255, 116, 23, 0.1);
}

.dorsal-toggle,
.galeria-toggle {
  color: var(--als-text);
  background: transparent;
}

.galeria-toggle:hover {
  background: rgba(255, 116, 23, 0.08);
}

.dorsal-toggle-icon,
.galeria-toggle-icon {
  color: #05090c;
  background: var(--als-accent);
}

.jugador-card,
.galeria-placeholder,
.material-card,
.contacto-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.jugador-card:hover,
.galeria-placeholder:hover,
.material-card:hover,
.contacto-card:hover {
  transform: translateY(-3px);
  border-color: var(--als-line-strong);
  box-shadow: 0 18px 50px rgba(255, 116, 23, 0.12);
}

.jugador-card ul,
.footer-contenido ul {
  color: var(--als-muted);
}

.formulario-presupuesto input,
.formulario-presupuesto select,
.formulario-presupuesto textarea {
  border-color: rgba(148, 163, 184, 0.34);
  color: var(--als-text);
  background: rgba(5, 9, 12, 0.72);
}

.formulario-presupuesto input:focus,
.formulario-presupuesto select:focus,
.formulario-presupuesto textarea:focus,
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--als-accent);
  outline-offset: 3px;
}

.footer-web {
  border-top: 1px solid var(--als-line);
  background: #030507;
}

.footer-cierre {
  border-top-color: var(--als-line);
}

.footer-contenido a {
  color: var(--als-accent);
}

@media (max-width: 767px) {
  .intro {
    min-height: 250px;
  }

  .intro h1 {
    font-size: 34px;
  }

  .logo-nav {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Refuerzo de contraste: textos nitidos sobre el tema oscuro. */
:root {
  --als-text: #ffffff;
  --als-muted: #d8e0e8;
  --als-muted-strong: #f2f6fa;
  --als-panel: rgba(8, 13, 17, 0.96);
  --als-panel-soft: rgba(14, 23, 29, 0.94);
  --als-line: rgba(226, 232, 240, 0.34);
}

body,
main,
main p,
main li,
.footer-contenido p,
.footer-contenido li {
  color: var(--als-muted);
}

h1,
h2,
h3,
legend,
.logo-nav,
.logo-nav span,
.nav-fijo a,
.dorsal-toggle,
.galeria-toggle,
.jugador-card h3,
.material-card h2,
.contacto-card h2,
.galeria-placeholder h3,
.footer-contenido h2,
.footer-contenido h3 {
  color: #ffffff;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
}

.intro h1,
.intro p,
.resumen-mundial p,
.dorsal-card p,
.jugador-card p,
.material-card p,
.contacto-card p,
.formulario-intro p,
.materiales-intro p,
.contacto-intro p,
.galeria-desplegable p,
.inicio-mundial p {
  color: var(--als-muted-strong);
}

main > section,
.resumen-mundial,
.dorsal-card,
.jugador-card,
.galeria-categoria,
.galeria-placeholder,
.formulario-presupuesto fieldset,
.contacto-card,
.material-card,
.materiales-acabados,
.inicio-mundial {
  border-color: var(--als-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--als-panel);
}

.nav-fijo {
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.nav-fijo a {
  color: #f4f7fb;
}

.nav-fijo a:hover,
.footer-contenido a:hover {
  color: #ffb267;
}

.precio-dorsal,
.contacto-dato {
  display: inline-block;
  padding: 0;
  color: #ffb267;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 800;
}

.enlace-dorsal,
.boton-formulario,
.contacto-boton {
  color: #05090c;
  text-shadow: none;
}

.contacto-boton.whatsapp {
  color: #ffffff;
}

.jugador-card li {
  color: #f3f7fb;
}

.jugador-card li::marker,
.footer-contenido li::marker {
  color: var(--als-accent);
}

.formulario-presupuesto label,
.checkbox-form {
  color: #ffffff;
}

.formulario-presupuesto input,
.formulario-presupuesto select,
.formulario-presupuesto textarea {
  border-color: rgba(226, 232, 240, 0.48);
  color: #ffffff;
  background: rgba(2, 6, 9, 0.9);
}

.formulario-presupuesto input::placeholder,
.formulario-presupuesto textarea::placeholder {
  color: #aebbc7;
}

.formulario-presupuesto input:focus,
.formulario-presupuesto select:focus,
.formulario-presupuesto textarea:focus {
  border-color: var(--als-accent);
  box-shadow: 0 0 0 3px rgba(255, 116, 23, 0.22);
}

.footer-web {
  color: #ffffff;
  background: #020405;
}

.footer-contenido a {
  color: #ff9b45;
  font-weight: 700;
}

.footer-cierre {
  color: #e5edf5;
}

.formulario-presupuesto legend,
.posicion-grupo > h3 {
  color: #ffffff;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.7);
}

.formulario-presupuesto legend {
  padding: 0 0 0 12px;
  border: 0;
  border-left: 4px solid var(--als-accent);
  border-radius: 0;
  background: transparent;
}

.posicion-grupo > h3 {
  padding-left: 12px;
  border-left: 4px solid var(--als-accent);
}

.selecciones-mundial .grupo-card ul {
  display: grid;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.selecciones-mundial .grupo-card li.seleccion-item {
  position: relative;
  margin-bottom: 0;
  padding: 13px 42px 13px 14px;
  border: 1px solid rgba(226, 232, 240, 0.28);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(2, 6, 9, 0.68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-weight: 800;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.selecciones-mundial .grupo-card li.seleccion-item::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 14px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 116, 23, 0.62);
  border-radius: 50%;
  color: var(--als-accent);
  text-align: center;
  line-height: 20px;
}

.selecciones-mundial .grupo-card li.seleccion-item[aria-expanded="true"]::after {
  content: "-";
}

.selecciones-mundial .grupo-card li.seleccion-item:hover,
.selecciones-mundial .grupo-card li.seleccion-item:focus-visible,
.selecciones-mundial .grupo-card li.seleccion-item[aria-expanded="true"] {
  border-color: rgba(255, 116, 23, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 116, 23, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(7, 11, 14, 0.92);
  box-shadow: 0 0 0 3px rgba(255, 116, 23, 0.16), 0 18px 38px rgba(255, 116, 23, 0.16);
  color: #ffffff;
  transform: translateY(-1px);
}

.seleccion-jugadores {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 116, 23, 0.42);
  border-radius: 8px;
  background: rgba(3, 5, 7, 0.88);
  cursor: default;
  overflow: hidden;
}

.seleccion-jugadores h4 {
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 4px solid var(--als-accent);
  color: #ffffff;
  font-size: 18px;
}

.seleccion-jugadores-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.seleccion-jugador-card {
  position: relative;
  min-height: 146px;
  padding: 14px 14px 14px 58px;
  border: 1px solid rgba(226, 232, 240, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(10, 16, 20, 0.96);
  min-width: 0;
}

.seleccion-dorsal {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 6px;
  color: #05090c;
  background: var(--als-accent);
  font-weight: 900;
}

.seleccion-jugador-card h5 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.seleccion-jugador-card p {
  margin: 4px 0;
  color: #e9f0f7;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.seleccion-jugador-card strong {
  color: #ffb267;
}

@media (min-width: 768px) {
  .seleccion-jugadores-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
}

@media (min-width: 1100px) {
  .seleccion-jugadores-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

/* Premium redesign layer: marca informativa, sin patrones ecommerce. */
:root {
  --premium-black: #020304;
  --premium-ink: #070b0e;
  --premium-panel: rgba(13, 18, 22, 0.74);
  --premium-panel-strong: rgba(8, 12, 15, 0.92);
  --premium-line: rgba(226, 232, 240, 0.18);
  --premium-line-strong: rgba(255, 116, 23, 0.45);
  --premium-text: #f8fafc;
  --premium-muted: #b9c3cf;
  --premium-soft: #e8edf3;
  --premium-orange: #ff7417;
  --premium-orange-soft: #ffb267;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.38), rgba(3, 4, 5, 0.74)),
    url("../img/background-3d-atmosfera.webp") center / cover fixed no-repeat,
    radial-gradient(circle at 78% 8%, rgba(255, 116, 23, 0.14), transparent 30rem),
    radial-gradient(circle at 8% 22%, rgba(148, 163, 184, 0.09), transparent 24rem),
    linear-gradient(180deg, #050607 0%, #0a0908 48%, #030405 100%);
}

.premium-page {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 28px clamp(16px, 3vw, 42px) 64px;
}

.premium-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--premium-orange-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.premium-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--premium-orange);
}

.premium-hero,
.portfolio-hero,
.contacto-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100vh - 96px));
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(34px, 7vw, 86px);
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  background: var(--premium-panel-strong);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.42);
}

.premium-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.premium-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  filter: saturate(1.04) contrast(1.08);
  transform: scale(1.03);
}

.premium-hero::after,
.portfolio-hero::after,
.contacto-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 3, 4, 0.92), rgba(2, 3, 4, 0.66) 45%, rgba(2, 3, 4, 0.24)),
    linear-gradient(180deg, rgba(2, 3, 4, 0.08), rgba(2, 3, 4, 0.86));
}

.premium-hero-content {
  width: min(780px, 100%);
}

.index-page .premium-hero {
  align-items: center;
  min-height: min(820px, calc(100vh - 86px));
  border-color: rgba(255, 255, 255, 0.16);
}

.index-page .premium-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  pointer-events: none;
}

.index-page .premium-hero::after {
  background:
    radial-gradient(circle at 76% 50%, rgba(255, 116, 23, 0.18), transparent 26rem),
    linear-gradient(90deg, rgba(2, 3, 4, 0.96), rgba(2, 3, 4, 0.74) 48%, rgba(2, 3, 4, 0.18)),
    linear-gradient(180deg, rgba(2, 3, 4, 0.1), rgba(2, 3, 4, 0.88));
}

.index-page .premium-hero-media img {
  object-position: center;
  filter: saturate(1.1) contrast(1.12);
}

.index-page .premium-hero-content {
  max-width: 860px;
}

.index-page .premium-hero h1 {
  max-width: 980px;
  font-size: clamp(3.3rem, 8vw, 7.4rem);
  text-wrap: balance;
}

.index-page .premium-hero p:not(.premium-eyebrow) {
  max-width: 740px;
  color: #f2f6fb;
}

.hero-studio-panel {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 3.5rem);
  display: none;
  grid-template-columns: repeat(4, auto);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 8, 10, 0.72);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.hero-studio-panel span {
  min-width: 7.8rem;
  padding: 1rem 1.1rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.hero-studio-panel span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-studio-panel span:nth-child(3) {
  color: #050505;
  background: linear-gradient(135deg, var(--premium-orange), #ffb267);
}

.premium-hero h1,
.portfolio-hero h1,
.contacto-hero h1 {
  max-width: 900px;
  margin: 14px 0 18px;
  color: #ffffff;
  font-size: clamp(42px, 8vw, 104px);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: none;
}

.premium-hero p,
.portfolio-hero p,
.contacto-hero p {
  max-width: 720px;
  color: var(--premium-soft);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.premium-btn,
.premium-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.premium-btn:hover,
.premium-link:hover {
  transform: translateY(-2px);
}

.premium-btn-primary {
  color: #050505;
  background: linear-gradient(135deg, var(--premium-orange), #ffb267);
  box-shadow: 0 18px 42px rgba(255, 116, 23, 0.26);
}

.premium-btn-secondary,
.premium-link {
  border: 1px solid var(--premium-line);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.premium-strip,
.portfolio-grid,
.contacto-premium-grid {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.premium-strip article,
.portfolio-card,
.contacto-premium-card,
.premium-feature,
.premium-contact-cta {
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--premium-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.premium-strip article {
  padding: 22px;
}

.premium-strip span,
.portfolio-card span,
.contacto-icono {
  color: var(--premium-orange-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.premium-strip h2,
.portfolio-card h2,
.premium-feature h2,
.premium-contact-cta h2 {
  margin: 8px 0;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.05;
  text-transform: none;
}

.premium-strip h2::after,
.portfolio-card h2::after,
.premium-feature h2::after,
.premium-contact-cta h2::after,
.contacto-premium-card h2::after {
  display: none;
}

.premium-strip p,
.portfolio-card p,
.premium-feature p,
.premium-contact-cta p {
  color: var(--premium-muted);
}

.index-service-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.index-service-card {
  position: relative;
  min-width: 0;
  min-height: 13rem;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 14, 18, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.index-service-card::before {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1.2rem 1.4rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--premium-orange), transparent);
  opacity: 0.8;
}

.index-service-card::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 116, 23, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 116, 23, 0.14), transparent 62%);
  pointer-events: none;
}

.index-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 116, 23, 0.36);
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.34);
}

.index-service-card span,
.studio-method-steps span {
  color: var(--premium-orange-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.index-service-card h2 {
  max-width: 100%;
  margin: 0.85rem 0 0.85rem;
  color: #ffffff;
  font-size: 2.1rem;
  line-height: 1.08;
  text-transform: none;
  overflow-wrap: anywhere;
  hyphens: auto;
  text-wrap: balance;
}

.index-service-card h2::after {
  display: none;
}

.index-service-card p {
  max-width: 38rem;
  color: var(--premium-muted);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  line-height: 1.58;
}

.index-service-card-large {
  min-height: 15rem;
  background:
    linear-gradient(135deg, rgba(255, 116, 23, 0.14), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(9, 14, 18, 0.9);
}

.index-service-card-large h2 {
  max-width: 11ch;
  font-size: 2.45rem;
}

.studio-method {
  display: grid;
  gap: 1.4rem;
  margin-top: 1.4rem;
  padding: clamp(1.5rem, 5vw, 3.4rem);
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 116, 23, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(7, 11, 14, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 2rem 5rem rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.studio-method-copy h2 {
  margin: 0.8rem 0 1rem;
  max-width: 13ch;
  color: #ffffff;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  line-height: 0.98;
  text-transform: none;
}

.studio-method-copy h2::after {
  display: none;
}

.studio-method-copy p:not(.premium-eyebrow) {
  max-width: 56rem;
  color: var(--premium-soft);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
}

.studio-method-steps {
  display: grid;
  gap: 0.8rem;
}

.studio-method-steps article {
  position: relative;
  padding: 1.1rem 1.1rem 1.1rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(2, 5, 7, 0.52);
}

.studio-method-steps article::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 999px;
  background: var(--premium-orange);
}

.studio-method-steps h3 {
  margin: 0.5rem 0 0.4rem;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.1;
}

.studio-method-steps p {
  margin: 0;
  color: var(--premium-muted);
  line-height: 1.55;
}

.premium-feature,
.premium-contact-cta {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: clamp(24px, 5vw, 54px);
}

.index-page .premium-contact-cta h2 {
  max-width: 13ch;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
}

.index-page .premium-contact-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 116, 23, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(7, 11, 14, 0.9);
}

.index-page .premium-contact-cta::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: -8rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(255, 116, 23, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 116, 23, 0.12), transparent 64%);
  pointer-events: none;
}

.mundial-home-card {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(360px, 48vw, 560px);
  align-items: end;
  overflow: hidden;
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  background: var(--premium-panel-strong);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
}

.mundial-home-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.02);
}

.mundial-home-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 3, 4, 0.88), rgba(2, 3, 4, 0.56) 48%, rgba(2, 3, 4, 0.16)),
    linear-gradient(180deg, rgba(2, 3, 4, 0.08), rgba(2, 3, 4, 0.8));
}

.mundial-home-content {
  max-width: 760px;
}

.mundial-home-content h2 {
  margin: 10px 0 14px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1;
  text-transform: none;
}

.mundial-home-content h2::after {
  display: none;
}

.mundial-home-content p:not(.premium-eyebrow) {
  max-width: 680px;
  color: var(--premium-soft);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.mundial-home-content .premium-btn {
  margin-top: 24px;
}

.portfolio-hero,
.contacto-hero {
  min-height: 420px;
}

.portfolio-hero {
  min-height: 0;
  align-items: center;
  padding: clamp(24px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 116, 23, 0.12), rgba(255, 255, 255, 0.03)),
    var(--premium-panel-strong);
}

.portfolio-hero .premium-eyebrow {
  font-size: 13px;
}

.portfolio-hero h1 {
  max-width: 820px;
  margin: 10px 0 14px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.portfolio-hero p {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.65;
}

.portfolio-card {
  min-height: 260px;
  padding: 22px;
}

.portfolio-card-featured {
  overflow: hidden;
  padding: 0;
}

.portfolio-card-featured img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.portfolio-card-featured div {
  padding: 22px;
}

.portfolio-card-empty {
  display: grid;
  align-content: end;
  background:
    linear-gradient(145deg, rgba(255, 116, 23, 0.1), rgba(255, 255, 255, 0.03)),
    var(--premium-panel);
}

.premium-accordion {
  margin-top: 22px;
}

.premium-section-heading {
  margin-bottom: 18px;
}

.contacto-premium {
  max-width: 1180px;
}

.contacto-hero {
  min-height: clamp(340px, 42vw, 470px);
  align-items: center;
  padding: clamp(32px, 6vw, 74px);
}

.contacto-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.contacto-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.08);
  transform: scale(1.02);
}

.contacto-hero::after {
  background:
    radial-gradient(circle at 78% 52%, rgba(255, 116, 23, 0.16), transparent 18rem),
    linear-gradient(90deg, rgba(2, 3, 4, 0.96), rgba(2, 3, 4, 0.76) 48%, rgba(2, 3, 4, 0.22)),
    linear-gradient(180deg, rgba(2, 3, 4, 0.08), rgba(2, 3, 4, 0.84));
}

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

.contacto-hero h1 {
  max-width: 780px;
  margin: 12px 0 18px;
  font-size: clamp(2.75rem, 5.5vw, 4.8rem);
  line-height: 1.05;
  text-wrap: balance;
}

.contacto-hero p:not(.premium-eyebrow) {
  max-width: 680px;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.6;
}

.contacto-premium-card {
  padding: clamp(24px, 4vw, 38px);
}

.contacto-premium-card h2 {
  margin: 14px 0 16px;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.08;
  text-transform: none;
}

.contacto-premium-card p {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.55;
}

.contacto-premium-card .contacto-dato {
  display: block;
  margin: 1.4rem 0 0.8rem;
  overflow-wrap: anywhere;
}

.contacto-premium-card .contacto-boton {
  margin-top: 0.4rem;
}

.selecciones-mundial {
  overflow: hidden;
}

.selecciones-mundial .premium-section-heading {
  max-width: 880px;
  margin-bottom: 26px;
}

.selecciones-mundial .premium-section-heading h2 {
  margin: 12px 0 10px;
  font-size: clamp(34px, 5vw, 64px);
  text-transform: none;
}

.selecciones-mundial .premium-section-heading p:last-child {
  max-width: 780px;
  color: var(--premium-soft);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.selecciones-mundial .selecciones-grid {
  gap: 18px;
}

.grupo-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 15, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.3);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.grupo-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--premium-orange), transparent);
  opacity: 0.72;
}

.grupo-card:hover,
.grupo-card-abierto {
  transform: translateY(-2px);
  border-color: rgba(255, 116, 23, 0.42);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.grupo-card h3 {
  margin: 0;
  padding: 18px 18px 4px;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.grupo-card h3::after {
  display: none;
}

.selecciones-mundial .grupo-card ul {
  gap: 12px;
  padding: 14px 14px 16px;
}

.selecciones-mundial .grupo-card li.seleccion-item {
  isolation: isolate;
  overflow: hidden;
  min-height: 76px;
  padding: 18px 46px 18px 16px;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--team-primary, #ff7417) 34%, transparent), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #070b0e;
}

.selecciones-mundial .grupo-card li.seleccion-item::before {
  content: "";
  position: absolute;
  inset: auto 14px 12px 16px;
  z-index: -1;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--team-primary, #ff7417), var(--team-secondary, #ffb267));
  opacity: 0.9;
}

.selecciones-mundial .grupo-card li.seleccion-item:hover,
.selecciones-mundial .grupo-card li.seleccion-item:focus-visible,
.selecciones-mundial .grupo-card li.seleccion-item[aria-expanded="true"] {
  border-color: color-mix(in srgb, var(--team-primary, #ff7417) 74%, #ffffff 10%);
  box-shadow: 0 0 0 3px rgba(255, 116, 23, 0.12), 0 24px 54px rgba(0, 0, 0, 0.42);
}

.seleccion-coleccion-hero {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 116, 23, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--team-primary, #ff7417) 18%, transparent), rgba(255, 255, 255, 0.03)),
    rgba(3, 5, 7, 0.9);
}

.seleccion-coleccion-texto h4 {
  margin: 10px 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: clamp(28px, 5vw, 58px);
  line-height: 1;
}

.seleccion-coleccion-texto p {
  max-width: 720px;
  color: var(--premium-soft);
}

.seleccion-coleccion-texto .seleccion-entrenador {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 116, 23, 0.42);
  border-radius: 999px;
  background: rgba(255, 116, 23, 0.1);
  color: #ffb267;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.seleccion-bandera-card {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 260px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--team-secondary, #ffb267) 36%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--team-primary, #ff7417) 24%, transparent), color-mix(in srgb, var(--team-secondary, #ffb267) 15%, transparent)),
    rgba(5, 7, 10, 0.92);
  box-shadow:
    inset 0 0 22px rgba(255, 255, 255, 0.08),
    inset 0 0 80px rgba(0, 0, 0, 0.36),
    0 28px 60px rgba(0, 0, 0, 0.46);
  text-align: center;
  overflow: hidden;
}

.seleccion-bandera-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--team-primary, #ff7417) 58%, transparent), transparent 42%),
    linear-gradient(315deg, color-mix(in srgb, var(--team-secondary, #ffb267) 46%, transparent), transparent 48%);
  opacity: 0.34;
  filter: blur(10px);
  pointer-events: none;
}

.seleccion-bandera-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.seleccion-bandera-img {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 20px 42px rgba(0, 0, 0, 0.52);
  filter: saturate(1.12) contrast(1.06) drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42));
  -webkit-mask-image: radial-gradient(circle at center, #000 63%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
  mask-image: radial-gradient(circle at center, #000 63%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
}

.seleccion-bandera {
  position: relative;
  z-index: 1;
  font-size: clamp(84px, 12vw, 150px);
  line-height: 1;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.5));
}

.seleccion-jugador-card {
  min-height: 210px;
  padding: 20px 18px 18px 72px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(10, 16, 20, 0.98);
}

.seleccion-dorsal {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--team-primary, #ff7417), var(--team-secondary, #ffb267));
}

.seleccion-jugador-card h5 {
  font-size: 19px;
}

@keyframes premiumFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.premium-page > section,
.ficha-mundial,
.selecciones-mundial {
  animation: premiumFadeUp 620ms ease both;
}

@media (min-width: 768px) {
  .hero-studio-panel {
    display: grid;
  }

  .index-service-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .index-service-card-large {
    grid-row: span 2;
  }

  .studio-method {
    grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.75fr);
    align-items: start;
  }

  .premium-strip,
  .contacto-premium-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contacto-premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .portfolio-card-featured {
    grid-column: span 2;
    grid-row: span 2;
  }

  .premium-feature {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }

  .seleccion-coleccion-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr);
  }
}

@media (min-width: 1024px) {
  .premium-hero {
    min-height: 780px;
  }

  .index-page .premium-hero {
    min-height: 820px;
  }

  .index-service-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  }

  .index-service-card-large {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-page > section,
  .ficha-mundial,
  .selecciones-mundial {
    animation: none;
  }

  .index-service-card,
  .premium-btn,
  .premium-link {
    transition: none;
  }
}

/* Fifa2026 premium collection */
.fifa-page {
  --fifa-bg: #020304;
  --fifa-panel: rgba(12, 15, 18, 0.82);
  --fifa-panel-strong: rgba(18, 22, 26, 0.94);
  --fifa-line: rgba(255, 255, 255, 0.12);
  --fifa-line-hot: rgba(255, 113, 24, 0.48);
  --fifa-orange: #ff6a18;
  --fifa-orange-soft: #ffb071;
  --fifa-text: #ffffff;
  --fifa-muted: #c8ced6;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 22px clamp(16px, 3vw, 44px) 70px;
  color: var(--fifa-text);
}

.fifa-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 9%, rgba(255, 106, 24, 0.14), transparent 18%),
    radial-gradient(circle at 84% 26%, rgba(36, 126, 255, 0.1), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  opacity: 0.7;
  pointer-events: none;
}

.fifa-page section {
  margin: 0 0 28px;
}

.fifa-intro-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 0 28px;
  align-items: stretch;
}

.fifa-intro-layout > .fifa-header-process {
  margin: 0;
}

.fifa-hero,
.fifa-benefits,
.fifa-section,
.fifa-how,
.fifa-bottom-grid > article {
  border: 1px solid var(--fifa-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    var(--fifa-panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.fifa-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 640px;
  padding: 34px 24px;
  overflow: hidden;
  isolation: isolate;
}

.fifa-hero > * {
  position: relative;
  z-index: 1;
}

.fifa-hero > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.05) contrast(1.1);
}

.fifa-hero::before,
.fifa-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fifa-hero::before {
  z-index: -2;
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 104, 24, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 43%, rgba(0, 0, 0, 0.28) 100%);
}

.fifa-hero::after {
  z-index: -1;
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 255, 255, 0.18), transparent 5%),
    radial-gradient(circle at 83% 12%, rgba(255, 255, 255, 0.14), transparent 4%),
    radial-gradient(circle at 90% 16%, rgba(255, 255, 255, 0.12), transparent 4%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, auto, auto, 64px 64px, 64px 64px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 78%);
}

.fifa-hero-content {
  max-width: 700px;
}

.fifa-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--fifa-orange-soft);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fifa-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--fifa-orange);
  box-shadow: 0 0 18px rgba(255, 106, 24, 0.8);
}

.fifa-hero h1,
.fifa-section-head h2,
.fifa-how h2,
.fifa-bottom-grid h2 {
  margin: 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.fifa-hero h1 {
  max-width: 760px;
  font-size: 4rem;
}

.fifa-hero h1 span {
  color: var(--fifa-orange);
  text-shadow: 0 0 30px rgba(255, 106, 24, 0.32);
}

.fifa-hero-content > p:not(.fifa-kicker) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #f0f3f6;
  font-size: 1.08rem;
  line-height: 1.8;
}

.fifa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.fifa-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.fifa-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 106, 24, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  color: #ffd1ae;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 0 18px rgba(255, 106, 24, 0.06);
}

.fifa-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fifa-btn:hover,
.fifa-btn:focus-visible {
  transform: translateY(-2px);
  border-color: var(--fifa-line-hot);
  box-shadow: 0 18px 38px rgba(255, 106, 24, 0.2);
}

.fifa-btn-primary {
  border-color: rgba(255, 106, 24, 0.78);
  background: linear-gradient(135deg, #ff4b08, #ff8d35);
  color: #070707;
}

.fifa-btn-ghost {
  background: rgba(255, 255, 255, 0.055);
}

.fifa-hero-seal {
  position: absolute;
  right: 34px;
  bottom: 68px;
  display: none;
  width: 132px;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 106, 24, 0.54);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 24, 0.14), rgba(0, 0, 0, 0.5) 70%);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 42px rgba(255, 106, 24, 0.18);
}

.fifa-hero-seal span,
.fifa-hero-seal strong {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
}

.fifa-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  padding: 0;
  overflow: hidden;
}

.fifa-benefits-sidebar {
  align-self: stretch;
  margin: 0;
}

.fifa-benefits article {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.fifa-benefits article::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 116px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 106, 24, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 24, 0.11), transparent 62%);
}

.fifa-benefits span,
.fifa-how-grid span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--fifa-orange-soft);
  font-size: 0.84rem;
  font-weight: 900;
}

.fifa-benefits h2,
.fifa-how-grid h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.fifa-benefits p,
.fifa-how-grid p,
.fifa-section-head p,
.fifa-idea-card p {
  margin: 0;
  color: var(--fifa-muted);
  line-height: 1.65;
}

.fifa-pulse-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  padding: 0;
  border: 1px solid rgba(255, 106, 24, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.28), transparent 24%, rgba(255, 255, 255, 0.08) 50%, transparent 76%, rgba(255, 106, 24, 0.2)),
    rgba(6, 8, 10, 0.92);
  overflow: hidden;
}

.fifa-pulse-band article {
  position: relative;
  padding: 18px 20px;
  background: rgba(0, 0, 0, 0.38);
}

.fifa-pulse-band article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: var(--fifa-orange);
  box-shadow: 0 0 18px rgba(255, 106, 24, 0.85);
}

.fifa-pulse-band span,
.fifa-pulse-band strong {
  display: block;
}

.fifa-pulse-band span {
  color: var(--fifa-orange-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fifa-pulse-band strong {
  margin-top: 6px;
  color: #ffffff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.football-section-legend {
  position: sticky;
  top: 92px;
  z-index: 80;
  display: grid;
  grid-template-columns: repeat(4, minmax(9.5rem, 1fr));
  gap: 0.45rem;
  margin: 0 0 28px;
  padding: 0.55rem;
  border: 1px solid rgba(255, 106, 24, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 106, 24, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(18, 22, 26, 0.94), rgba(5, 7, 9, 0.94));
  box-shadow:
    0 1rem 2.8rem rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 106, 24, 0.7) rgba(255, 255, 255, 0.08);
}

.football-section-legend a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.15rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.football-section-legend a:hover,
.football-section-legend a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 24, 0.64);
  background: rgba(255, 106, 24, 0.14);
  box-shadow: 0 0.8rem 1.8rem rgba(255, 106, 24, 0.12);
  outline: none;
}

.football-section-legend span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #050607;
  background: linear-gradient(180deg, #ffb071, #ff6a18);
  font-size: 0.72rem;
  font-weight: 950;
}

.football-section-legend strong {
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fifa-benefits-sidebar .football-section-legend {
  position: static;
  top: auto;
  z-index: auto;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin: 0;
  padding: 0.75rem;
  border-radius: 0;
  border-width: 1px 0 0;
  border-color: rgba(255, 106, 24, 0.18);
  background:
    radial-gradient(circle at 94% 18%, rgba(255, 106, 24, 0.15), transparent 42%),
    rgba(255, 255, 255, 0.018);
  box-shadow: none;
  overflow: visible;
}

.fifa-benefits-sidebar .football-section-legend a {
  min-height: 3.25rem;
  padding: 0.55rem 0.7rem;
  background: rgba(255, 255, 255, 0.04);
}

#futbol-jugadores,
#futbol-equipos,
#futbol-estadios,
#futbol-personalizado {
  scroll-margin-top: 170px;
}

.fifa-section,
.fifa-how,
.fifa-bottom-grid > article {
  padding: 22px;
}

.fifa-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.fifa-section-head h2,
.fifa-how h2,
.fifa-bottom-grid h2 {
  font-size: 2rem;
}

.fifa-section-head a {
  width: fit-content;
  color: var(--fifa-orange-soft);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.fifa-section-head a:hover,
.fifa-section-head a:focus-visible {
  color: #ffffff;
}

.fifa-collection-grid,
.fifa-gallery-grid,
.fifa-how-grid,
.fifa-bottom-grid,
.fifa-groups-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.fifa-collection-card {
  appearance: none;
  position: relative;
  min-height: 280px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.15), transparent 26%),
    linear-gradient(160deg, rgba(255, 106, 24, 0.2), rgba(0, 0, 0, 0.74)),
    #080a0c;
  color: #ffffff;
  font: inherit;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.fifa-collection-card::marker {
  content: "";
}

.fifa-collection-card::before {
  content: attr(data-number);
  position: absolute;
  right: 16px;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 7rem;
  line-height: 0.8;
}

.fifa-collection-card::after {
  content: ">";
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 106, 24, 0.5);
  border-radius: 50%;
  color: var(--fifa-orange-soft);
  font-weight: 900;
}

.fifa-collection-card > em {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  max-width: 62%;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: #ffffff;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.05);
}

.fifa-collection-card img {
  width: min(68%, 180px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
  filter: saturate(1.05) contrast(1.08);
}

.fifa-flag-realistic {
  position: relative;
  display: block;
  width: min(70%, 190px);
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  transform: perspective(760px) rotateX(6deg) rotateY(-8deg);
  transform-origin: left center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    inset 0 14px 24px rgba(255, 255, 255, 0.12),
    inset 0 -22px 34px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 18px 36px rgba(0, 0, 0, 0.58),
    20px 26px 54px color-mix(in srgb, var(--team-primary, #ff7417) 22%, transparent);
  -webkit-mask-image: radial-gradient(circle at center, #000 64%, rgba(0, 0, 0, 0.82) 83%, transparent 100%);
  mask-image: radial-gradient(circle at center, #000 64%, rgba(0, 0, 0, 0.82) 83%, transparent 100%);
}

.fifa-flag-realistic::before,
.fifa-flag-realistic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.fifa-flag-realistic::before {
  background:
    linear-gradient(105deg, transparent 0 12%, rgba(255, 255, 255, 0.52) 15%, transparent 20% 38%, rgba(255, 255, 255, 0.24) 43%, transparent 50% 70%, rgba(255, 255, 255, 0.34) 74%, transparent 82%),
    linear-gradient(92deg, rgba(255, 255, 255, 0.24) 0 5%, transparent 10% 18%, rgba(0, 0, 0, 0.28) 24%, transparent 34%, rgba(255, 255, 255, 0.2) 43%, transparent 54%, rgba(0, 0, 0, 0.26) 64%, transparent 76%, rgba(255, 255, 255, 0.16) 86%, transparent 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(0, 0, 0, 0.04) 1px 3px, transparent 3px 7px);
  mix-blend-mode: screen;
  opacity: 0.78;
}

.fifa-flag-realistic::after {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 22%, rgba(0, 0, 0, 0.16) 78%, rgba(255, 255, 255, 0.1)),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.34), transparent 22%);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.18),
    inset 0 3px 0 rgba(255, 255, 255, 0.3),
    inset 0 -4px 0 rgba(0, 0, 0, 0.34),
    inset 0 -34px 42px rgba(0, 0, 0, 0.28);
  mix-blend-mode: overlay;
}

.fifa-flag-realistic img,
.fifa-collection-card .fifa-flag-realistic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
  filter: saturate(1.24) contrast(1.22) brightness(0.9);
}

.seleccion-bandera-card {
  perspective: 960px;
  background:
    radial-gradient(circle at 62% 18%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(0, 0, 0, 0.18) 52%, rgba(255, 255, 255, 0.06) 76%, transparent),
    radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--team-secondary, #ffb267) 28%, transparent), transparent 36%),
    linear-gradient(145deg, color-mix(in srgb, var(--team-primary, #ff7417) 22%, transparent), rgba(0, 0, 0, 0.54)),
    rgba(4, 6, 8, 0.96);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.12),
    inset 0 -70px 90px rgba(0, 0, 0, 0.4),
    0 30px 70px rgba(0, 0, 0, 0.58);
}

.seleccion-bandera-card::before {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(135deg, color-mix(in srgb, var(--team-primary, #ff7417) 52%, transparent), transparent 44%),
    linear-gradient(315deg, color-mix(in srgb, var(--team-secondary, #ffb267) 36%, transparent), transparent 50%);
  opacity: 0.42;
}

.seleccion-bandera-card::after {
  z-index: 2;
  inset: clamp(18px, 3vw, 32px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(108deg, transparent 0 11%, rgba(255, 255, 255, 0.46) 14%, transparent 20% 39%, rgba(255, 255, 255, 0.24) 45%, transparent 52% 70%, rgba(255, 255, 255, 0.32) 75%, transparent 84%),
    linear-gradient(92deg, rgba(255, 255, 255, 0.18) 0 6%, transparent 13% 20%, rgba(0, 0, 0, 0.22) 27%, transparent 36%, rgba(255, 255, 255, 0.14) 47%, transparent 58%, rgba(0, 0, 0, 0.22) 68%, transparent 78%, rgba(255, 255, 255, 0.14) 88%, transparent 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, rgba(0, 0, 0, 0.05) 1px 3px, transparent 3px 8px);
  mix-blend-mode: screen;
  opacity: 0.78;
  box-shadow:
    inset 0 0 22px rgba(255, 255, 255, 0.18),
    inset 0 4px 0 rgba(255, 255, 255, 0.24),
    inset 0 -6px 0 rgba(0, 0, 0, 0.38),
    inset 0 -58px 76px rgba(0, 0, 0, 0.38);
}

.seleccion-bandera-img {
  width: min(92%, 420px);
  transform: perspective(880px) rotateX(5deg) rotateY(-6deg);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.26),
    inset 0 12px 24px rgba(255, 255, 255, 0.12),
    inset 0 -22px 42px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.26),
    0 24px 54px rgba(0, 0, 0, 0.62),
    22px 30px 62px color-mix(in srgb, var(--team-primary, #ff7417) 22%, transparent);
  filter: saturate(1.28) contrast(1.24) brightness(0.9) drop-shadow(0 20px 34px rgba(0, 0, 0, 0.46));
  -webkit-mask-image: radial-gradient(circle at center, #000 61%, rgba(0, 0, 0, 0.78) 82%, transparent 100%);
  mask-image: radial-gradient(circle at center, #000 61%, rgba(0, 0, 0, 0.78) 82%, transparent 100%);
}

.fifa-collection-name,
.fifa-collection-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.fifa-collection-name {
  margin-top: 24px;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fifa-collection-card small {
  margin-top: 4px;
  color: var(--fifa-muted);
  font-size: 0.92rem;
}

.fifa-collection-card:hover,
.fifa-collection-card:focus-visible,
.fifa-collection-card[aria-expanded="true"] {
  transform: translateY(-5px);
  border-color: var(--fifa-line-hot);
  box-shadow: 0 28px 70px rgba(255, 106, 24, 0.16), 0 22px 54px rgba(0, 0, 0, 0.45);
}

.fifa-collection-card:hover .fifa-flag-realistic,
.fifa-collection-card:focus-visible .fifa-flag-realistic,
.fifa-collection-card[aria-expanded="true"] .fifa-flag-realistic {
  transform: perspective(760px) rotateX(3deg) rotateY(-3deg) translateY(-4px);
}

.fifa-collection-card[aria-expanded="true"]::after {
  content: "-";
  color: #ffffff;
  background: rgba(255, 106, 24, 0.22);
}

.fifa-featured-panel {
  margin-top: 18px;
}

.fifa-featured-panel .seleccion-jugadores {
  margin: 0;
  animation: premiumFadeUp 360ms ease both;
}

.fifa-featured-panel .seleccion-coleccion-hero {
  margin-bottom: 14px;
  background:
    radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--team-secondary, #ffb267) 24%, transparent), transparent 32%),
    linear-gradient(135deg, color-mix(in srgb, var(--team-primary, #ff7417) 18%, transparent), rgba(255, 255, 255, 0.03)),
    rgba(3, 5, 7, 0.92);
}

.fifa-card-spain {
  --team-primary: #aa151b;
  --team-secondary: #f1bf00;
  background: radial-gradient(circle at 50% 10%, rgba(255, 221, 80, 0.18), transparent 26%), linear-gradient(150deg, rgba(190, 20, 22, 0.58), rgba(0, 0, 0, 0.74));
}

.fifa-card-argentina {
  --team-primary: #75aadb;
  --team-secondary: #ffffff;
  background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.2), transparent 26%), linear-gradient(150deg, rgba(70, 180, 235, 0.44), rgba(0, 0, 0, 0.76));
}

.fifa-card-brasil {
  --team-primary: #009b3a;
  --team-secondary: #ffdf00;
  background: radial-gradient(circle at 50% 10%, rgba(255, 223, 53, 0.2), transparent 26%), linear-gradient(150deg, rgba(38, 157, 78, 0.48), rgba(0, 0, 0, 0.76));
}

.fifa-card-francia {
  --team-primary: #002395;
  --team-secondary: #ed2939;
  background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.18), transparent 26%), linear-gradient(150deg, rgba(24, 78, 168, 0.5), rgba(0, 0, 0, 0.78));
}

.fifa-card-inglaterra {
  --team-primary: #ffffff;
  --team-secondary: #c8102e;
  background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.22), transparent 26%), linear-gradient(150deg, rgba(180, 35, 44, 0.36), rgba(0, 0, 0, 0.78));
}

.fifa-how-grid article {
  position: relative;
  min-height: 160px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.fifa-how-grid article::before {
  content: "";
  position: absolute;
  inset: auto 18px 14px 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--fifa-orange), transparent);
  opacity: 0.55;
}

.fifa-header-process {
  margin-top: -6px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 12, 0.78);
}

.fifa-header-process .fifa-section-head {
  margin-bottom: 16px;
}

.fifa-header-process .fifa-section-head h2 {
  font-size: 1.8rem;
}

.fifa-header-process .fifa-how-grid article {
  min-height: 132px;
  padding: 18px 18px 22px;
}

.fifa-header-process .fifa-how-grid p {
  font-size: 0.96rem;
  line-height: 1.55;
}

.fifa-process-visual {
  position: relative;
  overflow: hidden;
  min-height: clamp(16rem, 30vw, 28rem);
  margin: 1.1rem 0 0;
  border: 1px solid rgba(255, 106, 24, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 106, 24, 0.13), transparent 54%),
    #030506;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 1.4rem 3rem rgba(0, 0, 0, 0.34);
}

.fifa-process-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 82% 12%, rgba(255, 106, 24, 0.14), transparent 28%);
  pointer-events: none;
}

.fifa-process-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.08) brightness(0.9);
}

.fifa-benefits-sidebar article {
  min-height: 0;
  padding: 18px 18px 20px;
}

.fifa-benefits-sidebar h2 {
  font-size: 0.96rem;
}

.fifa-benefits-sidebar p {
  font-size: 0.94rem;
  line-height: 1.55;
}

.fifa-gallery-grid figure {
  min-height: 210px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #050607;
  overflow: hidden;
}

.fifa-gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.fifa-gallery-grid figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.12) contrast(1.08);
}

.fifa-bottom-grid > article {
  min-height: 300px;
}

.fifa-materials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.fifa-materials span {
  display: grid;
  gap: 10px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.fifa-materials span::before {
  content: "";
  width: 72px;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: inset -14px -16px 26px rgba(0, 0, 0, 0.35), 0 18px 36px rgba(0, 0, 0, 0.42);
}

.mat-white::before {
  background: linear-gradient(135deg, #f7f7f1, #c9c9c0 52%, #ffffff);
}

.mat-color::before {
  background: linear-gradient(135deg, #ff6a18, #3aa9cf 48%, #f7d35c);
}

.mat-tech::before {
  background: linear-gradient(135deg, #d8dde2, #5e6973 52%, #f4f7f8);
}

.mat-carbon::before {
  background: repeating-linear-gradient(135deg, #050505 0 8px, #323941 8px 16px);
}

.mat-neon::before {
  background: linear-gradient(135deg, #f7ff5e, #69ff33);
}

.fifa-idea-card {
  position: relative;
  display: grid;
  align-content: end;
  overflow: hidden;
}

.fifa-idea-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.56)),
    url("../img/fifa-hero-dorsal.webp") right center / cover no-repeat;
  opacity: 0.9;
}

.fifa-page .selecciones-mundial {
  padding: 22px;
}

.fifa-page .selecciones-mundial .grupo-card {
  min-height: unset;
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(8, 11, 14, 0.9);
}

.fifa-page .selecciones-mundial .grupo-card ul {
  display: grid;
  gap: 12px;
}

.fifa-page .selecciones-mundial .grupo-card h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.fifa-page .selecciones-mundial .grupo-card li.seleccion-item {
  min-height: 74px;
  padding: 18px 54px 18px 18px;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: anywhere;
}

.fifa-page .selecciones-mundial .grupo-card li.seleccion-item::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 32px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 106, 24, 0.72);
  border-radius: 50%;
  color: var(--fifa-orange-soft);
  font-size: 1.2rem;
  line-height: 1;
  transform: none;
}

.fifa-page .selecciones-mundial .grupo-card li.seleccion-item::before {
  inset: auto 18px 14px 18px;
}

.fifa-page .selecciones-mundial .grupo-card li.seleccion-item[aria-expanded="true"]::after {
  content: "-";
}

.fifa-page .seleccion-jugadores {
  margin-top: 16px;
}

.fifa-page .seleccion-jugadores-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.fifa-page .seleccion-jugador-card {
  min-height: 190px;
  border-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
  .fifa-page {
    padding-top: 28px;
  }

  .fifa-hero {
    min-height: 690px;
    padding: 54px;
  }

  .fifa-hero h1 {
    font-size: 5.6rem;
  }

  .fifa-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fifa-benefits-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fifa-pulse-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fifa-section,
  .fifa-how,
  .fifa-bottom-grid > article,
  .fifa-page .selecciones-mundial {
    padding: 28px;
  }

  .fifa-section-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .fifa-section-head .fifa-kicker,
  .fifa-section-head p:not(.fifa-kicker) {
    grid-column: 1 / -1;
  }

  .fifa-section-head h2,
  .fifa-how h2,
  .fifa-bottom-grid h2 {
    font-size: 2.65rem;
  }

  .fifa-collection-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fifa-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fifa-how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fifa-intro-layout .fifa-how-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  .fifa-bottom-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .fifa-materials {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fifa-groups-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fifa-page .seleccion-jugadores-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .fifa-intro-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
  }

  .fifa-benefits-sidebar {
    grid-template-columns: 1fr;
  }

  .fifa-hero {
    min-height: 760px;
    padding: 76px 70px;
  }

  .fifa-hero h1 {
    font-size: 6.7rem;
  }

  .fifa-hero-seal {
    display: grid;
  }

  .fifa-section,
  .fifa-how,
  .fifa-bottom-grid > article,
  .fifa-page .selecciones-mundial {
    padding: 34px;
  }

  .fifa-groups-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fifa-page .seleccion-jugadores-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fifa-hero h1 {
    font-size: 3.15rem;
  }

  .fifa-hero-content > p:not(.fifa-kicker) {
    font-size: 1rem;
  }

  .fifa-collection-card {
    min-height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fifa-btn,
  .fifa-collection-card,
  .fifa-gallery-grid img {
    transition: none;
  }
}

/* Shared premium material panels */
.materials-showcase,
.materials-hero,
.material-detail-grid {
  --fifa-line: rgba(255, 255, 255, 0.12);
  --fifa-line-hot: rgba(255, 113, 24, 0.48);
  --fifa-orange: #ff6a18;
  --fifa-orange-soft: #ffb071;
  --fifa-muted: #c8ced6;
}

.materials-showcase {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 6%, rgba(255, 106, 24, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(10, 13, 16, 0.92);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.materials-showcase::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 106, 24, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 24, 0.11), transparent 64%);
  pointer-events: none;
}

.materials-showcase .fifa-section-head,
.materials-showcase .fifa-materials {
  position: relative;
  z-index: 1;
}

.index-materials-showcase {
  margin-top: 18px;
}

.materials-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: clamp(30px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.62)),
    url("../img/background-3d-atmosfera.webp") center / cover no-repeat;
  overflow: hidden;
}

.materials-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.materials-hero p:not(.fifa-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #eef2f6;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.75;
}

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

.material-detail-grid article {
  position: relative;
  min-height: 220px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(9, 12, 15, 0.92);
  color: #ffffff;
  overflow: hidden;
}

.material-detail-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 4px;
  height: 46px;
  background: var(--fifa-orange);
  box-shadow: 0 0 24px rgba(255, 106, 24, 0.6);
}

.material-detail-grid h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.material-detail-grid p {
  max-width: 58ch;
  margin: 0;
  color: var(--fifa-muted);
  font-size: 1rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .material-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Gallery premium redesign */
.gallery-page {
  --gallery-bg: #020304;
  --gallery-surface: rgba(12, 15, 18, 0.86);
  --gallery-line: rgba(255, 255, 255, 0.12);
  --gallery-orange: #ff6a18;
  --gallery-orange-soft: #ffb071;
  --gallery-muted: #c8ced6;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 22px clamp(16px, 3vw, 44px) 70px;
  color: #ffffff;
}

.gallery-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 106, 24, 0.14), transparent 18%),
    radial-gradient(circle at 78% 22%, rgba(255, 106, 24, 0.09), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #020304;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
  pointer-events: none;
}

.gallery-page > section,
.gallery-bottom-grid > article {
  margin-bottom: 28px;
}

.gallery-hero,
.gallery-strip,
.gallery-section,
.gallery-mosaic-section,
.gallery-accordion,
.gallery-process-card,
.gallery-cta {
  border: 1px solid var(--gallery-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    var(--gallery-surface);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.gallery-hero {
  position: relative;
  display: grid;
  gap: 24px;
  min-height: 640px;
  align-items: center;
  padding: clamp(30px, 5vw, 76px);
  overflow: hidden;
  isolation: isolate;
}

.gallery-hero::before,
.gallery-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gallery-hero::before {
  z-index: -2;
  background:
    radial-gradient(circle at 64% 44%, rgba(255, 106, 24, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.7) 48%, rgba(0, 0, 0, 0.22));
}

.gallery-hero::after {
  z-index: -1;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.16), transparent 4%),
    radial-gradient(circle at 86% 15%, rgba(255, 255, 255, 0.12), transparent 3%),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 64px 64px, 64px 64px;
  opacity: 0.72;
}

.gallery-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.gallery-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gallery-orange-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery-kicker::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--gallery-orange);
  box-shadow: 0 0 18px rgba(255, 106, 24, 0.85);
}

.gallery-hero h1,
.gallery-section-head h2,
.gallery-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.gallery-hero h1 {
  max-width: 760px;
  font-size: clamp(3.6rem, 8vw, 7rem);
}

.gallery-hero h1::first-line {
  color: #ffffff;
}

.gallery-hero-copy > p:not(.gallery-kicker) {
  max-width: 650px;
  margin: 22px 0 0;
  color: #edf2f7;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.75;
}

.gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.gallery-hero-stage {
  position: relative;
  z-index: 1;
  min-height: 360px;
  align-self: stretch;
  border: 1px solid rgba(255, 106, 24, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 48%, rgba(255, 106, 24, 0.18), transparent 36%),
    rgba(0, 0, 0, 0.46);
  overflow: hidden;
  box-shadow:
    inset 0 0 42px rgba(255, 106, 24, 0.08),
    0 28px 70px rgba(0, 0, 0, 0.48);
}

.gallery-hero-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.1) brightness(0.8);
}

.gallery-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent 42%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.46));
}

.gallery-device-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 2px;
  min-width: 108px;
  padding: 14px;
  border: 1px solid rgba(255, 106, 24, 0.45);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: inset 0 0 20px rgba(255, 106, 24, 0.12);
}

.gallery-device-card span {
  color: var(--gallery-orange);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.gallery-device-card strong {
  color: #ffffff;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  padding: 0;
  overflow: hidden;
}

.gallery-strip article {
  position: relative;
  min-height: 112px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.gallery-strip span {
  color: var(--gallery-orange-soft);
  font-size: 0.78rem;
  font-weight: 900;
}

.gallery-strip strong {
  display: block;
  margin: 8px 0 4px;
  color: #ffffff;
  font-size: 0.98rem;
  text-transform: uppercase;
}

.gallery-strip p,
.gallery-section-head p,
.gallery-cta p,
.gallery-process-card li {
  margin: 0;
  color: var(--gallery-muted);
  line-height: 1.6;
}

.gallery-section,
.gallery-mosaic-section,
.gallery-accordion,
.gallery-process-card,
.gallery-cta {
  padding: clamp(22px, 3vw, 34px);
}

.gallery-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.gallery-section-head h2,
.gallery-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.gallery-feature-grid,
.gallery-category-row,
.gallery-bottom-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.gallery-feature-card,
.gallery-category-card {
  position: relative;
  min-height: 280px;
  display: grid;
  align-content: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76)),
    radial-gradient(circle at 50% 18%, rgba(255, 106, 24, 0.18), transparent 32%),
    #07090b;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.gallery-feature-card::before,
.gallery-category-card::before,
.galeria-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, var(--card-glow, rgba(255, 106, 24, 0.32)), transparent 29%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%, rgba(0, 0, 0, 0.3));
  opacity: 0.82;
  pointer-events: none;
}

.gallery-feature-card::after,
.gallery-category-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
}

.gallery-feature-card:hover,
.gallery-category-card:hover,
.galeria-placeholder:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 106, 24, 0.5);
  box-shadow: 0 28px 70px rgba(255, 106, 24, 0.13), 0 22px 54px rgba(0, 0, 0, 0.42);
}

.gallery-feature-card span,
.gallery-feature-card h3,
.gallery-category-card span,
.galeria-placeholder h3 {
  position: relative;
  z-index: 1;
}

.gallery-feature-card span {
  color: #d7dde4;
  font-size: 0.82rem;
}

.gallery-feature-card h3,
.gallery-category-card span {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-dragon {
  --card-glow: rgba(255, 106, 24, 0.34);
  background-image:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.82)),
    url("../img/galeria-hero-studio.png");
  background-size: cover;
  background-position: 16% center;
}

.feature-helmet {
  --card-glow: rgba(62, 178, 255, 0.28);
  background-image:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.82)),
    url("../img/hero-impresion-3d.webp");
  background-size: cover;
  background-position: center;
}

.feature-mask {
  --card-glow: rgba(255, 72, 24, 0.32);
  background-image:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.82)),
    url("../img/contacto-estudio-3d.webp");
  background-size: cover;
  background-position: center;
}

.feature-orb {
  --card-glow: rgba(255, 188, 70, 0.3);
  background-image:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.82)),
    url("../img/fifa-hero-dorsal.webp");
  background-size: cover;
  background-position: center;
}

.gallery-category-card {
  min-height: 150px;
}

.cat-games {
  --card-glow: rgba(255, 106, 24, 0.28);
}

.cat-famous {
  --card-glow: rgba(255, 210, 100, 0.24);
}

.cat-anime {
  --card-glow: rgba(170, 110, 255, 0.24);
}

.cat-series {
  --card-glow: rgba(70, 180, 255, 0.24);
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.gallery-mosaic figure {
  min-height: 190px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #050607;
  overflow: hidden;
}

.gallery-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.08) brightness(0.88);
  transition: transform 320ms ease, filter 320ms ease;
}

.gallery-mosaic figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.25) contrast(1.1) brightness(0.98);
}

.gallery-page .galeria-desplegable {
  margin-top: 0;
}

.gallery-page .galeria-categoria {
  margin-top: 12px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(7, 10, 13, 0.8);
}

.gallery-page .galeria-toggle {
  min-height: 64px;
  padding: 0 18px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.025);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.gallery-page .galeria-toggle:hover,
.gallery-page .galeria-toggle:focus-visible {
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.22), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.gallery-page .galeria-toggle-icon {
  border: 1px solid rgba(255, 106, 24, 0.72);
  border-radius: 50%;
  color: var(--gallery-orange-soft);
  background: rgba(0, 0, 0, 0.32);
}

.gallery-page .galeria-opciones {
  gap: 12px;
  padding: 16px;
}

.gallery-page .galeria-placeholder {
  position: relative;
  min-height: 132px;
  justify-content: flex-end;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 106, 24, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(9, 12, 15, 0.92);
  overflow: hidden;
}

.gallery-page .galeria-placeholder h3 {
  max-width: 12ch;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.18;
  text-transform: uppercase;
}

.gallery-bottom-grid {
  margin-bottom: 28px;
}

.gallery-process-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery-process-card li {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  font-weight: 800;
}

.gallery-process-card li span {
  color: var(--gallery-orange-soft);
  font-weight: 900;
}

.gallery-cta {
  display: grid;
  gap: 20px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.56)),
    url("../img/contacto-estudio-3d.webp") right center / cover no-repeat;
}

.gallery-cta h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.8rem);
}

.gallery-cta p:not(.gallery-kicker) {
  max-width: 660px;
}

@media (min-width: 768px) {
  .gallery-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  }

  .gallery-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-category-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-mosaic {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .gallery-mosaic figure {
    min-height: 170px;
  }

  .gallery-mosaic .mosaic-large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery-bottom-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .gallery-cta {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1024px) {
  .gallery-hero {
    min-height: 720px;
  }

  .gallery-feature-card {
    min-height: 310px;
  }
}

@media (max-width: 767px) {
  .gallery-hero {
    min-height: 0;
  }

  .gallery-hero-stage {
    min-height: 280px;
  }
}

/* Unified display title language */
:where(.premium-hero, .gallery-hero, .fifa-hero, .materials-hero, .contacto-hero, .formulario-intro) h1 {
  max-width: 14ch;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(2.75rem, 6.4vw, 5.9rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

:where(.premium-hero, .gallery-hero, .fifa-hero, .materials-hero, .contacto-hero, .formulario-intro) h1 span {
  color: #ff6a18;
  text-shadow: 0 0 28px rgba(255, 106, 24, 0.34);
}

:where(.gallery-section-head, .fifa-section-head, .studio-method-copy, .premium-contact-cta, .materials-showcase, .gallery-cta) h2 {
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0.028em;
  text-transform: uppercase;
  text-wrap: balance;
}

.gallery-hero h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 6.8vw, 6.1rem);
}

.fifa-hero h1 {
  max-width: 13ch;
}

.contacto-hero h1,
.materials-hero h1 {
  max-width: 13.5ch;
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
}

.formulario-intro h1 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.galeria-sekiro-card {
  min-height: 260px;
  padding: 0;
  justify-content: end;
}

.galeria-sekiro-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(1.14) contrast(1.12) brightness(0.78);
  transition: transform 320ms ease, filter 320ms ease;
}

.galeria-sekiro-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.84)),
    radial-gradient(circle at 70% 24%, rgba(255, 106, 24, 0.16), transparent 32%);
  pointer-events: none;
}

.galeria-sekiro-card h3 {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0;
  padding: 18px;
  font-size: 1.35rem;
}

.galeria-sekiro-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.2) contrast(1.16) brightness(0.9);
}

@media (max-width: 767px) {
  :where(.premium-hero, .gallery-hero, .fifa-hero, .materials-hero, .contacto-hero, .formulario-intro) h1 {
    max-width: 12ch;
    font-size: clamp(2.45rem, 12vw, 4rem);
    line-height: 1.05;
    letter-spacing: 0.028em;
  }
}

/* Gallery poster header */
.gallery-hero-poster.gallery-hero {
  position: relative;
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.7vw, 18px);
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(255, 106, 24, 0.22);
  background: #040404;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.52),
    0 0 90px rgba(255, 106, 24, 0.08);
}

.gallery-hero-poster.gallery-hero::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.78)),
    url("../img/galeria-header-decoracion.png") center / cover no-repeat;
  filter: blur(20px) saturate(1.05);
  opacity: 0.54;
  transform: scale(1.04);
}

.gallery-hero-poster.gallery-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 106, 24, 0.14), transparent 32%),
    linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, 0.28));
}

.gallery-hero-poster-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: min(100%, 1124px);
  max-height: min(980px, calc(100vh - 132px));
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.gallery-hero-a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .gallery-hero-poster.gallery-hero {
    padding: 8px;
    border-radius: 8px;
  }

  .gallery-hero-poster-img {
    max-height: none;
    width: 100%;
    max-width: 100%;
  }
}

/* Sci-fi 3D showcase integrations */
.sci-fi-showcase,
.material-sci-fi-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin-top: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 24, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 16%, rgba(39, 141, 255, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255, 106, 24, 0.12), rgba(255, 255, 255, 0.035) 38%, rgba(2, 3, 4, 0.84));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

.sci-fi-showcase {
  min-height: clamp(420px, 54vw, 680px);
  padding: clamp(18px, 3vw, 34px);
}

.sci-fi-showcase::before,
.material-sci-fi-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 50% 52%, rgba(255, 106, 24, 0.12), transparent 34%);
}

.sci-fi-showcase img,
.material-sci-fi-panel img {
  width: 100%;
  min-height: 320px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.sci-fi-showcase-copy,
.material-sci-fi-panel > div {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.sci-fi-showcase h2,
.material-sci-fi-panel h2 {
  margin: 12px 0 14px;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0.028em;
  text-transform: uppercase;
  text-wrap: balance;
}

.sci-fi-showcase p:not(.premium-eyebrow),
.material-sci-fi-panel p:not(.fifa-kicker) {
  color: #d8dee7;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.72;
}

.feature-sci-fi {
  --card-glow: rgba(62, 178, 255, 0.3);
  background-image:
    linear-gradient(180deg, transparent 18%, rgba(0, 0, 0, 0.86)),
    url("../img/galeria-scifi-clean.png");
  background-size: cover;
  background-position: center 38%;
}

.galeria-sci-fi-card {
  min-height: 260px;
  padding: 0;
  justify-content: end;
}

.galeria-sci-fi-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.08) contrast(1.12) brightness(0.78);
  transition: transform 320ms ease, filter 320ms ease;
}

.galeria-sci-fi-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.86)),
    radial-gradient(circle at 56% 26%, rgba(39, 141, 255, 0.16), transparent 34%),
    radial-gradient(circle at 20% 84%, rgba(255, 106, 24, 0.2), transparent 28%);
  pointer-events: none;
}

.galeria-sci-fi-card h3 {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0;
  padding: 18px;
  font-size: 1.35rem;
}

.galeria-sci-fi-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.16) contrast(1.16) brightness(0.9);
}

.material-sci-fi-panel {
  grid-template-columns: 1fr;
  padding: clamp(16px, 2.6vw, 28px);
}

.material-sci-fi-panel img {
  min-height: 260px;
  max-height: 520px;
}

@media (min-width: 900px) {
  .sci-fi-showcase {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr);
  }

  .sci-fi-showcase img {
    order: 2;
  }

  .sci-fi-showcase-copy {
    order: 1;
    padding-left: clamp(14px, 2vw, 34px);
  }

  .material-sci-fi-panel {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  }

  .material-sci-fi-panel > div {
    padding-right: clamp(12px, 2vw, 28px);
  }
}

@media (max-width: 767px) {
  .sci-fi-showcase h2,
  .material-sci-fi-panel h2 {
    font-size: clamp(2.1rem, 10vw, 3.4rem);
  }

  .sci-fi-showcase img,
  .material-sci-fi-panel img {
    min-height: 260px;
  }
}

/* Gallery restructure: lateral navigation, full images and open collections */
.gallery-hero-poster.gallery-hero {
  background: #000000;
}

.gallery-hero-poster.gallery-hero::before {
  display: none;
}

.gallery-hero-poster-img {
  background: #000000;
}

.gallery-top-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.gallery-sidebar,
.gallery-side-card,
.gallery-collections-dynamic {
  border: 1px solid var(--gallery-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    var(--gallery-surface);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.gallery-sidebar {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.gallery-side-card {
  padding: clamp(18px, 2vw, 24px);
  box-shadow: none;
}

.gallery-side-card h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: 0.028em;
  text-transform: uppercase;
}

.gallery-side-card p:not(.gallery-kicker) {
  margin: 0;
  color: var(--gallery-muted);
  line-height: 1.65;
}

.gallery-side-nav {
  display: grid;
  gap: 10px;
}

.gallery-side-nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.12), transparent 62%),
    rgba(255, 255, 255, 0.025);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.gallery-side-nav a::after {
  content: "+";
  color: var(--gallery-orange-soft);
  font-size: 1.1rem;
}

.gallery-side-nav a:hover,
.gallery-side-nav a:focus-visible {
  transform: translateX(4px);
  border-color: rgba(255, 106, 24, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.2), transparent 64%),
    rgba(255, 255, 255, 0.04);
}

.gallery-process-priority {
  display: grid;
  align-content: start;
  min-height: auto;
  border-color: rgba(255, 106, 24, 0.24);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 106, 24, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.016)),
    rgba(9, 12, 15, 0.92);
}

.gallery-process-priority .gallery-section-head {
  margin-bottom: 18px;
}

.gallery-process-priority .gallery-section-head p:not(.gallery-kicker) {
  max-width: 66ch;
  color: #d8dee7;
  font-size: 1rem;
}

.gallery-feature-grid-complete {
  grid-template-columns: 1fr;
}

.feature-card-full.gallery-feature-card {
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(7, 10, 13, 0.92);
}

.feature-card-full.gallery-feature-card::before,
.feature-card-full.gallery-feature-card::after {
  display: none;
}

.feature-card-full figure,
.collection-design-row figure {
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 106, 24, 0.08), transparent 40%),
    #020304;
}

.feature-card-full figure {
  aspect-ratio: 4 / 5;
  margin-bottom: 14px;
}

.feature-card-full img,
.collection-design-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 260ms ease, filter 260ms ease;
}

.feature-card-full:hover img,
.collection-design-row:hover img {
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.05);
}

.feature-card-full span,
.feature-card-full h3,
.feature-card-full p {
  z-index: 1;
  padding-inline: 6px;
}

.feature-card-full span {
  color: var(--gallery-orange-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card-full h3 {
  margin: 6px 0 8px;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.feature-card-full p {
  margin: 0 0 6px;
  color: var(--gallery-muted);
  font-size: 0.88rem;
  line-height: 1.48;
}

.gallery-collections-dynamic {
  padding: clamp(22px, 3vw, 34px);
}

.gallery-open-collection {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(6, 9, 12, 0.82);
}

.gallery-open-collection + .gallery-open-collection {
  margin-top: 12px;
}

.gallery-open-collection summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.16), transparent 54%),
    rgba(255, 255, 255, 0.025);
}

.gallery-open-collection summary::-webkit-details-marker {
  display: none;
}

.gallery-open-collection summary::after {
  content: "+";
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 106, 24, 0.64);
  border-radius: 50%;
  color: var(--gallery-orange-soft);
  font-size: 1.35rem;
  font-weight: 900;
  transition: transform 200ms ease, background 200ms ease;
}

.gallery-open-collection[open] summary::after {
  content: "-";
  background: rgba(255, 106, 24, 0.16);
  transform: rotate(180deg);
}

.gallery-open-collection summary span {
  color: #ffffff;
  font-size: clamp(1.18rem, 2.2vw, 1.65rem);
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-open-collection summary small {
  display: block;
  grid-column: 1 / -1;
  max-width: 70ch;
  color: var(--gallery-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.collection-design-list {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.collection-design-row {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.016)),
    rgba(4, 6, 8, 0.86);
}

.collection-design-row figure {
  aspect-ratio: 16 / 11;
}

.collection-design-row > div {
  max-width: 68ch;
}

.collection-design-row span {
  color: var(--gallery-orange-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-design-row h3 {
  margin: 8px 0 10px;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.04;
  letter-spacing: 0.028em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.collection-design-row p {
  margin: 0;
  color: #d4dbe4;
  line-height: 1.7;
}

.singer-collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  padding: 16px;
}

.singer-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 106, 24, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(4, 6, 8, 0.92);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.singer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 106, 24, 0.62);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.42), 0 0 24px rgba(255, 106, 24, 0.14);
}

.singer-card figure {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  background: #020304;
}

.singer-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 260ms ease, filter 260ms ease;
}

.singer-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.04);
}

.singer-card div {
  min-height: 150px;
}

.singer-card span {
  color: var(--gallery-orange-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.singer-card h3 {
  margin: 8px 0 8px;
  color: #fff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 0.96;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.46);
}

.singer-card p {
  margin: 0;
  color: #d7dde5;
  font-size: 0.92rem;
  line-height: 1.55;
}

.singer-collection-grid-feature {
  grid-template-columns: 1fr;
}

.singer-card-poster {
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(14px, 2vw, 22px);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 106, 24, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    #050708;
}

.singer-card-poster figure {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 5;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 106, 24, 0.18);
}

.singer-card-poster div {
  min-height: 0;
}

.singer-card-poster span {
  color: #ff9a3d;
  font-size: clamp(0.82rem, 1.2vw, 0.96rem);
}

.singer-card-poster h3 {
  max-width: 9ch;
  margin-top: 10px;
  font-size: clamp(2.65rem, 6vw, 5.2rem);
  line-height: 0.9;
}

.singer-card-poster p {
  max-width: 48ch;
  margin-top: 16px;
  color: #f2f4f7;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
}

@media (min-width: 820px) {
  .singer-card-poster {
    grid-template-columns: minmax(260px, 0.78fr) minmax(280px, 1fr);
  }
}

.collection-design-text {
  min-height: 180px;
  padding: clamp(18px, 2.4vw, 28px);
}

.collection-design-text::before {
  content: "";
  width: 64px;
  height: 3px;
  background: var(--gallery-orange);
  box-shadow: 0 0 18px rgba(255, 106, 24, 0.55);
}

.sci-fi-showcase img,
.material-sci-fi-panel img {
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 106, 24, 0.08), transparent 36%),
    #020304;
}

@media (min-width: 768px) {
  .gallery-feature-grid-complete {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-design-row {
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  }

  .collection-design-text {
    grid-template-columns: 64px minmax(0, 1fr);
  }
}

@media (min-width: 1100px) {
  .gallery-top-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    align-items: start;
  }

  .gallery-sidebar {
    position: sticky;
    top: 104px;
  }

  .gallery-feature-grid-complete {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gallery-open-collection summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .gallery-open-collection summary small {
    font-size: 0.88rem;
  }
}

/* Gallery polish: cleaner hero, process imagery and logo-only product visuals */
.gallery-hero-poster.gallery-hero {
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
}

.gallery-hero-poster.gallery-hero::after {
  background:
    radial-gradient(circle at 52% 20%, rgba(255, 106, 24, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18));
}

.gallery-hero-poster-img {
  width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  min-height: 0;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  box-shadow: none;
}

.gallery-process-visual {
  position: relative;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 24, 0.22);
  border-radius: 8px;
  background: #020304;
}

.gallery-process-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.03) contrast(1.02) brightness(0.98);
}

.gallery-process-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.08));
}

.gallery-process-visual-steps {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.gallery-process-visual-steps span {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.52);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.feature-card-full figure,
.collection-design-row figure {
  position: relative;
  aspect-ratio: 16 / 10;
  padding: 8px;
}

.feature-card-full img,
.collection-design-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-card-full figure::after,
.collection-design-row figure::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: clamp(42px, 5vw, 66px);
  height: clamp(24px, 3.2vw, 40px);
  background: url("../img/logo.png") center / contain no-repeat;
  filter:
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 12px rgba(255, 106, 24, 0.28));
  pointer-events: none;
}

.collection-design-row figure {
  min-height: 260px;
}

.collection-design-row figure {
  height: clamp(360px, 34vw, 540px);
  aspect-ratio: auto;
  padding: 12px;
}

.collection-design-cover figure {
  height: clamp(380px, 36vw, 560px);
}

.collection-design-row img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.form-note,
.gallery-price-note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--als-accent);
  border-radius: 8px;
  color: #f4f7fb;
  background: rgba(255, 106, 24, 0.12);
  font-size: 0.95rem;
  line-height: 1.55;
}

.gallery-slider-section {
  overflow: hidden;
}

.gallery-slider {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.gallery-slider-track {
  min-width: 0;
}

.gallery-slide {
  display: none;
  gap: clamp(16px, 3vw, 30px);
  align-items: center;
  min-height: 320px;
  padding: clamp(14px, 2.4vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 106, 24, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(4, 7, 10, 0.9);
}

.gallery-slide.is-active {
  display: grid;
}

.gallery-slide img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #020304;
}

.gallery-slide span {
  display: block;
  color: var(--gallery-orange-soft, var(--als-accent));
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.7rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-shadow:
    0 0.55rem 1rem rgba(0, 0, 0, 0.72),
    0 0 1.2rem rgba(255, 106, 24, 0.12);
}

.gallery-slide p {
  max-width: 56ch;
  margin: 0.9rem 0 0;
  color: #d7dee7;
  line-height: 1.7;
}

.gallery-slider-btn {
  width: 46px;
  min-height: 46px;
  border: 1px solid rgba(255, 106, 24, 0.56);
  border-radius: 50%;
  color: #050607;
  background: linear-gradient(180deg, #ff9a38, #ff6815);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(255, 106, 24, 0.18);
  transition: transform 180ms ease, filter 180ms ease;
}

.gallery-slider-btn:hover,
.gallery-slider-btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.success-hero {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid rgba(255, 106, 24, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.45)),
    url("../img/proceso-impresion-3d.png") center / cover no-repeat;
}

.success-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.98;
  letter-spacing: 0.028em;
  text-transform: uppercase;
}

.success-hero h1 span {
  color: var(--als-accent);
}

.success-hero p:not(.premium-eyebrow) {
  max-width: 720px;
  color: #eef2f6;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

.success-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.success-card {
  display: grid;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(6, 9, 12, 0.9);
}

.success-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 8px;
  background: #020304;
}

.success-card span,
.success-metric span {
  color: var(--als-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.success-card h2 {
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.success-card p {
  margin: 0;
  color: #d7dee7;
  line-height: 1.65;
}

.success-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.success-metric {
  padding: 20px;
  border: 1px solid rgba(255, 106, 24, 0.24);
  border-radius: 8px;
  background: rgba(255, 106, 24, 0.08);
}

.success-metric strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 2.7rem);
  line-height: 1;
}

@media (min-width: 768px) {
  .gallery-slide {
    grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.85fr);
  }

  .success-card {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
    align-items: center;
  }

  .success-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .success-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gallery-hero-poster-img {
    height: auto;
  }

  .gallery-process-visual img {
    aspect-ratio: auto;
  }

  .gallery-process-visual-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-process-visual-steps span {
    min-height: 34px;
    font-size: 0.68rem;
  }

  .collection-design-row figure {
    height: clamp(300px, 76vw, 480px);
    min-height: 0;
  }

  .collection-design-cover figure {
    height: clamp(280px, 74vw, 460px);
  }

  .gallery-slider {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 6px;
  }

  .gallery-slide {
    min-height: 0;
  }

  .gallery-slide span {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
}

/* Home 2026 collection redesign */
.home-redesign {
  width: min(100%, 1500px);
  max-width: none;
  margin: 0 auto;
  padding: 1.5rem clamp(1rem, 3vw, 2.5rem) 4rem;
  color: #f8fafc;
}

.nav-fijo ul {
  justify-content: flex-end;
  gap: 0.65rem;
}

.nav-fijo a,
.nav-dropdown summary {
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.nav-fijo ul a,
.nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.15rem 0.1rem;
  white-space: nowrap;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown details {
  position: relative;
}

.nav-dropdown summary {
  gap: 0.35rem;
  color: #f4f7fb;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-dropdown details[open] summary,
.nav-dropdown summary:hover {
  color: #ff6a18;
}

.nav-dropdown details[open] summary::after {
  transform: translateY(0.08rem) rotate(225deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  z-index: 1200;
  min-width: 11rem;
  display: grid;
  gap: 0.35rem;
  padding: 0.55rem;
  border: 1px solid rgba(255, 106, 24, 0.35);
  border-radius: 0.75rem;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 24, 0.18), transparent 55%),
    rgba(7, 10, 12, 0.98);
  box-shadow: 0 1.1rem 2.8rem rgba(0, 0, 0, 0.36);
  transform: translateX(-50%);
}

.nav-dropdown-menu a {
  min-height: 2.75rem;
  justify-content: flex-start;
  padding: 0.65rem 0.85rem;
  border-radius: 0.55rem;
  color: #f8fafc;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  color: #ffffff;
  background: rgba(255, 106, 24, 0.18);
  outline: none;
}

@media (max-width: 767px) {
  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown details {
    width: 100%;
  }

  .nav-dropdown summary {
    min-height: 2.75rem;
  }

  .nav-dropdown-menu {
    position: static;
    width: min(100%, 18rem);
    margin-top: 0.35rem;
    transform: none;
  }
}

.logo-nav span {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-redesign * {
  min-width: 0;
}

.home-hero-redesign {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  min-height: 38rem;
  overflow: hidden;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(2, 3, 4, 0.96), rgba(2, 3, 4, 0.78) 44%, rgba(2, 3, 4, 0.36)),
    radial-gradient(circle at 72% 34%, rgba(255, 106, 24, 0.2), transparent 22rem),
    url("../img/background-3d-atmosfera.webp") center / cover no-repeat,
    #020304;
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.45);
}

.home-hero-redesign::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 74%);
}

.home-hero-copy,
.home-hero-gallery {
  position: relative;
  z-index: 1;
}

.home-hero-copy {
  align-self: center;
  max-width: 42rem;
}

.home-kicker,
.home-section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  color: #ff8a2a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-kicker::before,
.home-section-label::before {
  content: "";
  width: 1.9rem;
  height: 2px;
  background: #ff6a18;
}

.home-hero-copy h1 {
  max-width: 9.8ch;
  margin: 1rem 0 1.3rem;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 4rem;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.55);
}

.home-hero-copy h1 span {
  color: #ff6a18;
}

.home-hero-copy p:not(.home-kicker) {
  max-width: 36rem;
  margin: 0;
  color: #dbe3ec;
  font-size: 1.03rem;
  line-height: 1.7;
}

.home-actions,
.home-switch-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.home-btn,
.home-switch {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.5rem;
  border: 1px solid rgba(255, 106, 24, 0.45);
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-btn:hover,
.home-switch:hover,
.home-btn:focus-visible,
.home-switch:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 154, 56, 0.9);
  outline: none;
}

.home-btn-primary,
.home-switch.is-active {
  color: #060708;
  background: linear-gradient(180deg, #ff9438, #ff6414);
  box-shadow: 0 1.1rem 2.4rem rgba(255, 106, 24, 0.24);
}

.home-btn-ghost,
.home-switch:not(.is-active) {
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(14px);
}

.home-hero-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-self: center;
}

.home-framed-piece {
  position: relative;
  overflow: hidden;
  min-height: 21rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, #14191d, #030405),
    #050607;
  box-shadow: inset 0 0 0 0.45rem rgba(0, 0, 0, 0.62), 0 1.6rem 4rem rgba(0, 0, 0, 0.4);
}

.home-framed-piece img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  display: block;
  border-radius: 6px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 106, 24, 0.14), transparent 44%),
    #020304;
  filter: saturate(1.05) contrast(1.08);
}

.home-framed-piece span {
  position: absolute;
  left: 1.25rem;
  bottom: 1.2rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 106, 24, 0.48);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-proof-bar,
.home-route-cards,
.home-why,
.home-newsletter {
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(8, 11, 13, 0.82);
  backdrop-filter: blur(18px);
}

.home-proof-bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
}

.home-route-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
}

.home-route-cards-compact .home-route-card {
  min-height: 17rem;
}

.home-route-card {
  position: relative;
  min-height: 18rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 1.2rem;
  border: 1px solid rgba(255, 106, 24, 0.24);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  background: #050607;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.home-route-card:hover,
.home-route-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 106, 24, 0.68);
  box-shadow: 0 1.4rem 3.6rem rgba(255, 106, 24, 0.14);
  outline: none;
}

.home-route-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08) brightness(0.72);
  transition: transform 260ms ease, filter 260ms ease;
}

.home-route-card:hover img,
.home-route-card:focus-visible img {
  transform: scale(1.03);
  filter: saturate(1.12) contrast(1.1) brightness(0.86);
}

.home-route-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 106, 24, 0.22), transparent 17rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.88));
}

.home-route-card div {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}

.home-route-card span {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: #ff9a38;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-route-card h2 {
  max-width: 11ch;
  margin: 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 0.98;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.home-route-card p {
  max-width: 34rem;
  margin: 0.8rem 0 1rem;
  color: #d8e0ea;
  line-height: 1.6;
}

.home-route-card strong {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: #050607;
  background: linear-gradient(180deg, #ff9a38, #ff6414);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-route-budget img {
  object-position: center;
}

.home-proof-bar article,
.home-why article {
  display: grid;
  gap: 0.25rem;
  padding: 1.05rem 1.2rem;
}

.home-proof-bar article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-proof-bar span,
.home-why span {
  color: #ff6a18;
  font-size: 1.35rem;
  line-height: 1;
}

.home-proof-bar strong,
.home-why strong {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-proof-bar p,
.home-why p {
  margin: 0;
  color: #b7c0cb;
  font-size: 0.86rem;
  line-height: 1.45;
}

.home-passion-switch,
.home-collection-section {
  margin-top: 2.2rem;
}

.home-passion-switch {
  text-align: center;
}

.home-passion-switch .home-section-label {
  justify-content: center;
}

.home-passion-switch h2 {
  max-width: 45rem;
  margin: 1rem auto 0;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.3;
}

.home-switch-buttons {
  justify-content: center;
}

.home-switch {
  min-width: min(100%, 14rem);
}

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: 2.1rem 0 1rem;
}

.home-section-heading a {
  color: #ff9a38;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.home-collection-card {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  display: grid;
  align-content: end;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  background: #07090b;
  box-shadow: inset 0 0 0 0.35rem rgba(0, 0, 0, 0.5);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.home-collection-card:hover,
.home-collection-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 106, 24, 0.58);
  box-shadow: inset 0 0 0 0.35rem rgba(0, 0, 0, 0.5), 0 1.3rem 3rem rgba(255, 106, 24, 0.12);
  outline: none;
}

.home-collection-card img {
  position: absolute;
  inset: 0.55rem;
  width: calc(100% - 1.1rem);
  height: calc(100% - 1.1rem);
  border-radius: 6px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 106, 24, 0.13), transparent 42%),
    linear-gradient(145deg, #15191d, #030405);
  filter: saturate(1.05) contrast(1.08) brightness(0.8);
  transition: transform 260ms ease, filter 260ms ease;
}

.home-collection-card:hover img,
.home-collection-card:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.12) contrast(1.08) brightness(0.92);
}

.home-collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.9));
}

.home-collection-card div {
  position: relative;
  z-index: 1;
  padding: 0.65rem;
}

.home-collection-card span {
  display: block;
  color: #ff8a2a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-collection-card h3 {
  margin: 0.35rem 0 0;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.25;
}

.home-why {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.home-why > div {
  padding: 1.25rem;
}

.home-why h2 {
  margin: 0.45rem 0 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-why article {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-newsletter {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  overflow: hidden;
  padding: 1.25rem;
}

.home-newsletter h2 {
  max-width: 34rem;
  margin: 0.45rem 0 0;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.35;
}

.home-newsletter-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  align-self: center;
}

.home-newsletter-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.home-newsletter-form input,
.home-newsletter-form button {
  min-height: 3rem;
  border-radius: 6px;
  font: inherit;
}

.home-newsletter-form input {
  width: 100%;
  border: 1px solid rgba(255, 106, 24, 0.34);
  color: #ffffff;
  background: rgba(4, 6, 8, 0.84);
  padding: 0 1rem;
}

.home-newsletter-form button {
  border: 0;
  color: #050607;
  background: linear-gradient(180deg, #ff9438, #ff6414);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.home-newsletter > img {
  width: 100%;
  min-height: 14rem;
  border-radius: 8px;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.08);
}

@media (min-width: 768px) {
  .home-hero-redesign {
    padding: 3rem;
  }

  .home-hero-copy h1 {
    font-size: 5.8rem;
  }

  .home-hero-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-route-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof-bar article + article {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home-card-grid-football {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-card-grid-music {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-why {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-newsletter {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
    align-items: center;
  }

  .home-newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home-newsletter > img {
    grid-row: 1 / span 2;
    grid-column: 2;
    height: 100%;
  }
}

@media (min-width: 1100px) {
  .home-hero-redesign {
    grid-template-columns: minmax(25rem, 0.82fr) minmax(0, 1.18fr);
    min-height: 42rem;
  }

  .home-hero-copy h1 {
    font-size: 6.4rem;
  }

  .home-proof-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-route-card {
    min-height: 21rem;
  }

  .home-route-card h2 {
    font-size: 2.9rem;
  }

  .home-route-cards-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-route-cards-compact .home-route-card {
    min-height: 19rem;
  }

  .home-route-cards-compact .home-route-card h2 {
    font-size: 2.35rem;
  }

  .home-card-grid-football {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .home-card-grid-music {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-collection-card-wide {
    min-height: 20rem;
  }

  .home-why {
    grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
  }

  .home-process-mini {
    grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-redesign {
    padding-top: 0.75rem;
  }

  .home-hero-redesign {
    padding: 1.25rem;
  }

  .home-hero-copy h1 {
    font-size: 3rem;
  }

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

/* Football collection rankings inside Mundial 2026 */
.football-collection-hub,
.football-rankings,
.football-funkos,
.football-showcase-card {
  scroll-margin-top: 9rem;
}

.football-hub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.football-hub-grid a {
  min-height: 9rem;
  display: grid;
  align-content: end;
  gap: 0.35rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 106, 24, 0.24);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 106, 24, 0.2), transparent 9rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(5, 8, 10, 0.86);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.football-hub-grid a:hover,
.football-hub-grid a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 24, 0.72);
  outline: none;
}

.football-hub-grid span,
.football-rank-list span {
  color: #ff9a38;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.football-hub-grid strong {
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.football-hub-grid small {
  color: #cbd5df;
  font-weight: 800;
}

.football-ranking-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.football-showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 1.25rem;
}

.football-showcase-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 106, 24, 0.16), transparent 10rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(7, 10, 12, 0.88);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.28);
}

.football-showcase-card figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 18rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    #030506;
}

.football-showcase-card img {
  width: 100%;
  height: 100%;
  max-height: 28rem;
  display: block;
  object-fit: contain;
}

.football-showcase-card .football-price-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #050607;
  background: linear-gradient(180deg, #ffb071, #ff6a18);
  box-shadow: 0 0.9rem 1.8rem rgba(0, 0, 0, 0.38), 0 0 1.2rem rgba(255, 106, 24, 0.24);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.football-showcase-card div {
  display: grid;
  align-content: center;
  padding: 1.1rem;
}

.football-showcase-card span {
  color: #ffad63;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.football-showcase-card h3 {
  margin: 0.45rem 0 0.55rem;
  color: #fff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(2rem, 8vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.football-showcase-card p {
  margin: 0;
  max-width: 58ch;
  color: #cbd5df;
  line-height: 1.65;
}

.football-showcase-card-wide {
  margin-bottom: 1rem;
}

.football-ranking-card,
.football-rank-list-wide,
.football-funko-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(7, 10, 12, 0.86);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.28);
}

.football-ranking-card {
  overflow: hidden;
}

.football-ranking-card summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  gap: 1rem;
  align-items: center;
  min-height: 5.5rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(255, 106, 24, 0.24);
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.18), transparent 58%),
    rgba(255, 255, 255, 0.025);
  cursor: pointer;
  list-style: none;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.football-ranking-card summary::-webkit-details-marker {
  display: none;
}

.football-ranking-card summary:hover,
.football-ranking-card summary:focus-visible {
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.26), transparent 64%),
    rgba(255, 255, 255, 0.045);
}

.football-ranking-card summary:focus-visible {
  outline: 2px solid rgba(255, 142, 66, 0.9);
  outline-offset: -3px;
}

.football-ranking-summary-copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.football-ranking-summary-copy small {
  color: #ffad72;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.football-ranking-summary-copy strong {
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(1.45rem, 4vw, 1.9rem);
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.55);
  overflow-wrap: anywhere;
}

.football-ranking-toggle {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 126, 49, 0.68);
  border-radius: 50%;
  background: rgba(255, 106, 24, 0.1);
  box-shadow: inset 0 0 1rem rgba(255, 106, 24, 0.08);
}

.football-ranking-toggle::before,
.football-ranking-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  background: #ff9a54;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.football-ranking-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.football-ranking-card[open] .football-ranking-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

.football-ranking-card[open] summary {
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.24);
}

.football-rank-list {
  counter-reset: player-rank;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
}

.football-rank-list li {
  counter-increment: player-rank;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.65rem 1.05rem;
  align-items: center;
  min-height: 5.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 106, 24, 0.16), transparent 7rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(8, 12, 15, 0.9);
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.football-rank-list li::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 106, 24, 0.92), rgba(255, 172, 92, 0.16), transparent);
  opacity: 0.72;
}

.football-rank-list li:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 24, 0.46);
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.32), 0 0 1.6rem rgba(255, 106, 24, 0.08);
}

.football-rank-list li.has-player-image {
  grid-template-columns: 4.75rem 8rem minmax(0, 1fr);
  min-height: 11.2rem;
  align-items: center;
}

.football-rank-list span {
  position: relative;
  isolation: isolate;
  grid-row: span 2;
  width: 4.5rem;
  height: 6rem;
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 0;
  filter: drop-shadow(0 0.8rem 0.9rem rgba(0, 0, 0, 0.62));
  transform: translateZ(0);
  transition: filter 220ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.football-rank-list span::before {
  content: counter(player-rank);
  position: relative;
  z-index: 2;
  display: block;
  background:
    radial-gradient(circle, rgba(26, 30, 34, 0.23) 0 1px, transparent 1.2px) 0 0 / 0.38rem 0.38rem,
    linear-gradient(135deg, #ffffff 8%, #c8cdd2 43%, #f7f7f5 62%, #9ca2a8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 4.65rem;
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.88);
  text-shadow:
    2px 0 0 rgba(72, 78, 84, 0.82),
    -1px 0 0 rgba(255, 255, 255, 0.7),
    0 0.15rem 0 rgba(55, 60, 65, 0.9);
}

.football-rank-list span::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0.15rem;
  bottom: 0.7rem;
  width: 4.1rem;
  height: 2.15rem;
  background:
    linear-gradient(145deg, transparent 0 22%, #e11414 23% 29%, transparent 30% 42%, #9f0e0e 43% 49%, transparent 50% 61%, #ed1d1d 62% 68%, transparent 69%);
  transform: skewY(-8deg);
  opacity: 0.92;
}

/* Premium podium numbers: bespoke metallic finishes for positions 1-5 */
.football-rank-list li:nth-child(-n + 5) span {
  filter:
    drop-shadow(0 0.85rem 0.75rem rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 0.55rem var(--rank-glow, rgba(255, 119, 32, 0.18)));
}

.football-rank-list li:nth-child(-n + 5):hover span {
  filter:
    drop-shadow(0 1rem 0.9rem rgba(0, 0, 0, 0.82))
    drop-shadow(0 0 0.9rem var(--rank-glow, rgba(255, 119, 32, 0.3)));
  transform: translateY(-0.16rem) scale(1.045);
}

.football-rank-list li:nth-child(-n + 5) span::before {
  background: var(--rank-metal);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--rank-edge);
  text-shadow:
    0.06em 0.035em 0 var(--rank-depth),
    0.105em 0.075em 0 var(--rank-depth-deep),
    -0.025em -0.018em 0 var(--rank-highlight),
    0 0 0.55rem var(--rank-glow);
}

.football-rank-list li:nth-child(-n + 5) span::after {
  bottom: 0.5rem;
  left: 0.08rem;
  width: 4.35rem;
  height: 2.4rem;
  background:
    linear-gradient(
      145deg,
      transparent 0 20%,
      var(--rank-stripe-bright) 21% 27%,
      transparent 28% 39%,
      var(--rank-stripe-dark) 40% 46%,
      transparent 47% 59%,
      var(--rank-stripe-bright) 60% 66%,
      transparent 67%
    );
  opacity: 0.9;
  transform: skewY(-9deg);
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.55));
}

.football-rank-list li:nth-child(1) {
  --rank-metal:
    linear-gradient(105deg, transparent 0 36%, rgba(255, 255, 255, 0.8) 42%, transparent 48%) 0 0 / 220% 100%,
    linear-gradient(155deg, #fff2a8 0%, #dcae31 17%, #6f4306 39%, #ffd96a 58%, #9a650d 77%, #f5c84e 100%);
  --rank-edge: #e8b934;
  --rank-depth: #81510a;
  --rank-depth-deep: #3e2504;
  --rank-highlight: #fff1a3;
  --rank-glow: rgba(255, 190, 48, 0.5);
  --rank-stripe-bright: #e8b83c;
  --rank-stripe-dark: #81520b;
}

.football-rank-list li:nth-child(2) {
  --rank-metal:
    linear-gradient(105deg, transparent 0 35%, rgba(255, 255, 255, 0.92) 42%, transparent 49%) 0 0 / 215% 100%,
    linear-gradient(155deg, #ffffff 0%, #aeb7c0 19%, #4a525b 40%, #f6f8fa 60%, #737c85 78%, #dce2e7 100%);
  --rank-edge: #d9e0e6;
  --rank-depth: #69727b;
  --rank-depth-deep: #2d3339;
  --rank-highlight: #ffffff;
  --rank-glow: rgba(208, 224, 237, 0.42);
  --rank-stripe-bright: #dce3e8;
  --rank-stripe-dark: #626c76;
}

.football-rank-list li:nth-child(3) {
  --rank-metal:
    linear-gradient(105deg, transparent 0 36%, rgba(255, 232, 201, 0.78) 42%, transparent 49%) 0 0 / 220% 100%,
    linear-gradient(155deg, #f2c18d 0%, #ad622e 18%, #4f2411 40%, #df9454 59%, #6e3219 78%, #c6783e 100%);
  --rank-edge: #c7793d;
  --rank-depth: #6c3218;
  --rank-depth-deep: #2f160c;
  --rank-highlight: #ffd3a3;
  --rank-glow: rgba(205, 105, 45, 0.44);
  --rank-stripe-bright: #d48748;
  --rank-stripe-dark: #713719;
}

.football-rank-list li:nth-child(4),
.football-rank-list li:nth-child(5) {
  --rank-metal:
    linear-gradient(105deg, transparent 0 35%, rgba(255, 255, 255, 0.42) 42%, transparent 49%) 0 0 / 220% 100%,
    linear-gradient(155deg, #9299a0 0%, #272c31 18%, #050607 41%, #596067 58%, #121518 76%, #737a81 100%);
  --rank-edge: #aeb4ba;
  --rank-depth: #292e33;
  --rank-depth-deep: #020303;
  --rank-highlight: #f0f3f5;
  --rank-glow: rgba(255, 105, 24, 0.3);
  --rank-stripe-bright: #ff7624;
  --rank-stripe-dark: #91340d;
}

.football-rank-list strong {
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 1.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0.65rem 1rem rgba(0, 0, 0, 0.56);
  overflow-wrap: anywhere;
}

.football-rank-list em {
  color: #d9e1e9;
  font-size: 1.04rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.football-player-thumb {
  width: 8rem;
  aspect-ratio: 3 / 4;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 0.22rem;
  border: 1px solid rgba(255, 106, 24, 0.45);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 106, 24, 0.09), transparent 58%),
    linear-gradient(145deg, #11161a, #030506 76%);
  box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.42), 0 0 1.4rem rgba(255, 106, 24, 0.08);
}

.football-player-copy {
  display: grid;
  align-content: center;
  gap: 0.65rem;
  min-width: 0;
}

#futbol-jugadores .football-player-copy strong {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  text-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.72);
}

#futbol-jugadores .football-player-copy em {
  position: relative;
  padding-top: 0.65rem;
  color: #cbd2d9;
  border-top: 1px solid rgba(255, 112, 35, 0.32);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.015em;
  overflow-wrap: normal;
  word-break: normal;
}

#futbol-jugadores .has-player-image:hover .football-player-copy strong {
  color: #fff4eb;
  text-shadow:
    0 0.4rem 1rem rgba(0, 0, 0, 0.72),
    0 0 1rem rgba(255, 106, 24, 0.14);
}

@media (max-width: 560px) {
  .football-section-legend {
    top: 82px;
    grid-template-columns: repeat(4, minmax(8.8rem, 1fr));
    margin-inline: -0.15rem;
    border-radius: 1.25rem;
  }

  .football-section-legend a {
    min-height: 3rem;
    padding: 0.5rem 0.75rem;
  }

  .football-section-legend strong {
    font-size: 0.72rem;
  }

  #futbol-jugadores,
  #futbol-equipos,
  #futbol-estadios,
  #futbol-personalizado {
    scroll-margin-top: 150px;
  }

  .football-rank-list {
    padding: 0.65rem;
  }

  .football-rank-list li {
    grid-template-columns: 2.7rem minmax(0, 1fr);
    padding: 0.85rem;
  }

  .football-rank-list li.has-player-image {
    grid-template-columns: 3.65rem 6.2rem minmax(0, 1fr);
    min-height: 9rem;
  }

  .football-rank-list span {
    width: 3.45rem;
    height: 4.8rem;
  }

  .football-rank-list span::before {
    font-size: 3.55rem;
  }

  .football-rank-list span::after {
    bottom: 0.45rem;
    width: 3.25rem;
    height: 1.7rem;
  }

  .football-player-thumb {
    width: 6.2rem;
  }

  .football-rank-list strong {
    font-size: 1.25rem;
  }

  .football-rank-list em {
    font-size: 0.88rem;
  }

  #futbol-jugadores .football-player-copy {
    gap: 0.5rem;
  }

  #futbol-jugadores .football-player-copy strong {
    font-size: clamp(1rem, 4.8vw, 1.25rem);
    line-height: 1.15;
  }

  #futbol-jugadores .football-player-copy em {
    padding-top: 0.48rem;
    font-size: 0.84rem;
    line-height: 1.32;
  }
}

.football-rank-list-wide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 0.85rem;
  overflow: hidden;
}

.football-rank-list-wide li {
  grid-template-columns: 4.75rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.55rem 1rem;
  min-height: 8rem;
  padding: 1rem 1.1rem;
  align-content: center;
}

.football-rank-list-wide li strong,
.football-rank-list-wide li em {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.football-rank-list-wide li strong {
  align-self: end;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.015em;
  text-wrap: balance;
  text-shadow: 0 0.35rem 0.85rem rgba(0, 0, 0, 0.7);
}

.football-rank-list-wide li em {
  align-self: start;
  padding-top: 0.48rem;
  color: #cbd2d9;
  border-top: 1px solid rgba(255, 112, 35, 0.26);
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

@media (max-width: 560px) {
  .football-rank-list-wide li {
    grid-template-columns: 3.7rem minmax(0, 1fr);
    gap: 0.45rem 0.75rem;
    min-height: 7rem;
    padding: 0.85rem;
  }

  .football-rank-list-wide li strong {
    font-size: 1.08rem;
  }

  .football-rank-list-wide li em {
    font-size: 0.86rem;
  }
}

.football-funko-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.football-funko-grid article {
  overflow: hidden;
}

.football-funko-grid img {
  width: 100%;
  height: 18rem;
  display: block;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 106, 24, 0.12), transparent 44%),
    #020304;
}

.football-funko-grid div {
  padding: 1rem;
}

.football-funko-grid span {
  color: #ff9a38;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.football-funko-grid h3 {
  margin: 0.45rem 0 0.5rem;
  color: #ffffff;
  font-size: 1.2rem;
}

.football-funko-grid p {
  margin: 0;
  color: #cbd5df;
  line-height: 1.6;
}

.football-custom-request {
  position: relative;
  display: grid;
  gap: 1.4rem;
  align-items: center;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 106, 24, 0.22), transparent 24rem),
    linear-gradient(135deg, rgba(255, 106, 24, 0.11), rgba(255, 255, 255, 0.02) 42%, rgba(0, 0, 0, 0.26)),
    rgba(8, 11, 13, 0.92);
}

.football-custom-request::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 106, 24, 0.12) 42% 43%, transparent 43% 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 14px);
  opacity: 0.32;
  pointer-events: none;
}

.football-custom-request > * {
  position: relative;
  z-index: 1;
}

.football-custom-request h2 {
  max-width: 13ch;
  margin: 0.45rem 0 0.8rem;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(2.25rem, 5.2vw, 4.9rem);
  line-height: 0.92;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-wrap: balance;
}

.football-custom-request p {
  max-width: 64ch;
  margin: 0;
  color: #d7dee7;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.7;
}

.football-custom-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  width: fit-content;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  color: #050607;
  background: linear-gradient(180deg, #ffb071, #ff6a18);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.065em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 1rem 2rem rgba(255, 106, 24, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.football-custom-cta:hover,
.football-custom-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 1.2rem 2.6rem rgba(255, 106, 24, 0.26);
  outline: none;
}

@media (min-width: 768px) {
  .football-hub-grid,
  .football-funko-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .football-showcase-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .football-stadium-showcase .football-showcase-card {
    grid-template-columns: 1fr;
  }

  .football-custom-request {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .football-rank-list-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .football-hub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .football-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .football-showcase-grid .football-showcase-card:first-child:last-child,
  .football-showcase-card-wide {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  }

  .football-funko-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1400px) {
  .football-rank-list-wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Funkos collection page */
.funkos-page {
  --funkos-bg: #020304;
  --funkos-panel: rgba(10, 13, 16, 0.86);
  --funkos-line: rgba(255, 255, 255, 0.12);
  --funkos-orange: #ff6a18;
  --funkos-orange-soft: #ffb071;
  --funkos-muted: #cbd4df;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 22px clamp(16px, 3vw, 44px) 70px;
  color: #ffffff;
}

.funkos-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 106, 24, 0.16), transparent 20%),
    radial-gradient(circle at 84% 32%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #020304;
  background-size: auto, auto, 74px 74px, 74px 74px, auto;
  pointer-events: none;
}

.funkos-hero,
.funkos-proof,
.funkos-section,
.funkos-custom-cta {
  border: 1px solid var(--funkos-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    var(--funkos-panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.funkos-hero {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  min-height: 620px;
  padding: clamp(1.35rem, 3vw, 2.6rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 106, 24, 0.2), transparent 25rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.014)),
    rgba(5, 7, 9, 0.92);
}

.funkos-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: var(--funkos-orange-soft);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.funkos-kicker::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: var(--funkos-orange);
  box-shadow: 0 0 16px rgba(255, 106, 24, 0.72);
}

.funkos-hero h1,
.funkos-section h2,
.funkos-custom-cta h2 {
  margin: 0.65rem 0 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  letter-spacing: 0.026em;
  text-transform: uppercase;
  text-wrap: balance;
}

.funkos-hero h1 {
  max-width: 10ch;
  font-size: clamp(3.1rem, 8vw, 7.3rem);
  line-height: 0.88;
}

.funkos-hero-copy > p:not(.funkos-kicker),
.funkos-section-head p,
.funkos-card p,
.funkos-pricing p,
.funkos-custom-cta p {
  color: var(--funkos-muted);
  line-height: 1.65;
}

.funkos-hero-copy > p:not(.funkos-kicker) {
  max-width: 40rem;
  margin: 1rem 0 0;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.funkos-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.funkos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.82rem 1.15rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.funkos-btn:hover,
.funkos-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.funkos-btn-primary {
  color: #050607;
  background: linear-gradient(180deg, #ffb071, #ff6a18);
  box-shadow: 0 1rem 2rem rgba(255, 106, 24, 0.2);
}

.funkos-btn-ghost {
  border: 1px solid rgba(255, 106, 24, 0.42);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.funkos-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 26rem;
  margin: 0;
  border: 1px solid rgba(255, 106, 24, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 106, 24, 0.17), transparent 50%),
    #030506;
}

.funkos-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.08);
}

.funkos-hero-visual figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
}

.funkos-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: 1rem;
  overflow: hidden;
  background: rgba(255, 106, 24, 0.18);
}

.funkos-proof article,
.funkos-process-grid article,
.funkos-price-grid article {
  padding: 1rem;
  background: rgba(8, 11, 13, 0.92);
}

.funkos-proof span,
.funkos-process-grid span,
.funkos-price-grid span {
  color: var(--funkos-orange-soft);
  font-weight: 950;
}

.funkos-proof strong,
.funkos-process-grid h3,
.funkos-price-grid strong {
  display: block;
  margin-top: 0.45rem;
  color: #ffffff;
  font-weight: 950;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.funkos-proof p,
.funkos-process-grid p,
.funkos-price-grid p {
  margin: 0.45rem 0 0;
  color: var(--funkos-muted);
  line-height: 1.5;
}

.funkos-section,
.funkos-custom-cta {
  margin-top: 1.25rem;
  padding: clamp(1.25rem, 2.4vw, 2rem);
}

.funkos-section-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.funkos-section h2,
.funkos-custom-cta h2 {
  max-width: 13ch;
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  line-height: 0.94;
}

.funkos-process-grid,
.funkos-showcase-grid,
.funkos-price-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.funkos-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 106, 24, 0.16), transparent 32%),
    rgba(4, 6, 8, 0.88);
}

.funkos-card figure {
  margin: 0;
  min-height: 21rem;
  background: #020304;
}

.funkos-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 21rem;
  object-fit: contain;
}

.funkos-card div {
  padding: 1rem;
}

.funkos-card span {
  color: var(--funkos-orange-soft);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funkos-card h3 {
  margin: 0.45rem 0 0.6rem;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.96;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.funkos-pricing {
  display: grid;
  gap: 1.2rem;
}

.funkos-custom-cta {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 106, 24, 0.24), transparent 28rem),
    linear-gradient(135deg, rgba(255, 106, 24, 0.1), rgba(255, 255, 255, 0.018)),
    rgba(8, 11, 13, 0.92);
}

.funkos-custom-cta p {
  max-width: 60ch;
  margin: 0;
}

@media (min-width: 768px) {
  .funkos-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.8fr);
  }

  .funkos-proof {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .funkos-process-grid,
  .funkos-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .funkos-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .funkos-pricing,
  .funkos-custom-cta {
    grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1fr);
    align-items: center;
  }
}

/* Colecci&oacute;n M&uacute;sica */
.music-page {
  --music-bg: #030405;
  --music-panel: rgba(9, 12, 15, 0.88);
  --music-line: rgba(255, 255, 255, 0.13);
  --music-orange: #ff6a18;
  --music-gold: #ffc46b;
  --music-muted: #cbd2dc;
  --music-blue: #7ac8ff;
  position: relative;
  overflow: hidden;
  padding: clamp(6.5rem, 9vw, 8.5rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 106, 24, 0.19), transparent 26rem),
    radial-gradient(circle at 84% 28%, rgba(122, 200, 255, 0.11), transparent 26rem),
    linear-gradient(180deg, #06090b 0%, var(--music-bg) 58%, #010202 100%);
  color: #fff;
}

.music-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(255, 255, 255, 0.045) 18.2% 18.5%, transparent 18.8% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7.5rem);
  mask-image: linear-gradient(180deg, #000, transparent 75%);
}

.music-hero,
.music-proof,
.music-section,
.music-custom-cta {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-inline: auto;
  border: 1px solid var(--music-line);
  border-radius: 1.35rem;
  background:
    linear-gradient(145deg, rgba(255, 106, 24, 0.09), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    var(--music-panel);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.42);
}

.music-hero {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.25rem, 4vw, 3rem);
}

.music-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.8rem;
  color: var(--music-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.music-kicker::before {
  content: "";
  width: 2.6rem;
  height: 2px;
  background: linear-gradient(90deg, var(--music-orange), var(--music-gold));
  box-shadow: 0 0 1.2rem rgba(255, 106, 24, 0.6);
}

.music-hero h1,
.music-section h2,
.music-custom-cta h2 {
  margin: 0;
  max-width: 11ch;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2.6rem, 8vw, 6rem);
  line-height: 0.84;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-shadow: 0 0.9rem 1.8rem rgba(0, 0, 0, 0.55);
}

.music-section h2,
.music-custom-cta h2 {
  max-width: 13ch;
  font-size: clamp(2.1rem, 5.8vw, 4.4rem);
}

.music-hero-copy > p:not(.music-kicker),
.music-section-head p,
.music-card p,
.music-details p,
.music-custom-cta p {
  color: var(--music-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.music-hero-copy > p:not(.music-kicker) {
  max-width: 62ch;
  margin: 1.25rem 0 0;
}

.music-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.music-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.music-btn:hover,
.music-btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2.3rem rgba(255, 106, 24, 0.24);
}

.music-btn-primary {
  color: #140905;
  background: linear-gradient(135deg, var(--music-gold), var(--music-orange));
}

.music-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.music-hero-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 106, 24, 0.35);
  border-radius: 1.15rem;
  background: #050607;
  box-shadow: inset 0 0 3rem rgba(255, 106, 24, 0.08), 0 1.6rem 4rem rgba(0, 0, 0, 0.52);
}

.music-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transform: scale(1.01);
}

.music-hero-visual figcaption {
  position: absolute;
  inset-inline: 1rem;
  bottom: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.9rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-weight: 800;
  line-height: 1.35;
  backdrop-filter: blur(10px);
}

.music-proof {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  padding: 1rem;
}

.music-proof article,
.music-process-grid article,
.music-detail-list article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
  padding: 1.1rem;
}

.music-proof span,
.music-process-grid span,
.music-detail-list span {
  display: block;
  color: var(--music-gold);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.music-proof strong,
.music-process-grid h3 {
  display: block;
  margin-top: 0.65rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.music-proof p,
.music-process-grid p,
.music-detail-list p {
  margin: 0.5rem 0 0;
  color: var(--music-muted);
  line-height: 1.6;
}

.music-section,
.music-custom-cta {
  margin-top: 1rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.music-section-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.music-section-head p {
  max-width: 62ch;
  margin: 0;
}

.music-process-grid,
.music-showcase-grid,
.music-detail-list {
  display: grid;
  gap: 1rem;
}

.music-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.1rem;
  background: rgba(0, 0, 0, 0.34);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.music-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 106, 24, 0.52);
  box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.38);
}

.music-card figure {
  margin: 0;
  background: #050607;
}

.music-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.music-card div {
  padding: 1.2rem;
}

.music-card span {
  color: var(--music-gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.music-card h3 {
  margin: 0.55rem 0 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.music-card p {
  margin: 0.9rem 0 0;
}

.music-card-feature {
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 106, 24, 0.18), transparent 18rem),
    rgba(0, 0, 0, 0.38);
}

.music-details {
  display: grid;
  gap: 1.25rem;
}

.music-details > div > p:not(.music-kicker) {
  max-width: 58ch;
  margin: 1rem 0 0;
}

.music-detail-list article {
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 106, 24, 0.16), transparent 8rem),
    rgba(255, 255, 255, 0.034);
}

.music-custom-cta {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at 84% 20%, rgba(122, 200, 255, 0.12), transparent 24rem),
    radial-gradient(circle at 16% 80%, rgba(255, 106, 24, 0.18), transparent 24rem),
    rgba(8, 11, 13, 0.94);
}

.music-custom-cta p {
  max-width: 64ch;
  margin: 0;
}

@media (min-width: 768px) {
  .music-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.82fr);
  }

  .music-proof {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .music-process-grid,
  .music-detail-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .music-detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .music-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .music-card-feature {
    grid-column: span 1;
  }

  .music-details,
  .music-custom-cta {
    grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1fr);
    align-items: center;
  }
}

/* UX responsive global + motion layer */
:root {
  --als-bg: #020405;
  --als-panel: rgba(10, 13, 16, 0.88);
  --als-line: rgba(255, 255, 255, 0.12);
  --als-text: #f8fafc;
  --als-muted: #cbd5df;
  --als-orange: #ff6a18;
  --als-gold: #ffb35b;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  padding-top: var(--nav-height, 5.25rem);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 106, 24, 0.12), transparent 22rem),
    radial-gradient(circle at 92% 18%, rgba(255, 179, 91, 0.08), transparent 24rem),
    #06090b;
}

img,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

main {
  min-width: 0;
}

main > section {
  scroll-margin-top: calc(var(--nav-height, 5.25rem) + 1rem);
}

.nav-fijo {
  flex-wrap: nowrap;
  gap: clamp(0.7rem, 2vw, 1.4rem);
  padding: 0.75rem clamp(0.9rem, 3vw, 1.75rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 106, 24, 0.15), transparent 18rem),
    rgba(5, 8, 10, 0.9);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.logo-nav {
  min-width: 0;
  color: #fff;
}

.logo-nav img {
  width: clamp(2.4rem, 5vw, 3.25rem);
  height: clamp(2.4rem, 5vw, 3.25rem);
  object-fit: contain;
  filter: drop-shadow(0 0 1rem rgba(255, 106, 24, 0.22));
}

.logo-nav span {
  overflow: hidden;
  max-width: 11rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-fijo > ul {
  margin-left: auto;
}

.nav-fijo a,
.nav-dropdown summary {
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.nav-fijo ul > li > a,
.nav-dropdown summary {
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(248, 250, 252, 0.86);
  padding-inline: 0.55rem;
}

.nav-fijo ul > li > a:hover,
.nav-fijo ul > li > a:focus-visible,
.nav-fijo ul > li > a.is-active,
.nav-dropdown summary:hover,
.nav-dropdown details[open] summary {
  color: #fff;
  border-color: rgba(255, 106, 24, 0.34);
  background: rgba(255, 106, 24, 0.12);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 106, 24, 0.35);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 179, 91, 0.28), transparent 55%),
    rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.18rem auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(0.38rem) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-0.38rem) rotate(-45deg);
}

.als-marquee {
  width: min(100%, 1500px);
  margin: 1rem auto;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 24, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 106, 24, 0.16), rgba(255, 255, 255, 0.035), rgba(255, 106, 24, 0.12)),
    rgba(2, 4, 5, 0.82);
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.26);
}

.als-marquee-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 1.2rem;
  padding: 0.85rem 0;
  animation: alsMarquee 28s linear infinite;
}

.als-marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-size: clamp(0.74rem, 1.4vw, 0.92rem);
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.als-marquee-track span::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--als-orange);
  box-shadow: 0 0 1rem rgba(255, 106, 24, 0.7);
}

.home-choose {
  width: min(100%, 1500px);
  margin: 1rem auto;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 106, 24, 0.16), transparent 24rem),
    rgba(7, 10, 12, 0.84);
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.32);
}

.home-choose-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.home-choose-head h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.home-choose-head p {
  max-width: 62ch;
  margin: 0;
  color: var(--als-muted);
  line-height: 1.65;
}

.home-choose-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.home-choose-card {
  position: relative;
  overflow: hidden;
  min-height: 11rem;
  display: grid;
  align-content: end;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 106, 24, 0.2), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.35);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-choose-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -45% auto;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 106, 24, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 24, 0.16), transparent 62%);
}

.home-choose-card:hover,
.home-choose-card:focus-visible {
  transform: perspective(900px) translateY(-0.28rem) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: rgba(255, 106, 24, 0.54);
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.32);
  outline: none;
}

.home-choose-card span,
.home-choose-card h3,
.home-choose-card p {
  position: relative;
  z-index: 1;
}

.home-choose-card span {
  color: var(--als-gold);
  font-weight: 950;
  letter-spacing: 0.1em;
}

.home-choose-card h3 {
  margin: 0.6rem 0 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2rem, 7vw, 3.4rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.home-choose-card p {
  max-width: 30ch;
  margin: 0.65rem 0 0;
  color: var(--als-muted);
  line-height: 1.45;
}

.home-choose-card-main {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 179, 91, 0.24), transparent 15rem),
    linear-gradient(145deg, rgba(255, 106, 24, 0.24), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.38);
}

.home-route-card,
.home-choose-card,
.funkos-card,
.music-card,
.gallery-feature-card {
  transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
}

.als-reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.als-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-route-cards-compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
}

.footer-web a:focus-visible,
.home-btn:focus-visible,
.fifa-btn:focus-visible,
.funkos-btn:focus-visible,
.music-btn:focus-visible,
.gallery-slider-btn:focus-visible {
  outline: 2px solid var(--als-orange);
  outline-offset: 3px;
}

@keyframes alsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .home-choose-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body {
    padding-top: var(--nav-height, 4.8rem);
  }

  body.nav-open {
    overflow: hidden;
  }

  .nav-fijo {
    align-items: center;
  }

  .nav-toggle {
    display: grid;
    margin-left: auto;
  }

  .nav-fijo > ul {
    position: fixed;
    top: calc(var(--nav-height, 4.8rem) + 0.65rem);
    left: 0.85rem;
    right: 0.85rem;
    max-height: calc(100vh - var(--nav-height, 4.8rem) - 1.5rem);
    overflow: auto;
    display: grid;
    gap: 0.45rem;
    align-items: stretch;
    justify-content: stretch;
    padding: 0.75rem;
    border: 1px solid rgba(255, 106, 24, 0.35);
    border-radius: 1.15rem;
    background:
      radial-gradient(circle at 12% 0%, rgba(255, 106, 24, 0.16), transparent 18rem),
      rgba(3, 5, 7, 0.97);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.48);
    transform: translateY(-0.5rem) scale(0.98);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  body.nav-open .nav-fijo > ul {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-fijo li,
  .nav-dropdown,
  .nav-dropdown details {
    width: 100%;
  }

  .nav-fijo ul > li > a,
  .nav-dropdown summary {
    width: 100%;
    min-height: 3rem;
    justify-content: flex-start;
    padding: 0.75rem 0.9rem;
  }

  .nav-dropdown-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 0.35rem;
    transform: none;
  }

  .logo-nav span {
    max-width: 8.5rem;
  }
}

@media (max-width: 767px) {
  main,
  .home-redesign,
  .fifa-page,
  .gallery-page,
  .funkos-page,
  .music-page,
  .premium-page {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .home-hero-redesign,
  .fifa-hero,
  .funkos-hero,
  .music-hero,
  .gallery-hero,
  .gallery-top-grid,
  .home-choose {
    border-radius: 1rem;
  }

  .home-hero-redesign {
    min-height: auto;
    padding: 1.2rem;
  }

  .home-proof-bar,
  .home-route-cards,
  .home-process-mini,
  .home-choose {
    margin-top: 0.85rem;
  }

  .home-hero-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .home-framed-piece img {
    min-height: 11rem;
  }

  .als-marquee {
    border-radius: 0.9rem;
  }

  .als-marquee-track {
    animation-duration: 20s;
  }
}

/* Cursor premium ALS: print-head desktop experience */
@media (pointer: fine) {
  .has-custom-cursor,
  .has-custom-cursor * {
    cursor: none !important;
  }

  .als-cursor,
  .als-cursor-follower,
  .als-print-trail,
  .als-print-build {
    pointer-events: none;
  }

  .als-cursor,
  .als-cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    will-change: transform, opacity;
  }

  .als-cursor {
    width: 2.1rem;
    height: 1.55rem;
    filter: drop-shadow(0 0 0.75rem rgba(255, 122, 0, 0.48));
  }

  .als-cursor-follower {
    width: 3.1rem;
    height: 2.1rem;
    border-top: 1px solid rgba(255, 122, 0, 0.38);
    border-bottom: 1px solid rgba(255, 122, 0, 0.18);
    opacity: 0;
    background:
      linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.16), transparent),
      repeating-linear-gradient(0deg, transparent 0 0.42rem, rgba(255, 122, 0, 0.16) 0.42rem 0.48rem);
    clip-path: polygon(5% 42%, 18% 12%, 82% 12%, 95% 42%, 82% 72%, 18% 72%);
    transition: filter 0.25s ease, opacity 0.25s ease;
  }

  .als-print-head-body {
    position: absolute;
    left: 0.18rem;
    top: 0.12rem;
    width: 1.45rem;
    height: 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.16rem 0.16rem 0.08rem 0.08rem;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 34%),
      linear-gradient(180deg, #23282e, #090b0d);
    box-shadow: inset 0 -1px 0 rgba(255, 122, 0, 0.25);
  }

  .als-print-head-body::before {
    content: "";
    position: absolute;
    left: 0.18rem;
    right: 0.18rem;
    top: 0.18rem;
    height: 1px;
    background: rgba(255, 122, 0, 0.75);
    box-shadow: 0 0 0.6rem rgba(255, 122, 0, 0.65);
  }

  .als-print-nozzle {
    position: absolute;
    left: 1.02rem;
    top: 0.84rem;
    width: 0.54rem;
    height: 0.58rem;
    background: linear-gradient(180deg, #424850, #111418);
    clip-path: polygon(18% 0, 82% 0, 62% 100%, 38% 100%);
    box-shadow: 0 0.25rem 0.65rem rgba(0, 0, 0, 0.42);
  }

  .als-print-nozzle::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.12rem;
    width: 0.26rem;
    height: 0.1rem;
    border-radius: 999px;
    background: #ff7a00;
    box-shadow: 0 0 0.75rem rgba(255, 122, 0, 0.9);
    transform: translateX(-50%);
  }

  .als-print-filament {
    position: absolute;
    left: 0.46rem;
    top: -0.26rem;
    width: 0.84rem;
    height: 0.18rem;
    border-radius: 999px;
    border-top: 1px solid rgba(255, 122, 0, 0.75);
    background: linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.32), transparent);
  }

  .als-cursor.is-hovering {
    filter:
      drop-shadow(0 0 0.85rem rgba(255, 122, 0, 0.72))
      drop-shadow(0 0 1.5rem rgba(255, 122, 0, 0.22));
  }

  .als-cursor.is-hovering .als-print-head-body {
    border-color: rgba(255, 122, 0, 0.55);
  }

  .als-cursor.is-clicking .als-print-nozzle::after {
    transform: translateX(-50%) scaleX(1.5);
  }

  .als-cursor-follower.is-hovering {
    filter: drop-shadow(0 0 1rem rgba(255, 122, 0, 0.34));
  }

  .als-print-trail {
    position: fixed;
    z-index: 99998;
    height: 1px;
    border-radius: 999px;
    background:
      linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 122, 0, 0.22) 18%,
        rgba(255, 122, 0, var(--layer-opacity, 0.42)) 50%,
        rgba(255, 172, 92, 0.26) 72%,
        transparent 100%
      );
    box-shadow:
      0 0 0.16rem rgba(255, 122, 0, 0.18),
      0 0.02rem 0 rgba(255, 190, 120, 0.12);
    transform: translate(-50%, -50%) rotate(var(--trail-rotate, 0deg));
    opacity: 0;
    animation: alsPrintTrail 0.4s cubic-bezier(0.18, 0.82, 0.22, 1) forwards;
    will-change: transform, opacity;
  }

  .print-cursor-hover .als-print-trail {
    height: 1.5px;
    box-shadow:
      0 0 0.2rem rgba(255, 122, 0, 0.24),
      0 0.02rem 0 rgba(255, 190, 120, 0.14);
  }

  .als-print-build {
    position: fixed;
    z-index: 99998;
    width: 3.6rem;
    height: 2.4rem;
    transform: translate(-50%, -100%);
    animation: alsPrintBuildLife 0.48s ease forwards;
  }

  .als-print-build i {
    position: absolute;
    left: 50%;
    bottom: calc(var(--layer-index) * 0.28rem);
    width: var(--layer-width);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #ff7a00, transparent);
    box-shadow: 0 0 0.55rem rgba(255, 122, 0, 0.42);
    transform: translateX(-50%) scaleX(0);
    animation: alsBuildLayer 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: calc(var(--layer-index) * 38ms);
  }

  .als-print-build b {
    position: absolute;
    left: 50%;
    bottom: 1.65rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #ffb05a;
    box-shadow: 0 0 1.2rem rgba(255, 122, 0, 0.85);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
    animation: alsBuildFlash 0.22s ease forwards;
    animation-delay: 0.28s;
  }

  .als-glow-ready {
    position: relative;
    overflow: hidden;
  }

  .als-glow-ready::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    background:
      radial-gradient(
        circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(255, 122, 0, 0.18),
        rgba(255, 122, 0, 0.06) 16%,
        transparent 42%
      );
    mix-blend-mode: screen;
    transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .als-glow-ready:hover::after,
  .als-glow-ready:focus-within::after {
    opacity: 1;
  }

  .als-reactive-image {
    position: relative;
    will-change: transform;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), filter 0.45s ease;
    transform:
      perspective(900px)
      rotateX(var(--image-tilt-y, 0deg))
      rotateY(var(--image-tilt-x, 0deg))
      scale(1.012);
  }

  .als-glow-ready:hover .als-reactive-image,
  .als-glow-ready:focus-within .als-reactive-image {
    filter: saturate(1.08) contrast(1.04);
  }

  .als-print-scan-target {
    --print-scan-y: 100%;
  }

  .als-print-scan-target.is-print-scanning {
    animation: alsPrintScanImage 0.74s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .als-image-scan-shell {
    position: relative;
    overflow: hidden;
  }

  .als-image-print-line {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
    border-radius: inherit;
  }

  .als-image-print-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.35rem;
    height: 0.24rem;
    background:
      linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.88), transparent),
      repeating-linear-gradient(90deg, transparent 0 0.7rem, rgba(255, 255, 255, 0.25) 0.7rem 0.75rem);
    box-shadow: 0 0 1rem rgba(255, 122, 0, 0.42);
    opacity: 0;
    animation: alsImagePrintLine 0.72s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .als-parallax-layer {
    will-change: transform;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  }

  .home-btn,
  .fifa-btn,
  .funkos-btn,
  .music-btn,
  .premium-btn,
  .contacto-boton,
  .football-custom-cta,
  .home-choose-card-main {
    will-change: transform;
    transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0);
  }
}

@keyframes alsPrintTrail {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--trail-rotate, 0deg)) scaleX(0.24);
  }

  16% {
    opacity: var(--layer-opacity, 0.42);
    transform: translate(-50%, -50%) rotate(var(--trail-rotate, 0deg)) scaleX(1);
  }

  62% {
    opacity: calc(var(--layer-opacity, 0.42) * 0.62);
    transform: translate(-50%, -54%) rotate(var(--trail-rotate, 0deg)) scaleX(0.82);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -66%) rotate(var(--trail-rotate, 0deg)) scaleX(0.38);
  }
}

@keyframes alsPrintBuildLife {
  0%,
  76% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes alsBuildLayer {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

@keyframes alsBuildFlash {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }

  55% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
  }
}

@keyframes alsPrintScanImage {
  0% {
    filter: saturate(1.02) contrast(1.02);
    box-shadow: none;
  }

  45% {
    filter: saturate(1.12) contrast(1.06);
    box-shadow: inset 0 -0.26rem 0 rgba(255, 122, 0, 0.55), 0 0 1.4rem rgba(255, 122, 0, 0.14);
  }

  100% {
    filter: saturate(1.02) contrast(1.02);
    box-shadow: inset 0 0.26rem 0 rgba(255, 122, 0, 0);
  }
}

@keyframes alsImagePrintLine {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  12% {
    opacity: 1;
  }

  82% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translateY(calc(-100% - 0.75rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .als-reveal {
    opacity: 1;
    transform: none;
  }
}

/* UX readability layer: clarity over spectacle */
:root {
  --als-readable-title: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --als-readable-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --als-title-leading: 1.06;
  --als-title-tracking: -0.025em;
  --als-copy-leading: 1.68;
}

body {
  font-family: var(--als-readable-body);
  line-height: var(--als-copy-leading);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  overflow-wrap: normal;
}

.home-hero-copy h1,
.fifa-hero h1,
.premium-hero h1,
.funkos-hero h1,
.music-hero h1,
.gallery-hero-a11y h1,
.intro h1 {
  max-width: 12ch !important;
  font-family: var(--als-readable-title) !important;
  font-size: clamp(2.25rem, 5.8vw, 5rem) !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  text-transform: none !important;
}

.home-choose-head h2,
.home-route-card h2,
.home-process-mini h2,
.fifa-section-head h2,
.fifa-how h2,
.fifa-bottom-grid h2,
.football-custom-request h2,
.gallery-section-head h2,
.gallery-side-card h2,
.gallery-cta h2,
.premium-contact-cta h2,
.premium-card h2,
.funkos-section h2,
.funkos-custom-cta h2,
.music-section h2,
.music-custom-cta h2,
.materiales-premium-page h2 {
  max-width: 16ch !important;
  font-family: var(--als-readable-title) !important;
  font-size: clamp(1.65rem, 3.3vw, 2.9rem) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.028em !important;
  text-transform: none !important;
}

.home-route-card h2,
.premium-card h2,
.fifa-bottom-grid h2,
.fifa-info-card h2,
.material-card h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem) !important;
  line-height: 1.16 !important;
  max-width: 18ch !important;
}

.home-choose-card h3,
.fifa-how h3,
.football-showcase-card h3,
.gallery-feature-card h3,
.collection-design-row h3,
.funkos-card h3,
.funkos-process-grid h3,
.music-card h3,
.music-process-grid h3,
.footer-web h3 {
  max-width: 18ch !important;
  font-family: var(--als-readable-title) !important;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem) !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.015em !important;
  text-transform: none !important;
}

.home-choose-card h3,
.funkos-card h3,
.music-card h3 {
  font-size: clamp(1.35rem, 2.8vw, 2.15rem) !important;
}

.gallery-slide span,
.gallery-open-collection summary span {
  font-family: var(--als-readable-title) !important;
  font-size: clamp(1.25rem, 3vw, 2rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

.fifa-kicker,
.gallery-kicker,
.home-kicker,
.home-section-label,
.funkos-kicker,
.music-kicker,
.premium-eyebrow,
.home-route-card span,
.home-choose-card span,
.funkos-card span,
.music-card span {
  letter-spacing: 0.08em !important;
}

.home-hero-copy p:not(.home-kicker),
.fifa-hero-content > p:not(.fifa-kicker),
.premium-hero p,
.funkos-hero-copy > p:not(.funkos-kicker),
.music-hero-copy > p:not(.music-kicker),
.gallery-section-head p,
.fifa-section-head p,
.funkos-section-head p,
.music-section-head p,
.home-choose-head p,
.gallery-open-collection summary small,
.collection-design-row p,
.gallery-feature-card p,
.home-route-card p,
.home-choose-card p,
.premium-card p,
.funkos-card p,
.music-card p {
  max-width: 64ch;
  line-height: 1.7 !important;
}

.home-hero-copy p:not(.home-kicker),
.fifa-hero-content > p:not(.fifa-kicker),
.funkos-hero-copy > p:not(.funkos-kicker),
.music-hero-copy > p:not(.music-kicker),
.premium-hero p {
  margin-top: 1.15rem !important;
}

.home-actions,
.fifa-actions,
.funkos-actions,
.music-actions,
.premium-actions {
  margin-top: clamp(1.35rem, 3vw, 2rem) !important;
}

.home-choose-head,
.fifa-section-head,
.gallery-section-head,
.funkos-section-head,
.music-section-head {
  gap: 0.9rem !important;
  margin-bottom: clamp(1.2rem, 3vw, 2rem) !important;
}

.footer-web h2 {
  font-family: var(--als-readable-title) !important;
  font-size: clamp(1.25rem, 2.3vw, 1.8rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

.footer-web p,
.footer-web li,
.footer-web a {
  line-height: 1.65;
}

@media (max-width: 767px) {
  .home-hero-copy h1,
  .fifa-hero h1,
  .premium-hero h1,
  .funkos-hero h1,
  .music-hero h1,
  .gallery-hero-a11y h1,
  .intro h1 {
    max-width: 11ch !important;
    font-size: clamp(2rem, 12vw, 3.15rem) !important;
    line-height: 1.04 !important;
  }

  .home-choose-head h2,
  .home-route-card h2,
  .home-process-mini h2,
  .fifa-section-head h2,
  .fifa-how h2,
  .fifa-bottom-grid h2,
  .football-custom-request h2,
  .gallery-section-head h2,
  .gallery-side-card h2,
  .gallery-cta h2,
  .premium-contact-cta h2,
  .premium-card h2,
  .funkos-section h2,
  .funkos-custom-cta h2,
  .music-section h2,
  .music-custom-cta h2,
  .materiales-premium-page h2 {
    max-width: 14ch !important;
    font-size: clamp(1.45rem, 8vw, 2.25rem) !important;
    line-height: 1.14 !important;
  }

  .home-choose-card h3,
  .fifa-how h3,
  .football-showcase-card h3,
  .gallery-feature-card h3,
  .collection-design-row h3,
  .funkos-card h3,
  .music-card h3 {
    font-size: clamp(1.15rem, 5.5vw, 1.65rem) !important;
    line-height: 1.18 !important;
  }
}

/* Typography safety net: fluid, readable, never clipped */
:root {
  --type-h1: clamp(2rem, 6vw, 4.6rem);
  --type-h2: clamp(1.45rem, 3.6vw, 2.8rem);
  --type-h3: clamp(1.1rem, 2.2vw, 1.75rem);
  --type-small-title: clamp(1rem, 1.7vw, 1.32rem);
  --safe-card-pad: clamp(1rem, 2.5vw, 1.55rem);
}

main,
footer,
section,
article,
aside,
div,
li {
  min-width: 0;
}

main h1,
main h2,
main h3,
main h4,
footer h2,
footer h3 {
  width: 100%;
  max-width: min(100%, 18ch) !important;
  margin-top: 0;
  color: inherit;
  font-family: var(--als-readable-title, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif) !important;
  font-style: normal !important;
  text-transform: none !important;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  white-space: normal !important;
}

main h1 {
  font-size: var(--type-h1) !important;
  line-height: 1.06 !important;
  letter-spacing: clamp(-0.055em, -0.7vw, -0.025em) !important;
}

main h2 {
  font-size: var(--type-h2) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.026em !important;
}

main h3,
footer h3 {
  font-size: var(--type-h3) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.012em !important;
}

footer h2 {
  font-size: clamp(1.2rem, 2vw, 1.65rem) !important;
  line-height: 1.22 !important;
}

main p,
main li,
main small,
footer p,
footer li,
footer a {
  max-width: 70ch;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

main p,
footer p {
  line-height: 1.7 !important;
}

main h1 + p,
main h2 + p,
main h3 + p,
main .fifa-kicker + h1,
main .fifa-kicker + h2,
main .gallery-kicker + h1,
main .gallery-kicker + h2,
main .home-kicker + h1,
main .home-section-label + h2,
main .funkos-kicker + h1,
main .funkos-kicker + h2,
main .music-kicker + h1,
main .music-kicker + h2,
main .premium-eyebrow + h1,
main .premium-eyebrow + h2 {
  margin-top: clamp(0.65rem, 1.4vw, 1rem);
}

.home-hero-redesign,
.fifa-hero,
.gallery-hero,
.gallery-top-grid,
.gallery-process-card,
.gallery-side-card,
.gallery-open-collection,
.funkos-hero,
.funkos-section,
.funkos-custom-cta,
.music-hero,
.music-section,
.music-custom-cta,
.premium-hero,
.premium-card,
.premium-contact-cta,
.material-card,
.fifa-section,
.fifa-how,
.fifa-bottom-grid > article,
.home-choose,
.home-process-mini,
.footer-contenido > section {
  padding: max(var(--safe-card-pad), 1rem) !important;
}

.home-route-card,
.home-choose-card,
.gallery-feature-card,
.collection-design-row,
.gallery-slide,
.football-showcase-card,
.fifa-info-card,
.fifa-collection-card,
.ranking-player-card,
.funkos-card,
.music-card,
.premium-card,
.material-card,
.grupo-card,
.seleccion-jugador-card {
  height: auto !important;
  max-height: none !important;
  min-width: 0;
}

.home-route-card > div,
.home-choose-card > *,
.gallery-feature-card > *,
.collection-design-row > div,
.gallery-slide > div,
.football-showcase-card > div,
.fifa-info-card > *,
.fifa-collection-card > *,
.ranking-player-card > *,
.funkos-card > div,
.music-card > div,
.premium-card > *,
.material-card > *,
.grupo-card > *,
.seleccion-jugador-card > * {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.home-route-card,
.home-choose-card,
.football-showcase-card,
.gallery-feature-card,
.funkos-card,
.music-card,
.premium-card {
  align-content: start;
}

.home-route-card h2,
.home-choose-card h3,
.gallery-feature-card h3,
.collection-design-row h3,
.football-showcase-card h3,
.fifa-info-card h2,
.funkos-card h3,
.music-card h3,
.premium-card h2,
.material-card h2,
.ranking-player-card strong,
.ranking-player-card em {
  display: block;
  max-width: 100% !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.football-rank-list li,
.football-ranking-card,
.ranking-player-card,
.fifa-benefits-sidebar article,
.funkos-proof article,
.funkos-process-grid article,
.funkos-price-grid article,
.music-proof article,
.music-process-grid article,
.music-detail-list article,
.home-proof-bar article,
.home-process-mini article {
  height: auto !important;
  max-height: none !important;
  padding: clamp(0.95rem, 2.4vw, 1.35rem) !important;
}

.football-rank-list strong,
.football-rank-list em,
.ranking-player-card strong,
.ranking-player-card em,
.fifa-benefits-sidebar h2,
.funkos-proof strong,
.music-proof strong {
  white-space: normal !important;
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.25 !important;
}

.nav-fijo a,
.nav-dropdown summary,
.nav-dropdown-menu a {
  white-space: normal !important;
  line-height: 1.2;
}

@supports not (text-wrap: balance) {
  main h1,
  main h2,
  main h3,
  main h4,
  footer h2,
  footer h3 {
    max-width: 20ch !important;
  }
}

@media (max-width: 767px) {
  :root {
    --type-h1: clamp(1.9rem, 10vw, 3.1rem);
    --type-h2: clamp(1.35rem, 7vw, 2.1rem);
    --type-h3: clamp(1.05rem, 5vw, 1.45rem);
    --safe-card-pad: clamp(0.95rem, 4vw, 1.2rem);
  }

  main h1,
  main h2,
  main h3 {
    max-width: min(100%, 15ch) !important;
  }

  .home-route-card,
  .home-choose-card,
  .gallery-feature-card,
  .football-showcase-card,
  .funkos-card,
  .music-card,
  .premium-card {
    min-height: auto !important;
  }
}

/* Full UI/UX polish pass: consistent sections, cards and responsive rhythm */
:root {
  --ui-page-max: 1500px;
  --ui-section-gap: clamp(1rem, 2.4vw, 1.55rem);
  --ui-card-gap: clamp(0.85rem, 2vw, 1.15rem);
  --ui-radius: clamp(1rem, 1.6vw, 1.35rem);
  --ui-pad: clamp(1rem, 2.4vw, 1.65rem);
  --ui-pad-lg: clamp(1.2rem, 3.2vw, 2.25rem);
}

main {
  display: grid;
  gap: var(--ui-section-gap);
}

.home-redesign,
.fifa-page,
.gallery-page,
.funkos-page,
.music-page,
.premium-page,
.materiales-premium-page,
main:not([class]) {
  width: min(100%, var(--ui-page-max)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.home-hero-redesign,
.home-proof-bar,
.home-choose,
.home-route-cards,
.home-process-mini,
.fifa-hero,
.fifa-intro-layout,
.fifa-pulse-band,
.fifa-section,
.fifa-how,
.fifa-benefits,
.gallery-hero,
.gallery-top-grid,
.gallery-section,
.gallery-slider-section,
.gallery-collections-dynamic,
.gallery-cta,
.funkos-hero,
.funkos-proof,
.funkos-section,
.funkos-custom-cta,
.music-hero,
.music-proof,
.music-section,
.music-custom-cta,
.premium-hero,
.premium-contact-cta,
.success-hero,
.success-metrics,
.success-grid,
.contacto-opciones,
.materials-hero,
.materials-showcase,
.material-sci-fi-panel,
.material-detail-grid,
.formulario-intro,
.formulario-presupuesto {
  width: 100%;
  max-width: var(--ui-page-max);
  margin-inline: auto !important;
  margin-top: 0 !important;
  border-radius: var(--ui-radius) !important;
}

.home-proof-bar,
.home-route-cards,
.home-process-mini,
.home-choose-grid,
.fifa-how-grid,
.fifa-collection-grid,
.football-hub-grid,
.football-ranking-layout,
.football-showcase-grid,
.fifa-pulse-band,
.gallery-feature-grid,
.collection-design-list,
.funkos-proof,
.funkos-process-grid,
.funkos-showcase-grid,
.funkos-price-grid,
.music-proof,
.music-process-grid,
.music-showcase-grid,
.music-detail-list,
.success-metrics,
.success-grid,
.contacto-opciones,
.material-detail-grid,
.footer-contenido,
.form-grid {
  gap: var(--ui-card-gap) !important;
}

.home-proof-bar,
.home-route-cards,
.home-process-mini,
.fifa-pulse-band,
.fifa-collection-grid,
.football-hub-grid,
.football-ranking-layout,
.football-showcase-grid,
.gallery-feature-grid,
.funkos-proof,
.funkos-process-grid,
.funkos-showcase-grid,
.funkos-price-grid,
.music-proof,
.music-process-grid,
.music-showcase-grid,
.music-detail-list,
.success-metrics,
.success-grid,
.contacto-opciones,
.material-detail-grid,
.form-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)) !important;
}

.home-route-card,
.home-choose-card,
.home-proof-bar article,
.home-process-mini article,
.fifa-how article,
.fifa-benefits article,
.fifa-pulse-band article,
.fifa-collection-card,
.football-hub-grid a,
.football-ranking-card,
.football-rank-list li,
.football-showcase-card,
.fifa-info-card,
.gallery-process-card,
.gallery-side-card,
.gallery-feature-card,
.gallery-open-collection,
.gallery-slide,
.collection-design-row,
.funkos-proof article,
.funkos-process-grid article,
.funkos-price-grid article,
.funkos-card,
.music-proof article,
.music-process-grid article,
.music-detail-list article,
.music-card,
.success-metric,
.success-card,
.contacto-card,
.material-card,
.formulario-presupuesto fieldset {
  min-height: auto !important;
  height: auto !important;
  max-height: none !important;
  padding: var(--ui-pad) !important;
  border-radius: var(--ui-radius) !important;
}

.home-route-card,
.football-showcase-card,
.gallery-feature-card,
.collection-design-row,
.funkos-card,
.music-card,
.success-card,
.material-sci-fi-panel {
  display: grid;
  align-items: start;
}

.home-route-card img,
.football-showcase-card img,
.gallery-feature-card img,
.collection-design-row img,
.funkos-card img,
.music-card img,
.success-card img,
.material-sci-fi-panel img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: calc(var(--ui-radius) - 0.25rem);
}

.home-route-card img,
.gallery-feature-card img,
.funkos-card img,
.music-card img,
.success-card img {
  aspect-ratio: 4 / 3;
  min-height: auto !important;
  max-height: clamp(13rem, 28vw, 22rem) !important;
}

.football-showcase-card figure,
.gallery-feature-card figure,
.collection-design-row figure,
.funkos-card figure,
.music-card figure,
.success-card > img {
  margin: 0 !important;
  min-width: 0;
}

.football-showcase-card div,
.gallery-feature-card div,
.collection-design-row div,
.funkos-card div,
.music-card div,
.success-card div,
.material-sci-fi-panel div {
  padding: clamp(0.85rem, 2vw, 1.1rem) 0 0 !important;
}

.home-route-card > div {
  padding: 0 !important;
}

.gallery-open-collection summary,
.football-ranking-card summary {
  display: flex !important;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1rem);
  min-height: auto !important;
  padding: 0 !important;
}

.gallery-open-collection summary small,
.football-ranking-summary-copy small {
  max-width: 62ch;
  line-height: 1.45 !important;
}

.football-rank-list {
  gap: 0.7rem !important;
}

.football-rank-list li,
.seleccion-jugador-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 0.85rem;
  row-gap: 0.35rem;
}

.football-rank-list li > em {
  grid-column: 2;
}

.has-player-image {
  grid-template-columns: auto auto minmax(0, 1fr) !important;
}

.has-player-image .football-player-copy {
  min-width: 0;
}

.has-player-image .football-player-copy strong,
.has-player-image .football-player-copy em {
  display: block;
  max-width: 100%;
}

.formulario-presupuesto input,
.formulario-presupuesto select,
.formulario-presupuesto textarea,
.contacto-card,
.contacto-boton,
.home-btn,
.fifa-btn,
.funkos-btn,
.music-btn,
.premium-btn {
  min-height: 2.85rem;
}

.formulario-presupuesto label {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.formulario-presupuesto textarea {
  min-height: 8rem;
  resize: vertical;
}

.footer-web {
  margin-top: 0 !important;
}

.footer-contenido {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)) !important;
  align-items: start;
}

@media (min-width: 1024px) {
  .fifa-intro-layout,
  .gallery-top-grid,
  .material-sci-fi-panel,
  .music-details,
  .funkos-pricing,
  .funkos-custom-cta,
  .music-custom-cta {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.75fr) !important;
  }

  .football-showcase-card-wide,
  .material-sci-fi-panel {
    grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1fr) !important;
  }
}

@media (max-width: 767px) {
  main {
    gap: 0.9rem;
  }

  .home-hero-redesign,
  .fifa-hero,
  .gallery-hero,
  .funkos-hero,
  .music-hero,
  .premium-hero,
  .materials-hero,
  .success-hero {
    padding: var(--ui-pad-lg) !important;
  }

  .home-route-card,
  .football-showcase-card,
  .gallery-feature-card,
  .collection-design-row,
  .funkos-card,
  .music-card,
  .success-card,
  .material-sci-fi-panel {
    grid-template-columns: 1fr !important;
  }

  .football-rank-list li,
  .has-player-image {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .has-player-image .football-player-thumb {
    grid-row: span 2;
  }

  .gallery-open-collection summary,
  .football-ranking-card summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final professional audit fixes: no clipped text, no cramped UI */
.logo-nav span {
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

:where(
  .home-route-card,
  .home-choose-card,
  .fifa-collection-card,
  .football-hub-grid a,
  .football-ranking-card,
  .football-showcase-card,
  .gallery-feature-card,
  .gallery-open-collection,
  .collection-design-row,
  .funkos-card,
  .music-card,
  .success-card,
  .contacto-card,
  .material-card,
  .fifa-benefits article,
  .home-proof-bar article,
  .home-process-mini article
) {
  overflow: visible !important;
  contain: none;
}

:where(
  .home-route-card,
  .home-choose-card,
  .football-showcase-card,
  .gallery-feature-card,
  .collection-design-row,
  .funkos-card,
  .music-card,
  .success-card,
  .material-card
) :where(h2, h3, p, span, strong, em, small) {
  max-width: 100% !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

:where(
  .home-btn,
  .fifa-btn,
  .funkos-btn,
  .music-btn,
  .premium-btn,
  .contacto-boton,
  .football-custom-cta,
  .enlace-dorsal,
  .boton-principal,
  button[type="submit"]
) {
  min-height: 2.9rem !important;
  height: auto !important;
  max-width: 100%;
  padding: 0.8rem 1.15rem !important;
  border-radius: 999px !important;
  line-height: 1.15 !important;
  text-align: center;
  white-space: normal !important;
  overflow-wrap: normal;
  word-break: normal;
}

:where(.home-actions, .fifa-actions, .funkos-actions, .music-actions, .premium-actions, .gallery-actions) {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.65rem, 1.8vw, 0.95rem) !important;
  align-items: center;
}

:where(.home-actions, .fifa-actions, .funkos-actions, .music-actions, .premium-actions, .gallery-actions) > * {
  flex: 0 1 auto;
}

:where(.fifa-section-head, .gallery-section-head, .funkos-section-head, .music-section-head, .home-choose-head) {
  align-items: start;
}

:where(.fifa-section-head, .gallery-section-head, .funkos-section-head, .music-section-head, .home-choose-head) > a {
  min-height: 2.6rem;
  display: inline-flex;
  align-items: center;
  margin-top: 0.35rem;
}

.gallery-hero-poster-img,
.home-framed-piece img,
.fifa-hero > img,
.funkos-hero-visual img,
.music-hero-visual img,
.material-sci-fi-panel img {
  max-height: none !important;
}

.fifa-hero,
.funkos-hero,
.music-hero,
.materials-hero,
.success-hero,
.premium-hero,
.home-hero-redesign {
  min-height: auto !important;
}

.football-showcase-card figure,
.gallery-feature-card figure,
.collection-design-row figure,
.funkos-card figure,
.music-card figure {
  overflow: hidden;
  border-radius: calc(var(--ui-radius) - 0.2rem);
}

.football-showcase-card figure img,
.gallery-feature-card figure img,
.collection-design-row figure img,
.funkos-card figure img,
.music-card figure img {
  display: block;
}

.football-ranking-card[open],
.gallery-open-collection[open] {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.2rem);
}

.football-ranking-card summary,
.gallery-open-collection summary {
  margin-bottom: 0 !important;
}

.seleccion-jugadores,
.seleccion-coleccion-hero,
.seleccion-jugadores-grid {
  min-width: 0;
  max-width: 100%;
}

.seleccion-jugadores-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)) !important;
}

.seleccion-jugador-card p {
  margin: 0.35rem 0 0;
}

@media (max-width: 1023px) {
  .fifa-intro-layout,
  .gallery-top-grid,
  .material-sci-fi-panel,
  .music-details,
  .funkos-pricing,
  .funkos-custom-cta,
  .music-custom-cta,
  .football-showcase-card-wide {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  :root {
    --ui-pad: 0.95rem;
    --ui-pad-lg: 1rem;
  }

  .logo-nav span {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  .home-hero-gallery {
    grid-template-columns: 1fr !important;
  }

  .football-rank-list li,
  .has-player-image {
    align-items: start;
  }

  .football-player-thumb {
    width: 3rem !important;
    height: 3rem !important;
  }
}

/* Football dorsal gateway: the custom player dorsal leads the section */
.football-dorsal-gateway {
  position: relative;
  margin-bottom: clamp(1.35rem, 3vw, 2.35rem) !important;
  border-color: rgba(255, 122, 0, 0.36) !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 122, 0, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 122, 0, 0.08) 48%, rgba(0, 0, 0, 0.34)) !important;
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.42), 0 0 2rem rgba(255, 122, 0, 0.10) !important;
}

.football-dorsal-gateway::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 122, 0, 0.16) 50%, transparent 58% 100%);
  opacity: 0.55;
}

.football-dorsal-gateway > div {
  gap: clamp(0.75rem, 1.7vw, 1.15rem) !important;
  align-content: center !important;
}

.football-dorsal-gateway h2 {
  margin: 0 !important;
  max-width: 13ch;
  color: #fff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(2.15rem, 5.6vw, 5.2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0.015em;
  text-wrap: balance;
  overflow-wrap: normal;
}

.football-dorsal-gateway p {
  max-width: 54ch !important;
  margin-bottom: 0.25rem !important;
}

.football-dorsal-gateway .fifa-btn {
  justify-self: start;
  min-width: min(100%, 12rem);
}

.football-rankings-intro {
  margin-top: clamp(1.6rem, 4vw, 3rem) !important;
  margin-bottom: clamp(1rem, 2vw, 1.5rem) !important;
  padding-top: clamp(1rem, 2vw, 1.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

/* Clean premium category cards: stable overlay, no large circles, no 3D spin */
.home-route-card,
.home-collection-card,
.gallery-feature-card,
.gallery-category-card,
.galeria-placeholder {
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: clamp(0.85rem, 1.6vw, 1.15rem) !important;
  background: #07090b !important;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.34) !important;
  transform: translateY(0) !important;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.home-route-card:hover,
.home-route-card:focus-visible,
.home-collection-card:hover,
.home-collection-card:focus-visible,
.gallery-feature-card:hover,
.gallery-feature-card:focus-within,
.gallery-category-card:hover,
.gallery-category-card:focus-visible,
.galeria-placeholder:hover,
.galeria-placeholder:focus-within {
  transform: translateY(-0.35rem) !important;
  border-color: rgba(255, 122, 0, 0.52) !important;
  box-shadow: 0 1.45rem 3.2rem rgba(0, 0, 0, 0.45), 0 0 1.35rem rgba(255, 122, 0, 0.11) !important;
  outline: none;
}

.home-route-card::before,
.home-collection-card::before,
.gallery-feature-card::before,
.gallery-category-card::before,
.galeria-placeholder::before {
  display: none !important;
  content: none !important;
}

.home-route-card::after,
.home-collection-card::after,
.gallery-category-card::after,
.galeria-placeholder::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.10) 0%, rgba(5, 6, 7, 0.28) 42%, rgba(5, 6, 7, 0.84) 100%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.42), rgba(5, 6, 7, 0.08) 48%, rgba(5, 6, 7, 0.42)) !important;
  opacity: 0.92 !important;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.gallery-feature-card::after {
  display: none !important;
  content: none !important;
}

.home-route-card:hover::after,
.home-route-card:focus-visible::after,
.home-collection-card:hover::after,
.home-collection-card:focus-visible::after,
.gallery-category-card:hover::after,
.gallery-category-card:focus-visible::after,
.galeria-placeholder:hover::after,
.galeria-placeholder:focus-within::after {
  opacity: 0.74 !important;
}

.home-route-card img,
.home-collection-card img,
.gallery-feature-card img,
.gallery-category-card img,
.galeria-placeholder img {
  transform: scale(1) !important;
  filter: saturate(1.03) contrast(1.06) brightness(0.82) !important;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
}

.home-route-card:hover img,
.home-route-card:focus-visible img,
.home-collection-card:hover img,
.home-collection-card:focus-visible img,
.gallery-feature-card:hover img,
.gallery-feature-card:focus-within img,
.gallery-category-card:hover img,
.gallery-category-card:focus-visible img,
.galeria-placeholder:hover img,
.galeria-placeholder:focus-within img {
  transform: scale(1.045) !important;
  filter: saturate(1.08) contrast(1.08) brightness(0.94) !important;
}

.home-route-card > div,
.home-collection-card > div,
.gallery-feature-card > div,
.gallery-feature-card > span,
.gallery-feature-card > h3,
.gallery-feature-card > p,
.gallery-category-card > *,
.galeria-placeholder > * {
  position: relative;
  z-index: 2;
}

.home-route-card > div,
.home-collection-card > div {
  padding: clamp(0.95rem, 2vw, 1.25rem) !important;
  max-width: min(100%, 38rem) !important;
}

.home-route-card h2,
.home-collection-card h3,
.gallery-feature-card h3,
.gallery-category-card span,
.galeria-placeholder h3 {
  max-width: 100% !important;
  color: #ffffff !important;
  text-shadow: 0 0.16rem 0.7rem rgba(0, 0, 0, 0.72);
  text-wrap: balance;
  overflow: visible !important;
}

.home-route-card p,
.home-collection-card p,
.gallery-feature-card p,
.gallery-category-card p,
.galeria-placeholder p {
  max-width: 62ch !important;
  color: #dce4ed !important;
  line-height: 1.55 !important;
  text-shadow: 0 0.12rem 0.55rem rgba(0, 0, 0, 0.78);
  overflow: visible !important;
}

.home-route-card strong,
.home-collection-card strong,
.gallery-feature-card .premium-btn,
.gallery-feature-card a,
.gallery-category-card a,
.galeria-placeholder a {
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    color 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.home-route-card:hover strong,
.home-route-card:focus-visible strong,
.home-collection-card:hover strong,
.home-collection-card:focus-visible strong,
.gallery-feature-card:hover .premium-btn,
.gallery-feature-card:focus-within .premium-btn,
.gallery-feature-card:hover a,
.gallery-feature-card:focus-within a,
.gallery-category-card:hover a,
.gallery-category-card:focus-visible a,
.galeria-placeholder:hover a,
.galeria-placeholder:focus-within a {
  box-shadow: 0 0 1.25rem rgba(255, 122, 0, 0.22) !important;
  transform: translateY(-0.06rem) !important;
}

.gallery-feature-card figure {
  position: relative !important;
  overflow: hidden !important;
  border-radius: clamp(0.75rem, 1.4vw, 1rem) !important;
  background: linear-gradient(145deg, #15191d, #050607) !important;
}

.gallery-feature-card figure::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(5, 6, 7, 0.04), rgba(5, 6, 7, 0.18)) !important;
  opacity: 0.72 !important;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.gallery-feature-card:hover figure::after,
.gallery-feature-card:focus-within figure::after {
  opacity: 0.42 !important;
}

.gallery-category-card {
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 640px) {
  .home-route-card,
  .home-collection-card,
  .gallery-feature-card,
  .gallery-category-card,
  .galeria-placeholder {
    min-height: auto !important;
  }

  .home-route-card {
    min-height: clamp(18rem, 72vw, 24rem) !important;
  }
}

/* Premium manufacturing process: visual flow over plain data cards */
.home-process-premium {
  position: relative;
  isolation: isolate;
  margin-top: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(1.2rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: clamp(1.2rem, 2vw, 1.75rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 122, 0, 0.055) 42%, rgba(5, 6, 7, 0.94)),
    #080a0d;
  box-shadow: 0 1.8rem 4.4rem rgba(0, 0, 0, 0.38);
}

.home-process-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 82%);
  opacity: 0.36;
}

.home-process-head {
  display: grid;
  gap: clamp(0.55rem, 1.4vw, 0.9rem);
  max-width: 46rem;
  margin-bottom: clamp(1.3rem, 3vw, 2.4rem);
}

.home-process-head h2 {
  margin: 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.home-process-head p:not(.home-section-label) {
  margin: 0;
  max-width: 52ch;
  color: #d9e1eb;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  line-height: 1.6;
}

.home-process-flow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.4vw, 1.55rem);
}

.home-process-flow::before {
  content: "";
  position: absolute;
  left: clamp(1.35rem, 4vw, 2rem);
  top: clamp(2rem, 7vw, 4rem);
  bottom: clamp(2rem, 7vw, 4rem);
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7a00, rgba(255, 122, 0, 0.18));
  box-shadow: 0 0 1rem rgba(255, 122, 0, 0.22);
  pointer-events: none;
}

.home-process-step {
  --step-delay: 0ms;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  min-height: clamp(24rem, 68vw, 32rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(1rem, 1.8vw, 1.35rem);
  background: #050607;
  box-shadow: 0 1.35rem 3rem rgba(0, 0, 0, 0.32);
  opacity: 0;
  transform: translateY(1.6rem) scale(0.985);
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--step-delay),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--step-delay),
    border-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-process-step:nth-child(2) {
  --step-delay: 110ms;
}

.home-process-step:nth-child(3) {
  --step-delay: 220ms;
}

.home-process-step.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home-process-step:hover {
  border-color: rgba(255, 122, 0, 0.44);
  box-shadow: 0 1.7rem 3.8rem rgba(0, 0, 0, 0.42), 0 0 1.2rem rgba(255, 122, 0, 0.10);
}

.home-process-step::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.08) 0%, rgba(5, 6, 7, 0.18) 42%, rgba(5, 6, 7, 0.88) 100%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.55), transparent 48%, rgba(5, 6, 7, 0.28));
  opacity: 0.9;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-process-step:hover::after {
  opacity: 0.74;
}

.home-process-step figure {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.home-process-step img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.08) brightness(0.86);
  transform: scale(1.01);
  transition:
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-process-step:nth-child(1) img {
  object-position: 42% center;
}

.home-process-step:nth-child(2) img {
  object-position: center;
}

.home-process-step:nth-child(3) img {
  object-position: 58% center;
}

.home-process-step:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.08) brightness(0.96);
}

.home-process-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  gap: clamp(0.45rem, 1.2vw, 0.75rem);
  padding: clamp(1rem, 3vw, 1.55rem);
}

.home-process-copy::before {
  content: "";
  position: absolute;
  left: clamp(1rem, 3vw, 1.55rem);
  top: 0;
  width: clamp(3rem, 8vw, 5rem);
  height: 2px;
  border-radius: 999px;
  background: #ff7a00;
  box-shadow: 0 0 1rem rgba(255, 122, 0, 0.35);
}

.home-process-copy span {
  display: inline-grid;
  place-items: center;
  width: clamp(3rem, 6vw, 4.5rem);
  height: clamp(3rem, 6vw, 4.5rem);
  border: 1px solid rgba(255, 122, 0, 0.52);
  border-radius: 999px;
  color: #ff8a24;
  background: rgba(5, 6, 7, 0.62);
  box-shadow: inset 0 0 1rem rgba(255, 122, 0, 0.12), 0 0 1.25rem rgba(255, 122, 0, 0.10);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 950;
  letter-spacing: 0.05em;
}

.home-process-copy h3 {
  margin: 0;
  color: #ffffff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(2rem, 5.2vw, 4rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0.3rem 1.1rem rgba(0, 0, 0, 0.72);
}

.home-process-copy p {
  margin: 0;
  max-width: 34ch;
  color: #e3e9f1;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.5;
  text-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.82);
}

@media (min-width: 768px) {
  .home-process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .home-process-flow::before {
    left: 11%;
    right: 11%;
    top: clamp(1.55rem, 3vw, 2rem);
    bottom: auto;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, #ff7a00, rgba(255, 122, 0, 0.18));
  }

  .home-process-step {
    min-height: clamp(27rem, 32vw, 36rem);
  }

  .home-process-step:nth-child(1),
  .home-process-step:nth-child(3) {
    transform: translateY(2.35rem) scale(0.985);
  }

  .home-process-step:nth-child(2) {
    min-height: clamp(30rem, 35vw, 39rem);
  }

  .home-process-step.is-visible:nth-child(1),
  .home-process-step.is-visible:nth-child(2),
  .home-process-step.is-visible:nth-child(3) {
    transform: translateY(0) scale(1);
  }

  .home-process-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: clamp(1.18rem, 2.5vw, 1.62rem);
    right: -0.95rem;
    z-index: 5;
    width: 1.75rem;
    height: 1.75rem;
    border-top: 2px solid rgba(255, 122, 0, 0.78);
    border-right: 2px solid rgba(255, 122, 0, 0.78);
    transform: rotate(45deg);
    filter: drop-shadow(0 0 0.65rem rgba(255, 122, 0, 0.34));
  }
}

@media (max-width: 767px) {
  .home-process-premium {
    padding: clamp(1rem, 4vw, 1.25rem);
  }

  .home-process-step {
    margin-left: clamp(1rem, 5vw, 1.8rem);
    min-height: clamp(22rem, 86vw, 30rem);
  }

  .home-process-copy h3 {
    font-size: clamp(1.8rem, 10vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-process-step {
    opacity: 1;
    transform: none !important;
    transition: none !important;
  }
}

/* Product-first image audit: show complete 3D pieces, never crop the product */
:where(
  .gallery-feature-card,
  .collection-design-row,
  .gallery-slide,
  .football-showcase-card,
  .funkos-card,
  .music-card,
  .success-card,
  .material-sci-fi-panel,
  .home-process-step,
  .home-collection-card
) figure,
:where(.fifa-process-visual, .music-hero-visual, .funkos-hero-visual) {
  display: grid !important;
  place-items: center !important;
  min-height: clamp(20rem, 38vw, 34rem) !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  padding: clamp(0.9rem, 2vw, 1.35rem) !important;
  overflow: hidden !important;
  border-radius: clamp(0.9rem, 1.6vw, 1.2rem) !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 122, 0, 0.08), transparent 44%),
    linear-gradient(145deg, #15191d, #050607) !important;
}

:where(
  .gallery-feature-card,
  .collection-design-row,
  .gallery-slide,
  .football-showcase-card,
  .funkos-card,
  .music-card,
  .success-card,
  .material-sci-fi-panel,
  .home-process-step,
  .home-collection-card
) figure img,
:where(.fifa-process-visual, .music-hero-visual, .funkos-hero-visual) img {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: min(72vh, 42rem) !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  transform: scale(1) !important;
}

:where(
  .gallery-feature-card,
  .collection-design-row,
  .gallery-slide,
  .football-showcase-card,
  .funkos-card,
  .music-card,
  .success-card,
  .material-sci-fi-panel,
  .home-process-step,
  .home-collection-card
):hover figure img {
  transform: scale(1.018) !important;
}

.home-route-card {
  min-height: clamp(23rem, 40vw, 34rem) !important;
}

.home-route-card img {
  position: absolute !important;
  inset: clamp(0.8rem, 1.6vw, 1.15rem) !important;
  width: calc(100% - clamp(1.6rem, 3.2vw, 2.3rem)) !important;
  height: calc(100% - clamp(1.6rem, 3.2vw, 2.3rem)) !important;
  object-fit: contain !important;
  object-position: center top !important;
  padding: clamp(0.45rem, 1vw, 0.8rem) !important;
  border-radius: clamp(0.7rem, 1.4vw, 1rem) !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 122, 0, 0.08), transparent 42%),
    linear-gradient(145deg, #14181c, #050607) !important;
}

.home-route-card:hover img,
.home-route-card:focus-visible img {
  transform: scale(1.018) !important;
}

.football-showcase-card figure {
  min-height: clamp(19rem, 30vw, 31rem) !important;
}

.football-stadium-showcase .football-showcase-card figure {
  min-height: clamp(17rem, 26vw, 25rem) !important;
}

.collection-design-row figure,
.gallery-feature-card figure,
.funkos-card figure,
.music-card figure {
  min-height: clamp(23rem, 42vw, 38rem) !important;
}

.gallery-slide {
  min-height: auto !important;
}

.gallery-slide > img {
  width: 100% !important;
  height: auto !important;
  max-height: min(72vh, 42rem) !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(0.75rem, 2vw, 1.2rem) !important;
  border-radius: clamp(0.9rem, 1.6vw, 1.2rem) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 122, 0, 0.08), transparent 42%),
    linear-gradient(145deg, #15191d, #050607) !important;
}

.home-process-step figure {
  position: absolute !important;
  inset: 0 !important;
  min-height: 100% !important;
  padding: clamp(0.65rem, 1.4vw, 1rem) !important;
}

.home-process-step figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}

.als-product-portrait figure,
figure.als-product-portrait,
.gallery-slide.als-product-portrait > img {
  min-height: clamp(28rem, 56vw, 46rem) !important;
}

.als-product-landscape figure,
figure.als-product-landscape {
  min-height: clamp(18rem, 30vw, 30rem) !important;
}

.collection-design-row.als-product-portrait,
.funkos-card.als-product-portrait,
.music-card.als-product-portrait,
.gallery-feature-card.als-product-portrait {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr) !important;
}

@media (max-width: 767px) {
  :where(
    .gallery-feature-card,
    .collection-design-row,
    .gallery-slide,
    .football-showcase-card,
    .funkos-card,
    .music-card,
    .success-card,
    .material-sci-fi-panel,
    .home-process-step,
    .home-collection-card
  ) figure,
  :where(.fifa-process-visual, .music-hero-visual, .funkos-hero-visual) {
    min-height: clamp(18rem, 82vw, 32rem) !important;
  }

  .collection-design-row.als-product-portrait,
  .funkos-card.als-product-portrait,
  .music-card.als-product-portrait,
  .gallery-feature-card.als-product-portrait {
    grid-template-columns: 1fr !important;
  }

  .home-route-card {
    min-height: clamp(24rem, 92vw, 36rem) !important;
  }
}

/* Fix World Cup squad cards: keep player data readable after global grid polish */
.seleccion-jugadores-grid,
.fifa-page .seleccion-jugadores-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr)) !important;
  gap: clamp(0.85rem, 2vw, 1.15rem) !important;
  align-items: stretch;
}

.seleccion-jugador-card,
.fifa-page .seleccion-jugador-card {
  display: grid !important;
  grid-template-columns: clamp(2.45rem, 4vw, 3.15rem) minmax(0, 1fr) !important;
  grid-auto-flow: row !important;
  align-items: start !important;
  align-content: start !important;
  column-gap: clamp(0.85rem, 2vw, 1.05rem) !important;
  row-gap: 0.45rem !important;
  min-height: auto !important;
  padding: clamp(0.9rem, 2vw, 1.15rem) !important;
  overflow: visible !important;
}

.seleccion-jugador-card .seleccion-dorsal {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 / span 4 !important;
  width: clamp(2.35rem, 4vw, 3rem) !important;
  height: clamp(2.35rem, 4vw, 3rem) !important;
  align-self: start !important;
  justify-self: start !important;
  flex: 0 0 auto !important;
}

.seleccion-jugador-card h5,
.seleccion-jugador-card p {
  grid-column: 2 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: manual !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

.seleccion-jugador-card h5 {
  margin: 0 0 0.2rem !important;
  font-size: clamp(1rem, 2.2vw, 1.18rem) !important;
  line-height: 1.22 !important;
  text-wrap: balance;
}

.seleccion-jugador-card p {
  margin: 0 !important;
  color: #e7edf5 !important;
  font-size: clamp(0.88rem, 1.5vw, 0.96rem) !important;
  line-height: 1.45 !important;
  letter-spacing: normal !important;
}

.seleccion-jugador-card p strong {
  display: inline !important;
  margin: 0 !important;
  white-space: nowrap !important;
  letter-spacing: normal !important;
}

@media (max-width: 420px) {
  .seleccion-jugadores-grid,
  .fifa-page .seleccion-jugadores-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Product-first hero audit: text supports the product, never dominates it */
:where(
  .home-hero-redesign,
  .fifa-hero,
  .gallery-hero,
  .funkos-hero,
  .music-hero,
  .contacto-hero,
  .materials-hero,
  .success-hero,
  .premium-hero,
  .formulario-intro
) {
  min-height: auto !important;
  padding: clamp(1.15rem, 3vw, 2.25rem) !important;
  overflow: hidden !important;
}

:where(.home-hero-redesign, .fifa-hero, .funkos-hero, .music-hero, .contacto-hero) {
  min-height: clamp(30rem, 58vw, 39rem) !important;
}

:where(.materials-hero, .success-hero, .formulario-intro) {
  min-height: clamp(15rem, 28vw, 22rem) !important;
}

:where(
  .home-hero-copy,
  .fifa-hero-content,
  .gallery-hero-a11y,
  .funkos-hero-copy,
  .music-hero-copy,
  .contacto-hero-content,
  .materials-hero > div,
  .success-hero > div,
  .premium-hero-content,
  .formulario-intro
) {
  max-width: min(42vw, 42rem) !important;
  width: 100%;
  display: grid;
  gap: clamp(0.8rem, 1.6vw, 1.15rem) !important;
  align-content: center;
}

:where(
  .home-hero-copy h1,
  .fifa-hero h1,
  .gallery-hero h1,
  .funkos-hero h1,
  .music-hero h1,
  .contacto-hero h1,
  .materials-hero h1,
  .success-hero h1,
  .premium-hero h1,
  .formulario-intro h1
) {
  max-width: min(100%, 12ch) !important;
  margin-block: 0 !important;
  font-size: clamp(2.35rem, 4.8vw, 4.6rem) !important;
  line-height: 1.03 !important;
  letter-spacing: 0.005em !important;
  text-wrap: balance;
}

:where(.funkos-hero h1, .music-hero h1) {
  font-size: clamp(2.25rem, 4.6vw, 4.35rem) !important;
  line-height: 1.02 !important;
  max-width: min(100%, 13ch) !important;
}

:where(.gallery-hero h1, .materials-hero h1, .success-hero h1, .contacto-hero h1) {
  font-size: clamp(2.15rem, 4.2vw, 4rem) !important;
  max-width: min(100%, 13ch) !important;
}

:where(
  .home-hero-copy p:not(.home-kicker),
  .fifa-hero-content > p:not(.fifa-kicker),
  .gallery-hero-a11y > p:not(.gallery-kicker),
  .funkos-hero-copy > p:not(.funkos-kicker),
  .music-hero-copy > p:not(.music-kicker),
  .contacto-hero-content > p:not(.premium-eyebrow),
  .materials-hero p:not(.fifa-kicker),
  .success-hero p:not(.premium-eyebrow),
  .premium-hero p,
  .formulario-intro p
) {
  max-width: min(100%, 38rem) !important;
  margin: 0 !important;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem) !important;
  line-height: 1.55 !important;
  text-wrap: pretty;
}

:where(.home-actions, .fifa-actions, .funkos-actions, .music-actions) {
  margin-top: clamp(0.35rem, 1vw, 0.8rem) !important;
  gap: clamp(0.7rem, 1.4vw, 1rem) !important;
}

.home-hero-redesign {
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr) !important;
  align-items: center !important;
  gap: clamp(1.4rem, 3vw, 2.4rem) !important;
}

.home-hero-gallery {
  align-self: center !important;
  min-width: 0;
}

.home-framed-piece {
  min-height: clamp(17rem, 30vw, 25rem) !important;
}

.fifa-hero {
  display: grid !important;
  align-items: center !important;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr) !important;
  background:
    linear-gradient(90deg, rgba(2, 3, 4, 0.96), rgba(2, 3, 4, 0.72) 42%, rgba(2, 3, 4, 0.10)),
    var(--fifa-panel) !important;
}

.fifa-hero > img {
  position: absolute !important;
  inset: clamp(0.8rem, 2vw, 1.2rem) clamp(0.8rem, 2vw, 1.2rem) clamp(0.8rem, 2vw, 1.2rem) auto !important;
  z-index: 0 !important;
  width: min(62%, 58rem) !important;
  height: calc(100% - clamp(1.6rem, 4vw, 2.4rem)) !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  opacity: 0.96;
}

.fifa-hero-content,
.fifa-hero-seal {
  position: relative !important;
  z-index: 2 !important;
}

.fifa-hero-tags {
  margin-top: 0.15rem !important;
}

.gallery-hero-poster.gallery-hero {
  min-height: clamp(26rem, 48vw, 36rem) !important;
}

.gallery-hero-a11y {
  max-width: min(42vw, 38rem) !important;
  padding: clamp(1rem, 2.6vw, 2rem) !important;
}

.gallery-hero-poster-img {
  object-fit: contain !important;
  object-position: center right !important;
  padding-left: min(34vw, 28rem) !important;
}

.funkos-hero,
.music-hero,
.contacto-hero,
.material-sci-fi-panel {
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr) !important;
  gap: clamp(1.2rem, 3vw, 2.3rem) !important;
}

.funkos-hero-visual,
.music-hero-visual,
.contacto-hero-media,
.material-sci-fi-panel > img {
  min-height: clamp(23rem, 42vw, 34rem) !important;
  max-height: clamp(25rem, 52vw, 40rem) !important;
  align-self: center !important;
}

.funkos-hero-visual img,
.music-hero-visual img,
.contacto-hero-media img,
.material-sci-fi-panel > img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}

.football-dorsal-gateway {
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr) !important;
  align-items: center !important;
}

.football-dorsal-gateway h2 {
  max-width: min(100%, 12ch) !important;
  font-size: clamp(1.95rem, 4vw, 3.85rem) !important;
  line-height: 1.04 !important;
}

.football-dorsal-gateway > div {
  max-width: min(100%, 39rem) !important;
}

@media (max-width: 900px) {
  :where(
    .home-hero-redesign,
    .fifa-hero,
    .funkos-hero,
    .music-hero,
    .contacto-hero,
    .material-sci-fi-panel,
    .football-dorsal-gateway
  ) {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  :where(
    .home-hero-copy,
    .fifa-hero-content,
    .gallery-hero-a11y,
    .funkos-hero-copy,
    .music-hero-copy,
    .contacto-hero-content,
    .materials-hero > div,
    .success-hero > div,
    .premium-hero-content,
    .formulario-intro
  ) {
    max-width: 100% !important;
  }

  :where(
    .home-hero-copy h1,
    .fifa-hero h1,
    .gallery-hero h1,
    .funkos-hero h1,
    .music-hero h1,
    .contacto-hero h1,
    .materials-hero h1,
    .success-hero h1,
    .premium-hero h1,
    .formulario-intro h1
  ) {
    font-size: clamp(2rem, 10vw, 3.4rem) !important;
    max-width: 13ch !important;
  }

  .fifa-hero > img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: 30rem !important;
    grid-row: 1;
    opacity: 1;
  }

  .gallery-hero-poster-img {
    padding-left: 0 !important;
    opacity: 0.88;
  }
}

/* Success + Funkos product cards: consistent vertical premium layout */
.success-grid-featured {
  grid-template-columns: 1fr !important;
  gap: clamp(1rem, 2.2vw, 1.4rem) !important;
}

.success-grid-featured .success-card,
.funkos-showcase-grid .funkos-card,
.funkos-showcase-grid .funkos-card.als-product-portrait {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start !important;
  gap: 0 !important;
  overflow: hidden !important;
  min-height: 0 !important;
  padding: clamp(1rem, 2vw, 1.35rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: clamp(1.1rem, 2vw, 1.45rem) !important;
  background:
    radial-gradient(circle at 84% 8%, rgba(255, 106, 24, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(19, 22, 25, 0.98), rgba(4, 6, 8, 0.98)) !important;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.28) !important;
}

.success-grid-featured .success-card > img,
.funkos-showcase-grid .funkos-card > figure {
  width: 100% !important;
  min-width: 0 !important;
  min-height: clamp(18rem, 32vw, 27rem) !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  border-radius: clamp(0.85rem, 1.5vw, 1.1rem) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.055), transparent 42%),
    linear-gradient(180deg, #12181d 0%, #040607 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.055) !important;
  overflow: hidden !important;
}

.success-grid-featured .success-card-duo .success-card-duo-media {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.65rem, 1.4vw, 1rem) !important;
  width: 100% !important;
  min-height: clamp(18rem, 32vw, 27rem) !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  padding: clamp(0.65rem, 1.4vw, 0.9rem) !important;
  border-radius: clamp(0.85rem, 1.5vw, 1.1rem) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 122, 0, 0.075), transparent 45%),
    linear-gradient(180deg, #12181d 0%, #040607 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.055) !important;
  overflow: hidden !important;
}

.success-grid-featured .success-card > img,
.funkos-showcase-grid .funkos-card > figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: clamp(0.75rem, 2vw, 1.35rem) !important;
  transform: none !important;
}

.success-grid-featured .success-card-duo .success-card-duo-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  border-radius: clamp(0.65rem, 1vw, 0.85rem) !important;
  background: rgba(0, 0, 0, 0.28) !important;
  transform: none !important;
}

.funkos-showcase-grid .funkos-card:nth-child(3) > figure img {
  object-fit: cover !important;
  padding: 0 !important;
}

.success-grid-featured .success-card > div,
.funkos-showcase-grid .funkos-card > div {
  padding: clamp(1.1rem, 2vw, 1.35rem) 0 0 !important;
}

.success-grid-featured .success-card span,
.funkos-showcase-grid .funkos-card span {
  display: inline-flex !important;
  margin-bottom: 0.55rem !important;
  color: #ffb16f !important;
  font-size: clamp(0.74rem, 1vw, 0.82rem) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.success-grid-featured .success-card h2,
.funkos-showcase-grid .funkos-card h3 {
  margin: 0 0 0.75rem !important;
  max-width: 13ch !important;
  color: #fff !important;
  font-size: clamp(1.8rem, 3vw, 2.65rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
}

.success-grid-featured .success-card p,
.funkos-showcase-grid .funkos-card p {
  max-width: 54ch !important;
  margin: 0 !important;
  color: #d9e0e8 !important;
  font-size: clamp(0.98rem, 1.25vw, 1.05rem) !important;
  line-height: 1.62 !important;
}

@media (min-width: 768px) {
  .success-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1180px) {
  .success-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .success-grid-featured .success-card > img,
  .funkos-showcase-grid .funkos-card > figure {
    min-height: clamp(16rem, 74vw, 22rem) !important;
  }
}

@media (max-width: 560px) {
  .success-grid-featured .success-card-duo .success-card-duo-media {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
    min-height: clamp(14rem, 62vw, 20rem) !important;
    aspect-ratio: 4 / 3 !important;
    padding: 0.55rem !important;
  }

  .success-grid-featured .success-card-duo .success-card-duo-media img {
    height: 100% !important;
    max-height: none !important;
  }
}

/* Funkos UX journey: one clear question per section */
.funkos-service-intro,
.funkos-options,
.funkos-send {
  scroll-margin-top: 7rem;
}

.funkos-service-intro .funkos-section-head,
.funkos-options .funkos-section-head,
.funkos-send .funkos-section-head {
  max-width: 52rem;
}

.funkos-service-intro .funkos-section-head p:not(.funkos-kicker),
.funkos-options .funkos-section-head p:not(.funkos-kicker),
.funkos-send .funkos-section-head p:not(.funkos-kicker) {
  max-width: 46rem;
}

.funkos-service-intro .funkos-proof {
  margin-top: clamp(1rem, 2.2vw, 1.6rem) !important;
}

.funkos-options-grid,
.funkos-send-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.85rem, 2vw, 1.1rem);
  margin-top: clamp(1rem, 2.2vw, 1.6rem);
}

.funkos-options-grid article,
.funkos-send-grid article {
  position: relative;
  min-height: 100%;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(0.95rem, 1.6vw, 1.25rem);
  background:
    linear-gradient(135deg, rgba(255, 106, 24, 0.08), transparent 38%),
    rgba(12, 15, 18, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.funkos-options-grid strong,
.funkos-send-grid span {
  display: block;
  margin-bottom: 0.55rem;
  color: #ffffff;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.funkos-send-grid span {
  color: #ffb16f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(0.76rem, 1vw, 0.86rem);
}

.funkos-options-grid p,
.funkos-send-grid p {
  margin: 0;
  color: #d7dee7;
  font-size: clamp(0.96rem, 1.1vw, 1.02rem);
  line-height: 1.6;
}

.funkos-pricing .funkos-price-grid article {
  min-height: 100%;
}

@media (min-width: 768px) {
  .funkos-options-grid,
  .funkos-send-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .funkos-options-grid,
  .funkos-send-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ALS Studio UX direction pass: premium journey, conversion and clarity */
:root {
  --als-flow-surface: rgba(13, 16, 19, 0.92);
  --als-flow-border: rgba(255, 122, 0, 0.18);
  --als-flow-muted: #cfd6df;
}

.budget-page,
.materiales-premium-page,
.contacto-premium,
.exitos-page,
.funkos-page {
  isolation: isolate;
}

.budget-hero {
  text-align: left !important;
}

.budget-hero .premium-eyebrow {
  margin-bottom: 0.8rem;
}

.budget-guide,
.material-decision,
.contacto-path {
  width: min(100% - clamp(1rem, 4vw, 4rem), 88rem);
  margin: clamp(1rem, 2.5vw, 2rem) auto;
}

.budget-guide,
.contacto-path,
.material-decision-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.85rem, 2vw, 1.1rem);
}

.budget-guide article,
.contacto-path article,
.material-decision-grid article {
  position: relative;
  min-height: 100%;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 1px solid var(--als-flow-border);
  border-radius: clamp(0.95rem, 1.8vw, 1.3rem);
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.11), transparent 38%),
    var(--als-flow-surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 1.2rem 2.8rem rgba(0, 0, 0, 0.22);
}

.budget-guide span,
.material-decision-grid span,
.contacto-path span {
  display: inline-flex;
  margin-bottom: 0.6rem;
  color: #ff9a3d;
  font-size: clamp(0.78rem, 1vw, 0.88rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.budget-guide strong,
.material-decision-grid strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.25;
}

.budget-guide p,
.material-decision-grid p,
.contacto-path p {
  margin: 0;
  color: var(--als-flow-muted);
  font-size: clamp(0.96rem, 1.08vw, 1.02rem);
  line-height: 1.58;
}

.formulario-presupuesto {
  counter-reset: budget-fieldset;
}

.formulario-presupuesto fieldset {
  position: relative;
  border-color: rgba(255, 122, 0, 0.2) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 122, 0, 0.08), transparent 32%),
    rgba(10, 13, 16, 0.9) !important;
}

.formulario-presupuesto legend {
  width: auto;
  padding-right: 0.8rem;
  color: #ffffff !important;
  font-size: clamp(1rem, 1.6vw, 1.25rem) !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
}

.formulario-presupuesto input,
.formulario-presupuesto select,
.formulario-presupuesto textarea {
  min-height: 3rem;
  border-radius: 0.85rem !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(4, 6, 8, 0.78) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.formulario-presupuesto textarea {
  min-height: 9rem;
}

.formulario-presupuesto input:focus,
.formulario-presupuesto select:focus,
.formulario-presupuesto textarea:focus {
  outline: 0;
  border-color: rgba(255, 122, 0, 0.7) !important;
  box-shadow: 0 0 0 0.22rem rgba(255, 122, 0, 0.14) !important;
}

.form-feedback {
  width: min(100% - 2rem, 54rem);
  margin: 1rem auto 0;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 122, 0, 0.24);
  background: rgba(255, 122, 0, 0.08);
  color: #fff2e8;
  line-height: 1.5;
}

.material-decision {
  padding: clamp(1.15rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(1rem, 2vw, 1.6rem);
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 122, 0, 0.12), transparent 28%),
    rgba(9, 12, 15, 0.86);
}

.contacto-path {
  margin-top: clamp(-0.5rem, -1vw, -0.1rem);
}

.als-floating-cta {
  position: fixed;
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.05rem;
  border: 1px solid rgba(255, 122, 0, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a00, #ff4f00);
  color: #120904;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 1rem 2.4rem rgba(255, 106, 24, 0.28), 0 1rem 3rem rgba(0, 0, 0, 0.38);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.als-floating-cta:hover,
.als-floating-cta:focus-visible {
  transform: translateY(-0.2rem);
  filter: brightness(1.08);
  box-shadow: 0 1.25rem 3rem rgba(255, 106, 24, 0.38), 0 1rem 3rem rgba(0, 0, 0, 0.42);
}

.als-floating-cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.78);
  outline-offset: 4px;
}

.nav-fijo a[aria-current="page"] {
  color: #ffffff !important;
  text-shadow: 0 0 1rem rgba(255, 122, 0, 0.35);
}

.nav-fijo a[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
}

@media (min-width: 768px) {
  .budget-guide,
  .contacto-path {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .material-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .als-floating-cta {
    left: 1rem;
    right: 1rem;
    bottom: 0.8rem;
  }

  body {
    padding-bottom: 4.5rem;
  }

  .formulario-presupuesto fieldset {
    padding: 1rem !important;
  }
}

/* Music cards: poster first, copy below. Never tiny thumbnails. */
.music-showcase-grid .music-card,
.music-showcase-grid .music-card.als-product-portrait {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start !important;
  gap: 0 !important;
  min-height: 0 !important;
  padding: clamp(1rem, 2vw, 1.35rem) !important;
}

.music-showcase-grid .music-card > figure,
.music-showcase-grid .music-card.als-product-portrait > figure {
  width: 100% !important;
  min-width: 0 !important;
  min-height: clamp(24rem, 39vw, 36rem) !important;
  aspect-ratio: 4 / 5 !important;
  margin: 0 !important;
  border-radius: clamp(0.9rem, 1.5vw, 1.15rem) !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 122, 0, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(18, 22, 26, 0.98), rgba(3, 5, 6, 0.98)) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  overflow: hidden !important;
}

.music-showcase-grid .music-card > figure img,
.music-showcase-grid .music-card.als-product-portrait > figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: clamp(0.65rem, 1.7vw, 1.1rem) !important;
}

.music-showcase-grid .music-card > div,
.music-showcase-grid .music-card.als-product-portrait > div {
  padding: clamp(1.05rem, 2vw, 1.35rem) 0 0 !important;
}

.music-showcase-grid .music-card h3 {
  max-width: 13ch !important;
  font-size: clamp(1.8rem, 3vw, 2.65rem) !important;
  line-height: 1.05 !important;
}

.music-showcase-grid .music-card p {
  max-width: 48ch !important;
  margin-top: 0.7rem !important;
}

@media (max-width: 767px) {
  .music-showcase-grid .music-card > figure,
  .music-showcase-grid .music-card.als-product-portrait > figure {
    min-height: clamp(22rem, 105vw, 31rem) !important;
  }
}

/* Global assisted-reading hover: subtle clarity, not a light show */
@media (hover: hover) and (pointer: fine) {
  :where(
    .readable-hover,
    .card,
    section article,
    .home-choose-card,
    .home-route-card,
    .home-process-step,
    .gallery-feature-card,
    .gallery-open-collection,
    .collection-design-row,
    .fifa-benefits article,
    .fifa-info-card,
    .fifa-collection-card,
    .football-showcase-card,
    .ranking-player-card,
    .ranking-number-card,
    .music-card,
    .music-proof article,
    .music-process-grid article,
    .music-detail-list article,
    .funkos-card,
    .funkos-proof article,
    .funkos-process-grid article,
    .funkos-options-grid article,
    .funkos-send-grid article,
    .success-card,
    .success-metric,
    .contacto-card,
    .contacto-path article,
    .budget-guide article,
    .material-card,
    .material-detail-grid article,
    .material-decision-grid article,
    .formulario-presupuesto fieldset,
    .fifa-materials span,
    .premium-card
  ) {
    transition:
      background-color 240ms ease,
      background 240ms ease,
      border-color 240ms ease,
      box-shadow 240ms ease,
      color 240ms ease,
      filter 240ms ease,
      transform 240ms ease,
      opacity 240ms ease;
  }

  :where(
    .readable-hover,
    .card,
    section article,
    .home-choose-card,
    .home-route-card,
    .home-process-step,
    .gallery-feature-card,
    .gallery-open-collection,
    .collection-design-row,
    .fifa-benefits article,
    .fifa-info-card,
    .fifa-collection-card,
    .football-showcase-card,
    .ranking-player-card,
    .ranking-number-card,
    .music-card,
    .music-proof article,
    .music-process-grid article,
    .music-detail-list article,
    .funkos-card,
    .funkos-proof article,
    .funkos-process-grid article,
    .funkos-options-grid article,
    .funkos-send-grid article,
    .success-card,
    .success-metric,
    .contacto-card,
    .contacto-path article,
    .budget-guide article,
    .material-card,
    .material-detail-grid article,
    .material-decision-grid article,
    .formulario-presupuesto fieldset,
    .fifa-materials span,
    .premium-card
  ):hover {
    border-color: rgba(255, 122, 0, 0.46) !important;
    background-color: rgba(255, 255, 255, 0.038);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.045),
      0 0 0 1px rgba(255, 122, 0, 0.12),
      0 1.1rem 2.8rem rgba(0, 0, 0, 0.32),
      0 0 2.2rem rgba(255, 122, 0, 0.085) !important;
    filter: saturate(1.04) contrast(1.025);
  }

  :where(
    .readable-hover,
    .card,
    section article,
    .home-choose-card,
    .home-route-card,
    .home-process-step,
    .gallery-feature-card,
    .gallery-open-collection,
    .collection-design-row,
    .fifa-benefits article,
    .fifa-info-card,
    .fifa-collection-card,
    .football-showcase-card,
    .ranking-player-card,
    .ranking-number-card,
    .music-card,
    .music-proof article,
    .music-process-grid article,
    .music-detail-list article,
    .funkos-card,
    .funkos-proof article,
    .funkos-process-grid article,
    .funkos-options-grid article,
    .funkos-send-grid article,
    .success-card,
    .success-metric,
    .contacto-card,
    .contacto-path article,
    .budget-guide article,
    .material-card,
    .material-detail-grid article,
    .material-decision-grid article,
    .formulario-presupuesto fieldset,
    .premium-card
  ):hover :where(h1, h2, h3, h4, h5, h6, strong) {
    color: #ffffff !important;
    text-shadow: 0 0 1.1rem rgba(255, 255, 255, 0.08);
  }

  :where(
    .readable-hover,
    .card,
    section article,
    .home-choose-card,
    .home-route-card,
    .home-process-step,
    .gallery-feature-card,
    .gallery-open-collection,
    .collection-design-row,
    .fifa-benefits article,
    .fifa-info-card,
    .fifa-collection-card,
    .football-showcase-card,
    .ranking-player-card,
    .ranking-number-card,
    .music-card,
    .music-proof article,
    .music-process-grid article,
    .music-detail-list article,
    .funkos-card,
    .funkos-proof article,
    .funkos-process-grid article,
    .funkos-options-grid article,
    .funkos-send-grid article,
    .success-card,
    .success-metric,
    .contacto-card,
    .contacto-path article,
    .budget-guide article,
    .material-card,
    .material-detail-grid article,
    .material-decision-grid article,
    .formulario-presupuesto fieldset,
    .premium-card
  ):hover :where(p, li, small, span, label) {
    color: rgba(245, 248, 252, 0.96);
  }

  :where(
    .gallery-feature-card,
    .collection-design-row,
    .home-route-card,
    .football-showcase-card,
    .music-card,
    .funkos-card,
    .success-card
  ):hover img {
    filter: saturate(1.05) contrast(1.03) brightness(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.readable-hover, .card, section article, .home-choose-card, .gallery-feature-card, .music-card, .funkos-card, .success-card) {
    transition-duration: 1ms !important;
  }
}

/* Clean home quick-choice cards: remove decorative orange circles */
.home-choose-card::before,
.home-choose-card::after {
  content: none !important;
  display: none !important;
}

.home-choose-card {
  background:
    linear-gradient(145deg, rgba(255, 122, 0, 0.08), rgba(255, 255, 255, 0.024)),
    rgba(7, 10, 12, 0.92) !important;
}

.home-choose-card-main {
  background:
    linear-gradient(145deg, rgba(255, 122, 0, 0.18), rgba(255, 255, 255, 0.035)),
    rgba(12, 9, 7, 0.95) !important;
}

/* Home route cards: content-fit cards, no half-empty panels */
.home-route-cards-compact {
  align-items: start !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

.home-route-cards-compact .home-route-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  align-content: start !important;
  align-items: start !important;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(0.9rem, 1.6vw, 1.05rem) !important;
  border-radius: clamp(1.05rem, 2vw, 1.45rem) !important;
  background:
    linear-gradient(145deg, rgba(255, 122, 0, 0.08), rgba(255, 255, 255, 0.018) 48%, rgba(0, 0, 0, 0.26)),
    rgba(7, 10, 12, 0.94) !important;
}

.home-route-cards-compact .home-route-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 18% 0%, rgba(255, 122, 0, 0.16), transparent 13rem) !important;
  pointer-events: none !important;
}

.home-route-cards-compact .home-route-card img {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: clamp(11.25rem, 17vw, 14.5rem) !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 16 / 10 !important;
  padding: 0 !important;
  border-radius: clamp(0.75rem, 1.3vw, 1rem) !important;
  object-fit: cover !important;
  object-position: center !important;
  background: rgba(3, 5, 6, 0.7) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
  z-index: 1 !important;
}

.home-route-cards-compact .home-route-funkos img,
.home-route-cards-compact .home-route-music img,
.home-route-cards-compact .home-route-budget img {
  object-fit: contain !important;
  padding: clamp(0.35rem, 0.9vw, 0.6rem) !important;
}

.home-route-cards-compact .home-route-card > div {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  align-content: start !important;
  gap: clamp(0.45rem, 0.8vw, 0.62rem) !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: clamp(0.9rem, 1.5vw, 1rem) clamp(0.15rem, 0.5vw, 0.25rem) 0 !important;
}

.home-route-cards-compact .home-route-card span {
  margin: 0 !important;
  font-size: clamp(0.72rem, 0.9vw, 0.82rem) !important;
}

.home-route-cards-compact .home-route-card h2 {
  max-width: 13ch !important;
  margin: 0 !important;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.home-route-cards-compact .home-route-card p {
  max-width: 28ch !important;
  margin: 0 !important;
  font-size: clamp(0.95rem, 1.15vw, 1.03rem) !important;
  line-height: 1.48 !important;
}

.home-route-cards-compact .home-route-card strong {
  justify-self: start !important;
  margin-top: clamp(0.25rem, 0.7vw, 0.45rem) !important;
  min-height: 2.7rem !important;
  padding-inline: 1.05rem !important;
}

.home-route-cards-compact .home-route-card:hover img,
.home-route-cards-compact .home-route-card:focus-visible img {
  transform: scale(1.018) !important;
}

@media (max-width: 48rem) {
  .home-route-cards-compact .home-route-card {
    grid-template-columns: minmax(6.75rem, 38%) 1fr !important;
    grid-template-rows: auto !important;
    gap: clamp(0.85rem, 3vw, 1rem) !important;
    align-items: center !important;
  }

  .home-route-cards-compact .home-route-card img {
    height: clamp(8rem, 31vw, 10rem) !important;
    aspect-ratio: 1 / 1 !important;
  }

  .home-route-cards-compact .home-route-card > div {
    padding: 0 !important;
  }

  .home-route-cards-compact .home-route-card h2 {
    max-width: 12ch !important;
  }
}

@media (max-width: 34rem) {
  .home-route-cards-compact .home-route-card {
    grid-template-columns: 1fr !important;
  }

  .home-route-cards-compact .home-route-card img {
    height: clamp(10rem, 55vw, 13rem) !important;
    aspect-ratio: 16 / 10 !important;
  }

  .home-route-cards-compact .home-route-card > div {
    padding-top: 0.85rem !important;
  }
}

/* Gallery hero poster: fill the frame, no artificial empty left side */
.gallery-hero-poster.gallery-hero {
  --gallery-poster-pad: clamp(0.55rem, 1.15vw, 0.9rem);
  min-height: 0 !important;
  width: min(100%, 80rem) !important;
  margin-inline: auto !important;
  aspect-ratio: 3 / 2 !important;
  padding: var(--gallery-poster-pad) !important;
  background:
    linear-gradient(145deg, rgba(255, 122, 0, 0.08), rgba(255, 255, 255, 0.018)),
    #030405 !important;
}

.gallery-hero-poster-img {
  position: absolute !important;
  inset: var(--gallery-poster-pad) !important;
  width: calc(100% - var(--gallery-poster-pad) - var(--gallery-poster-pad)) !important;
  height: calc(100% - var(--gallery-poster-pad) - var(--gallery-poster-pad)) !important;
  max-width: none !important;
  max-height: none !important;
  padding-left: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: clamp(0.8rem, 1.3vw, 1.05rem) !important;
}

@media (max-width: 48rem) {
  .gallery-hero-poster.gallery-hero {
    aspect-ratio: 3 / 2 !important;
  }

  .gallery-hero-poster-img {
    object-position: center center !important;
  }
}

@media (max-width: 34rem) {
  .gallery-hero-poster.gallery-hero {
    aspect-ratio: 3 / 2 !important;
  }

  .gallery-hero-poster-img {
    object-position: center center !important;
  }
}

/* Home process cards: large clean image + text below, no wasted vertical space */
.home-process-flow {
  align-items: start !important;
}

.home-process-step,
.home-process-step:nth-child(2) {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(0.9rem, 1.5vw, 1.1rem) !important;
  align-content: start !important;
  background:
    linear-gradient(145deg, rgba(255, 122, 0, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 8, 0.94) !important;
}

.home-process-step::after {
  content: none !important;
  display: none !important;
}

.home-process-step figure {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 3 / 2 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: clamp(0.8rem, 1.3vw, 1rem) !important;
  background: #050607 !important;
}

.home-process-step figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(1.04) contrast(1.05) brightness(0.92) !important;
  transform: scale(1) !important;
}

.home-process-step:nth-child(3) figure img {
  object-position: center center !important;
}

.home-process-step:hover figure img {
  transform: scale(1.025) !important;
}

.home-process-copy {
  align-self: start !important;
  padding: clamp(1rem, 1.7vw, 1.25rem) 0 0 !important;
  gap: clamp(0.45rem, 0.8vw, 0.65rem) !important;
}

.home-process-copy h3 {
  font-size: clamp(1.45rem, 2.6vw, 2.15rem) !important;
  line-height: 1.08 !important;
  text-transform: none !important;
  letter-spacing: -0.025em !important;
}

.home-process-copy p {
  max-width: 32ch !important;
  text-shadow: none !important;
}

@media (min-width: 64rem) {
  .home-process-step:nth-child(1),
  .home-process-step:nth-child(2),
  .home-process-step:nth-child(3),
  .home-process-step.is-visible:nth-child(1),
  .home-process-step.is-visible:nth-child(2),
  .home-process-step.is-visible:nth-child(3) {
    transform: translateY(0) scale(1) !important;
  }
}

/* Index landing structure: one visual category block + strong final CTA */
.home-categories,
.home-final-cta {
  position: relative;
  isolation: isolate;
  margin-top: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: clamp(1.2rem, 2vw, 1.75rem);
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 122, 0, 0.15), transparent 20rem),
    linear-gradient(145deg, rgba(255, 122, 0, 0.055), rgba(255, 255, 255, 0.018) 42%, rgba(0, 0, 0, 0.2)),
    rgba(5, 7, 8, 0.94);
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.28);
}

.home-categories {
  padding: clamp(1.1rem, 3vw, 2rem);
}

.home-categories::before,
.home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 3rem 3rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
}

.home-categories-head {
  display: grid;
  gap: clamp(0.65rem, 1.3vw, 0.95rem);
  max-width: 47rem;
  margin-bottom: clamp(1.15rem, 2.5vw, 1.8rem);
}

.home-categories-head h2,
.home-final-cta h2 {
  margin: 0;
  max-width: 12ch;
  color: #ffffff;
  font-family: var(--als-readable-title, Impact, "Arial Narrow", Arial, sans-serif);
  font-size: clamp(2rem, 4.6vw, 4rem);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.home-categories-head p:not(.home-section-label),
.home-final-cta > p:not(.home-section-label) {
  max-width: 58ch;
  margin: 0;
  color: rgba(231, 237, 244, 0.86);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.65;
}

.home-categories .home-route-cards {
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-categories .home-route-cards-compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16.5rem), 1fr)) !important;
}

.home-categories .home-route-card {
  min-height: 0 !important;
}

.home-final-cta {
  display: grid;
  justify-items: start;
  gap: clamp(0.9rem, 1.8vw, 1.2rem);
  padding: clamp(1.4rem, 4vw, 3rem);
}

.home-final-cta h2 {
  max-width: min(100%, 15ch);
}

.home-final-cta .home-actions {
  margin-top: clamp(0.3rem, 1vw, 0.6rem);
}

@media (min-width: 64rem) {
  .home-final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .home-final-cta .home-section-label,
  .home-final-cta h2,
  .home-final-cta > p:not(.home-section-label) {
    grid-column: 1;
  }

  .home-final-cta .home-actions {
    grid-column: 2;
    grid-row: 2 / span 2;
    justify-content: end;
    align-self: end;
  }
}

@media (max-width: 48rem) {
  .home-categories,
  .home-final-cta {
    margin-top: clamp(1.4rem, 7vw, 2.2rem);
  }
}

/* Floating WhatsApp CTA: recognizable green, premium but clear */
.als-floating-cta {
  border-color: rgba(37, 211, 102, 0.58) !important;
  background:
    linear-gradient(135deg, #25d366 0%, #18b956 48%, #0f8f43 100%) !important;
  color: #04170b !important;
  box-shadow:
    0 1rem 2.4rem rgba(37, 211, 102, 0.24),
    0 1rem 3rem rgba(0, 0, 0, 0.38) !important;
}

.als-floating-cta:hover,
.als-floating-cta:focus-visible {
  filter: brightness(1.08) saturate(1.08) !important;
  box-shadow:
    0 1.25rem 3rem rgba(37, 211, 102, 0.34),
    0 1rem 3rem rgba(0, 0, 0, 0.42) !important;
}

/* Football player rankings: stack history/current blocks vertically */
#futbol-jugadores .football-ranking-layout {
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
}

#futbol-jugadores .football-ranking-card {
  width: 100% !important;
}
