/* Expeditionskreuzfahrten Hub — Titan CI, 2026-08-13 */
:root {
  --exp-ink: #10191d;
  --exp-deep: #18313a;
  --exp-ocean: #285966;
  --exp-ice: #dfecef;
  --exp-mist: #edf3f2;
  --exp-paper: #f5f3ef;
  --exp-white: #fff;
  --exp-gold: #c9a84c;
  --exp-gold-soft: #e5d29c;
  --exp-text: #243238;
  --exp-muted: #607077;
  --exp-radius: 4px;
  --exp-shadow: 0 22px 60px rgba(10, 30, 38, .13);
}

.expedition-titan {
  background: var(--exp-paper);
  color: var(--exp-text);
}

.expedition-titan h1,
.expedition-titan h2,
.expedition-titan h3,
.expedition-titan p,
.expedition-titan li {
  text-wrap: pretty;
}

.expedition-titan .ship-section__head > p { max-width: 72ch; }
.expedition-titan .ship-kicker { color: var(--exp-gold); }
.expedition-titan .ship-section { padding-top: clamp(4rem, 6vw, 5rem); padding-bottom: clamp(4rem, 6vw, 5rem); }

.expedition-hero {
  min-height: min(850px, 88vh);
  background: var(--exp-ink);
  isolation: isolate;
}

.expedition-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.expedition-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  filter: saturate(.82) contrast(1.04);
}

.expedition-hero .ship-hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 17, 22, .96) 0%, rgba(10, 27, 34, .82) 37%, rgba(10, 24, 31, .26) 70%, rgba(10, 20, 25, .12) 100%),
    linear-gradient(0deg, rgba(7, 17, 22, .78) 0%, transparent 45%);
}

.expedition-hero .ship-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  padding-top: clamp(8rem, 16vh, 11.5rem);
  padding-bottom: clamp(4rem, 9vh, 7rem);
}

.expedition-hero h1 {
  max-width: 920px;
  font-size: clamp(2.8rem, 6.1vw, 6rem);
  line-height: .98;
  letter-spacing: -.045em;
  color: #fff;
  margin: 1rem 0 1.35rem;
}

.expedition-hero__lead {
  max-width: 680px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  line-height: 1.55;
}

.expedition-hero .ship-actions { margin-top: 0; }
.expedition-hero .btn { min-width: 220px; }

.expedition-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.5rem;
  max-width: 820px;
  margin-top: 2.3rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .72);
  font-size: .79rem;
  letter-spacing: .04em;
}

.expedition-proof span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 .55rem .12rem 0;
  border-radius: 50%;
  background: var(--exp-gold);
}

.expedition-titan .ship-jumpnav {
  background: rgba(16, 25, 29, .98);
  border-color: rgba(255, 255, 255, .09);
}

.expedition-titan .ship-jumpnav a { color: rgba(255, 255, 255, .78); }
.expedition-titan .ship-jumpnav a:hover { color: #fff; }

.titan-intro { position: relative; overflow: hidden; }
.titan-intro::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -240px;
  border: 1px solid rgba(40, 89, 102, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(40, 89, 102, .025), 0 0 0 140px rgba(40, 89, 102, .018);
  pointer-events: none;
}

.titan-answer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(150px, .35fr) minmax(0, 1.65fr);
  gap: 2rem;
  align-items: start;
  margin: 0 0 clamp(4rem, 7vw, 6.5rem);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 4px solid var(--exp-gold);
  background: var(--exp-mist);
}

.titan-answer span {
  color: var(--exp-ocean);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.titan-answer p {
  max-width: 76ch;
  margin: 0;
  color: var(--exp-deep);
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}

.expedition-decision-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  background: #cad5d7;
  border: 1px solid #cad5d7;
}

.expedition-decision-grid article {
  position: relative;
  min-height: 310px;
  padding: 1.7rem 1.4rem;
  background: #fff;
  transition: background .25s ease, transform .25s ease;
}

