/* =========================================================
   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;
}

.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;
  inset: 0 0 0 -100vw;
  z-index: -1;
  border-radius: 0 58px 58px 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.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;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.home-about__text {
  max-width: 620px;
}

.home-about__text p {
  color: var(--color-text);
  font-size: clamp(1.18rem, 1.55vw, 1.62rem);
  line-height: 1.28;
}

.home-about__text strong {
  color: var(--color-primary);
  font-weight: 700;
}

.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;
}

/* =========================================================
   HOME MEMORY VIDEO
   Videomemoria fuera del hero
   ========================================================= */

.home-memory-video {
  padding: clamp(3.2rem, 6vw, 6rem) 0;
  background: var(--color-bg);
}

.home-memory-video__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.home-memory-video__kicker {
  margin: 0 0 0.65rem;
  color: var(--color-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-memory-video__title {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.92;
  text-transform: uppercase;
}

.home-memory-video__text {
  max-width: 620px;
  margin: 1rem 0 1.5rem;
  color: var(--color-text);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.45;
}

.home-memory-video__media {
  overflow: hidden;
  border-radius: 34px;
  background: #111;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.home-memory-video__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

/* =========================================================
   SÉ PARTE DE ESTA EDICIÓN
   ========================================================= */

.edition-benefits {
  padding: 4.5rem 0;
}

.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);
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

/* =========================================================
   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;
}

.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;
}

.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;
}

/* =========================================================
   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);
}

.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;
}

.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;
  inset: 0 -100vw 0 0;
  z-index: -1;
  border-radius: 58px 0 0 58px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.field-day__badge span {
  min-height: 84px;
  display: inline-flex;
  align-items: center;
  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;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.field-day__text {
  max-width: 760px;
}

.field-day__text p {
  color: var(--color-text);
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.5;
}

.field-day__text strong {
  color: var(--color-primary);
  font-weight: 700;
}

.field-day__actions {
  margin-top: 1.9rem;
}

/* =========================================================
   HOME VENUE / SEDE
   ========================================================= */

.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);
}

.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;
  inset: 0 0 0 -100vw;
  z-index: -1;
  border-radius: 0 58px 58px 0;
  background: var(--color-secondary);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.home-venue__badge span {
  min-height: 84px;
  display: inline-flex;
  align-items: center;
  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;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-venue__text {
  max-width: 760px;
}

.home-venue__text p {
  color: var(--color-text);
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.5;
}

.home-venue__text strong,
.home-venue__text .is-blue {
  color: var(--color-secondary);
  font-weight: 700;
}

.home-venue__actions {
  margin-top: 1.9rem;
}

.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;
}

/* =========================================================
   HOME VENUE VIDEO STRIP
   Video complementario debajo de la sección de sede
   ========================================================= */

.home-venue-video-strip {
  width: min(100% - 2rem, 1120px);
  margin: clamp(1.6rem, 3vw, 2.4rem) auto 0;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.2rem, 2.4vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 34px;
  background: var(--color-white);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.13);
}

.home-venue-video-strip__media {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #111;
}

.home-venue-video-strip__media::before {
  content: "PALENQUE, CHIAPAS";
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  pointer-events: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.home-venue-video-strip__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #111;
}

.home-venue-video-strip__content {
  padding-right: clamp(0rem, 1.5vw, 1rem);
}

.home-venue-video-strip__content span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(36, 67, 166, 0.08);
  color: var(--color-secondary);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-venue-video-strip__content h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.home-venue-video-strip__content p {
  max-width: 540px;
  margin: 0.9rem 0 0;
  color: var(--color-text);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.45;
}

.home-venue-video-strip__link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  color: var(--color-secondary);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-venue-video-strip__link::after {
  content: "→";
  margin-left: 0.45rem;
  transition: transform var(--transition-base);
}

.home-venue-video-strip__link:hover::after {
  transform: translateX(4px);
}

.home-venue-video-strip__video:focus-visible {
  outline: 4px solid rgba(67, 176, 42, 0.55);
  outline-offset: 4px;
}

/* =========================================================
   EJES TEMÁTICOS
   ========================================================= */

.home-axes {
  padding: 4.5rem 0;
}

.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);
  font-weight: 700;
  line-height: 1.35;
}

.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;
}

/* =========================================================
   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);
}

.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;
}

.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;
  inset: 0 -100vw 0 0;
  z-index: -1;
  border-radius: 58px 0 0 58px;
  background: var(--color-white);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.extra-benefits-alt__badge span {
  min-height: 84px;
  display: inline-flex;
  align-items: center;
  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;
}

.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);
}

.extra-benefits-alt__actions {
  margin-top: 1.6rem;
}

/* =========================================================
   SPONSOR STRIP · MARQUEE LOGOS
   Usa el sistema modular de partners/expositores
   ========================================================= */

