:root {
  --rh-ink: #101820;
  --rh-navy: #26343c;
  --rh-navy-soft: #374850;
  --rh-paper: #f7f3ec;
  --rh-white: #fff;
  --rh-gold: #d0aa7b;
  --rh-gold-dark: #92683e;
  --rh-line: rgba(16, 24, 32, .14);
  --rh-muted: #59636d;
  --rh-radius: 22px;
  --rh-shadow: 0 24px 60px rgba(7, 17, 26, .14);
}

html { overflow-x: hidden; scroll-behavior: smooth; }

body.reedereien-hub {
  margin: 0;
  color: var(--rh-ink);
  background: var(--rh-paper);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.reedereien-hub *, .reedereien-hub *::before, .reedereien-hub *::after { box-sizing: border-box; }
.reedereien-hub img { display: block; max-width: 100%; }
.reedereien-hub a { text-underline-offset: 3px; }

.reedereien-hub .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  background: linear-gradient(180deg, rgba(10, 17, 20, .7), rgba(10, 17, 20, 0));
}

.reedereien-hub .site-header .nav { min-height: 90px; }
.reedereien-hub .nav-links a { color: #fff; }

.rh-hero {
  position: relative;
  min-height: min(780px, 88vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--rh-navy);
}

.rh-hero__media,
.rh-hero__media img,
.rh-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.rh-hero__media img { object-fit: cover; object-position: center 58%; }
.rh-hero__shade {
  background:
    linear-gradient(90deg, rgba(15, 20, 21, .72) 0%, rgba(15, 20, 21, .38) 46%, rgba(15, 20, 21, .06) 82%),
    linear-gradient(0deg, rgba(15, 20, 21, .6) 0%, rgba(15, 20, 21, .02) 60%);
}

.rh-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.rh-wrap--narrow { width: min(860px, calc(100% - 48px)); margin-inline: auto; }

.rh-hero__content {
  position: relative;
  z-index: 2;
  padding: 150px 0 86px;
  max-width: 850px;
}

.rh-breadcrumb { margin-bottom: 36px; }
.rh-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.rh-breadcrumb li { color: rgba(255,255,255,.72); font-size: .82rem; }
.rh-breadcrumb li + li::before { content: "›"; margin-right: 8px; color: var(--rh-gold); }
.rh-breadcrumb a { color: #fff; text-decoration: none; }

.rh-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--rh-gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rh-hero h1,
.rh-section h2,
.rh-cta h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.025em;
}

.rh-hero h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 7vw, 6.25rem); line-height: .98; }
.rh-hero__lead { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.65; }
.rh-hero .rh-eyebrow { color: #f1c894; text-shadow: 0 2px 18px rgba(0,0,0,.42); }

.rh-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.rh-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.rh-btn:hover { transform: translateY(-2px); }
.rh-btn--primary { color: var(--rh-navy); background: var(--rh-gold); }
.rh-btn--primary:hover { background: #d5af7e; }
.rh-btn--ghost { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.05); }
.rh-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.rh-btn--dark { color: #fff; background: var(--rh-navy); }
.rh-btn--dark:hover { background: var(--rh-navy-soft); }
.rh-btn--line { color: var(--rh-navy); border-color: rgba(11,27,42,.28); background: transparent; }

.rh-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.75);
  font-size: .84rem;
}
.rh-trust li::before { content: "✓"; margin-right: 7px; color: var(--rh-gold); font-weight: 800; }

.rh-category-bar { position: relative; z-index: 4; margin-top: -31px; }
.rh-category-bar__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--rh-shadow);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.rh-category-bar__inner::-webkit-scrollbar { display: none; }
.rh-category-bar a { padding: 22px 16px; color: var(--rh-ink); text-align: center; text-decoration: none; font-size: .88rem; font-weight: 700; }
.rh-category-bar a + a { border-left: 1px solid var(--rh-line); }
.rh-category-bar a:hover { color: var(--rh-gold-dark); background: #fbf8f2; }

.rh-finder-callout { padding: 74px 0 18px; }
.rh-finder-callout__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px;
  align-items: center;
  padding: 36px 42px;
  border: 1px solid rgba(146,104,62,.2);
  border-radius: var(--rh-radius);
  background: linear-gradient(120deg, #fff 0%, #f2e7d8 100%);
  box-shadow: 0 18px 45px rgba(75,55,34,.08);
}
.rh-finder-callout .rh-eyebrow { margin-bottom: 10px; }
.rh-finder-callout h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.9rem,3.4vw,3.1rem); font-weight: 500; line-height: 1.08; }
.rh-finder-callout p { max-width: 690px; margin: 12px 0 0; color: var(--rh-muted); line-height: 1.7; }
.rh-finder-callout .rh-btn { min-width: 228px; }

