body.page-home {
  --display-font: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
  --home-title-color: #ffffff;
  --home-title-letter-spacing: -0.02em;
  --home-title-weight: 800;
  --home-title-align: center;
}

body.page-home section {
  position: relative;
}

body.page-home .home-events-title,
body.page-home .patrocinadores-title,
body.page-home .section-atletas .section-title,
body.page-home .section-novedades .novedades-title {
  font-family: var(--display-font);
  color: var(--home-title-color);
  font-weight: var(--home-title-weight);
  letter-spacing: var(--home-title-letter-spacing);
  text-align: var(--home-title-align);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

body.page-home .section-atletas .section-intro {
  max-width: 900px;
  margin: 0 auto clamp(32px, 6vh, 64px);
  padding: 0 20px;
  text-align: center;
}

body.page-home .section-intro {
  text-align: center;
  padding: 56px 5% 28px;
}

body.page-home .section-sub {
  margin: 14px auto 0;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.6;
}

body.page-home .wrapper-ver-todo {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

body.page-home .btn-ver-todo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}
/* --- GLOBAL BUTTONS & HEADER UTILITIES --- */
body.page-home .btn-ver-todo:hover {
  background: #ffffff;
  color: #000000;
  border-color: rgba(255, 255, 255, 0);
  transform: translateY(-1px);
}

body.page-home .btn-ver-todo:active {
  transform: translateY(0);
}

body.page-home .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 1;
}

/* --- SECTION PATROCINADORES (RACING THEME) ---DaaaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */





/* --- SECTION WRAPPER --- */
body.page-home .section-patrocinadores {
    background: #000;
    padding: 120px 0 60px;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --- FONDO DINÁMICO (Líneas de velocidad) --- */
body.page-home .racing-bg-fx {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(225, 6, 0, 0.05));
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    pointer-events: none;
}

/* --- LAYOUT PRINCIPAL --- */
body.page-home .ultimate-sponsorship-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 0 5%; /* Sin padding a la derecha */
    margin-bottom: 80px;
}

/* --- TEXTO MASIVO --- */
body.page-home .ultimate-title {
    font-family: var(--display-font);
    font-size: clamp(5rem, 12vw, 10rem); /* TÍTULO GIGANTE */
    line-height: 0.8;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -4px;
    transform: skewX(-8deg);
}

body.page-home .outline-text {
    -webkit-text-stroke: 2px #e10600;
    color: transparent;
}

/* --- HUD & BARS (Elementos Visuales) --- */
body.page-home .hud-mini-data {
    display: flex;
    gap: 20px;
    font-family: monospace;
    color: #e10600;
    font-size: 0.8rem;
    margin-bottom: 20px;
    opacity: 0.8;
}

body.page-home .dynamic-visual-bars {
    display: flex;
    gap: 5px;
    margin-top: 30px;
}

body.page-home .bar-unit {
    height: 4px;
    background: #e10600;
    border-radius: 2px;
}
body.page-home .b-1 { width: 100px; animation: bar-pulse 1s infinite; }
body.page-home .b-2 { width: 40px; opacity: 0.5; }
body.page-home .b-3 { width: 10px; }

