:root {
  --purple: #6126ff;
  --deep-purple: #330559;
  --ink: #271f20;
  --pink: #ff0058;
  --green: #00c878;
  --yellow: #fff21c;
  --mint: #a6ffd9;
  --soft: #f6f2ff;
  --soft-2: #f0ebff;
  --line: rgba(51, 5, 89, 0.12);
  --text: #27212b;
  --muted: #655b70;
  --white: #ffffff;
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  padding-top: 68px;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
section { scroll-margin-top: 68px; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(51,5,89,.08);
}
.brand img { width: 132px; }
.nav-links { display: flex; justify-content: flex-end; gap: clamp(18px, 3vw, 36px); color: var(--deep-purple); font-size: .84rem; font-weight: 900; }
.nav-links a:hover { color: var(--pink); }
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.header-cta { color: var(--white); background: var(--pink); box-shadow: 0 14px 28px rgba(255,0,88,.24); font-size: .84rem; white-space: nowrap; }
.button-primary { color: var(--white); background: var(--pink); box-shadow: 0 16px 34px rgba(255,0,88,.26); }
.button-secondary { color: var(--deep-purple); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.52); }
.button:hover, .header-cta:hover { transform: translateY(-1px); }

.eyebrow, .section-kicker {
  margin-bottom: 14px;
  color: var(--pink);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: calc(100svh - 68px);
  display: grid;
  align-items: center;
  padding: clamp(72px, 8vw, 118px) clamp(20px, 6vw, 82px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(166,255,217,.25), transparent 24%),
    radial-gradient(circle at 12% 76%, rgba(255,0,88,.32), transparent 32%),
    linear-gradient(135deg, #6126ff 0%, #4b16dd 46%, #330559 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -18% 28%;
  height: 36%;
  background: linear-gradient(90deg, transparent, rgba(255,242,28,.86), transparent);
  transform: skewY(-8deg);
  opacity: .36;
  filter: blur(2px);
}
.hero-bg-lines {
  position: absolute;
  inset: 0;
  background-image: url("assets/current/hero-lines-final-tight.png");
  background-repeat: no-repeat;
  background-position: 54% 56%;
  background-size: min(980px, 86vw) auto;
  opacity: .22;
  mix-blend-mode: screen;
}
.hero-grid {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.hero-copy { max-width: 690px; }
.hero h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 6.1vw, 6.65rem);
  line-height: .89;
  letter-spacing: -.055em;
}
.hero-lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.04rem, 1.55vw, 1.28rem);
  line-height: 1.46;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-actions .button { min-height: 52px; padding-inline: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--deep-purple);
  background: var(--mint);
  font-size: .84rem;
  font-weight: 900;
}
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-car { position: relative; z-index: 3; width: min(610px, 48vw); filter: drop-shadow(0 32px 48px rgba(0,0,0,.28)); transform: rotate(-2deg); }
.hero-card {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 52px;
  width: min(330px, 88%);
  padding: 22px;
  border-radius: 20px;
  color: var(--deep-purple);
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 58px rgba(0,0,0,.24);
}
.hero-card span { display: block; margin-bottom: 8px; color: var(--pink); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.hero-card strong { display: block; margin-bottom: 8px; font-size: 1.55rem; line-height: 1; }
.hero-card p { margin: 0; color: rgba(39,31,32,.72); line-height: 1.35; }
.route-line { position: absolute; height: 12px; border-radius: 999px; background: var(--yellow); opacity: .82; }
.route-line-a { left: -8%; top: 35%; width: 92%; transform: rotate(-18deg); }
.route-line-b { right: -20%; bottom: 28%; width: 84%; transform: rotate(18deg); background: var(--mint); opacity: .48; }

.value-strip {
  width: min(var(--max), calc(100% - 40px));
  margin: -54px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(39,31,32,.16);
  background: var(--white);
}
.value-strip article { min-height: 230px; padding: clamp(22px, 2.6vw, 34px); border-right: 1px solid var(--line); }
.value-strip article:last-child { border-right: 0; }
.value-strip span { display: block; margin-bottom: 30px; color: var(--purple); font-weight: 900; }
.value-strip h2 { margin-bottom: 12px; color: var(--deep-purple); font-size: clamp(1.18rem, 1.7vw, 1.52rem); line-height: 1.05; }
.value-strip p { margin: 0; color: var(--muted); line-height: 1.42; }

.about-section, .membership-section, .routes-section, .steps-section, .signup-section, .community-section, .faq-section { padding: clamp(72px, 9vw, 120px) clamp(20px, 6vw, 82px); }
.about-section { background: var(--white); }
.about-grid { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 7vw, 94px); align-items: start; }
.section-kicker { width: min(var(--max), 100%); margin-inline: auto; }
.about-grid h2 { margin: 0; color: var(--deep-purple); font-size: clamp(2.1rem, 4.6vw, 5rem); line-height: .94; letter-spacing: -.035em; }
.about-grid p { color: var(--muted); font-size: clamp(1.02rem, 1.36vw, 1.2rem); line-height: 1.55; }
.about-grid p:last-child { margin-bottom: 0; }

