/* Rundreisen hub — Signature Journey design layer */

.signature-hub .hub-hero {
  min-height: clamp(670px, 88vh, 930px);
}

.signature-hub .hub-hero .page-hero__overlay {
  background:
    linear-gradient(90deg, rgba(14, 15, 15, 0.94) 0%, rgba(14, 15, 15, 0.72) 46%, rgba(14, 15, 15, 0.18) 79%),
    linear-gradient(0deg, rgba(14, 15, 15, 0.64) 0%, transparent 55%);
}

.signature-hub .hub-hero h1 {
  max-width: 17ch;
  font-size: clamp(44px, 6vw, 76px);
}

.signature-hub .hub-hero .journey-hero-facts span {
  min-width: 195px;
}

.signature-hub .hub-hero .journey-hero-facts strong {
  font-size: 21px;
}

.hub-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
}

.hub-intro__grid h2 {
  max-width: 16ch;
  font-size: clamp(36px, 5vw, 58px);
}

.hub-intro__copy {
  padding-top: 30px;
  color: var(--journey-muted);
  font-size: 18px;
}

.hub-intro__copy p + p {
  margin-top: 18px;
}

.hub-promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 70px;
  border: 1px solid var(--journey-line);
  background: var(--journey-line);
}

.hub-promise-grid > div {
  min-height: 128px;
  padding: 26px;
  background: var(--journey-white);
}

.hub-promise-grid dt,
.hub-journey-meta dt {
  margin-bottom: 8px;
  color: var(--journey-gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hub-promise-grid dd {
  margin: 0;
  color: var(--journey-ink);
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: 19px;
  line-height: 1.35;
}

.hub-collection .section-header {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.hub-collection .text-lead {
  margin-right: auto;
  margin-left: auto;
}

.hub-featured-journey {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  margin-top: 64px;
  overflow: hidden;
  background: var(--journey-ink);
  color: var(--journey-paper);
}

.hub-featured-journey__image,
.hub-journey-card__image {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #d8d1c4;
}

.hub-featured-journey__image img,
.hub-journey-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.hub-featured-journey__image:hover img,
.hub-journey-card__image:hover img {
  transform: scale(1.025);
}

.hub-featured-journey__image span,
.hub-journey-card__image span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 54px 24px 19px;
  background: linear-gradient(180deg, transparent, rgba(14, 15, 15, 0.8));
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hub-featured-journey__body {
  display: flex;
  flex-direction: column;
  min-height: 640px;
  padding: clamp(38px, 5.2vw, 68px);
}

.hub-featured-journey__body .eyebrow,
.hub-reisedesign .eyebrow {
  color: var(--journey-gold);
}

.hub-featured-journey__body h3 {
  color: var(--journey-paper);
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.08;
}

.hub-journey-lede {
  margin-top: 23px;
  color: rgba(245, 243, 239, 0.72);
  font-size: 17px;
}

.hub-journey-meta {
  display: grid;
  gap: 0;
  margin-top: 31px;
}

.hub-journey-meta > div {
  padding: 14px 0;
  border-top: 1px solid rgba(245, 243, 239, 0.14);
}

.hub-journey-meta dd {
  margin: 0;
  color: rgba(245, 243, 239, 0.83);
  font-size: 13px;
}

.hub-journey-footer {
  display: flex;
  gap: 22px;
  align-items: end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 34px;
}

.hub-journey-footer p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.hub-journey-footer p span,
.hub-journey-footer p small {
  color: rgba(245, 243, 239, 0.56);
  font-size: 10px;
}

.hub-journey-footer p strong {
  color: var(--journey-gold);
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: 29px;
  font-weight: 500;
}

.hub-journey-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.hub-journey-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #24231f;
  color: var(--journey-paper);
  border: 1px solid rgba(245, 243, 239, 0.08);
}

.hub-journey-card__image {
  min-height: 330px;
  aspect-ratio: 16 / 9;
}

.hub-journey-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(30px, 4vw, 44px);
}

.hub-journey-card__body .eyebrow {
  color: var(--journey-gold);
}

.hub-journey-card__body h3 {
  color: var(--journey-paper);
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: clamp(28px, 3vw, 37px);
  font-weight: 500;
  line-height: 1.12;
}

.hub-journey-card__body > p {
  margin-top: 18px;
  color: rgba(245, 243, 239, 0.7);
}

.hub-journey-meta--compact {
  margin-top: 24px;
}

.hub-journey-card .hub-journey-footer {
  display: grid;
  align-items: stretch;
}

.hub-journey-card .hub-journey-footer .btn {
  justify-self: start;
  color: var(--journey-paper);
  box-shadow: inset 0 0 0 1.5px rgba(245, 243, 239, 0.54);
}

.hub-journey-card .hub-journey-footer .btn:hover {
  background: var(--journey-paper);
  color: var(--journey-ink);
}

.hub-price-note {
  max-width: 92ch;
  margin: 28px auto 0;
  color: var(--journey-muted);
  font-size: 12px;
  text-align: center;
}

.hub-reisedesign {
  padding-top: 112px;
  padding-bottom: 112px;
}

.hub-reisedesign__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  gap: clamp(45px, 7vw, 92px);
  align-items: center;
}