.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__marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 96px;
  padding: 0.4rem 0;
}

.sponsor-strip__track {
  gap: clamp(2.4rem, 4vw, 4.5rem);
}

.sponsor-strip__logo {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 150px;
}

.sponsor-strip__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 78px;
  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--wide {
  min-width: 190px;
}

.sponsor-strip__logo--wide img {
  max-width: 190px;
}

.sponsor-strip__logo:hover img,
.sponsor-strip__logo.is-active img {
  opacity: 1;
  filter: grayscale(0%) contrast(1);
  transform: translateY(-3px);
}

.sponsor-strip .partners__logo img {
  height: auto;
  max-height: 78px;
}

/* =========================================================
   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;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

  .home-about__grid,
  .field-day__shell,
  .home-venue__shell,
  .extra-benefits-alt__shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-about__content,
  .field-day__content,
  .home-venue__content,
  .extra-benefits-alt__content {
    align-items: center;
    text-align: center;
  }

  .home-about__badge,
  .field-day__badge,
  .home-venue__badge,
  .extra-benefits-alt__badge {
    width: 100%;
  }

  .home-about__text,
  .field-day__text,
  .home-venue__text,
  .extra-benefits-alt__text {
    max-width: 760px;
  }

  .home-about__photos {
    grid-template-columns: minmax(220px, 290px) 155px;
  }

  .home-memory-video__grid {
    grid-template-columns: 1fr;
    max-width: 860px;
  }

  .home-memory-video__content {
    text-align: center;
  }

  .home-memory-video__text {
    margin-left: auto;
    margin-right: auto;
  }

  .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;
  }

  .home-venue-video-strip {
    grid-template-columns: 1fr;
  }

  .home-venue-video-strip__content {
    padding: 0 0.25rem 0.25rem;
  }

  .home-axes {
    padding: 4rem 0;
  }

  .home-axes__intro {
    margin-bottom: 1.6rem;
  }

  .home-axes__grid {
    gap: 0.85rem 1.5rem;
  }

  .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;
  }

  .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__marquee {
    min-height: 84px;
    padding: 0.3rem 0;
  }

  .sponsor-strip__track {
    gap: 2.4rem;
  }

  .sponsor-strip__logo {
    min-width: 130px;
  }

  .sponsor-strip__logo img {
    max-width: 130px;
    max-height: 66px;
    opacity: 0.9;
  }

  .sponsor-strip__logo--wide {
    min-width: 160px;
  }

  .sponsor-strip__logo--wide img {
    max-width: 160px;
  }

  .sponsor-strip__logo:hover img {
    transform: none;
  }
}

/* =========================================================
   TABLET ONLY
   701px - 1100px
   ========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {

  .home-about,
  .home-memory-video,
  .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__media,
  .field-day__media,
  .home-venue__media {
    order: -1;
    justify-content: center;
  }

  .home-about__badge,
  .field-day__badge,
  .home-venue__badge,
  .extra-benefits-alt__badge {
    width: auto;
    margin-bottom: 1rem;
    padding: 0;
  }

  .home-about__badge::before,
  .field-day__badge::before,
  .home-venue__badge::before,
  .extra-benefits-alt__badge::before {
    display: none;
  }

  .home-about__badge .badge-text,
  .field-day__badge span,
  .home-venue__badge span,
  .extra-benefits-alt__badge span {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.6rem;
    border-radius: 999px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    line-height: 1.15;
  }

  .home-about__badge .badge-text,
  .field-day__badge span,
  .extra-benefits-alt__badge span {
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-primary);
  }

  .home-venue__badge span {
    background: var(--color-secondary);
    color: var(--color-white);
  }

  .home-about__photos {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 1rem;
  }

  .home-about__stack {
    gap: 1rem;
  }

  .home-about__photo--main,
  .home-about__photo--small,
  .field-day__photo,
  .home-venue__photo,
  .extra-benefits-alt__photo {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 24px;
  }

  .home-about__text p,
  .field-day__text p,
  .home-venue__text p,
  .extra-benefits-alt__text p {
    font-size: 1.08rem;
    line-height: 1.5;
    text-align: left;
  }

  .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;
  }

  .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__shell,
  .home-venue__shell,
  .extra-benefits-alt__shell {
    padding-inline: 1.4rem;
  }

  .field-day__actions,
  .home-venue__actions,
  .extra-benefits-alt__actions {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .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__intro {
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .access-section__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .access-section__pricing {
    grid-template-columns: repeat(2, minmax(260px, 340px));
    gap: 1.5rem;
  }

  .partners__track {
    gap: 2.5rem;
  }

  .partners__logo img {
    height: 68px;
    max-width: 140px;
  }

  .contact-section__wrap {
    max-width: 860px;
  }

  .contact-card {
    padding: 1.5rem;
  }

  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .home-about,
  .field-day,
  .home-venue,
  .extra-benefits-alt {
    padding: 3.6rem 0 3rem;
  }

  .home-about__grid,
  .field-day__shell,
  .home-venue__shell,
  .extra-benefits-alt__shell {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-inline: 1rem;
  }

  .home-about__content,
  .field-day__content,
  .home-venue__content,
  .extra-benefits-alt__content {
    align-items: center;
    padding: 0;
    text-align: left;
  }

  .home-about__media,
  .field-day__media,
  .home-venue__media {
    order: -1;
    justify-content: center;
  }

  .home-about__badge,
  .field-day__badge,
  .home-venue__badge,
  .extra-benefits-alt__badge {
    width: auto;
    margin-bottom: 1rem;
    padding: 0;
  }

  .home-about__badge::before,
  .field-day__badge::before,
  .home-venue__badge::before,
  .extra-benefits-alt__badge::before {
    display: none;
  }

  .home-about__badge .badge-text,
  .field-day__badge span,
  .home-venue__badge span,
  .extra-benefits-alt__badge span {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: clamp(1rem, 5vw, 1.3rem);
    line-height: 1.14;
  }

  .home-about__badge .badge-text,
  .field-day__badge span,
  .extra-benefits-alt__badge span {
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-primary);
  }

  .home-venue__badge span {
    background: var(--color-secondary);
    color: var(--color-white);
  }

  .home-about__photos,
  .home-gallery-strip__layout {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .home-about__stack,
  .home-gallery-strip__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .home-about__photo--main,
  .home-about__photo--small,
  .field-day__photo,
  .home-venue__photo,
  .extra-benefits-alt__photo,
  .home-gallery-strip .photo-pill--hero-wide,
  .home-gallery-strip .photo-pill--small {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 22px;
  }

  .home-gallery-strip {
    padding: 3.5rem 0 3rem;
  }

  .home-gallery-strip__center {
    order: 1;
  }

  .home-gallery-strip__side--left {
    order: 2;
  }

  .home-gallery-strip__side--right {
    order: 3;
  }

  .home-about__text,
  .field-day__text,
  .home-venue__text,
  .extra-benefits-alt__text {
    max-width: 100%;
  }

  .home-about__text p,
  .field-day__text p,
  .home-venue__text p,
  .extra-benefits-alt__text p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .field-day__actions,
  .home-venue__actions,
  .extra-benefits-alt__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
  }

  .home-memory-video {
    padding: 3rem 0;
  }

  .home-memory-video__media {
    border-radius: 24px;
  }

  .home-memory-video__content .btn {
    width: 100%;
  }

  .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,
  .home-axes__grid {
    grid-template-columns: 1fr;
  }

  .edition-benefits__grid {
    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;
  }

  .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 {
    gap: 0.8rem;
  }

  .home-axes__item {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .home-axes__actions {
    margin-top: 1.4rem;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .registration-modal__dialog {
    border-radius: 28px;
  }

  .registration-modal__content {
    padding: 2.6rem 1.2rem 1.5rem;
  }

  .registration-modal__close {
    top: 0.75rem;
    right: 0.75rem;
    width: 42px;
    height: 42px;
  }

  .registration-modal__actions {
    gap: 0.75rem;
  }

  .registration-modal__actions .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .sponsor-strip__track {
    gap: 2rem;
  }

  .sponsor-strip__logo {
    min-width: 118px;
  }

  .sponsor-strip__logo img {
    max-width: 118px;
    max-height: 62px;
  }

  .sponsor-strip__logo--wide {
    min-width: 145px;
  }

  .sponsor-strip__logo--wide img {
    max-width: 145px;
  }
}

@media (max-width: 768px) {
  .home-venue-video-strip {
    width: min(100% - 1.5rem, 100%);
    margin-top: 1.4rem;
    padding: 0.85rem;
    border-radius: 26px;
  }

  .home-venue-video-strip__media {
    border-radius: 22px;
  }

  .home-venue-video-strip__media::before {
    top: 0.75rem;
    left: 0.75rem;
    min-height: 30px;
    font-size: 0.62rem;
  }

  .home-venue-video-strip__content h3 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }

  .home-venue-video-strip__content p {
    font-size: 0.96rem;
  }
}