.membership-section {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 10%, rgba(166,255,217,.22), transparent 26%),
    linear-gradient(135deg, var(--deep-purple) 0%, var(--purple) 58%, #ff0058 100%);
}
.membership-copy {
  width: min(var(--max), 100%);
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
}
.membership-copy .eyebrow { color: var(--mint); }
.membership-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.15rem, 4.7vw, 5.2rem);
  line-height: .92;
  letter-spacing: -.045em;
}
.membership-grid {
  width: min(var(--max), 100%);
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.membership-grid article {
  min-height: 210px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
}
.membership-grid h3 { margin-bottom: 12px; color: var(--mint); font-size: 1.28rem; }
.membership-grid p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.45; }
.membership-section .button { margin-left: max(calc((100vw - var(--max)) / 2), 0px); }

.routes-section {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(255,0,88,.94), rgba(97,38,255,.84)),
    url("assets/current/route-map.jpg") center/cover;
}
.routes-heading { width: min(var(--max), 100%); margin: 0 auto 42px; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 6vw, 82px); align-items: end; }
.routes-heading .eyebrow { color: var(--mint); grid-column: 1 / -1; margin-bottom: -12px; }
.routes-heading h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 5.6rem); line-height: .9; letter-spacing: -.04em; }
.routes-heading p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.88); font-size: clamp(1.02rem, 1.42vw, 1.22rem); line-height: 1.48; }
.route-cards { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.route-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 60px rgba(51,5,89,.18);
}
.route-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 44px; border-radius: 16px; color: var(--white); background: var(--purple); font-weight: 900; font-size: 1.3rem; }
.route-card h3 { margin-bottom: 12px; color: var(--deep-purple); font-size: clamp(1.25rem, 1.75vw, 1.65rem); line-height: 1.05; }
.route-card p { color: rgba(39,31,32,.72); line-height: 1.43; }
.partners-label { margin-top: auto; margin-bottom: 10px; color: var(--pink); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.partner-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.partner-chips span { display: inline-flex; min-height: 34px; align-items: center; padding: 0 10px; border-radius: 999px; background: var(--soft); color: var(--deep-purple); font-size: .78rem; font-weight: 900; }
.capital .route-icon { background: var(--purple); }
.mercado .route-icon { background: var(--pink); }
.digital .route-icon { background: var(--green); }
.talento .route-icon { background: var(--ink); }

.steps-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 96px); background: var(--green); color: var(--white); }
.steps-section .eyebrow { color: var(--deep-purple); }
.steps-copy h2 { max-width: 560px; margin: 0; font-size: clamp(2.2rem, 4.2vw, 4.7rem); line-height: .96; letter-spacing: -.035em; }
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-list article { padding: 24px; border-radius: var(--radius); background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); }
.steps-list span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 38px; border-radius: 999px; color: var(--green); background: var(--white); font-weight: 900; }
.steps-list h3 { margin-bottom: 12px; font-size: 1.25rem; line-height: 1.08; }
.steps-list p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.42; }