.hub-reisedesign__image {
  position: relative;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
}

.hub-reisedesign__image::before {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
  border: 1px solid rgba(245, 243, 239, 0.3);
  content: "";
  pointer-events: none;
}

.hub-reisedesign__image img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.hub-reisedesign__image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 70px 48px 42px;
  background: linear-gradient(180deg, transparent, rgba(14, 15, 15, 0.86));
  color: rgba(245, 243, 239, 0.82);
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: 21px;
  font-style: italic;
}

.hub-reisedesign__body h2 {
  max-width: 15ch;
  color: var(--journey-paper);
  font-size: clamp(36px, 5vw, 55px);
}

.hub-reisedesign__body > p {
  margin-top: 23px;
  color: rgba(245, 243, 239, 0.7);
  font-size: 17px;
}

.hub-design-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.hub-design-list li {
  padding: 13px 0 13px 25px;
  border-top: 1px solid rgba(245, 243, 239, 0.14);
  color: rgba(245, 243, 239, 0.82);
  font-size: 14px;
}

.hub-design-list li::before {
  margin-left: -25px;
  margin-right: 13px;
  color: var(--journey-gold);
  content: "—";
}

.hub-design-note {
  font-size: 11px;
}

.hub-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 60px;
  padding: 0;
  background: var(--journey-line);
  border: 1px solid var(--journey-line);
  list-style: none;
}

.hub-process-grid li {
  min-height: 300px;
  padding: 40px 36px;
  background: var(--journey-white);
}

.hub-process-grid li > span,
.hub-values__items article > span {
  display: block;
  margin-bottom: 54px;
  color: var(--journey-gold-deep);
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: 26px;
}

.hub-process-grid h3,
.hub-values__items h3,
.hub-season-grid h3 {
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
}

.hub-process-grid p,
.hub-values__items p,
.hub-season-grid p {
  margin-top: 13px;
  color: var(--journey-muted);
  font-size: 14px;
}

.hub-values__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(46px, 8vw, 104px);
}

.hub-values__heading {
  position: sticky;
  top: 116px;
  align-self: start;
}

.hub-values__heading h2 {
  font-size: clamp(36px, 5vw, 54px);
}

.hub-values__heading p {
  margin-top: 22px;
  color: var(--journey-muted);
  font-size: 17px;
}

.hub-values__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--journey-line);
  border-left: 1px solid var(--journey-line);
}

.hub-values__items article {
  min-height: 270px;
  padding: 32px;
  border-right: 1px solid var(--journey-line);
  border-bottom: 1px solid var(--journey-line);
}

.hub-values__items article > span {
  margin-bottom: 46px;
  font-size: 21px;
}

.hub-seasons .section-header {
  max-width: 760px;
}

.hub-season-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 52px;
  background: var(--journey-line);
  border: 1px solid var(--journey-line);
}

.hub-season-grid article {
  min-height: 250px;
  padding: 34px 32px;
  background: var(--journey-white);
}

