/* =========================================================
   HOME ABOUT
   ========================================================= */

.home-about {
  padding: 4.8rem 0 4.4rem;
}

.home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.25rem);
}

.home-about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* -------------------------
   BADGE DESKTOP
   ------------------------- */

.home-about__badge {
  position: relative;
  display: inline-block;
  width: min(100%, 700px);
  margin-bottom: 2rem;
  padding: 1.45rem 2.75rem 1.45rem 0;
  z-index: 1;
}

.home-about__badge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100vw;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0 58px 58px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  z-index: -1;
}

.home-about__badge .badge-text {
  display: block;
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: clamp(1.8rem, 2.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

/* -------------------------
   TEXT
   ------------------------- */

.home-about__text {
  max-width: 620px;
}

.home-about__text p {
  font-size: clamp(1.18rem, 1.55vw, 1.62rem);
  line-height: 1.28;
  color: var(--color-text);
}

.home-about__text strong {
  color: var(--color-primary);
  font-weight: 700;
}

/* -------------------------
   MEDIA DESKTOP
   ------------------------- */

.home-about__media {
  display: flex;
  justify-content: center;
}

.home-about__photos {
  display: grid;
  grid-template-columns: minmax(220px, 290px) 155px;
  align-items: center;
  gap: 1rem;
}

.home-about__stack {
  display: grid;
  gap: 0.95rem;
}

.home-about__photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #ddd;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.home-about__photo--main {
  aspect-ratio: 1280 / 1920;
  border-radius: 999px;
}

.home-about__photo--small {
  width: 155px;
  aspect-ratio: 1280 / 1920;
  border-radius: 999px;
}

.home-about__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* -------------------------
   TABLET
   ------------------------- */

@media (max-width: 1100px) {
  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 2.3rem;
  }

  .home-about__content {
    align-items: center;
    text-align: center;
  }

  .home-about__badge {
    width: 100%;
    padding-right: 1.6rem;
  }

  .home-about__text {
    max-width: 760px;
  }

  .home-about__photos {
    grid-template-columns: minmax(220px, 290px) 155px;
  }
}

/* -------------------------
   MOBILE
   ------------------------- */

@media (max-width: 700px) {
  .home-about {
    padding: 3.7rem 0 3.2rem;
  }

  .home-about__grid {
    gap: 1.6rem;
  }

  .home-about__content {
    align-items: center;
    text-align: left;
  }

  /* badge centrado como pill normal */
  .home-about__badge {
    width: 100%;
    margin-bottom: 1.1rem;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .home-about__badge::before {
    display: none;
  }

  .home-about__badge .badge-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    max-width: 100%;
    padding: 0.95rem 1.15rem;
    border-radius: 999px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1.02rem, 4.8vw, 1.32rem);
    line-height: 1.14;
  }

  /* imágenes flotantes, no desde el costado */
  .home-about__media {
    order: -1;
  }

  .home-about__photos {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    width: 100%;
  }

  .home-about__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .home-about__photo--main,
  .home-about__photo--small {
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 20px;
  }

  .home-about__text {
    max-width: 100%;
  }

  .home-about__text p {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/* =========================================================
   SÉ PARTE DE ESTA EDICIÓN
   ========================================================= */

.edition-benefits {
  padding: 4.5rem 0 4.5rem;
}

.edition-benefits__head {
  display: flex;
  justify-content: center;
  margin-bottom: 2.6rem;
}

.edition-benefits__badge {
  min-width: min(100%, 560px);
  padding-inline: 2.5rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.edition-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 2.5rem;
}

.edition-benefits__item {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  text-align: center;

  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    background var(--transition-base);
}

.edition-benefits__item p {
  margin: 0;
  color: var(--color-secondary);
  font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  line-height: 1.18;
}

.edition-benefits__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  background: #fff;
}

@media (max-width: 900px) {
  .edition-benefits {
    padding: 4rem 0;
  }

  .edition-benefits__grid {
    gap: 1.4rem 1.25rem;
  }

  .edition-benefits__item {
    min-height: 112px;
    padding: 1.15rem 1.4rem;
  }

  .edition-benefits__item p {
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  .edition-benefits {
    padding: 3.2rem 0;
  }

  .edition-benefits__head {
    margin-bottom: 1.6rem;
  }

  .edition-benefits__badge {
    width: 100%;
    padding-inline: 1.2rem;
    font-size: clamp(1rem, 5vw, 1.3rem);
    text-align: center;
  }

  .edition-benefits__grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .edition-benefits__item {
    min-height: auto;
    padding: 0.85rem 1rem;
    border-radius: 22px;
  }

  .edition-benefits__item p {
    font-size: 0.95rem;
    line-height: 1.25;
  }
}

/* =========================================================
   GALERÍA STRIP
   ========================================================= */

.home-gallery-strip {
  padding: 4.6rem 0 4.4rem;
}

.home-gallery-strip__layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 190px;
  align-items: center;
  gap: 1.6rem;
}