.signup-section { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr); align-items: center; gap: clamp(36px, 7vw, 90px); background: var(--soft); }
.signup-copy h2 { margin-bottom: 18px; color: var(--deep-purple); font-size: clamp(2.35rem, 4.8vw, 5.3rem); line-height: .9; letter-spacing: -.045em; }
.signup-copy p { max-width: 540px; color: var(--muted); font-size: clamp(1.02rem, 1.42vw, 1.2rem); line-height: 1.48; }
.signup-benefits { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--deep-purple); font-weight: 900; }
.signup-benefits li { display: grid; grid-template-columns: 22px 1fr; gap: 8px; }
.signup-benefits li::before { content: "✓"; color: var(--green); }
.lead-form { width: 100%; padding: clamp(24px, 3vw, 42px); border-radius: var(--radius); background: var(--white); box-shadow: 0 30px 76px rgba(39,31,32,.16); border: 1px solid rgba(51,5,89,.08); }
.form-header { display: flex; gap: 14px; align-items: center; margin-bottom: 28px; color: var(--deep-purple); }
.form-header span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--white); background: var(--purple); font-weight: 900; }
.form-header strong { display: block; font-size: 1.1rem; }
.form-header small { display: block; color: var(--muted); margin-top: 2px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.lead-form label { display: grid; gap: 8px; color: var(--deep-purple); font-weight: 900; }
.lead-form input, .lead-form select { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid rgba(51,5,89,.16); border-radius: 14px; color: var(--text); background: #faf9fc; outline: 0; }
.lead-form input:focus, .lead-form select:focus { border-color: rgba(97,38,255,.5); box-shadow: 0 0 0 4px rgba(97,38,255,.14); }
.lead-form button { width: 190px; margin-top: 30px; }
.form-note { margin: 16px 0 0; color: rgba(39,31,32,.62); font-size: .92rem; }
.form-note.is-success { color: var(--green); font-weight: 900; }

.community-section { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; color: var(--white); background: var(--pink); }
.community-section h2 { max-width: 680px; margin-bottom: 16px; font-size: clamp(2.25rem, 4.2vw, 4.4rem); line-height: .95; letter-spacing: -.04em; }
.community-section p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.88); font-size: 1.1rem; line-height: 1.45; }
.community-section .eyebrow { color: var(--mint); }
.social-row { display: flex; gap: 16px; }
.social-row a { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); background: var(--white); font-weight: 900; font-size: 1.35rem; }

.faq-section { background: var(--deep-purple); color: var(--white); }
.faq-heading { width: min(var(--max), 100%); margin: 0 auto 34px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: end; }
.faq-heading .eyebrow { color: var(--mint); }
.faq-heading h2 { margin: 0; font-size: clamp(2.2rem, 4.6vw, 5rem); line-height: .92; letter-spacing: -.04em; }
.faq-list { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-list article { padding: 24px; border-radius: 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); }
.faq-list h3 { margin-bottom: 10px; color: var(--mint); font-size: 1.18rem; line-height: 1.18; }
.faq-list p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.45; }

