@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap");

.subpage-2026 {
  --primary: #ff6900;
  --primary-dark: #e65100;
  --secondary: #343a40;
  --accent: #ffc107;
  --ink: #17191b;
  --paper: #f6f1e8;
  --white: #fffdf8;
  --line: #cbc4b8;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  line-height: 1.6;
}

.subpage-2026 *, .subpage-2026 *::before, .subpage-2026 *::after { box-sizing: border-box; }
.subpage-2026 .preloader { background: var(--ink); }
.subpage-2026 .spinner { border-color: rgba(255,255,255,.15); border-top-color: var(--primary); }
.subpage-2026 .container { width: min(1380px, calc(100% - 80px)); max-width: none; padding: 0; }

/* Editorial page masthead */
.subpage-2026 .page-header-wrapper {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 72vh, 760px);
  height: auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin: 0;
  background: var(--ink);
}
.subpage-2026 .page-header-wrapper::before {
  content: "26";
  position: absolute;
  z-index: 1;
  right: 3vw;
  bottom: -.06em;
  color: transparent;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(9rem, 22vw, 22rem);
  line-height: .72;
  -webkit-text-stroke: 1px rgba(255,255,255,.24);
  pointer-events: none;
}
.subpage-2026 .page-header-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23,25,27,.98) 0%, rgba(23,25,27,.82) 45%, rgba(23,25,27,.2) 100%),
    linear-gradient(0deg, rgba(23,25,27,.8), transparent 50%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.07) 79px 80px);
}
.subpage-2026 .page-header-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(.72) contrast(1.08);
  background-image: url("../public/fondo2-optimized.jpg") !important;
  background-position: center;
  background-size: cover;
  transform: none;
}
.subpage-2026.page-accommodation .page-header-bg { background-image: url("../public/xantolo_hotel.jpg") !important; background-position: center 58%; }
.subpage-2026.page-food .page-header-bg { background-image: url("../public/xantolo_menu.jpg") !important; background-position: center 38%; }
.subpage-2026.page-huasteca .page-header-bg { background-image: url("https://storage.googleapis.com/xantolo_website/xantolo_pics/tamul_2.jpg") !important; }
.subpage-2026.page-tradition .page-header-bg { background-image: url("https://storage.googleapis.com/xantolo_website/xantolo_pics/xantolo_title_1_narrow.jpg") !important; }
.subpage-2026 .page-header-content {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 80px));
  max-width: none;
  min-height: 0;
  height: auto;
  margin: 0 auto;
  padding: 9rem 0 5rem;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--white);
  text-align: left;
  animation: none;
}
.subpage-2026 .page-header-text { margin: 0; }
.subpage-2026 .page-kicker {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1.5rem;
  color: var(--accent);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.subpage-2026 .page-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(255,105,0,.2); }