.home-gallery-strip__side {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.home-gallery-strip__center {
  display: flex;
  justify-content: center;
}

/* reset visual propio de esta sección */
.home-gallery-strip .photo-pill {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #ddd;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.home-gallery-strip .photo-pill__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* desktop: pills */
.home-gallery-strip .photo-pill--hero-wide {
  width: min(100%, 860px);
  aspect-ratio: 1920 / 1280;
  border-radius: 999px;
}

.home-gallery-strip .photo-pill--small {
  width: 190px;
  aspect-ratio: 1280 / 1920;
  border-radius: 999px;
}

/* -------------------------
   TABLET
   ------------------------- */

@media (max-width: 1100px) {
  .home-gallery-strip__layout {
    grid-template-columns: 150px minmax(0, 1fr) 150px;
    gap: 1rem;
  }

  .home-gallery-strip .photo-pill--hero-wide {
    width: min(100%, 680px);
  }

  .home-gallery-strip .photo-pill--small {
    width: 150px;
  }
}

/* -------------------------
   MOBILE
   ------------------------- */

@media (max-width: 700px) {
  .home-gallery-strip {
    padding: 3.5rem 0 3rem;
  }

  .home-gallery-strip__layout {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .home-gallery-strip__center {
    order: 1;
  }

  .home-gallery-strip__side--left {
    order: 2;
  }

  .home-gallery-strip__side--right {
    order: 3;
  }

  /* mobile: rectángulos suaves */
  .home-gallery-strip .photo-pill--hero-wide {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 22px;
  }

  .home-gallery-strip__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .home-gallery-strip .photo-pill--small {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 20px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .home-gallery-strip__layout {
    grid-template-columns: 160px minmax(0, 1fr) 160px;
    gap: 1rem;
  }

  .photo-pill--small {
    width: 150px;
  }

  .photo-pill--hero-wide {
    width: min(100%, 620px);
  }
}

/* =========================================================
   MOBILE
   Reinterpretación, no ocultar
   ========================================================= */

@media (max-width: 700px) {
  .home-gallery-strip {
    padding: 3.5rem 0;
  }

  .home-gallery-strip__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home-gallery-strip__center {
    order: 1;
  }

  .home-gallery-strip__side--left {
    order: 2;
  }

  .home-gallery-strip__side--right {
    order: 3;
  }

  .photo-pill--hero-wide {
    width: 100%;
    max-width: 100%;
    border-radius: 34px;
  }

  .home-gallery-strip__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .photo-pill--small {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1280 / 1920;
    border-radius: 28px;
  }
}

/* =========================================================
   DÍA DE CAMPO
   ========================================================= */

.field-day {
  padding: 4.8rem 0 4.4rem;
  overflow: hidden;
}

.field-day__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

/* -------------------------
   MEDIA DESKTOP
   ------------------------- */

.field-day__media {
  display: flex;
  justify-content: flex-start;
}

.field-day__photo {
  width: 100%;
  max-width: 900px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 999px 999px 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.field-day__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* -------------------------
   CONTENT DESKTOP
   ------------------------- */

.field-day__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: clamp(1rem, 4vw, 5rem);
}

.field-day__badge {
  position: relative;
  width: min(100%, 720px);
  margin-bottom: 1.9rem;
  z-index: 1;
}

.field-day__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -100vw;
  bottom: 0;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 58px 0 0 58px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  z-index: -1;
}

.field-day__badge span {
  display: inline-flex;
  align-items: center;
  min-height: 84px;
  padding: 0 2.2rem 0 2rem;
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.field-day__text {
  max-width: 760px;
}

.field-day__text p {
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.5;
  color: var(--color-text);
}

.field-day__text strong {
  color: var(--color-primary);
  font-weight: 700;
}

.field-day__actions {
  margin-top: 1.9rem;
}

/* -------------------------
   TABLET
   ------------------------- */

@media (max-width: 1100px) {
  .field-day__shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .field-day__content {
    padding-inline: 1.2rem;
    align-items: center;
  }

  .field-day__badge {
    width: 100%;
  }

  .field-day__text {
    max-width: 760px;
  }

  .field-day__text p {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
  }
}

/* -------------------------
   MOBILE
   ------------------------- */

@media (max-width: 700px) {
  .field-day {
    padding: 3.6rem 0 3rem;
  }

  .field-day__shell {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-inline: 1rem;
  }

  .field-day__media {
    order: -1;
  }

  .field-day__photo {
    max-width: 100%;
    border-radius: 22px;
  }

  .field-day__content {
    padding: 0;
    align-items: center;
  }

  .field-day__badge {
    width: auto;
    margin-bottom: 1rem;
  }

  .field-day__badge::before {
    display: none;
  }

  .field-day__badge span {
    min-height: 54px;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1rem, 5vw, 1.3rem);
    text-align: center;
    justify-content: center;
  }

  .field-day__text {
    max-width: 100%;
  }

  .field-day__text p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .field-day__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
  }
}

/* =========================================================
   SEDE / PALENQUE
   ========================================================= */

/* =========================================================
   HOME VENUE
   ========================================================= */

.home-venue {
  padding: 4.8rem 0 4.4rem;
  overflow: hidden;
}

.home-venue__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

/* -------------------------
   CONTENT DESKTOP
   ------------------------- */

.home-venue__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: clamp(1rem, 3vw, 4rem);
}

.home-venue__badge {
  position: relative;
  width: min(100%, 760px);
  margin-bottom: 1.9rem;
  z-index: 1;
}

.home-venue__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  right: 0;
  bottom: 0;
  background: var(--color-secondary);
  border-radius: 0 58px 58px 0;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  z-index: -1;
}

