/* =====================================================
   schiffe.css – Reederei Böttcher
   Maritim-edles Blau-Farbschema
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/*
   Farbpalette:
   --deep:    #071e3d   Tiefstes Nachtblau (Hintergründe)
   --navy:    #0b2f6b   Hauptblau (dein bestehendes Navy)
   --mid:     #1a4f8a   Mittleres Blau (Akzente)
   --steel:   #4a7fad   Stahlblau (sekundäre Elemente)
   --ice:     #a8c8e8   Eisblau (Gold-Ersatz, Highlights)
   --frost:   #dce9f5   Sehr helles Blau (Hintergründe)
   --white:   #ffffff
   --text:    #0d1f3c   Dunkelblau statt Schwarz
   --muted:   #4a6080   Gedämpftes Blau statt Grau
*/

/* ─── Hero ─── */
.sp-hero {
  min-height: 52vh;
  background: #071e3d;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5rem 3rem 4rem;
  position: relative;
  overflow: hidden;
}
.sp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('img/Hamburg/HamburgReichstag.jpg') center / cover no-repeat;
  opacity: 0.22;
}
.sp-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a8c8e8, transparent);
}
.sp-hero__inner {
  position: relative;
  max-width: 860px;
  animation: sp-fadeUp 0.8s ease both;
}
.sp-hero__breadcrumb {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8c8e8;
  margin-bottom: 1.2rem;
}
.sp-hero__breadcrumb a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.sp-hero__breadcrumb a:hover { color: #a8c8e8; }

.sp-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 1rem;
}
.sp-hero__title em {
  font-style: italic;
  color: #c5ddf5;
}
.sp-hero__divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #a8c8e8, #4a7fad);
  margin: 1.5rem 0;
}
.sp-hero__sub {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.58);
  max-width: 560px;
  line-height: 1.75;
  font-weight: 300;
}

/* ─── Section Header ─── */
.sp-section-header {
  padding: 4rem 3rem 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #d0dcef;
  max-width: 1400px;
  margin: 0 auto;
}
.sp-section-header__label {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1a4f8a;
  margin-bottom: 0.5rem;
}
.sp-section-header__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #0d1f3c;
}
.sp-section-header__count {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #d0dcef;
  line-height: 1;
}

/* ─── Ships List ─── */
.sp-list {
  padding: 0 3rem 6rem;
  max-width: 1400px;
  margin: 0 auto;
  background: #f0f4fb;
}

/* ─── Ship Card ─── */
.sp-list .sp-card {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: unset !important;
  margin-top: 3.5rem !important;
  border: 1px solid #d0dcef !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  transition: box-shadow 0.45s ease, transform 0.45s ease !important;
  animation: sp-fadeUp 0.6s ease both;
  transform: none;
}
.sp-list .sp-card:hover {
  box-shadow: 0 16px 56px rgba(11,47,107,0.14) !important;
  transform: translateY(-3px) !important;
}
.sp-list .sp-card--reverse { direction: rtl; }
.sp-list .sp-card--reverse > * { direction: ltr; }

.sp-list .sp-card:nth-child(1) { animation-delay: 0.0s; }
.sp-list .sp-card:nth-child(2) { animation-delay: 0.1s; }
.sp-list .sp-card:nth-child(3) { animation-delay: 0.2s; }
.sp-list .sp-card:nth-child(4) { animation-delay: 0.3s; }

/* ─── Card Image ─── */
.sp-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  height: unset !important;
}
.sp-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  max-width: none !important;
  transition: transform 0.7s ease;
}
.sp-list .sp-card:hover .sp-card__image img { transform: scale(1.05); }