@keyframes bar-pulse {
    50% { width: 120px; background: #fff; }
}

/* --- BOTÓN SAVAGE RACING (DERECHA ABSOLUTA) --- */
body.page-home .right-action-zone {
    flex-shrink: 0;
    margin-right: -2px;
}

body.page-home .btn-analogue-savage {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #e10600;
    width: 48vw; /* Masivo pero equilibrado */
    height: 380px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    /* Corte diagonal limpio: Inicia al 40% para proteger el texto */
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.7s cubic-bezier(0.85, 0, 0.15, 1);
}

body.page-home .btn-text-container {
    padding-right: 12%; /* Margen de seguridad derecho */
    z-index: 5;
    pointer-events: none;
}

body.page-home .text-slot {
    display: flex;
    flex-direction: column;
    height: 110px; /* Ajustar según el tamaño de fuente */
    overflow: hidden;
}

body.page-home .text-solid,
body.page-home .text-outline {
    font-family: var(--display-font);
    font-size: clamp(5rem, 11vw, 9.5rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
    white-space: nowrap;
}

body.page-home .text-outline {
    -webkit-text-stroke: 1.5px #fff;
    color: transparent;
}

/* --- INTERACCIÓN --- */

body.page-home .btn-analogue-savage:hover {
    background: #000;
    width: 55vw; /* Expansión lateral suave */
}

/* El texto sólido sube y el outline entra desde abajo */
body.page-home .btn-analogue-savage:hover .text-solid {
    transform: translateY(-100%);
}

body.page-home .btn-analogue-savage:hover .text-outline {
    transform: translateY(-100%);
}

/* Textura Orgánica */
body.page-home .btn-noise {
    position: absolute;
    inset: -50%;
    width: 200%;
    height: 200%;
    background-image: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

body.page-home .btn-index {
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-family: monospace;
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 4px;
    opacity: 0.5;
    z-index: 5;
}




/* --- HOME EVENTS SECTION --- DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
body.page-home .sponsor {
  filter: grayscale(1) brightness(1.5) opacity(0.6);
  transition: all 0.3s ease;
  background-size: 70% auto; /* Slightly smaller for more breathing room */
}

body.page-home .sponsor:hover {
  filter: grayscale(0) brightness(1) opacity(1);
  transform: translateY(-5px);
  border-color: #e10600;
}

body.page-home .home-events {
  background: #000;
  color: #fff;
  padding-top: clamp(96px, 12vh, 160px);
  padding-bottom: clamp(80px, 10vh, 140px);
}

body.page-home .home-events-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(32px, 6vh, 64px);
  padding: 0 20px;
}

body.page-home .home-events-title {
  margin: 0 0 18px;
}

body.page-home .home-events-subtitle {
  max-width: 720px;
  margin: 0 auto;
  opacity: 0.85;
  font-size: 1.05rem;
  line-height: 1.6;
}

body.page-home .home-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto clamp(32px, 6vh, 64px);
  border-radius: 18px;
  overflow: hidden;
}

body.page-home .home-events .event-tile {
  height: min(68vh, 680px);
}

body.page-home .home-events-actions {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

body.page-home .home-events-header .home-events-actions {
  margin-top: 24px;
}

body.page-home .home-events-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

body.page-home .home-events-btn:hover,
body.page-home .home-events-btn:focus-visible {
  background: #ffffff;
  color: #000000;
  border-color: rgba(255, 255, 255, 0);
  transform: translateY(-1px);
}

body.page-home .home-events-btn:active {
  transform: translateY(0);
}

body.page-home .section-novedades {
  background: var(--page-bg);
  padding: 70px 0 40px;
}

body.page-home .section-novedades .novedades-title {
  margin: 0 0 28px 0;
}

body.page-home .novedades-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: min(520px, 70vh);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

body.page-home .novedades-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

body.page-home .novedades-arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(15, 15, 15, 0.55);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

body.page-home .novedades-arrow.prev {
  left: 18px;
}

body.page-home .novedades-arrow.next {
  right: 18px;
}

body.page-home .novedades-arrow:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%) scale(1.02);
}

body.page-home .novedades-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

body.page-home .novedad-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 42px 42px;
  text-decoration: none;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

body.page-home .novedad-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

body.page-home .novedad-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 30% 60%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.72));
}

body.page-home .novedad-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

body.page-home .novedades-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

body.page-home .novedades-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

body.page-home .novedades-dots button.is-active {
  background: #e10600;
}

body.page-home .novedades-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

body.page-home .home-atletas {
  padding: 30px 0 80px;
}