.home-venue__badge span {
  display: inline-flex;
  align-items: center;
  min-height: 84px;
  padding: 0 2rem 0 2.1rem;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 1.95vw, 2.1rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.home-venue__text {
  max-width: 760px;
}

.home-venue__text p {
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.5;
  color: var(--color-text);
}

.home-venue__text strong,
.home-venue__text .is-blue {
  color: var(--color-secondary);
  font-weight: 700;
}

.home-venue__actions {
  margin-top: 1.9rem;
}

/* -------------------------
   MEDIA DESKTOP
   ------------------------- */

.home-venue__media {
  display: flex;
  justify-content: flex-end;
}

.home-venue__photo {
  width: 100%;
  max-width: 900px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px 0 0 999px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.home-venue__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* -------------------------
   TABLET
   ------------------------- */

@media (max-width: 1100px) {
  .home-venue__shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-venue__content {
    padding-inline: 1.2rem;
    align-items: center;
  }

  .home-venue__badge {
    width: 100%;
  }

  .home-venue__text {
    max-width: 760px;
  }

  .home-venue__text p {
    font-size: clamp(1.08rem, 2vw, 1.42rem);
  }
}

/* -------------------------
   MOBILE
   ------------------------- */

@media (max-width: 700px) {
  .home-venue {
    padding: 3.6rem 0 3rem;
  }

  .home-venue__shell {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-inline: 1rem;
  }

  .home-venue__media {
    order: -1;
    justify-content: center;
  }

  .home-venue__photo {
    max-width: 100%;
    border-radius: 22px;
  }

  .home-venue__content {
    padding: 0;
    align-items: center;
  }

  .home-venue__badge {
    width: auto;
    margin-bottom: 1rem;
  }

  .home-venue__badge::before {
    display: none;
  }

  .home-venue__badge span {
    min-height: 54px;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    background: var(--color-secondary);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1rem, 5vw, 1.3rem);
    text-align: center;
    justify-content: center;
  }

  .home-venue__text {
    max-width: 100%;
  }

  .home-venue__text p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .home-venue__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
  }
}

/* =========================================================
   EJES TEMÁTICOS
   ========================================================= */

.home-axes {
  padding: 4.5rem 0 4.5rem;
}

.home-axes__head {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8rem;
}

.home-axes__badge {
  width: min(100%, 520px);
  min-height: 62px;
  justify-content: center;
  color: var(--color-primary);
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.home-axes__intro {
  max-width: 980px;
  margin: 0 auto 2rem;
  text-align: center;
}

.home-axes__intro p {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  line-height: 1.35;
}

.home-axes__grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2.25rem;
}

.home-axes__item {
  position: relative;
  padding-left: 1.45rem;
  color: var(--color-text);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.35;
  font-weight: 700;
}