.sp-card__num {
  position: absolute;
  top: 1.2rem; left: 1.2rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.75rem;
  color: #ffffff;
  background: rgba(7,30,61,0.72);
  backdrop-filter: blur(4px);
  padding: 0.3rem 0.7rem;
  letter-spacing: 0.12em;
}
.sp-card__badge {
  position: absolute;
  bottom: 1.2rem; right: 1.2rem;
  background: #0b2f6b;
  color: #ffffff;
  padding: 0.5rem 0.9rem;
  text-align: center;
}
.sp-card__badge strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.sp-card__badge span {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}

/* ─── Card Body ─── */
.sp-card__body {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}
.sp-card__tag {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4a7fad;
  margin-bottom: 0.8rem;
}
.sp-card__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 400;
  color: #0d1f3c;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.sp-card__desc {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.75;
  color: #4a6080;
  font-weight: 300;
  margin-bottom: 1.8rem;
}
.sp-card__features {
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.2rem;
}
.sp-card__features li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8rem;
  color: #4a6080;
}
.sp-card__features li::before {
  content: '' !important;
  display: inline-block;
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, #a8c8e8, #4a7fad);
  flex-shrink: 0;
}
.sp-card__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ─── Buttons ─── */
.sp-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.75rem !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 1.6rem !important;
  text-decoration: none !important;
  transition: background 0.25s, color 0.25s, transform 0.25s, border-color 0.25s;
  cursor: pointer;
  border-radius: 0 !important;
  border: none;
  box-shadow: none !important;
}
.sp-btn--primary {
  background: #0b2f6b !important;
  color: #ffffff !important;
  border: 2px solid #0b2f6b !important;
}
.sp-btn--primary:hover {
  background: #1a4f8a !important;
  border-color: #1a4f8a !important;
  color: #ffffff !important;
  transform: none !important;
}
.sp-btn--outline {
  background: transparent !important;
  border: 1.5px solid #0b2f6b !important;
  color: #0b2f6b !important;
}
.sp-btn--outline:hover {
  background: #0b2f6b !important;
  color: #ffffff !important;
  transform: none !important;
}
.sp-btn--gold {
  background: #a8c8e8 !important;
  color: #071e3d !important;
  border: 2px solid #a8c8e8 !important;
  font-size: 0.8rem !important;
  padding: 1rem 2.5rem !important;
}
.sp-btn--gold:hover {
  background: #c5ddf5 !important;
  border-color: #c5ddf5 !important;
  color: #071e3d !important;
  transform: translateY(-2px) !important;
}

/* ─── CTA Banner ─── */
.sp-cta {
  background: linear-gradient(135deg, #071e3d 0%, #0b2f6b 60%, #1a4f8a 100%);
  padding: 5rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sp-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(168,200,232,0.12) 0%, transparent 70%);
}
/* Dekoratives Wellen-Muster */
.sp-cta::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; top: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 60px,
    rgba(168,200,232,0.03) 60px,
    rgba(168,200,232,0.03) 61px
  );
  pointer-events: none;
}
.sp-cta__inner {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  z-index: 1;
}
.sp-cta__label {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a8c8e8;
  margin-bottom: 1rem;
}
.sp-cta__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.sp-cta__title em { font-style: italic; color: #c5ddf5; }
.sp-cta__divider {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, #a8c8e8, #4a7fad);
  margin: 1.5rem auto;
}
.sp-cta__sub {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

/* ─── Header fix (immer sichtbar, kein Transparent) ─── */
.header,
.header.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 6px 20px rgba(10, 25, 60, 0.08) !important;
}

/* ─── Animation ─── */
@keyframes sp-fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .sp-hero { padding: 5rem 1.5rem 3rem; }
  .sp-section-header { padding: 3rem 1.5rem 1.5rem; }
  .sp-list { padding: 0 1.5rem 4rem; }
  .sp-list .sp-card {
    grid-template-columns: 1fr !important;
    direction: ltr !important;
  }
  .sp-card__image { aspect-ratio: 16 / 9; }
  .sp-card__body { padding: 2rem 1.5rem; }
  .sp-cta { padding: 4rem 1.5rem; }
}