/* HORIZONTE – additive page styles only. Existing site styles remain untouched. */
.horizonte-page { background: #f7f5f0; }
.horizonte-page .site-header { color: var(--white); }
.horizonte-page .primary-navigation a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.horizonte-hero {
  position: relative;
  /* Desktop: keep the 16:9 hero composition so Paramotor, Escalade and trailer stay visible together. */
  min-height: min(900px, 92svh);
  aspect-ratio: 1672 / 941;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.horizonte-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.horizonte-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 31, 0.82) 0%, rgba(3, 18, 31, 0.58) 38%, rgba(3, 18, 31, 0.18) 72%, rgba(3, 18, 31, 0.22) 100%),
    linear-gradient(0deg, rgba(3, 18, 31, 0.54) 0%, transparent 48%);
}
.horizonte-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 9.5rem;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}
.horizonte-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(4rem, 11vw, 9rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.83;
}
.horizonte-claim {
  margin: 1.6rem 0 2.2rem;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  font-style: italic;
}
.horizonte-intro {
  max-width: 700px;
  margin-bottom: 1.75rem;
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  line-height: 1.7;
}
.horizonte-mantra {
  max-width: 660px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  font-weight: 650;
}
.visual-credit {
  padding-block: 0.8rem;
  color: #697581;
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: right;
}

.route-intro-grid,
.rebell-grid,
.closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.route-copy h2,
.rebell-copy h2 {
  margin-bottom: 0.7rem;
}
.section-lead {
  max-width: 720px;
  margin: 0 0 2rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-style: italic;
  line-height: 1.35;
}
.route-copy p:not(.eyebrow):not(.section-lead),
.rebell-copy > p:not(.eyebrow):not(.section-lead):not(.rebell-status) {
  max-width: 760px;
  color: #3f4f5c;
  font-size: 1rem;
  line-height: 1.78;
}
.route-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.summary-card {
  min-height: 6.2rem;
  padding: 1.1rem 1rem;
  background: #fff;
  border: 1px solid rgba(11, 32, 53, 0.1);
  border-radius: 1rem;
  box-shadow: 0 18px 55px rgba(7, 29, 49, 0.08);
}
.summary-card span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.summary-card strong {
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.35;
}
.route-map-card {
  margin: clamp(2.25rem, 4vw, 3.2rem) 0 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 32, 53, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 30px 80px rgba(7, 29, 49, 0.08);
}
.route-map-card img {
  display: block;
  width: 100%;
  height: auto;
}
.route-map-card figcaption {
  padding: 1rem 1.2rem 1.15rem;
  color: #65737e;
  font-size: 0.74rem;
  line-height: 1.55;
}
.route-map-card figcaption strong { color: var(--navy); }
.route-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 2rem;
}
.info-card {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(11, 32, 53, 0.1);
  border-radius: 1rem;
}
.info-card h3 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: 1.35rem;
}
.stop-list,
.feature-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #42515d;
}
.stop-list li,
.feature-list li {
  margin-bottom: 0.72rem;
  line-height: 1.62;
}
.stop-list li:last-child,
.feature-list li:last-child { margin-bottom: 0; }

.rebell-section {
  color: #ecf2f5;
  background: var(--navy);
}
.rebell-section .eyebrow { color: var(--gold-light); }
.rebell-copy h2,
.rebell-maker { color: var(--white); }
.rebell-maker {
  margin: -0.1rem 0 1.65rem;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.rebell-section .section-lead { color: var(--gold-light); }
.rebell-copy > p:not(.eyebrow):not(.section-lead):not(.rebell-status):not(.rebell-maker) { color: rgba(255,255,255,0.73); }
.rebell-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 2.2rem 0;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.rebell-facts div { padding: 1.25rem; background: #0c2942; }
.rebell-facts dt { color: var(--gold-light); font-size: 1.25rem; font-weight: 650; }
.rebell-facts dd { margin: 0.3rem 0 0; color: rgba(255, 255, 255, 0.58); font-size: 0.72rem; line-height: 1.35; }
.rebell-status { display: flex; gap: 0.8rem; align-items: center; margin: 1.5rem 0 1rem; }
.rebell-status span { color: rgba(255,255,255,0.55); font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; }
.rebell-status strong { color: var(--gold-light); letter-spacing: 0.08em; }
.horizonte-button {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  margin-top: 0.8rem;
  padding: 0.75rem 1.05rem;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--gold-light);
  border-radius: 0.4rem;
  transition: transform 0.2s ease, background 0.2s ease;
}
.horizonte-button:hover { background: #ffe4a4; transform: translateY(-2px); }
.rebell-photo-card {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}
.rebell-photo-wrap {
  min-height: 360px;
  display: grid;
  place-items: center;
  background: #eef1f2;
}
.rebell-photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
}
.rebell-photo-card figcaption {
  padding: 1rem 1.15rem 1.2rem;
  color: #57636d;
  font-size: 0.68rem;
  line-height: 1.6;
}
.rebell-photo-card figcaption strong { color: var(--navy); }
.rebell-photo-card figcaption a {
  color: #8a641f;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.horizonte-closing {
  padding-block: clamp(4rem, 8vw, 7rem);
  color: var(--navy);
  background: #ede7db;
}
.closing-grid { align-items: end; }
.closing-grid h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5rem);
}
.closing-grid > p {
  margin: 0 0 0.45rem;
  color: #4d5c67;
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 1080px) {
  .route-cards { grid-template-columns: 1fr; }
}

@media (max-width: 940px) {
  .route-intro-grid,
  .rebell-grid,
  .closing-grid {
    grid-template-columns: 1fr;
  }
  .route-summary { grid-template-columns: 1fr 1fr; }
  .horizonte-hero { min-height: 820px; aspect-ratio: auto; }
  .horizonte-hero-image { object-position: 60% 50%; }
  .horizonte-hero-shade {
    background: linear-gradient(180deg, rgba(3,18,31,0.16) 0%, rgba(3,18,31,0.34) 32%, rgba(3,18,31,0.88) 76%, rgba(3,18,31,0.96) 100%);
  }
  .horizonte-hero-content { padding-top: 8rem; padding-bottom: 3.7rem; }
  .visual-credit { text-align: left; }
  .rebell-photo-card { order: -1; }
}

@media (max-width: 620px) {
  .horizonte-hero { min-height: 760px; }
  .horizonte-hero h1 { font-size: clamp(3.5rem, 18vw, 5.4rem); }
  .horizonte-claim { margin-top: 1rem; }
  .horizonte-intro { font-size: 0.95rem; line-height: 1.62; }
  .route-summary,
  .rebell-facts { grid-template-columns: 1fr; }
  .info-card { padding: 1.2rem; }
  .rebell-photo-wrap { min-height: 220px; }
}