.home-axes__item::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-earth);
  transform: translateY(-50%);
}

.home-axes__actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {
  .home-axes {
    padding: 4rem 0;
  }

  .home-axes__intro {
    margin-bottom: 1.6rem;
  }

  .home-axes__grid {
    gap: 0.85rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .home-axes {
    padding: 3.5rem 0;
  }

  .home-axes__head {
    margin-bottom: 1.2rem;
  }

  .home-axes__badge {
    width: 100%;
    min-height: 54px;
    font-size: clamp(1.05rem, 5vw, 1.35rem);
  }

  .home-axes__intro {
    margin-bottom: 1.25rem;
  }

  .home-axes__intro p {
    font-size: 0.98rem;
    line-height: 1.45;
    text-transform: none;
  }

  .home-axes__grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .home-axes__item {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .home-axes__actions {
    margin-top: 1.4rem;
  }
}

/* =========================================================
   EXTRA BENEFITS ALT
   ========================================================= */

.extra-benefits-alt {
  padding: 4.8rem 0 4.4rem;
  overflow: hidden;
}

.extra-benefits-alt__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

/* -------------------------
   MEDIA
   ------------------------- */

.extra-benefits-alt__media {
  display: flex;
  justify-content: flex-start;
}

.extra-benefits-alt__photo {
  width: 100%;
  max-width: 900px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 999px 999px 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.extra-benefits-alt__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* -------------------------
   CONTENT
   ------------------------- */

.extra-benefits-alt__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: clamp(1rem, 4vw, 5rem);
}

.extra-benefits-alt__badge {
  position: relative;
  width: min(100%, 760px);
  margin-bottom: 1.6rem;
  z-index: 1;
}

.extra-benefits-alt__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -100vw;
  bottom: 0;
  background: var(--color-white);
  border-radius: 58px 0 0 58px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  z-index: -1;
}

.extra-benefits-alt__badge span {
  display: inline-flex;
  align-items: center;
  min-height: 84px;
  padding: 0 2.1rem 0 2rem;
  color: var(--color-primary);
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
}

/* TEXTO (ajustado como pediste) */

.extra-benefits-alt__text {
  max-width: 620px;
}

.extra-benefits-alt__text p {
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.extra-benefits-alt__text strong {
  color: var(--color-primary);
}

/* BOTÓN */

.extra-benefits-alt__actions {
  margin-top: 1.6rem;
}

/* -------------------------
   TABLET
   ------------------------- */

@media (max-width: 1100px) {
  .extra-benefits-alt__shell {
    grid-template-columns: 1fr;
  }

  .extra-benefits-alt__content {
    padding-inline: 1.2rem;
    align-items: center;
    text-align: center;
  }
}

/* -------------------------
   MOBILE
   ------------------------- */

@media (max-width: 700px) {
  .extra-benefits-alt {
    padding: 3.6rem 0 3rem;
  }

  .extra-benefits-alt__shell {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-inline: 1rem;
  }

  .extra-benefits-alt__media {
    justify-content: center;
  }

  .extra-benefits-alt__photo {
    border-radius: 22px;
    max-width: 100%;
  }

  .extra-benefits-alt__content {
    padding: 0;
    align-items: center;
  }

  .extra-benefits-alt__badge {
    width: auto;
  }

  .extra-benefits-alt__badge::before {
    display: none;
  }

  .extra-benefits-alt__badge span {
    min-height: 54px;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    background: var(--color-white);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1rem, 5vw, 1.2rem);
    text-align: center;
  }

  .extra-benefits-alt__text {
    max-width: 100%;
  }

  .extra-benefits-alt__text p {
    font-size: 1rem;
  }

  .extra-benefits-alt__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
  }
}