.subpage-2026 .page-title {
  max-width: 1000px;
  margin: 0;
  color: var(--white);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(3.8rem, 8vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .84;
  text-shadow: none;
  text-transform: uppercase;
  animation: none;
}
.subpage-2026 .page-subtitle {
  max-width: 690px;
  margin: 1.7rem 0 0;
  color: rgba(255,255,255,.75);
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  line-height: 1.55;
  text-shadow: none;
  animation: none;
}
.subpage-2026 .page-buttons { display: flex; flex-direction: row; flex-wrap: wrap; gap: .75rem; width: auto; max-width: none; margin-top: 2rem; animation: none; }
.subpage-2026 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.4rem;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.subpage-2026 .btn:hover { transform: translateY(-3px); box-shadow: none; }
.subpage-2026 .btn-primary { background: var(--primary); color: #fff; }
.subpage-2026 .btn-primary:hover { background: var(--accent); color: var(--ink); }
.subpage-2026 .btn-secondary { border-color: rgba(255,255,255,.4); background: transparent; color: #fff; }
.subpage-2026 .btn-secondary:hover { background: #fff; color: var(--ink); }
.subpage-2026 .season-notice {
  max-width: 780px;
  margin: 1.5rem 0 0;
  padding: .8rem 1rem;
  border-left: 4px solid var(--accent);
  background: rgba(23,25,27,.72);
  color: var(--white);
  font-size: .74rem;
  font-weight: 600;
}
.subpage-2026 .archive-note { display: grid; grid-template-columns: 220px 1fr 1fr; gap: 1.5rem; max-width: 1180px; margin: -2rem auto 3rem; padding: 1.4rem; border: 1px solid var(--ink); background: var(--accent); color: var(--ink); font-size: .78rem; line-height: 1.5; }
.subpage-2026 .archive-note strong { font-family: "Archivo Black", Impact, sans-serif; font-weight: 400; letter-spacing: -.02em; }

/* Deliberately minimal holding pages */
.subpage-2026 .placeholder-section { padding: clamp(5rem, 10vw, 10rem) max(40px, calc((100vw - 1380px) / 2)); background: var(--paper); }
.subpage-2026 .placeholder-shell { position: relative; display: grid; grid-template-columns: 150px minmax(0, 760px) 1fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; min-height: 420px; overflow: hidden; }
.subpage-2026 .placeholder-index { align-self: start; color: var(--primary); font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.subpage-2026 .placeholder-eyebrow { margin: 0 0 1.3rem; color: #716c64; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.subpage-2026 .placeholder-copy { position: relative; z-index: 2; }
.subpage-2026 .placeholder-copy h2 { margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(3rem, 6vw, 6.8rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.subpage-2026 .placeholder-copy > p:not(.placeholder-eyebrow) { max-width: 650px; margin: 2rem 0; color: #504c46; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.subpage-2026 .placeholder-button { display: inline-flex; min-height: 54px; align-items: center; padding: 0 1.3rem; background: var(--primary); color: #fff; text-decoration: none; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.subpage-2026 .placeholder-button:hover { transform: translateY(-3px); background: var(--accent); color: var(--ink); }
.subpage-2026 .placeholder-orbit { display: grid; place-items: center; justify-self: end; width: min(25vw, 300px); height: min(25vw, 300px); border: 22px solid var(--accent); border-radius: 50%; color: var(--primary); }
.subpage-2026 .placeholder-orbit span { font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(4rem, 8vw, 8rem); line-height: 1; }

/* Huasteca destination editorial grid */
.subpage-2026 .destination-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 3rem 0 6rem;
}
.subpage-2026 .destination-gallery .destination-card {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 560px;
  margin: 0;
  border: 0;
  background: #292d2e;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}
.subpage-2026 .destination-gallery .destination-card:first-child,
.subpage-2026 .destination-gallery .destination-card:last-child {
  grid-column: 1 / -1;
  min-height: 520px;
}
.subpage-2026 .destination-gallery .destination-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,12,12,.08) 18%, rgba(10,12,12,.18) 42%, rgba(10,12,12,.94) 100%);
  pointer-events: none;
}
.subpage-2026.page-huasteca .lazy-animate { opacity: 1 !important; transform: none !important; }
.subpage-2026 .destination-gallery .destination-img-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.subpage-2026 .destination-gallery .destination-img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .7s ease;
}
.subpage-2026 .destination-gallery .destination-card:hover .destination-img { transform: scale(1.035); filter: saturate(1.08); }
.subpage-2026 .destination-gallery .distance-badge {
  position: absolute !important;
  z-index: 3;
  inset: 1.25rem 1.25rem auto auto !important;
  display: inline-flex;
  align-items: center;
  width: auto !important;
  max-width: calc(100% - 2.5rem);
  min-width: 0;
  height: auto !important;
  padding: .52rem .72rem !important;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(23,25,27,.72) !important;
  color: var(--white) !important;
  box-shadow: none;
  backdrop-filter: blur(10px);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.1;
  white-space: nowrap;
  text-transform: uppercase;
}
.subpage-2026 .destination-gallery .distance-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: .45rem;
  border-radius: 50%;
  background: var(--primary);
}
.subpage-2026 .destination-gallery .destination-info {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: transparent;
}
.subpage-2026 .destination-gallery .destination-title {
  max-width: 820px;
  margin: 0 0 .8rem;
  color: var(--white);
  font-size: clamp(2rem, 3.7vw, 4.5rem);
  line-height: .9;
  text-wrap: balance;
}
.subpage-2026 .destination-gallery .destination-card:not(:first-child):not(:last-child) .destination-title {
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
}
.subpage-2026 .destination-gallery .destination-info > p {
  display: -webkit-box;
  max-width: 760px;
  margin: 0 0 1.25rem;
  overflow: hidden;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.subpage-2026 .destination-gallery .activity-tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 0; }
.subpage-2026 .destination-gallery .activity-tag {
  padding: .4rem .58rem;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(23,25,27,.35);
  color: var(--white);
  backdrop-filter: blur(6px);
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Section rhythm and titles */
.subpage-2026 .rules-section,
.subpage-2026 .info-section {
  max-width: none;
  margin: 0;
  padding: clamp(5rem, 8vw, 8rem) max(40px, calc((100vw - 1380px) / 2));
  background: var(--paper);
}
.subpage-2026 .rules-section:nth-of-type(even),
.subpage-2026 .info-section:nth-of-type(even) { background: #eee8de; }
.subpage-2026 .section-title {
  position: relative;
  max-width: 1100px;
  margin: 0 0 clamp(3rem, 6vw, 5.5rem);
  padding: 0 0 2rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2.5rem, 5.2vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
  text-align: left;
  text-transform: uppercase;
}
.subpage-2026 .section-title::before { content: "2026 /"; display: block; margin-bottom: 1rem; color: var(--primary); font-family: "DM Sans", sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .17em; }
.subpage-2026 .section-title::after { display: none; }
.subpage-2026 .content-container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0; }
.subpage-2026 .rich-text { margin: 0 0 4.5rem; font-size: 1.03rem; line-height: 1.75; }
.subpage-2026 .rich-text h2,
.subpage-2026 .rich-text h3 {
  margin: 0 0 1.3rem;
  color: var(--ink);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
  text-transform: uppercase;
}
.subpage-2026 .rich-text p { max-width: 900px; color: #504c46; }
.subpage-2026 .rich-text ul { padding-left: 1.3rem; }
.subpage-2026 .rich-text li { margin: .55rem 0; padding-left: .4rem; }
.subpage-2026 .rich-text li::marker { color: var(--primary); }

/* Shared panels */
.subpage-2026 .registration-container { width: 100%; max-width: 1180px; margin: 0 auto; }
.subpage-2026 .overview-card,
.subpage-2026 .rules-card,
.subpage-2026 .attention-box,
.subpage-2026 .cta-box,
.subpage-2026 .payment-info,
.subpage-2026 .whatsapp-card {
  border: 1px solid var(--line);
  border-left: 6px solid var(--primary);
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
}
.subpage-2026 .overview-card { padding: clamp(1.5rem, 3vw, 3rem); }
.subpage-2026 .overview-content h3,
.subpage-2026 .rules-card > h3,
.subpage-2026 .whatsapp-content h3 {
  margin-top: 0;
  color: var(--ink);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: uppercase;
}
.subpage-2026 .rules-card { margin-bottom: 1.5rem; padding: clamp(1.5rem, 3vw, 3rem); }
.subpage-2026 .rules-card p { color: #524e48; line-height: 1.7; }
.subpage-2026 .rule-section { padding: 1.5rem; border: 1px solid var(--line); border-radius: 0; background: var(--paper); }

/* Huasteca and tradition galleries */
.subpage-2026 .mosaic-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 110px; gap: 8px; margin: 4rem 0 6rem; }
.subpage-2026 .mosaic-item { position: relative; grid-column: span 4; grid-row: span 3; border-radius: 0; overflow: hidden; }
.subpage-2026 .mosaic-item.feature-item { grid-column: span 8; grid-row: span 5; }
.subpage-2026 .mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.subpage-2026 .mosaic-item:hover img { transform: scale(1.035); }
.subpage-2026 .mosaic-caption,
.subpage-2026 .image-caption { padding: 1rem; border-radius: 0; background: rgba(23,25,27,.88); color: #fff; font-size: .75rem; }
.subpage-2026 .elements-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; margin: 3rem 0 5rem; border: 1px solid var(--line); background: var(--line); }
.subpage-2026 .element-card,
.subpage-2026 .food-card,
.subpage-2026 .practical-category,
.subpage-2026 .transport-category,
.subpage-2026 .adventure-category { margin: 0; padding: 1.8rem; border: 0; border-radius: 0; background: var(--white); box-shadow: none; }
.subpage-2026 .element-card:hover,
.subpage-2026 .food-card:hover { transform: none; background: var(--accent); }
.subpage-2026 .element-card i { color: var(--primary); }
.subpage-2026 .destination-card { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; min-height: 340px; margin: 0 0 1px; border: 1px solid var(--line); border-radius: 0; background: var(--white); box-shadow: none; overflow: hidden; }
.subpage-2026 .destination-card:hover { transform: none; box-shadow: none; }
.subpage-2026 .destination-img-container { height: 100%; min-height: 340px; }
.subpage-2026 .destination-img { height: 100%; min-height: 340px; object-fit: cover; }
.subpage-2026 .destination-info { padding: clamp(1.5rem, 3vw, 3rem); }
.subpage-2026 .destination-title { color: var(--ink); font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(1.7rem, 3vw, 3rem); letter-spacing: -.04em; text-transform: uppercase; }
.subpage-2026 .distance-badge { border-radius: 0; background: var(--primary); color: #fff; }
.subpage-2026 .activity-tag { border-radius: 0; background: var(--ink); color: #fff; }
.subpage-2026 .two-column { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; margin: 4rem 0; }
.subpage-2026 .image-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.subpage-2026 .image-card { border-radius: 0; box-shadow: none; }
.subpage-2026 .full-width-image { border-radius: 0; }
.subpage-2026 .highlight-box,
.subpage-2026 .quote-box { margin: 3rem 0; padding: clamp(2rem, 4vw, 4rem); border: 0; border-left: 8px solid var(--primary); border-radius: 0; background: var(--ink); color: var(--white); box-shadow: none; }
.subpage-2026 .quote-box blockquote { color: var(--white); font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(1.5rem, 3vw, 3rem); font-style: normal; letter-spacing: -.03em; line-height: 1.15; }
.subpage-2026 .section-divider { margin: 5rem 0; border-color: var(--line); }
.subpage-2026 .section-divider-icon { background: var(--paper); color: var(--primary); }
.subpage-2026 .cta-section { margin: 0; padding: clamp(4rem, 8vw, 8rem); border-radius: 0; background: var(--primary); color: #fff; }
.subpage-2026 .cta-content h2 { color: #fff; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; text-transform: uppercase; }

/* Tables */
.subpage-2026 table { width: 100%; border-collapse: collapse; border: 0; background: var(--white); }
.subpage-2026 th { padding: 1rem; border: 1px solid #4b4e51; background: var(--ink); color: var(--white); font-size: .68rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.subpage-2026 td { padding: 1rem; border: 1px solid var(--line); }
.subpage-2026 tr:nth-child(even) td { background: #eee8de; }

/* Registration flow */
.subpage-2026 .registration-steps { position: relative; margin: 3rem 0; }
.subpage-2026 .registration-step { display: grid; grid-template-columns: 86px 1fr; gap: 0; margin: 0 0 1px; border: 1px solid var(--line); border-radius: 0; background: var(--white); box-shadow: none; overflow: hidden; }
.subpage-2026 .step-number { display: grid; place-items: center; width: auto; min-height: 100%; margin: 0; border-radius: 0; background: var(--primary); color: #fff; font-family: "Archivo Black", Impact, sans-serif; font-size: 2rem; }
.subpage-2026 .step-content { padding: clamp(1.5rem, 3vw, 3rem); }
.subpage-2026 .step-content h3 { color: var(--ink); font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(1.5rem, 2.8vw, 2.8rem); font-weight: 400; letter-spacing: -.04em; text-transform: uppercase; }
.subpage-2026 .step-image-container { margin: 2rem 0 0; padding: .8rem; border: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.subpage-2026 .registration-screenshot { border-radius: 0; box-shadow: none; }
.subpage-2026 .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.subpage-2026 .info-item { margin: 0; padding: 1.5rem; border: 0; border-radius: 0; background: var(--white); }
.subpage-2026 .faq-section { margin-top: 4rem; }
.subpage-2026 .faq-item { margin: 0 0 1px; border: 1px solid var(--line); border-radius: 0; background: var(--white); box-shadow: none; }
.subpage-2026 .faq-question { padding: 1.4rem; }
.subpage-2026 .faq-toggle { color: var(--primary); }

/* Policy pages */
.subpage-2026.legal-page { background: var(--paper); }
.subpage-2026 .legal-hero { padding: 10rem max(40px, calc((100vw - 1180px) / 2)) 5rem; background: var(--ink); color: var(--white); }
.subpage-2026 .legal-hero .page-kicker { margin-bottom: 1.5rem; }
.subpage-2026 .legal-hero h1 { max-width: 1000px; margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(3.5rem, 7vw, 7.5rem); font-weight: 400; letter-spacing: -.06em; line-height: .85; text-transform: uppercase; }
.subpage-2026 .legal-hero p { color: rgba(255,255,255,.6); }
.subpage-2026 .legal-content { width: min(900px, calc(100% - 80px)); max-width: none !important; margin: 0 auto !important; padding: clamp(4rem, 8vw, 8rem) 0 !important; }
.subpage-2026 .legal-content h2 { margin: 3.5rem 0 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--ink); font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(1.6rem, 3vw, 2.7rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.subpage-2026 .legal-content p, .subpage-2026 .legal-content li { color: #504c46; }
.subpage-2026 .legal-content table { margin: 2rem 0; }

@media (max-width: 900px) {
  .subpage-2026 .container,
  .subpage-2026 .page-header-content { width: calc(100% - 40px); }
  .subpage-2026 .destination-card,
  .subpage-2026 .two-column { grid-template-columns: 1fr; }
  .subpage-2026 .mosaic-gallery { grid-auto-rows: 90px; }
  .subpage-2026 .mosaic-item, .subpage-2026 .mosaic-item.feature-item { grid-column: span 6; grid-row: span 3; }
  .subpage-2026 .placeholder-shell { grid-template-columns: 100px 1fr; }
  .subpage-2026 .placeholder-orbit { position: absolute; right: -5rem; opacity: .18; }
  .subpage-2026 .destination-gallery .destination-card { min-height: 500px; }
}

@media (max-width: 620px) {
  .subpage-2026 .page-header-wrapper { min-height: 620px; }
  .subpage-2026 .page-header-content { width: calc(100% - 32px); padding: 8rem 0 3rem; }
  .subpage-2026 .page-title { font-size: clamp(3rem, 15vw, 5rem); }
  .subpage-2026 .page-buttons { align-items: stretch; flex-direction: column; width: 100%; max-width: 340px; }
  .subpage-2026 .rules-section,
  .subpage-2026 .info-section { padding: 4.5rem 16px; }
  .subpage-2026 .section-title { font-size: clamp(2.2rem, 12vw, 4rem); }
  .subpage-2026 .archive-note { grid-template-columns: 1fr; margin-top: -1rem; }
  .subpage-2026 .placeholder-section { padding: 4.5rem 16px; }
  .subpage-2026 .placeholder-shell { grid-template-columns: 1fr; min-height: 460px; }
  .subpage-2026 .placeholder-index { margin-bottom: 1rem; }
  .subpage-2026 .placeholder-copy h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .subpage-2026 .destination-gallery { grid-template-columns: 1fr; }
  .subpage-2026 .destination-gallery .destination-card,
  .subpage-2026 .destination-gallery .destination-card:first-child,
  .subpage-2026 .destination-gallery .destination-card:last-child { grid-column: 1; min-height: 500px; }
  .subpage-2026 .destination-gallery .destination-info { padding: 1.35rem; }
  .subpage-2026 .destination-gallery .destination-title,
  .subpage-2026 .destination-gallery .destination-card:not(:first-child):not(:last-child) .destination-title { font-size: clamp(1.9rem, 10vw, 3rem); }
  .subpage-2026 .destination-gallery .distance-badge { inset: .9rem .9rem auto auto !important; max-width: calc(100% - 1.8rem); }
  .subpage-2026 .mosaic-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .subpage-2026 .mosaic-item, .subpage-2026 .mosaic-item.feature-item { flex: 0 0 84vw; height: 360px; scroll-snap-align: start; }
  .subpage-2026 .registration-step { grid-template-columns: 52px 1fr; }
  .subpage-2026 .step-number { font-size: 1.2rem; }
  .subpage-2026 .legal-hero { padding: 8rem 16px 4rem; }
  .subpage-2026 .legal-content { width: calc(100% - 32px); overflow-x: auto; }
}