.expedition-decision-grid article:hover {
  z-index: 1;
  background: var(--exp-mist);
  transform: translateY(-5px);
}

.expedition-decision-grid b {
  display: block;
  margin-bottom: 3.4rem;
  color: rgba(40, 89, 102, .28);
  font-family: var(--font-display, Georgia, serif);
  font-size: 2.3rem;
  font-weight: 400;
}

.expedition-decision-grid span,
.expedition-fleet-card__top span,
.expedition-cost-grid span {
  display: block;
  margin-bottom: .45rem;
  color: var(--exp-ocean);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.expedition-decision-grid h3 {
  margin: 0 0 .8rem;
  color: var(--exp-ink);
  font-size: 1.18rem;
  line-height: 1.25;
}

.expedition-decision-grid p {
  margin: 0;
  color: var(--exp-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.expedition-route-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.15rem;
  margin-top: 2.7rem;
}

.expedition-route-card {
  position: relative;
  grid-column: span 5;
  height: clamp(330px, 31vw, 390px);
  overflow: hidden;
  background: var(--exp-deep);
  color: #fff;
  text-decoration: none;
}

.expedition-route-card--wide { grid-column: span 7; }

.expedition-route-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.expedition-route-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 18, 25, .91), rgba(8, 25, 31, .05) 68%);
}

.expedition-route-card__copy {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2.3rem);
}

.expedition-route-card em {
  color: var(--exp-gold-soft);
  font-size: .69rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.expedition-route-card strong {
  margin: .3rem 0 .5rem;
  color: #fff;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 400;
  line-height: 1;
}

.expedition-route-card small {
  max-width: 55ch;
  color: rgba(255,255,255,.78);
  font-size: .88rem;
  line-height: 1.55;
}

.expedition-route-card:hover img { transform: scale(1.045); filter: saturate(1.08); }

.expedition-offers {
  background: #fff;
  border-top: 1px solid #dce3e3;
  border-bottom: 1px solid #dce3e3;
  padding-top: 0;
  padding-bottom: 0;
}

.expedition-offers .angebote-slot__live { padding-top: 4rem; padding-bottom: 4rem; }
.expedition-offers .ship-offer-layout { grid-template-columns: minmax(230px, 280px) minmax(0, 1fr); align-items: stretch; }
.expedition-offers .angebote-slot__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.expedition-offers .angebote-card { min-width: 0; min-height: 290px; padding: 1.35rem; }
.expedition-offers .angebote-card__route { font-size: 1.02rem; line-height: 1.35; }
.expedition-offers .angebote-card__meta { font-size: .82rem; line-height: 1.5; }
.expedition-offers .ship-offer-visual { min-height: 100%; }
.expedition-offers .ship-offer-toolbar { margin-top: 1rem; }
.expedition-offers .ship-offer-visual img { object-fit: cover; }
.expedition-offers .angebote-card { border-top-color: var(--exp-ocean); }
.expedition-offers .angebote-card__region { color: var(--exp-ocean); }
.expedition-offers .angebote-card__price { color: var(--exp-deep); }

.expedition-definition .ship-section__head p,
.expedition-advisor p,
.expedition-sources p { color: rgba(255,255,255,.7); }

.expedition-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.25rem;
  margin: 2.7rem 0 1.35rem;
}

.expedition-compare article {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.04);
}

.expedition-compare article:first-child {
  border-color: rgba(201,168,76,.48);
  background: linear-gradient(145deg, rgba(201,168,76,.12), rgba(255,255,255,.035));
}

.expedition-compare span {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--exp-gold-soft);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.expedition-compare h3 { color: #fff; font-size: clamp(1.5rem,2.4vw,2.25rem); }
.expedition-compare ul { padding-left: 1.15rem; margin: 1.3rem 0 0; }
.expedition-compare li { margin: .6rem 0; color: rgba(255,255,255,.76); line-height: 1.55; }

.expedition-rule {
  display: grid;
  grid-template-columns: .55fr 1.45fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1.5rem;
  border-left: 3px solid var(--exp-gold);
  background: rgba(255,255,255,.07);
}

.expedition-rule strong { color: #fff; }
.expedition-rule p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.65; }
.expedition-rule a { color: var(--exp-gold-soft); font-size: .82rem; font-weight: 700; white-space: nowrap; }

.expedition-fleet-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1.2rem;
  margin-top: 2.7rem;
}