/* =========================================================
   TABLET ONLY
   701px - 1100px
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {

  /* -------------------------
     AJUSTES GENERALES
     ------------------------- */

  .home-about,
  .edition-benefits,
  .home-gallery-strip,
  .field-day,
  .home-venue,
  .home-axes,
  .access-section,
  .extra-benefits-alt,
  .partners,
  .contact-section {
    padding-top: 4rem;
    padding-bottom: 3.6rem;
  }

  /* -------------------------
     HOME ABOUT
     ------------------------- */

  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-about__media {
    order: -1;
  }

  .home-about__content {
    align-items: center;
    text-align: center;
  }

  .home-about__badge {
    width: auto;
    padding: 0;
    margin-bottom: 1.2rem;
  }

  .home-about__badge::before {
    display: none;
  }

  .home-about__badge .badge-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 1rem 1.5rem;
    border-radius: 999px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.15;
  }

  .home-about__photos {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 1rem;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }

  .home-about__stack {
    display: grid;
    gap: 1rem;
  }

  .home-about__photo--main,
  .home-about__photo--small {
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 22px;
  }

  .home-about__text {
    max-width: 760px;
  }

  .home-about__text p {
    font-size: 1.08rem;
    line-height: 1.5;
    text-align: left;
  }

  /* -------------------------
     EDITION BENEFITS
     ------------------------- */

  .edition-benefits__head {
    margin-bottom: 1.8rem;
  }

  .edition-benefits__badge {
    min-width: auto;
    width: auto;
    padding-inline: 1.8rem;
  }

  .edition-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .edition-benefits__item {
    min-height: auto;
    padding: 1rem 1.1rem;
    border-radius: 24px;
  }

  .edition-benefits__item p {
    font-size: 1rem;
    line-height: 1.3;
  }

  /* -------------------------
     MINI GALERÍA
     ------------------------- */

  .home-gallery-strip__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home-gallery-strip__center {
    order: 1;
  }

  .home-gallery-strip__side--left {
    order: 2;
  }

  .home-gallery-strip__side--right {
    order: 3;
  }

  .home-gallery-strip .photo-pill--hero-wide {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
  }

  .home-gallery-strip__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .home-gallery-strip .photo-pill--small {
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 22px;
  }

  /* -------------------------
     FIELD DAY
     ------------------------- */

  .field-day__shell {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-inline: 1.4rem;
  }

  .field-day__media {
    order: -1;
    justify-content: center;
  }

  .field-day__photo {
    max-width: 100%;
    border-radius: 24px;
  }

  .field-day__content {
    padding: 0;
    align-items: center;
  }

  .field-day__badge {
    width: auto;
    margin-bottom: 1rem;
  }

  .field-day__badge::before {
    display: none;
  }

  .field-day__badge span {
    min-height: 58px;
    padding: 0.95rem 1.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    justify-content: center;
    text-align: center;
  }

  .field-day__text {
    max-width: 760px;
  }

  .field-day__text p {
    font-size: 1.08rem;
    line-height: 1.5;
    text-align: left;
  }

  .field-day__actions {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* -------------------------
     HOME VENUE
     ------------------------- */

  .home-venue__shell {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-inline: 1.4rem;
  }

  .home-venue__media {
    order: -1;
    justify-content: center;
  }

  .home-venue__photo {
    max-width: 100%;
    border-radius: 24px;
  }

  .home-venue__content {
    padding: 0;
    align-items: center;
  }

  .home-venue__badge {
    width: auto;
    margin-bottom: 1rem;
  }

  .home-venue__badge::before {
    display: none;
  }

  .home-venue__badge span {
    min-height: 58px;
    padding: 0.95rem 1.6rem;
    border-radius: 999px;
    background: var(--color-secondary);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    justify-content: center;
    text-align: center;
  }

  .home-venue__text {
    max-width: 760px;
  }

  .home-venue__text p {
    font-size: 1.08rem;
    line-height: 1.5;
    text-align: left;
  }

  .home-venue__actions {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* -------------------------
     EJES
     ------------------------- */

  .home-axes__intro {
    max-width: 820px;
    margin-bottom: 1.5rem;
  }

  .home-axes__intro p {
    font-size: 1rem;
    line-height: 1.45;
    text-transform: none;
  }

  .home-axes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.4rem;
  }

  .home-axes__item {
    font-size: 1rem;
    line-height: 1.4;
  }

  /* -------------------------
     ACCESS SECTION
     ------------------------- */

  .access-section__intro {
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .access-section__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1rem;
  }

  .access-section__pricing {
    grid-template-columns: repeat(2, minmax(260px, 340px));
    gap: 1.5rem;
  }

  /* -------------------------
     EXTRA BENEFITS
     ------------------------- */

  .extra-benefits-alt__shell {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-inline: 1.4rem;
  }

  .extra-benefits-alt__media {
    justify-content: center;
  }

  .extra-benefits-alt__photo {
    max-width: 100%;
    border-radius: 24px;
  }

  .extra-benefits-alt__content {
    padding: 0;
    align-items: center;
  }

  .extra-benefits-alt__badge {
    width: auto;
    margin-bottom: 1rem;
  }

  .extra-benefits-alt__badge::before {
    display: none;
  }

  .extra-benefits-alt__badge span {
    min-height: 58px;
    padding: 0.95rem 1.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    text-align: center;
    justify-content: center;
  }

  .extra-benefits-alt__text {
    max-width: 760px;
  }

  .extra-benefits-alt__text p {
    font-size: 1.08rem;
    line-height: 1.5;
    text-align: left;
  }

  .extra-benefits-alt__actions {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* -------------------------
     LOGOS
     ------------------------- */

  .partners__track {
    gap: 2.5rem;
  }

  .partners__logo img {
    height: 68px;
    max-width: 140px;
  }

  /* -------------------------
     CONTACTO
     ------------------------- */

  .contact-section__wrap {
    max-width: 860px;
  }

  .contact-card {
    padding: 1.5rem;
  }

  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }
}