.hub-season-grid article > span {
  display: block;
  margin-bottom: 28px;
  color: var(--journey-gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signature-hub .faq-q {
  font-family: var(--display, "Playfair Display", Georgia, serif);
}

.hub-final-cta {
  position: relative;
  overflow: hidden;
}

.hub-final-cta::before {
  position: absolute;
  top: -260px;
  left: 50%;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.hub-final-cta .container {
  position: relative;
  z-index: 1;
}

.signature-hub footer {
  margin-top: 0;
}

@media (max-width: 980px) {
  .hub-promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub-featured-journey {
    grid-template-columns: 1fr;
  }

  .hub-featured-journey__image {
    min-height: 480px;
    aspect-ratio: 16 / 9;
  }

  .hub-featured-journey__body {
    min-height: 0;
  }

  .hub-reisedesign__grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 820px) {
  .hub-intro__grid,
  .hub-journey-grid,
  .hub-reisedesign__grid,
  .hub-values__grid {
    grid-template-columns: 1fr;
  }

  .hub-intro__copy {
    padding-top: 0;
  }

  .hub-reisedesign__image,
  .hub-reisedesign__image img {
    min-height: 440px;
  }

  .hub-values__heading {
    position: static;
  }

  .hub-process-grid,
  .hub-season-grid {
    grid-template-columns: 1fr;
  }

  .hub-process-grid li {
    min-height: 0;
  }

  .hub-process-grid li > span {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .signature-hub .hub-hero {
    min-height: 800px;
  }

  .signature-hub .hub-hero .journey-hero-facts span {
    min-width: 0;
  }

  .hub-promise-grid,
  .hub-values__items {
    grid-template-columns: 1fr;
  }

  .hub-featured-journey__image,
  .hub-journey-card__image {
    min-height: 280px;
  }

  .hub-featured-journey__body,
  .hub-journey-card__body {
    padding: 32px 24px;
  }

  .hub-journey-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hub-journey-footer .btn {
    width: 100%;
    text-align: center;
  }

  .hub-reisedesign {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .hub-reisedesign__image figcaption {
    padding: 60px 30px 30px;
  }
}

@media (max-width: 440px) {
  .signature-hub .hub-hero h1 {
    font-size: 42px;
  }

  .hub-intro__grid h2,
  .hub-reisedesign__body h2,
  .hub-values__heading h2 {
    font-size: 36px;
  }

  .hub-featured-journey__image,
  .hub-journey-card__image,
  .hub-reisedesign__image,
  .hub-reisedesign__image img {
    min-height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hub-featured-journey__image img,
  .hub-journey-card__image img {
    transition: none;
  }
}

/* ---------- Mobil-Feinschliff 2026-08-05 ----------
   Hero war 800px Vollbild-Block, Bildkacheln sprengten die Spalte
   (aspect-ratio + min-height im Grid -> 444px Breite in 342px Spalte),
   Desktop-Weissraum (96px Sektionen, 54px Ziffernabstand) unveraendert auf Mobil. */
@media (max-width: 768px) {
  .signature-hub .hub-hero {
    min-height: clamp(540px, 72vh, 640px);
    padding: 84px 0 38px;
  }

  .signature-hub .hub-hero .page-hero__overlay {
    background: linear-gradient(0deg, rgba(14, 15, 15, 0.93) 0%, rgba(14, 15, 15, 0.72) 52%, rgba(14, 15, 15, 0.38) 100%);
  }

  .signature-hub .hub-hero h1 {
    max-width: 20ch;
    font-size: clamp(32px, 8.6vw, 42px);
  }

  .signature-hub .hub-hero .page-hero__text {
    margin: 12px 0 2px;
    font-size: 15px;
    line-height: 1.55;
  }

  .signature-hub .journey-hero-facts {
    margin: 18px 0 22px;
  }

  .signature-hub .journey-hero-facts span {
    padding: 10px 12px 10px 0;
  }

  .signature-hub .journey-hero-facts strong {
    font-size: 17px;
  }

  .signature-hub .section,
  .signature-hub .hub-reisedesign {
    padding: 64px 0;
  }

  .signature-hub .hub-final-cta {
    padding: 60px 0;
  }

  .hub-featured-journey__image,
  .hub-journey-card__image {
    width: 100%;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .hub-featured-journey__image span,
  .hub-journey-card__image span {
    padding: 40px 20px 14px;
  }

  .hub-featured-journey__body,
  .hub-journey-card__body {
    padding: 28px 22px;
  }

  .hub-promise-grid {
    margin-top: 40px;
  }

  .hub-promise-grid > div {
    min-height: 0;
    padding: 20px 22px;
  }

  .hub-process-grid,
  .hub-season-grid {
    margin-top: 36px;
  }

  .hub-process-grid li,
  .hub-season-grid article,
  .hub-values__items article {
    min-height: 0;
    padding: 26px 22px;
  }

  .hub-process-grid li > span,
  .hub-values__items article > span {
    margin-bottom: 16px;
  }

  .hub-reisedesign__image,
  .hub-reisedesign__image img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .hub-reisedesign__image::before {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .hub-reisedesign__image figcaption {
    padding: 40px 20px 18px;
    font-size: 17px;
  }
}

@media (max-width: 440px) {
  .signature-hub .hub-hero h1 {
    font-size: 34px;
  }

  .hub-intro__grid h2,
  .hub-reisedesign__body h2,
  .hub-values__heading h2 {
    font-size: 30px;
  }

  .hub-featured-journey__image,
  .hub-journey-card__image,
  .hub-reisedesign__image,
  .hub-reisedesign__image img {
    min-height: 0;
  }

  .hub-featured-journey__body h3 {
    font-size: 28px;
  }

  .hub-journey-card__body h3 {
    font-size: 25px;
  }
}