.expedition-fleet-grid article {
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: clamp(1.6rem,3vw,2.35rem);
  border: 1px solid #d7dfdf;
  background: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: box-shadow .25s ease, transform .25s ease;
}

.expedition-fleet-grid article:hover { transform: translateY(-4px); box-shadow: var(--exp-shadow); }
.expedition-fleet-card__top strong { display: block; color: var(--exp-ink); font-family: var(--font-display,Georgia,serif); font-size: clamp(1.5rem,2.4vw,2.15rem); font-weight: 400; line-height: 1.15; }
.expedition-fleet-grid p { color: var(--exp-muted); line-height: 1.7; }
.expedition-fleet-grid ul { margin: .3rem 0 1.5rem; padding-left: 1.1rem; color: var(--exp-text); }
.expedition-fleet-grid li { margin: .35rem 0; }
.expedition-fleet-grid a { margin-top: auto; color: var(--exp-ocean); font-weight: 700; text-decoration: none; }

.expedition-ice-scale {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  margin-top: 1.2rem;
  background: #cad6d8;
  border: 1px solid #cad6d8;
}

.expedition-ice-scale div { padding: 1.4rem; background: var(--exp-mist); }
.expedition-ice-scale span { display: block; color: var(--exp-ocean); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.expedition-ice-scale p { margin: .55rem 0 0; color: var(--exp-muted); font-size: .86rem; line-height: 1.6; }

.expedition-fit-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.expedition-fit-grid > div { padding: clamp(1.6rem,3vw,2.5rem); background: #fff; border-top: 4px solid var(--exp-ocean); }
.expedition-fit-grid > div:last-child { border-top-color: #9a6553; }
.expedition-fit-grid h3 { color: var(--exp-ink); font-size: 1.55rem; }
.expedition-fit-grid ul { list-style: none; margin: 1.2rem 0 0; padding: 0; }
.expedition-fit-grid li { position: relative; margin: .8rem 0; padding-left: 1.45rem; line-height: 1.55; }
.expedition-fit-grid li::before { content: "+"; position: absolute; left: 0; color: var(--exp-ocean); font-weight: 800; }
.expedition-fit-grid > div:last-child li::before { content: "–"; color: #9a6553; }

.expedition-cost-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.expedition-cost-grid article { padding: 1.5rem; background: var(--exp-mist); }
.expedition-cost-grid h3 { color: var(--exp-ink); font-size: 1.22rem; line-height: 1.3; }
.expedition-cost-grid p { color: var(--exp-muted); font-size: .89rem; line-height: 1.65; }
.expedition-cost-note { max-width: 78ch; margin: 1.5rem 0 0; padding-left: 1.2rem; border-left: 3px solid var(--exp-gold); color: var(--exp-muted); line-height: 1.7; }

.expedition-advisor__grid {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: clamp(2.5rem,5vw,5rem);
  align-items: center;
}

.expedition-advisor__portrait {
  position: relative;
  width: 270px;
  max-width: 100%;
  padding: 9px;
  border: 1px solid rgba(201,168,76,.62);
  box-sizing: border-box;
}
.expedition-advisor__portrait img { display: block; width: 250px; max-width: 100%; height: 320px; object-fit: cover; object-position: center 20%; filter: saturate(.85); }
.expedition-advisor h2 { color: #fff; max-width: 750px; }
.expedition-advisor blockquote { max-width: 780px; margin: 1.25rem 0; color: #fff; font-family: var(--font-display,Georgia,serif); font-size: clamp(1.2rem,2vw,1.72rem); line-height: 1.5; }

.expedition-titan .ship-faq details { border-color: #cfdadb; }
.expedition-titan .ship-faq summary { color: var(--exp-ink); }
.expedition-titan .ship-faq__answer { color: var(--exp-muted); line-height: 1.75; }

.expedition-cluster .ship-related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.expedition-cluster .ship-related-grid a { min-height: 190px; }
.expedition-sources .ship-sources-layout { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.expedition-sources .ship-sources { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 1.5rem; }
.expedition-sources .ship-sources > div { display: block; min-width: 0; padding: 1rem 0; }
.expedition-sources .ship-sources span { display: block; margin-bottom: .35rem; }

.expedition-final-cta {
  background:
    linear-gradient(90deg, rgba(10,26,33,.96), rgba(10,26,33,.72)),
    url('/assets/images/expeditionen/arktis-groenland.jpg') center 52% / cover no-repeat;
}

.expedition-final-cta p { max-width: 68ch; }
.expedition-final-cta .btn.btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,.72);
  background: rgba(7,20,26,.16);
}
.expedition-final-cta .btn.btn-outline:hover {
  color: var(--exp-ink);
  border-color: #fff;
  background: #fff;
}

@media (max-width: 1100px) {
  .expedition-decision-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .expedition-decision-grid article { min-height: 280px; }
  .expedition-cost-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .expedition-offers .ship-offer-layout { grid-template-columns: 230px minmax(0, 1fr); }
  .expedition-offers .angebote-slot__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expedition-rule { grid-template-columns: 1fr 2fr; }
  .expedition-rule a { grid-column: 2; }
}

@media (max-width: 820px) {
  .expedition-hero { min-height: 760px; }
  .expedition-hero__media img { object-position: 56% 46%; }
  .expedition-hero .ship-hero__shade { background: linear-gradient(0deg, rgba(7,17,22,.98) 5%, rgba(7,20,26,.72) 65%, rgba(7,20,26,.2)); }
  .expedition-hero .ship-hero__content { padding-top: 9rem; }
  .titan-answer { grid-template-columns: 1fr; gap: .7rem; }
  .expedition-decision-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .expedition-route-card,
  .expedition-route-card--wide { grid-column: span 6; min-height: 320px; }
  .expedition-fleet-grid,
  .expedition-fit-grid,
  .expedition-compare,
  .expedition-advisor__grid { grid-template-columns: 1fr; }
  .expedition-advisor__portrait { width: 230px; }
  .expedition-advisor__portrait img { width: 210px; height: 270px; }
  .expedition-offers .ship-offer-layout { grid-template-columns: 1fr; }
  .expedition-offers .ship-offer-visual { display: none; }
  .expedition-sources .ship-sources-layout { grid-template-columns: 1fr; }
  .expedition-cluster .ship-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 600px) {
  .expedition-hero { min-height: 720px; }
  .expedition-hero h1 { font-size: clamp(2.55rem,13vw,3.75rem); }
  .expedition-hero .ship-actions { display: grid; }
  .expedition-hero .btn { width: 100%; min-width: 0; }
  .expedition-proof { display: grid; grid-template-columns: 1fr; }
  .expedition-decision-grid { grid-template-columns: 1fr; }
  .expedition-decision-grid article { min-height: 0; }
  .expedition-decision-grid b { margin-bottom: 1.8rem; }
  .expedition-route-card,
  .expedition-route-card--wide { grid-column: 1 / -1; min-height: 310px; }
  .expedition-cost-grid,
  .expedition-ice-scale,
  .expedition-cluster .ship-related-grid,
  .expedition-sources .ship-sources { grid-template-columns: 1fr; }
  .expedition-rule { grid-template-columns: 1fr; }
  .expedition-rule a { grid-column: auto; white-space: normal; }
  .expedition-advisor__portrait { width: 200px; }
  .expedition-advisor__portrait img { width: 180px; height: 230px; }
  .expedition-offers .angebote-slot__cards { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .expedition-route-card img,
  .expedition-decision-grid article,
  .expedition-fleet-grid article { transition: none; }
}