.rh-section { padding: 112px 0; }
.rh-section--white { background: #fff; }
.rh-section--navy { color: var(--rh-ink); background: #ebe3d7; }
.rh-section--compact { padding-block: 82px; }

.rh-section-head { max-width: 820px; margin: 0 auto 50px; text-align: center; }
.rh-section-head--left { margin-left: 0; text-align: left; }
.rh-section h2 { margin: 0; color: inherit; font-size: clamp(2.3rem, 4.7vw, 4.3rem); line-height: 1.08; }
.rh-section-head p { margin: 22px auto 0; color: var(--rh-muted); font-size: 1.08rem; line-height: 1.75; }
.rh-section--navy .rh-section-head p { color: var(--rh-muted); }

.rh-intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: start; }
.rh-prose p { margin: 0 0 19px; color: #38434d; font-size: 1.03rem; line-height: 1.82; }
.rh-prose strong { color: var(--rh-ink); }
.rh-finder-box { position: sticky; top: 24px; padding: 32px; border: 1px solid var(--rh-line); border-radius: var(--rh-radius); background: #fff; box-shadow: 0 18px 42px rgba(10,25,36,.09); }
.rh-finder-box h3 { margin: 0 0 20px; font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.rh-finder-box ol { margin: 0; padding: 0; list-style: none; counter-reset: finder; }
.rh-finder-box li { position: relative; min-height: 44px; padding: 0 0 19px 50px; color: #46515b; line-height: 1.55; counter-increment: finder; }
.rh-finder-box li::before { content: counter(finder); position: absolute; left: 0; top: -4px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--rh-navy); background: #ead8c2; font-weight: 800; }
.rh-finder-box li + li { padding-top: 3px; }
.rh-finder-box__actions { display: grid; gap: 15px; margin-top: 8px; }
.rh-finder-box__actions .rh-text-link { padding-inline: 5px; }

.rh-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.rh-brand-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--rh-line); border-radius: var(--rh-radius); background: #fff; box-shadow: 0 16px 42px rgba(9,23,34,.08); }
.rh-brand-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #d9d5ce; }
.rh-brand-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.rh-brand-card:hover .rh-brand-card__media img { transform: scale(1.035); }
.rh-brand-card__flag { position: absolute; left: 18px; bottom: 17px; padding: 8px 12px; border-radius: 999px; color: #fff; background: rgba(7,19,29,.82); backdrop-filter: blur(8px); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rh-brand-card__body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.rh-brand-card h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1.1; }
.rh-brand-card__summary { margin: 15px 0 0; color: #4c5862; line-height: 1.65; }
.rh-brand-card__fit { margin: 17px 0 0; color: var(--rh-ink); font-size: .88rem; line-height: 1.55; }
.rh-brand-card__fit strong { color: var(--rh-gold-dark); }
.rh-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }
.rh-tags li { padding: 7px 10px; border-radius: 999px; color: #5b5044; background: #f1e9de; font-size: .72rem; font-weight: 700; }
.reedereien-hub .rh-tags li::before { display: none !important; content: none !important; }
.rh-brand-card__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: auto; padding-top: 24px; }
.rh-brand-card__actions .rh-btn { min-height: 46px; padding: 11px 17px; font-size: .82rem; }
.rh-text-link { color: var(--rh-navy); font-size: .82rem; font-weight: 750; text-decoration-thickness: 1px; }
.rh-text-link:hover { color: var(--rh-gold-dark); }

/* Dynamische Angebote: serverseitig für SEO/AI, im Browser frisch nachgeladen. */
.rh-offers { color: var(--rh-ink); background: #fff; }
.rh-offers .ship-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.rh-offers .ship-section__head { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.rh-offers .ship-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--rh-gold-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.rh-offers .ship-section__head h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.3rem, 4.7vw, 4.3rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.rh-offers .ship-section__head p { max-width: 760px; margin: 20px auto 0; color: var(--rh-muted); font-size: 1.04rem; line-height: 1.72; }
.rh-offers .ship-offer-layout { display: block; }
.rh-offers .angebote-slot__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.rh-offers .angebote-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding: 0 24px 24px;
  border: 1px solid var(--rh-line);
  border-radius: var(--rh-radius);
  background: var(--rh-white);
  box-shadow: 0 16px 42px rgba(9,23,34,.08);
}
.rh-offers .angebote-card__image {
  width: calc(100% + 48px);
  max-width: none;
  height: auto;
  margin: 0 -24px 8px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e6e0d7;
}
.rh-offers .angebote-card__region { color: var(--rh-gold-dark); font-size: .7rem; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.rh-offers .angebote-card__route {
  display: -webkit-box;
  min-height: 3.9em;
  margin: 0;
  overflow: hidden;
  color: var(--rh-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.38rem;
  font-weight: 550;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.rh-offers .angebote-card__meta {
  display: -webkit-box;
  min-height: 5.8em;
  overflow: hidden;
  color: var(--rh-muted);
  font-size: .85rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.rh-offers .angebote-card__price { margin-top: auto; color: var(--rh-ink); font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; }
.rh-offers .angebote-card .btn,
.rh-offers .ship-actions .btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}
.rh-offers .angebote-card .btn { margin-top: 5px; color: var(--rh-navy); background: var(--rh-gold); }
.rh-offers .ship-offer-toolbar { display: flex; gap: 22px; align-items: center; justify-content: space-between; margin-top: 34px; padding: 22px 0; border-top: 1px solid var(--rh-line); border-bottom: 1px solid var(--rh-line); color: var(--rh-muted); font-size: .86rem; }
.rh-offers .ship-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.rh-offers .ship-actions .btn-gold { color: var(--rh-navy); background: var(--rh-gold); }
.rh-offers .ship-actions .btn-outline { color: var(--rh-navy); border-color: rgba(16,24,32,.28); background: transparent; }
.rh-offers .ship-offer-freshness,
.rh-offers .angebote-slot__disclaimer { margin: 15px 0 0; color: var(--rh-muted); font-size: .74rem; line-height: 1.55; }
.rh-offers .angebote-slot__disclaimer { margin-top: 5px; }
.rh-offers .angebote-slot__fallback { padding: 34px; border: 1px solid var(--rh-line); border-radius: var(--rh-radius); background: var(--rh-paper); }

.rh-lanes { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.rh-lane { padding: 26px 22px; border: 1px solid rgba(16,24,32,.11); border-radius: 18px; background: rgba(255,255,255,.54); }
.rh-lane__icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 24px; border-radius: 50%; color: var(--rh-navy); background: var(--rh-gold); font-weight: 800; }
.rh-lane h3 { margin: 0 0 11px; font-family: "Playfair Display", Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.rh-lane p { min-height: 92px; margin: 0; color: var(--rh-muted); font-size: .86rem; line-height: 1.65; }
.rh-lane a { display: inline-block; margin-top: 18px; color: var(--rh-navy); font-size: .8rem; font-weight: 750; }

.rh-match-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.rh-match { display: grid; grid-template-columns: minmax(135px,.6fr) 1.4fr auto; gap: 22px; align-items: center; padding: 25px 28px; border: 1px solid var(--rh-line); border-radius: 17px; background: #fff; }
.rh-match h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.rh-match p { margin: 0; color: var(--rh-muted); font-size: .86rem; line-height: 1.55; }
.rh-match a { color: var(--rh-gold-dark); font-size: .82rem; font-weight: 800; white-space: nowrap; }

.rh-advice-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.rh-advice { padding: 34px; border-top: 3px solid var(--rh-gold); background: #fff; }
.rh-advice span { color: var(--rh-gold-dark); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rh-advice h3 { margin: 13px 0 15px; font-family: "Playfair Display", Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.rh-advice p { margin: 0; color: #4c5862; line-height: 1.72; }

.rh-faq { display: grid; gap: 12px; }
.rh-faq details { border: 1px solid var(--rh-line); border-radius: 14px; background: #fff; }
.rh-faq summary { position: relative; padding: 22px 58px 22px 24px; cursor: pointer; list-style: none; font-weight: 750; line-height: 1.45; }
.rh-faq summary::-webkit-details-marker { display: none; }
.rh-faq summary::after { content: "+"; position: absolute; right: 22px; top: 17px; color: var(--rh-gold-dark); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.rh-faq details[open] summary::after { content: "–"; }
.rh-faq p { margin: 0; padding: 0 24px 24px; color: var(--rh-muted); line-height: 1.72; }

.rh-cta { position: relative; overflow: hidden; padding: 100px 0; color: #fff; background: var(--rh-navy); text-align: center; }
.rh-cta::before { content: ""; position: absolute; width: 480px; height: 480px; left: -180px; top: -250px; border: 1px solid rgba(196,154,104,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(196,154,104,.05), 0 0 0 140px rgba(196,154,104,.035); }
.rh-cta__inner { position: relative; z-index: 1; }
.rh-cta h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.05; }
.rh-cta p { max-width: 690px; margin: 22px auto 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.75; }
.rh-cta .rh-actions { justify-content: center; }
.rh-cta .rh-trust { justify-content: center; }

.reedereien-hub footer { background: #07131d; }

@media (max-width: 1040px) {
  .rh-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rh-offers .angebote-slot__cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rh-lanes { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .rh-match-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .reedereien-hub .site-header .nav { min-height: 76px; }
  .reedereien-hub .nav-links a:not(.nav-phone) { display: none; }
  .rh-wrap, .rh-wrap--narrow { width: min(100% - 30px, 1180px); }
  .rh-hero { min-height: 720px; }
  .rh-hero__content { padding: 126px 0 72px; }
  .rh-hero h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .rh-category-bar { margin-top: -20px; }
  .rh-category-bar__inner { grid-template-columns: repeat(6, minmax(122px, 1fr)); overflow-x: auto; }
  .rh-category-bar a { padding: 18px 13px; }
  .rh-section { padding: 82px 0; }
  .rh-section--compact { padding-block: 66px; }
  .rh-intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .rh-finder-callout__inner { grid-template-columns: 1fr; gap: 24px; }
  .rh-finder-box { position: static; }
  .rh-offers .ship-offer-toolbar { align-items: flex-start; flex-direction: column; }
  .rh-lanes { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rh-advice-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .rh-hero { min-height: 690px; }
  .rh-hero__media img { object-position: 62% 55%; }
  .rh-breadcrumb { margin-bottom: 27px; }
  .rh-hero__lead { font-size: 1rem; line-height: 1.58; }
  .rh-actions { flex-direction: column; align-items: stretch; }
  .rh-btn { width: 100%; }
  .rh-trust { display: grid; gap: 8px; }
  .rh-section-head { margin-bottom: 34px; }
  .rh-section h2 { font-size: clamp(2.15rem, 11vw, 3.25rem); }
  .rh-card-grid, .rh-lanes, .rh-offers .angebote-slot__cards { grid-template-columns: 1fr; }
  .rh-brand-card__media { aspect-ratio: 16 / 11; }
  .rh-brand-card__body { padding: 22px; }
  .rh-brand-card h3 { font-size: 1.75rem; }
  .rh-brand-card__actions { align-items: stretch; }
  .rh-brand-card__actions .rh-text-link { padding: 8px 4px; text-align: center; }
  .rh-lane p { min-height: 0; }
  .rh-match { grid-template-columns: 1fr; gap: 10px; }
  .rh-match a { margin-top: 4px; }
  .rh-finder-box, .rh-advice { padding: 25px; }
  .rh-finder-callout { padding-top: 54px; }
  .rh-finder-callout__inner { padding: 28px 24px; }
  .rh-offers .ship-container { width: min(100% - 30px, 1180px); }
  .rh-offers .ship-actions { width: 100%; flex-direction: column; }
  .rh-offers .ship-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rh-btn, .rh-brand-card__media img { transition: none; }
}