body.page-home .athlete-featured-scroll {
  display: flex;
  gap: 32px;
  padding: 40px 5% 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

body.page-home .athlete-featured-scroll::-webkit-scrollbar {
  display: none;
}

body.page-home .athlete-featured-card {
  text-decoration: none;
  color: #ffffff;
  flex: 0 0 420px;
  scroll-snap-align: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #141414;
  background-image:
    linear-gradient(#ff2a2a, #ff2a2a) top left/18px 2px,
    linear-gradient(#ff2a2a, #ff2a2a) top left/2px 18px,
    linear-gradient(#ff2a2a, #ff2a2a) top right/18px 2px,
    linear-gradient(#ff2a2a, #ff2a2a) top right/2px 18px,
    linear-gradient(#ff2a2a, #ff2a2a) bottom left/18px 2px,
    linear-gradient(#ff2a2a, #ff2a2a) bottom left/2px 18px,
    linear-gradient(#ff2a2a, #ff2a2a) bottom right/18px 2px,
    linear-gradient(#ff2a2a, #ff2a2a) bottom right/2px 18px;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.page-home .athlete-featured-card:hover,
body.page-home .athlete-featured-card:focus-visible {
  transform: translateY(-6px);
  border-color: #ff2a2a;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.7), 0 0 24px rgba(255, 42, 42, 0.45);
}

body.page-home .athlete-featured-media {
  height: 360px;
  background: var(--athlete-bg, linear-gradient(135deg, #333, #111));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

body.page-home .athlete-featured-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.45));
}

body.page-home .athlete-bg-1 .athlete-featured-media {
  background-image: url("../../images/athletes/Atleta1.jpg");
}

body.page-home .athlete-bg-2 .athlete-featured-media {
  background-image: url("../../images/athletes/Atleta2.jpeg");
}

body.page-home .athlete-bg-3 .athlete-featured-media {
  background-image: url("../../images/athletes/Atleta3.jpg");
}

body.page-home .athlete-bg-4 .athlete-featured-media {
  background-image: url("../../images/athletes/Atleta4.jpeg");
}

body.page-home .athlete-bg-5 .athlete-featured-media {
  background-image: url("../../images/athletes/Atleta5.jpeg");
}



body.page-home .athlete-featured-info {
  background: #141414;
  padding: 24px;
  text-align: center;
}

body.page-home .athlete-country {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  margin-bottom: 8px;
}

body.page-home .athlete-name {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #ffffff;
}

body.page-home .athlete-discipline {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
}

body.page-home .athlete-featured-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

body.page-home .section-patrocinadores {
  overflow: visible;
  --patroc-inline-pad: clamp(16px, 5vw, 80px);
  padding: clamp(64px, 9vh, 112px) var(--patroc-inline-pad) clamp(40px, 7vh, 72px);
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(225, 6, 0, 0.12), transparent 52%),
    #000000;
}

body.page-home .featured-sponsors {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(210px,0.64fr);
  gap: clamp(14px, 1.8vw, 22px);
  align-items: start;
  margin: 0 auto clamp(26px, 4vw, 40px);
  max-width: 1040px;
}

body.page-home .featured-sponsor-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(6px, 1vw, 10px);
}

body.page-home .featured-sponsor-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  overflow: hidden;
}

body.page-home .featured-sponsor-card--hero {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 12.25;
  align-items: center;
}

body.page-home .featured-sponsor-card--side {
  aspect-ratio: 1 / 1;
  min-height: auto;
}

body.page-home .featured-sponsor-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body.page-home .featured-sponsor-image--bike {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center 56%;
  transform: none;
  clip-path: inset(10% 0 12% 0);
}

body.page-home .featured-sponsor-image--side {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: none;
}

body.page-home .featured-sponsor-stack .featured-sponsor-card:first-child .featured-sponsor-image--side {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(0.86);
}

body.page-home .featured-sponsor-stack .featured-sponsor-card:last-child .featured-sponsor-image--side {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(0.8);
}

body.page-home .marquee-container {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 20px 0;
}

body.page-home .marquee-track {
  display: flex;
  gap: clamp(24px, 3vw, 40px);
  width: max-content;
  animation: marquee 40s linear infinite;
  will-change: transform;
  padding-left: 5%;
  padding-right: 5%;
}

body.page-home .marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

body.page-home .sponsor {
  width: clamp(200px, 18vw, 260px);
  height: clamp(118px, 11vw, 150px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-weight: 600;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: var(--transition);
  background-size: 82% auto;
  background-repeat: no-repeat;
  background-position: center;
}

body.page-home .sponsor-orbea {
  background-image: url("../../images/sponsors/Orbea.png");
}

body.page-home .sponsor-electrolit {
  background-image: url("../../images/sponsors/electrolit.png");
}

body.page-home .sponsor-maxxis {
  background-image: url("../../images/sponsors/maxxis-logo.png");
}

body.page-home .sponsor-muc-off {
  background-image: url("../../images/sponsors/muc-off-logo-png_seeklogo-320782.png");
}

body.page-home .sponsor-crankbrothers {
  background-image: url("../../images/sponsors/crankbrothers-logo-png_seeklogo-36274.png");
}

body.page-home .sponsor-tannus {
  background-image: url("../../images/sponsors/6466904f9d576173b87b91f5_Tannus.750x750.png");
}

body.page-home .sponsor-fox {
  background-image: url("../../images/sponsors/fox-logo-png_seeklogo-57113.png");
}

body.page-home .sponsor-sram {
  background-image: url("../../images/sponsors/SRAM.png");
}

body.page-home .sponsor-shimano {
  background-image: url("../../images/sponsors/shimano-logo-png_seeklogo-125817.png");
}

body.page-home .sponsor-poc {
  background-image: url("../../images/sponsors/566-5664300_equipment-sponsors-poc-helmets-logo.png");
}

body.page-home .sponsor:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media (max-width: 980px) {
  body.page-home .home-events {
    padding-top: clamp(80px, 14vh, 130px);
    padding-bottom: clamp(64px, 12vh, 110px);
  }

  body.page-home .home-events-header {
    margin-bottom: clamp(28px, 6vh, 56px);
  }

  body.page-home .home-events-grid {
    margin-bottom: clamp(28px, 6vh, 56px);
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  body.page-home .home-events .event-tile {
    height: 70vh;
  }

  body.page-home .featured-sponsors {
    grid-template-columns: 1fr;
  }

  body.page-home .featured-sponsor-card--hero {
    height: auto;
    aspect-ratio: 16 / 12.5;
  }

  body.page-home .featured-sponsor-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  body.page-home .featured-sponsor-card--side {
    aspect-ratio: 1 / 1;
  }

  body.page-home .featured-sponsor-image--bike {
    object-position: center 55%;
    clip-path: inset(5% 0 7% 0);
  }

  body.page-home .featured-sponsor-image--side {
    transform: none;
  }

  body.page-home .featured-sponsor-stack .featured-sponsor-card:first-child .featured-sponsor-image--side {
    transform: scale(0.82);
  }

  body.page-home .featured-sponsor-stack .featured-sponsor-card:last-child .featured-sponsor-image--side {
    transform: scale(0.76);
  }
}

@media (max-width: 800px) {
  body.page-home .section-intro--with-cta {
    flex-direction: column;
    align-items: center;
  }

  body.page-home .section-intro__text {
    text-align: center;
  }

  body.page-home .patrocinadores-bike-card {
    max-height: min(190px, 52vw);
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  body.page-home .patrocinadores-bike-card {
    max-height: min(170px, 56vw);
    padding: 10px;
  }

  body.page-home .athlete-featured-card {
    flex: 0 0 300px;
  }

  body.page-home .athlete-featured-media {
    height: 280px;
  }

  body.page-home .marquee-track {
    gap: 22px;
  }

  body.page-home .sponsor {
    width: 190px;
    height: 112px;
  }

  body.page-home .featured-sponsor-card {
    min-height: 140px;
    border-radius: 18px;
    padding: 8px;
  }

  body.page-home .featured-sponsor-card--side {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 700px) {
  body.page-home .novedad-slide {
    padding: 26px 22px;
  }

  body.page-home .novedades-arrow {
    width: 46px;
    height: 46px;
    font-size: 28px;
    border-radius: 14px;
  }

  body.page-home .novedades-arrow.prev {
    left: 10px;
  }

  body.page-home .novedades-arrow.next {
    right: 10px;
  }

  body.page-home .featured-sponsor-stack {
    grid-template-columns: 1fr;
  }

  body.page-home .featured-sponsor-card--hero {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  body.page-home .featured-sponsor-image--bike {
    object-position: center 54%;
    clip-path: inset(4% 0 6% 0);
  }

  body.page-home .featured-sponsor-image--side {
    transform: none;
  }

  body.page-home .featured-sponsor-stack .featured-sponsor-card:first-child .featured-sponsor-image--side {
    transform: scale(0.8);
  }

  body.page-home .featured-sponsor-stack .featured-sponsor-card:last-child .featured-sponsor-image--side {
    transform: scale(0.72);
  }
}

@media (max-width: 620px) {
  body.page-home .athlete-featured-card {
    flex: 0 0 300px;
  }

  body.page-home .athlete-featured-media {
    height: 280px;
  }
}