/* =========================================================
   REGISTRATION MODAL
   ========================================================= */

.registration-modal {
  position: fixed;
  inset: 0;
  z-index: 8000;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.registration-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.registration-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 24, 32, 0.58);
  backdrop-filter: blur(4px);
}

.registration-modal__dialog {
  position: relative;
  width: min(100%, 680px);
  overflow: hidden;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.34s ease;
}

.registration-modal.is-open .registration-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.registration-modal__dialog::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 12px;
  background: var(--color-primary);
}

.registration-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(67, 176, 42, 0.12);
  color: var(--color-primary);
  cursor: pointer;
  transition:
    background var(--transition-base),
    color var(--transition-base),
    transform var(--transition-base);
}

.registration-modal__close:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-2px);
}

.registration-modal__content {
  padding: clamp(2rem, 5vw, 3.2rem);
  text-align: center;
}

.registration-modal__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--color-secondary);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.registration-modal__title {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.registration-modal__text {
  max-width: 560px;
  margin: 1.1rem auto 0;
  color: var(--color-text);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.42;
}

.registration-modal__actions {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .registration-modal__dialog {
    border-radius: 28px;
  }

  .registration-modal__content {
    padding: 2.6rem 1.2rem 1.5rem;
  }

  .registration-modal__close {
    width: 42px;
    height: 42px;
    top: 0.75rem;
    right: 0.75rem;
  }

  .registration-modal__actions {
    gap: 0.75rem;
  }

  .registration-modal__actions .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

/* =========================================================
   SPONSOR STRIP
   Franja compacta de patrocinadores debajo del hero
   ========================================================= */

.sponsor-strip {
  padding: 1.6rem 0 1.8rem;
  background: #fcf6f6;
}

.sponsor-strip__inner {
  display: grid;
  gap: 1.1rem;
  align-items: center;
  text-align: center;
}

.sponsor-strip__label {
  margin: 0;
  color: var(--color-secondary);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sponsor-strip__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.8rem, 4.2vw, 4.8rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.sponsor-strip__logo {
  flex: 0 1 170px;
  display: grid;
  place-items: center;
}

.sponsor-strip__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 86px;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(100%) contrast(0.95);
  transition:
    opacity var(--transition-base),
    filter var(--transition-base),
    transform var(--transition-base);
}

.sponsor-strip__logo:hover img {
  opacity: 1;
  filter: grayscale(0%) contrast(1);
  transform: translateY(-3px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {
  .sponsor-strip {
    padding: 1.35rem 0 1.45rem;
  }

  .sponsor-strip .container {
    padding-inline: 0;
  }

  .sponsor-strip__inner {
    gap: 0.9rem;
  }

  .sponsor-strip__label {
    padding-inline: 1rem;
    font-size: 0.78rem;
  }

  .sponsor-strip__logos {
    justify-content: flex-start;
    gap: 2rem;
    overflow-x: auto;
    padding: 0 1rem 0.35rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .sponsor-strip__logos::-webkit-scrollbar {
    display: none;
  }

  .sponsor-strip__logo {
    flex: 0 0 150px;
    scroll-snap-align: center;
  }

  .sponsor-strip__logo img {
    max-width: 145px;
    max-height: 76px;
    opacity: 0.9;
  }

  .sponsor-strip__logo:hover img {
    transform: none;
  }
}

@media (max-width: 520px) {
  .sponsor-strip__logos {
    gap: 1.8rem;
  }

  .sponsor-strip__logo {
    flex-basis: 135px;
  }

  .sponsor-strip__logo img {
    max-width: 128px;
    max-height: 68px;
  }
}