.site-footer { color: var(--white); background: var(--ink); }
.footer-pattern { height: 170px; background: linear-gradient(135deg, transparent 0 24%, var(--purple) 24% 36%, transparent 36% 100%), linear-gradient(45deg, var(--green) 0 42%, transparent 42% 100%), var(--purple); background-size: 260px 190px; }
.footer-content { width: min(var(--max), 100%); margin: 0 auto; padding: 44px 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.footer-content img { width: 130px; }
.footer-content p { margin: 0; color: rgba(255,255,255,.76); }
.footer-content a { font-weight: 900; }

@media (max-width: 1040px) {
  .hero-grid, .about-grid, .membership-copy, .routes-heading, .steps-section, .signup-section, .faq-heading { grid-template-columns: 1fr; }
  .hero-visual { min-height: 380px; }
  .hero-car { width: min(610px, 86vw); }
  .value-strip, .membership-grid, .route-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-list { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { padding-top: 58px; }
  section { scroll-margin-top: 58px; }
  .site-header { min-height: 58px; grid-template-columns: auto auto; padding-inline: 14px; }
  .brand img { width: 104px; }
  .nav-links { display: none; }
  .header-cta { min-height: 36px; padding-inline: 12px; font-size: .72rem; }
  .hero { min-height: auto; padding: 58px 20px 72px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 260px; }
  .hero-card { position: relative; right: auto; bottom: auto; margin-top: -24px; width: 100%; }
  .route-line { display: none; }
  .value-strip { width: calc(100% - 28px); margin-top: -34px; grid-template-columns: 1fr; }
  .value-strip article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-section, .membership-section, .routes-section, .steps-section, .signup-section, .community-section, .faq-section { padding: 58px 20px; }
  .membership-grid, .route-cards, .form-grid, .faq-list, .community-section, .footer-content { grid-template-columns: 1fr; }
  .membership-grid article { min-height: 0; }
  .membership-section .button { margin-left: 0; width: 100%; }
  .routes-heading .eyebrow { margin-bottom: 0; }
  .route-card { min-height: 0; }
  .route-icon { margin-bottom: 28px; }
  .lead-form button { width: 100%; }
  .social-row { justify-content: flex-start; }
  .footer-pattern { height: 112px; }
}

/* V2.1 — restored lateral route experience */
.routes-horizontal {
  position: relative;
  height: 520svh;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 22%, rgba(166,255,217,.24), transparent 26%),
    linear-gradient(120deg, #ff0058 0%, #6126ff 48%, #330559 100%);
}
.routes-sticky {
  position: sticky;
  top: 68px;
  height: calc(100svh - 68px);
  overflow: hidden;
}
.routes-track {
  --routes-x: 0px;
  height: 100%;
  width: 500vw;
  display: flex;
  transform: translate3d(var(--routes-x), 0, 0);
  will-change: transform;
}
.route-panel {
  position: relative;
  flex: 0 0 100vw;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  padding: clamp(54px, 6vw, 86px) clamp(20px, 6vw, 82px);
}
.route-panel::before {
  content: "";
  position: absolute;
  inset: 14% -12% auto;
  height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  box-shadow:
    0 92px 0 rgba(166,255,217,.42),
    0 184px 0 rgba(255,242,28,.38),
    0 276px 0 rgba(255,255,255,.26);
  transform: rotate(-11deg);
}
.route-panel-intro {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}
.route-panel-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.route-panel-copy .eyebrow { color: var(--mint); }
.route-panel-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 6vw, 6.4rem);
  line-height: .88;
  letter-spacing: -.055em;
}
.route-panel-copy p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.04rem, 1.5vw, 1.24rem);
  line-height: 1.48;
}
.route-panel-visual {
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: grid;
  place-items: center;
}
.route-panel-visual img {
  width: min(680px, 54vw);
  max-width: none;
  filter: drop-shadow(0 36px 58px rgba(0,0,0,.32));
  transform: rotate(-3deg);
}
.scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--deep-purple);
  background: var(--mint);
  border-radius: 999px;
  padding: 11px 16px;
  font-size: .85rem;
  font-weight: 900;
}
.scroll-hint span {
  width: 32px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
  position: relative;
}
.scroll-hint span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  top: 4px;
  left: 5px;
  animation: lateral-dot 1.6s ease-in-out infinite;
}
@keyframes lateral-dot {
  0%, 100% { transform: translateX(0); opacity: .55; }
  55% { transform: translateX(14px); opacity: 1; }
}
.route-panel-card {
  display: grid;
  align-content: center;
  justify-items: start;
  padding-left: clamp(30px, 11vw, 150px);
  padding-right: clamp(30px, 11vw, 150px);
}
.route-panel-card::after {
  content: "";
  position: absolute;
  right: clamp(34px, 8vw, 140px);
  top: 50%;
  width: min(420px, 34vw);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
}
.route-panel-card .route-number {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  color: var(--mint);
  font-size: clamp(4rem, 13vw, 12rem);
  font-weight: 900;
  line-height: .74;
  letter-spacing: -.08em;
  opacity: .9;
}
.route-panel-card .route-icon {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  background: var(--white);
  color: var(--deep-purple);
}
.route-panel-card h3 {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(2.6rem, 6vw, 6.1rem);
  line-height: .88;
  letter-spacing: -.055em;
}
.route-panel-card p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.44;
}
.route-panel-card .partners-label,
.route-panel-card .partner-chips {
  position: relative;
  z-index: 2;
}
.route-panel-card .partners-label { color: var(--mint); margin-top: 26px; }
.route-panel-card .partner-chips span { color: var(--deep-purple); background: var(--white); }
.route-panel-card.mercado { background: rgba(255,0,88,.18); }
.route-panel-card.digital { background: rgba(0,200,120,.14); }
.route-panel-card.talento { background: rgba(39,31,32,.22); }

@media (max-width: 1040px) {
  .route-panel-intro { grid-template-columns: 1fr; }
  .route-panel-visual { min-height: 250px; }
  .route-panel-visual img { width: min(560px, 88vw); }
  .route-panel-card::after { opacity: .35; width: 55vw; }
}

@media (max-width: 760px) {
  .routes-horizontal { height: auto; }
  .routes-sticky { position: relative; top: auto; height: auto; overflow: visible; }
  .routes-track { width: auto; display: grid; transform: none !important; }
  .route-panel { min-height: auto; padding: 58px 20px; }
  .route-panel::before { opacity: .22; }
  .scroll-hint { display: none; }
  .route-panel-card { padding-left: 20px; padding-right: 20px; }
  .route-panel-card::after { display: none; }
  .route-panel-card .route-number { font-size: clamp(4rem, 24vw, 7rem); }
  .route-panel-card h3 { font-size: clamp(2.25rem, 13vw, 4rem); }
}
