/* ==========================================================================
   Eure Kreuzfahrt – Stylesheet
   Farben und Schriften laut Briefing "Eure Kreuzfahrt – Wireframes", Kap. Farb-CI + Typografie
   ========================================================================== */

/* --- Schriften, selbst gehostet (kein Google-CDN, siehe Briefing) ---------- */
@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/fredoka-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/fredoka-latin-ext-wght-normal.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
                 U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/source-sans-3-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Great Vibes';
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/source-sans-3-latin-ext-wght-normal.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
                 U+2C60-2C7F, U+A720-A7FF;
}

/* --- Design Tokens -------------------------------------------------------- */
:root {
  /* Farben, abgeleitet aus deine ferien */
  --petrol:       #215868;
  --petrol-deep:  #1A4551;
  --petrol-tint:  #EFF3F4;
  --turquoise:    #7AAFAF;
  --turq-tint:    #ECF4F4;
  --gold:         #D1A33A;
  --gold-deep:    #B28B31;
  --ink:          #344245;
  --ink-soft:     #5D686A;
  --sand:         #F2EEE7;
  --sand-deep:    #DFDDD7;
  --line:         #E3E5E5;
  --white:        #FFFFFF;

  /* Typografie */
  --font-display: 'Fredoka', 'Trebuchet MS', system-ui, sans-serif;
  --font-body:    'Source Sans 3', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --step-display: clamp(2.5rem, 6.2vw, 4.25rem);
  --step-h2:      clamp(1.85rem, 3.6vw, 2.6rem);
  --step-h3:      clamp(1.15rem, 1.6vw, 1.35rem);
  --step-body:    1.0625rem;
  --step-small:   0.9375rem;
  --step-xs:      0.8125rem;

  /* Layout */
  --container: 1160px;
  --gutter:    clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4rem, 9vw, 7rem);
  --radius:    14px;
  --radius-lg: 22px;

  --shadow-sm: 0 1px 2px rgba(33, 88, 104, .06), 0 4px 14px rgba(33, 88, 104, .05);
  --shadow-md: 0 2px 6px rgba(33, 88, 104, .07), 0 14px 34px rgba(33, 88, 104, .10);
  --shadow-lg: 0 6px 18px rgba(33, 88, 104, .10), 0 28px 60px rgba(33, 88, 104, .16);

  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

/* --- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }   /* schlägt display-Regeln der Komponenten */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--font-body);
  font-size: var(--step-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
h1, h2, h3, h4, p, figure, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
input, select, textarea { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --- Typografie ----------------------------------------------------------- */
h1, .h1, h2, .h2 {
  font-family: var(--font-display);
  font-weight: 500;            /* bewusst Medium statt Bold, siehe Briefing */
  font-variation-settings: 'wdth' 100;
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--petrol);
}
h1, .h1 { font-size: var(--step-display); }
h2, .h2 { font-size: var(--step-h2); }
h3, .h3, h4 {
  font-family: var(--font-body);
  font-weight: 600;            /* ab H3 die ruhigere Source Sans 3 */
  font-size: var(--step-h3);
  line-height: 1.3;
  color: var(--petrol);
}
.eyebrow {
  font-size: var(--step-xs);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--turquoise);
  filter: brightness(.82);
}
.lead { font-size: 1.1875rem; line-height: 1.6; color: var(--ink-soft); }
.muted { color: var(--ink-soft); }
.small { font-size: var(--step-small); }

/* --- Layout --------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--tint { background: var(--petrol-tint); }
.section--sand { background: var(--sand); }
.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { display: block; margin-bottom: .75rem; }
.section-head p { margin-top: 1rem; }
.stack > * + * { margin-top: 1rem; }
.measure { max-width: 68ch; }

.grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.skip-link {
  position: absolute; top: 0; left: 0; z-index: 999;
  background: var(--petrol); color: var(--white); padding: .75rem 1.25rem;
  transform: translateY(-120%);
  transition: transform .2s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

/* --- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: var(--step-small);
  transition: transform .16s var(--ease-out), background-color .2s var(--ease),
              box-shadow .2s var(--ease), color .2s var(--ease);
}
.btn:active { transform: scale(.97); }
.btn--primary { background: var(--petrol); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--ghost { background: transparent; color: var(--petrol); box-shadow: inset 0 0 0 1.5px var(--petrol); }
.btn--light { background: var(--white); color: var(--petrol); box-shadow: var(--shadow-sm); }
.btn--gold { background: var(--gold); color: #2A2007; }
.btn--lg { padding: 1rem 1.9rem; font-size: 1rem; }
.btn__arrow { transition: transform .25s var(--ease); }

.textlink {
  display: inline-flex; align-items: center; gap: .4rem;
  font-weight: 600; color: var(--petrol);
  border-bottom: 1.5px solid rgba(33,88,104,.28);
  padding-bottom: 2px;
  transition: border-color .2s var(--ease), gap .2s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-2px); }
  .btn--primary:hover { background: var(--petrol-deep); box-shadow: var(--shadow-md); }
  .btn--ghost:hover { background: var(--petrol); color: var(--white); }
  .btn--light:hover { box-shadow: var(--shadow-md); }
  .btn--gold:hover { background: var(--gold-deep); }
  .btn:hover .btn__arrow { transform: translateX(3px); }
  .textlink:hover { border-color: var(--petrol); gap: .65rem; }
}

/* --- Header --------------------------------------------------------------- */
.usp-bar {
  background: var(--petrol);
  color: rgba(255,255,255,.92);
  font-size: var(--step-xs);
  letter-spacing: .01em;
}
.usp-bar ul {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .5rem clamp(1rem, 3vw, 2.5rem);
  padding-block: .6rem;
}
.usp-bar li { display: flex; align-items: center; gap: .45rem; }
.usp-bar svg { flex: none; color: var(--gold); }
.usp-bar__phone {
  padding-left: clamp(.8rem, 2vw, 1.5rem);
  border-left: 1px solid rgba(255,255,255,.25);
  font-weight: 700;
  letter-spacing: .035em;
}
.usp-bar__phone a { color: var(--white); }
@media (hover: hover) and (pointer: fine) {
  .usp-bar__phone a:hover { text-decoration: underline; text-underline-offset: 3px; }
}

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.site-header.is-stuck { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(33,88,104,.07); }
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding-block: .35rem;
}
.brand { display: flex; align-items: center; gap: .7rem; flex: none; position: relative; }
.brand__mark { flex: none; position: relative; z-index: 1; width: 76px; height: 60px; object-fit: contain; transform: translateY(-4px); }
.brand__name {
  position: relative; z-index: 1; font-family: var(--font-display); font-weight: 500; font-size: 1.4rem;
  color: var(--petrol); line-height: 1.1; letter-spacing: -.01em;
}
.brand__sub { display: block; font-family: var(--font-body); font-size: .75rem; font-weight: 400;
              letter-spacing: .08em; text-transform: lowercase; color: var(--ink-soft); }

.nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2rem); }
.nav__link {
  position: relative; font-size: var(--step-small); font-weight: 500; color: var(--ink);
  padding-block: .35rem; transition: color .2s var(--ease);
}
.nav__link::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav__link[aria-current="page"]::after { transform: scaleX(1); }
.nav__link[aria-current="page"] { color: var(--petrol); font-weight: 600; }
@media (hover: hover) and (pointer: fine) {
  .nav__link:hover { color: var(--petrol); }
  .nav__link:hover::after { transform: scaleX(1); }
}

.nav-toggle { display: none; padding: .5rem; border-radius: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--petrol); border-radius: 2px; }
.nav-toggle span + span { margin-top: 5px; }

@media (max-width: 900px) {
  .site-header {
    background: var(--white);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 0; z-index: 120;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); padding: 5.5rem var(--gutter) 2rem;
    min-height: 100vh; min-height: 100dvh; transform: translateX(100%);
    visibility: hidden;
    transition: transform .38s var(--ease), visibility 0s linear .38s;
    overflow-y: auto;
  }
  .nav.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform .38s var(--ease), visibility 0s linear 0s;
  }
  .nav__link { font-size: 1.25rem; padding-block: .9rem; border-bottom: 1px solid var(--line); }
  .nav__link::after { display: none; }
  .nav .btn { margin-top: 1.5rem; justify-content: center; }
  .nav-toggle { position: relative; z-index: 130; }
  .nav-toggle.is-open {
    position: fixed;
    top: max(.85rem, env(safe-area-inset-top));
    right: max(var(--gutter), env(safe-area-inset-right));
  }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-toggle span { transition: transform .3s var(--ease), opacity .2s var(--ease); }
}

/* --- Hero ----------------------------------------------------------------- */
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--petrol-deep); }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media video {
  opacity: 0;
  transition: opacity .35s var(--ease-out);
}
.hero__media video.is-ready { opacity: 1; }
.hero__media::after { display: none; }
/* Fallback, solange kein Video eingebunden ist */
.hero__fallback {
  position: absolute; inset: 0; z-index: -3;
  background:
    linear-gradient(105deg, rgba(18,61,73,.68) 0%, rgba(18,61,73,.28) 55%, rgba(18,61,73,.1) 100%),
    url('../img/AIDAnova_Drohnenvideo_Aussenansicht_HD.jpg') center / cover no-repeat,
    linear-gradient(170deg, #215868 0%, #17414E 100%);
}
.hero__inner {
  position: relative;
  min-height: clamp(560px, 88vh, 860px);
  display: flex; flex-direction: column; justify-content: center;
  padding-block: clamp(5rem, 12vh, 8rem);
  text-align: center;
  transform: translateY(-38px);
}
.hero h1 { color: var(--white); max-width: none; margin: 3.5rem auto 0; font-size: clamp(1.3rem, 2.4vw, 1.85rem); text-wrap: balance; }
.hero__logo { width: clamp(96px, 11vw, 132px); height: auto; margin: 0 auto 1.5rem; filter: drop-shadow(0 5px 16px rgba(0,0,0,.18)); }
.hero__brand-lockup { align-self: center; }
.hero__brand-name {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(3.75rem, 8vw, 6.75rem);
  line-height: .95;
  color: var(--white);
  text-shadow: 0 5px 20px rgba(0,0,0,.22);
}
.hero__claim {
  margin-top: .75rem; font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: rgba(255,255,255,.9); letter-spacing: .02em;
}
.hero__powered {
  display: block; width: max-content; margin: -.1rem 1.9rem 0 auto;
  font-size: var(--step-xs); letter-spacing: .08em;
  color: rgba(255,255,255,.72);
}
.hero__actions { margin-top: 1.15rem; display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; }

/* Horizontlinie als wiederkehrendes Motiv */
.hero__horizon {
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(209,163,58,.7), transparent);
}
.hero__scroll {
  position: absolute; bottom: 1.75rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.7); font-size: var(--step-xs); letter-spacing: .1em;
  text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: .5rem;
}
.hero__scroll span:last-child { animation: drift 3.2s var(--ease) infinite; }
@keyframes drift { 0%,100% { transform: translateY(0); opacity: .6 } 50% { transform: translateY(5px); opacity: 1 } }

/* Kompakter Seitenkopf für Unterseiten */
.pagehead { background: var(--petrol-tint); padding-block: clamp(3rem, 7vw, 5rem); position: relative; }
.pagehead::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--turquoise), transparent); opacity: .5;
}
.pagehead__inner { max-width: 60ch; }
.pagehead .eyebrow { display: block; margin-bottom: .85rem; }
.pagehead--image {
  height: clamp(480px, 50vw, 650px);
  display: flex;
  align-items: center;
  padding-block: 3rem;
}
.pagehead--vergleich {
  background:
    linear-gradient(90deg, rgba(23,65,78,.62) 0%, rgba(23,65,78,.38) 48%, rgba(23,65,78,.08) 100%),
    url('../img/Entscheidung-AIDA-oder-Mein-Schiff.jpg') center 48% / cover no-repeat;
}
.pagehead--regionen {
  background:
    linear-gradient(90deg, rgba(23,65,78,.62) 0%, rgba(23,65,78,.38) 48%, rgba(23,65,78,.08) 100%),
    url('../img/Reiserouten-Kreuzfahrten.jpg') center 52% / cover no-repeat;
}
.pagehead--reisetipps {
  background:
    linear-gradient(90deg, rgba(23,65,78,.62) 0%, rgba(23,65,78,.38) 48%, rgba(23,65,78,.08) 100%),
    url('../img/Reisetipps-fuer-Eure-Kreuzfahrt.jpg') center 50% / cover no-repeat;
}
.pagehead--image h1,
.pagehead--image .lead { color: var(--white); text-shadow: 0 2px 16px rgba(0,0,0,.2); }
.pagehead--image .eyebrow { color: #f1ca6f; }
.pagehead p { margin-top: 1.1rem; }

/* --- Karten --------------------------------------------------------------- */
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.card__body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.card__body > .textlink, .card__body > .card__foot { margin-top: auto; }
.card__media { aspect-ratio: 16 / 10; position: relative; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }

.card__media--logos {
  background: var(--sand);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem;
  padding: 1.5rem;
}
.card__media--logos img {
  width: auto; height: clamp(1.5rem, 4.5vw, 2rem); max-width: 90%; object-fit: contain;
  transition: transform .35s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .card--link:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
  .card--link:hover .card__media img { transform: scale(1.04); }
  .card--link:hover .card__media--logos img { transform: none; }
}
.card__media-divider {
  font-family: var(--font-display); font-weight: 500; font-size: var(--step-xs);
  letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft);
}

/* Bildplatzhalter, bis echte Fotos vorliegen */
.ph {
  position: relative; width: 100%; height: 100%;
  background: linear-gradient(150deg, var(--petrol) 0%, var(--turquoise) 100%);
  display: grid; place-items: center;
}
.ph::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,.07) 0 1px, transparent 1px 16px);
}
.ph span {
  position: relative; z-index: 1;
  font-size: var(--step-xs); letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.85);
}
.ph--gold { background: linear-gradient(150deg, var(--gold) 0%, #E4C77E 100%); }
.ph--sand { background: linear-gradient(150deg, var(--sand-deep) 0%, var(--sand) 100%); }
.ph--sand span { color: var(--ink-soft); }

/* --- Chips / Tags --------------------------------------------------------- */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .38rem .85rem; border-radius: 999px;
  font-size: var(--step-xs); font-weight: 500;
  background: var(--turq-tint); color: var(--petrol);
}
.chip--gold { background: rgba(209,163,58,.16); color: #6E5416; }
.chip--outline { background: transparent; box-shadow: inset 0 0 0 1px var(--line); color: var(--ink-soft); }

/* --- Bordkarte (Signature-Element) ---------------------------------------- */
.boardingpass {
  position: relative;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 140% at 88% 8%, rgba(122,175,175,.30) 0%, transparent 55%),
    linear-gradient(155deg, var(--petrol) 0%, var(--petrol-deep) 100%);
  color: var(--white);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.boardingpass::before {   /* Magnetstreifen */
  content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 8px;
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
}
.boardingpass::after {    /* dezenter Lichtreflex */
  content: ''; position: absolute; top: -40%; right: -10%; width: 55%; height: 180%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.10), transparent);
  transform: rotate(12deg); pointer-events: none;
}
.boardingpass__head {
  display: flex; align-items: baseline; justify-content: space-between;
  flex-wrap: wrap; gap: .75rem;
  padding-bottom: 1.25rem; margin-bottom: 1.75rem;
  border-bottom: 1px dashed rgba(255,255,255,.28);
}
.boardingpass__label {
  font-size: var(--step-xs); letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
}
.boardingpass__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--white); }
.boardingpass__grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.perk__value {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.75rem, 3.4vw, 2.4rem); line-height: 1.05; color: var(--gold);
}
.perk__name { margin-top: .45rem; font-weight: 600; font-size: 1.0625rem; color: var(--white); }
.perk__text { margin-top: .3rem; font-size: var(--step-small); color: rgba(255,255,255,.76); }
.boardingpass__foot {
  margin-top: 2rem; padding-top: 1.25rem; border-top: 1px dashed rgba(255,255,255,.28);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
  font-size: var(--step-xs); color: rgba(255,255,255,.66); letter-spacing: .04em;
}

/* --- Aktions-Teaser ------------------------------------------------------- */
.promo {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: stretch;
  border-radius: var(--radius-lg);
  background: var(--sand);
  border: 1px solid var(--sand-deep);
  overflow: hidden;
}
.promo__media { position: relative; min-height: 200px; }
.promo__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo__body {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.4rem, 3.2vw, 2.5rem);
}
.promo__body .btn { margin-top: 1.25rem; }
.promo__label {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: var(--step-xs); font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-deep);
}
.promo__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.promo h3 { margin-top: .5rem; font-size: clamp(1.15rem, 2.2vw, 1.4rem); }
.promo p { margin-top: .3rem; color: var(--ink-soft); font-size: var(--step-small); }
@media (max-width: 720px) {
  .promo { grid-template-columns: 1fr; }
  .promo__media { aspect-ratio: 16 / 9; min-height: 0; }
}

/* --- Vergleich ------------------------------------------------------------ */
.versus { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(1rem, 3vw, 2.5rem); align-items: stretch; }
.versus__divider { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.versus__line { flex: 1; width: 1px; background: linear-gradient(180deg, transparent, var(--line), transparent); }
.versus__badge {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--white); border: 1px solid var(--line);
  font-family: var(--font-display); font-weight: 500; color: var(--ink-soft); font-size: .875rem;
}
@media (max-width: 780px) {
  .versus { grid-template-columns: 1fr; }
  .versus__divider { flex-direction: row; }
  .versus__line { width: auto; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
}
.brandcard { padding: clamp(1.5rem, 3vw, 2rem); border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); }
.brandcard__logo {
  height: 56px; border-radius: 10px; display: grid; place-items: center;
  background: var(--petrol-tint); color: var(--ink-soft);
  font-size: var(--step-xs); letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.brandcard__logo img { height: 28px; width: auto; max-width: 75%; object-fit: contain; }
.brandcard h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.5rem; }
.brandcard__facts { margin-top: 1.1rem; display: grid; gap: .55rem; }
.brandcard__facts li { display: flex; gap: .6rem; font-size: var(--step-small); color: var(--ink-soft); }
.brandcard__facts svg { flex: none; margin-top: .35rem; color: var(--turquoise); }
.brandcard__fit {
  margin-top: 1.5rem; padding: .9rem 1.1rem; border-radius: 10px;
  background: var(--turq-tint); font-size: var(--step-small); color: var(--petrol); font-weight: 500;
}

/* Vergleichstabelle */
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table caption { text-align: left; padding-bottom: 1rem; color: var(--ink-soft); font-size: var(--step-small); }
.cmp-table th, .cmp-table td { padding: 1rem 1.15rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.cmp-table thead th { font-size: var(--step-xs); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.cmp-table__logo-th img { height: 22px; width: auto; max-width: 100%; object-fit: contain; }
.cmp-table tbody th { font-weight: 600; color: var(--petrol); width: 28%; }
.cmp-table td { font-size: var(--step-small); color: var(--ink-soft); }
@media (hover: hover) and (pointer: fine) {
  .cmp-table tbody tr:hover { background: var(--petrol-tint); }
}
.cmp-table__wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
@media (max-width: 700px) { .cmp-table { min-width: 620px; } }

/* --- Akkordeon ------------------------------------------------------------ */
.accordion { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.accordion__item + .accordion__item { border-top: 1px solid var(--line); }
.accordion__trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.35rem; text-align: left; font-weight: 600; color: var(--petrol);
  transition: background-color .2s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .accordion__trigger:hover { background: var(--petrol-tint); }
}
.accordion__icon { flex: none; transition: transform .3s var(--ease); color: var(--turquoise); }
.accordion__trigger[aria-expanded="true"] .accordion__icon { transform: rotate(45deg); }
.accordion__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.accordion__panel[data-open="true"] { grid-template-rows: 1fr; }
.accordion__panel > div { overflow: hidden; }
.accordion__panel p { padding: 0 1.35rem 1.35rem; color: var(--ink-soft); font-size: var(--step-small); max-width: 70ch; }

/* --- Regionen ------------------------------------------------------------- */
.anchornav { position: sticky; top: 68px; z-index: 40; background: rgba(255,255,255,.9);
             backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.anchornav ul { display: flex; gap: .5rem; overflow-x: auto; padding-block: .8rem; scrollbar-width: none; }
.anchornav ul::-webkit-scrollbar { display: none; }
.anchornav a {
  white-space: nowrap; padding: .45rem 1rem; border-radius: 999px;
  font-size: var(--step-small); font-weight: 500; color: var(--ink-soft);
  transition: background-color .25s var(--ease), color .25s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .anchornav a:hover { background: var(--petrol-tint); color: var(--petrol); }
}
.anchornav a.is-active { background: var(--petrol); color: var(--white); }

.region { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.region + .region { margin-top: clamp(3rem, 7vw, 5.5rem); }
.region:nth-child(even) { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.region:nth-child(even) .region__media { order: 2; }
.region__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-md); }
.region__media img { width: 100%; height: 100%; object-fit: cover; }
.region__season { display: flex; align-items: baseline; gap: .5rem; margin-top: 1.25rem; }
@media (max-width: 820px) {
  .region, .region:nth-child(even) { grid-template-columns: 1fr; }
  .region:nth-child(even) .region__media { order: 0; }
}
.scroll-target { scroll-margin-top: 130px; }

/* --- Reisetipps ----------------------------------------------------------- */
.filterbar { display: flex; flex-wrap: wrap; gap: .55rem; }
.filter {
  padding: .5rem 1.1rem; border-radius: 999px; font-size: var(--step-small); font-weight: 500;
  color: var(--ink-soft); box-shadow: inset 0 0 0 1px var(--line);
  transition: color .2s var(--ease), background-color .2s var(--ease), box-shadow .2s var(--ease), transform .16s var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .filter:hover { color: var(--petrol); box-shadow: inset 0 0 0 1px var(--turquoise); }
}
.filter:active { transform: scale(.97); }
.filter[aria-pressed="true"] { background: var(--petrol); color: var(--white); box-shadow: none; }
.filter--soon { opacity: .5; cursor: not-allowed; box-shadow: inset 0 0 0 1px var(--line); }
.tip-card { animation: none; }
.tip-card__meta { display: flex; align-items: center; gap: .45rem; font-size: var(--step-xs); color: var(--ink-soft); }

.featured {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(1.5rem, 4vw, 3rem); align-items: center;
  background: var(--petrol-tint); border-radius: var(--radius-lg); overflow: hidden;
}
.featured__body { padding: clamp(1.75rem, 4vw, 3rem); }
.featured__media { aspect-ratio: 4 / 3; height: 100%; }
.featured__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 820px) { .featured { grid-template-columns: 1fr; } .featured__media { order: -1; aspect-ratio: 16/9; } }

/* --- Entscheidungshelfer: Sektion mit Hintergrundbild ---------------------- */
.section--photo {
  position: relative;
  isolation: isolate;
  background: url('../img/Seetag-Action-oder-Relaxen.jpg') center / cover no-repeat;
}
.section--photo::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(23,65,78,.88) 0%, rgba(23,65,78,.68) 45%, rgba(23,65,78,.9) 100%);
}
.section--photo .section-head .eyebrow { color: var(--turquoise); filter: none; }
.section--photo .section-head h2 { color: var(--white); }
.section--photo .section-head .lead { color: rgba(255,255,255,.85); }

/* WebGL-Wasseroberfläche: der Canvas bleibt ein schmaler, dekorativer Streifen. */
[data-water] {
  position: relative;
  overflow: visible;
  margin-top: clamp(9.5rem, 14vw, 11.5rem);
}
[data-water] > .container { position: relative; z-index: 1; }
.water-surface {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 132px;
  pointer-events: none;
}
@media (max-width: 640px) {
  [data-water] { margin-top: 8rem; }
  .water-surface { height: 104px; }
}

/* --- Quiz ----------------------------------------------------------------- */
.quiz {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 3rem); box-shadow: var(--shadow-sm);
}
.quiz__progress { display: flex; gap: .4rem; margin-bottom: 1.75rem; }
.quiz__progress span { height: 3px; flex: 1; border-radius: 2px; background: var(--line); transition: background-color .35s var(--ease); }
.quiz__progress span.is-done { background: var(--gold); }
.quiz__step { display: none; }
.quiz__step.is-active { display: block; }
.quiz__q { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.35rem, 2.6vw, 1.85rem); color: var(--petrol); }
.quiz__options { display: grid; gap: .75rem; margin-top: 1.75rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.quiz__option {
  text-align: left; padding: 1.15rem 1.35rem; border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line); background: var(--white);
  transition: transform .16s var(--ease-out), background-color .2s var(--ease), box-shadow .2s var(--ease);
}
.quiz__option:active { transform: scale(.98); }
@media (hover: hover) and (pointer: fine) {
  .quiz__option:hover { box-shadow: inset 0 0 0 2px var(--turquoise); background: var(--turq-tint); transform: translateY(-2px); }
}
.quiz__option strong { display: block; color: var(--petrol); font-size: 1.0625rem; }
.quiz__option span { display: block; margin-top: .25rem; font-size: var(--step-small); color: var(--ink-soft); }
.quiz__result { text-align: center; }
.quiz__badge {
  display: inline-flex; padding: .4rem 1rem; border-radius: 999px; background: var(--turq-tint);
  color: var(--petrol); font-size: var(--step-xs); letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
}
.quiz__answer { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--petrol); margin-top: 1rem; }
.quiz__actions { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }

/* --- Formular ------------------------------------------------------------- */
.form { display: grid; gap: 1.1rem; }
.form__row { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.field label, .fieldset__legend {
  display: block; font-size: var(--step-xs); font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-soft); margin-bottom: .45rem;
}
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1rem; border-radius: 10px;
  border: 1px solid var(--line); background: var(--white);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--turquoise); box-shadow: 0 0 0 4px rgba(122,175,175,.22);
}
.field textarea { min-height: 120px; resize: vertical; }
.field__hint { margin-top: .4rem; font-size: var(--step-xs); color: var(--ink-soft); }

.check { display: flex; gap: .75rem; align-items: flex-start; font-size: var(--step-small); color: var(--ink-soft); }
.check input { width: 20px; height: 20px; flex: none; margin-top: .15rem; accent-color: var(--petrol); }

.disclosure { border: 1px dashed var(--line); border-radius: var(--radius); overflow: hidden; }
.disclosure__trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.25rem; font-weight: 600; color: var(--petrol); text-align: left;
}
@media (hover: hover) and (pointer: fine) {
  .disclosure__trigger:hover { background: var(--petrol-tint); }
}
.disclosure__body { padding: 0 1.25rem 1.5rem; display: grid; gap: 1.1rem; }

.choicegroup { display: flex; flex-wrap: wrap; gap: .5rem; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice span {
  display: inline-block; padding: .5rem 1.05rem; border-radius: 999px;
  font-size: var(--step-small); color: var(--ink-soft);
  box-shadow: inset 0 0 0 1px var(--line); cursor: pointer;
  transition: color .2s var(--ease), background-color .2s var(--ease), box-shadow .2s var(--ease), transform .16s var(--ease-out);
}
.choice span:active { transform: scale(.97); }
.choice input:checked + span { background: var(--petrol); color: var(--white); box-shadow: none; }
.choice input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }

.channel {
  padding: clamp(1.5rem, 3vw, 2rem); border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--white); text-align: center;
  display: flex; flex-direction: column; gap: .6rem; align-items: center;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .channel:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
}
.channel__icon {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: var(--turq-tint); color: var(--petrol); margin-bottom: .3rem;
}
.channel .btn { margin-top: .75rem; }

/* --- CTA-Band ------------------------------------------------------------- */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--petrol) 0%, var(--petrol-deep) 100%);
  color: var(--white); border-radius: var(--radius-lg);
  padding: clamp(2.25rem, 5vw, 3.75rem);
  text-align: center;
}
.cta-band::after {
  content: ''; position: absolute; left: 50%; top: -60%; width: 120%; height: 120%;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(122,175,175,.22), transparent 70%);
  pointer-events: none;
}
.cta-band h2, .cta-band .h2 { color: var(--white); position: relative; }
.cta-band p { position: relative; margin-top: .9rem; color: rgba(255,255,255,.82); }
.cta-band__actions { position: relative; margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; }

/* --- Cross-Links ---------------------------------------------------------- */
.crosslink {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 1.5rem; border-radius: var(--radius); border: 1px solid var(--line);
  transition: border-color .25s var(--ease), transform .25s var(--ease), background-color .25s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .crosslink:hover { border-color: var(--turquoise); background: var(--turq-tint); transform: translateY(-2px); }
}
.crosslink__label { font-size: var(--step-small); color: var(--ink-soft); }
.crosslink strong { display: block; color: var(--petrol); margin-top: .15rem; }

/* --- Reisetipp-Detailseiten ---------------------------------------------- */
.tip-detail__hero { background: linear-gradient(145deg, var(--petrol-tint), #fff 72%); padding-block: clamp(3rem, 7vw, 6rem); }
.tip-detail__hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.tip-detail__hero h1 { margin-top: 1rem; max-width: 18ch; }
.tip-detail__hero .lead { margin-top: 1.25rem; max-width: 58ch; }
.tip-detail__meta { margin-top: 1.25rem; color: var(--ink-soft); font-size: var(--step-small); }
.tip-detail__image { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); transform: rotate(1.5deg); }
.tip-detail__image img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.5rem; font-size: var(--step-xs); color: var(--ink-soft); }
.breadcrumb a { color: var(--petrol); }
.tip-detail, .tip-detail__layout { overflow: visible; }
.tip-detail__layout { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(0, 3fr); gap: clamp(2rem, 6vw, 5rem); padding-block: clamp(4rem, 8vw, 7rem); align-items: start; }
.tip-detail__toc { position: -webkit-sticky; position: sticky; top: 110px; align-self: start; height: max-content; padding: 1.4rem; border-left: 3px solid var(--gold); background: var(--sand); border-radius: 0 var(--radius) var(--radius) 0; }
.tip-detail__toc ol { display: grid; gap: .75rem; margin-top: 1rem; counter-reset: toc; }
.tip-detail__toc a { color: var(--ink-soft); font-size: var(--step-small); font-weight: 400; line-height: 1.35; transition: color .2s var(--ease), font-weight .2s var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .tip-detail__toc a:hover { color: var(--petrol); }
}
.tip-detail__toc a.is-active { color: var(--petrol-deep); font-weight: 700; }
.tip-detail__content { max-width: 760px; }
.tip-detail__section + .tip-detail__section { margin-top: clamp(3.5rem, 7vw, 5.5rem); }
.tip-detail__number { display: block; color: var(--gold); font-family: var(--font-display); font-size: 1rem; font-weight: 600; letter-spacing: .12em; }
.tip-detail__section h2 { margin-top: .45rem; }
.tip-detail__section > p { margin-top: 1.1rem; color: var(--ink-soft); font-size: var(--step-body); line-height: 1.8; }
.tip-checklist { display: grid; gap: .65rem; margin-top: 1.4rem; padding: 1.25rem 1.4rem; background: var(--turq-tint); border-radius: var(--radius); }
.tip-checklist li { position: relative; padding-left: 1.65rem; }
.tip-checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--petrol); font-weight: 700; }
.tip-note { margin-top: clamp(4rem, 8vw, 6rem); padding: clamp(1.75rem, 4vw, 3rem); background: var(--petrol-deep); color: rgba(255,255,255,.82); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.tip-note h2 { margin-top: .5rem; color: var(--white); }
.tip-note p { margin: 1rem 0 1.5rem; }
.tip-note__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }
.tip-note__request { color: var(--white); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.55); }
@media (hover: hover) and (pointer: fine) {
  .tip-note__request:hover { background: var(--white); color: var(--petrol-deep); box-shadow: none; }
}
@media (max-width: 820px) {
  .tip-detail__hero-grid, .tip-detail__layout { grid-template-columns: 1fr; }
  .tip-detail__image { max-width: 560px; transform: none; }
  .tip-detail__toc { position: static; }
}
@media (max-width: 560px) {
  .usp-bar ul { justify-content: flex-start; }
  .usp-bar li:not(.usp-bar__phone) { display: none; }
  .usp-bar__phone { width: 100%; justify-content: center; padding-left: 0; border-left: 0; }
  .tip-note__actions .btn { width: 100%; justify-content: center; }
}

/* --- Footer --------------------------------------------------------------- */
.site-footer {
  /* Reling.png: 2172 × 212 px – Höhe folgt dem echten Bildverhältnis. */
  --railing-height: min(9.7606vw, 212px);
  position: relative;
  background: var(--petrol);
  color: rgba(255,255,255,.78);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
  margin-top: calc(var(--section-y) + var(--railing-height));
}
.site-footer::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: var(--railing-height);
  background: #fff url('../img/Reling.png') center bottom / 100% 100% no-repeat;
}
.site-footer a { transition: color .2s var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .site-footer a:hover { color: var(--white); }
}
.footer__grid { display: grid; gap: 2.5rem; grid-template-columns: minmax(0, 1.4fr) repeat(auto-fit, minmax(150px, 1fr)); }
.footer__brand .brand__name, .footer__brand .brand__sub { color: var(--white); }
.footer__brand p { margin-top: 1rem; font-size: var(--step-small); max-width: 34ch; }
.footer h4 { color: var(--white); font-size: var(--step-xs); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.footer ul { display: grid; gap: .55rem; font-size: var(--step-small); }
.footer__bottom {
  margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: var(--step-xs); color: rgba(255,255,255,.6);
}
.footer__legal { display: flex; flex-wrap: wrap; gap: 1.25rem; }

/* Auf schmalen Geräten konkurriert die Marken-Spalte sonst mit den
   Mindestbreiten der Link-Spalten. Ein klarer, einspaltiger Footer hält
   Brand-Text und Links auf iPhone-Breiten gut lesbar. */
@media (max-width: 640px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer__brand p { max-width: none; }
}

/* ===========================================================================
   Agency rebrush: Coastal editorial
   ======================================================================== */
:root {
  --petrol: #073947;
  --petrol-deep: #042832;
  --petrol-tint: #e8f0ee;
  --turquoise: #00a9a1;
  --turq-tint: #dff4ef;
  --gold: #ffba3c;
  --gold-deep: #e59417;
  --ink: #16343c;
  --ink-soft: #5c6c6c;
  --sand: #f5efe4;
  --sand-deep: #ddd2c2;
  --line: #d5ded9;
  --radius: 3px;
  --radius-lg: 3px;
  --container: 1220px;
  --shadow-sm: 0 2px 0 rgba(7, 57, 71, .1), 0 8px 22px rgba(7, 57, 71, .07);
  --shadow-md: 0 3px 0 rgba(7, 57, 71, .14), 0 18px 40px rgba(7, 57, 71, .12);
  --shadow-lg: 0 4px 0 rgba(7, 57, 71, .15), 0 28px 70px rgba(7, 57, 71, .2);
}

body {
  background-color: #fbf8f2;
  background-image: radial-gradient(rgba(7,57,71,.085) .65px, transparent .65px);
  background-size: 8px 8px;
}
body::before {
  content: ''; position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .22;
  background-image: linear-gradient(105deg, transparent 0 48%, rgba(255,255,255,.25) 49%, transparent 50%);
  background-size: 5px 5px; mix-blend-mode: soft-light;
}
h1, h2, .h1, .h2 { letter-spacing: -.04em; }
h2, .h2 { font-size: clamp(2.2rem, 4.4vw, 3.7rem); }
h3, .h3, h4 { letter-spacing: -.02em; }
.eyebrow { color: var(--petrol); font-weight: 700; letter-spacing: .18em; }
.eyebrow::before { content: '///'; color: var(--gold-deep); margin-right: .55rem; letter-spacing: -.12em; }
.section { position: relative; padding-block: clamp(5rem, 10vw, 9rem); }
.section:nth-of-type(even)::after {
  content: ''; position: absolute; width: min(22vw, 280px); height: 1px; right: 0; top: 34%;
  background: var(--gold); opacity: .8;
}
.section-head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head--center { max-width: 720px; }
.lead { font-size: clamp(1.15rem, 1.55vw, 1.42rem); line-height: 1.48; }

/* Navigation: a compact, editorial masthead */
.usp-bar { background: var(--gold); color: var(--petrol-deep); font-weight: 650; }
.usp-bar svg { color: var(--petrol); }
.usp-bar__phone { border-left-color: rgba(7,57,71,.24); }
.usp-bar__phone a { color: var(--petrol-deep); }
.site-header { background: rgba(251,248,242,.92); border-bottom: 1px solid rgba(7,57,71,.12); }
.site-header.is-stuck { background: rgba(251,248,242,.97); box-shadow: 0 10px 28px rgba(7,57,71,.1); }
.site-header__inner { padding-block: .65rem; }
.brand__mark { width: 66px; height: 54px; transform: none; }
.brand__name { font-size: 1.55rem; letter-spacing: -.045em; }
.brand__sub { color: var(--turquoise); font-weight: 700; letter-spacing: .12em; font-size: .63rem; }
.nav { gap: clamp(.9rem, 2vw, 1.7rem); }
.nav__link { text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; font-weight: 700; }
.nav__link::after { height: 3px; background: var(--gold); }
.btn { border-radius: 0; text-transform: uppercase; letter-spacing: .06em; font-size: .75rem; font-weight: 750; padding: .9rem 1.2rem; }
.btn--primary { background: var(--petrol); box-shadow: 4px 4px 0 var(--gold); }
.btn--gold { background: var(--gold); box-shadow: 4px 4px 0 rgba(4,40,50,.45); }
.btn--light { box-shadow: 4px 4px 0 var(--gold); }
.btn--ghost { border-radius: 0; }
.btn--lg { padding: 1.1rem 1.45rem; font-size: .78rem; }

/* Hero: a cinematic masthead with a print-magazine title treatment */
.hero { background: var(--petrol-deep); min-height: min(940px, 100svh); }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,40,50,.9) 0%, rgba(4,40,50,.58) 42%, rgba(4,40,50,.1) 100%); }
.hero::after { content: 'EURE\A KREUZFAHRT'; white-space: pre; position: absolute; z-index: -1; right: clamp(1.2rem, 5vw, 5rem); bottom: 4.5rem; font-family: var(--font-display); font-size: clamp(4.5rem, 12vw, 12.5rem); font-weight: 600; line-height: .72; text-align: right; color: rgba(255,255,255,.13); letter-spacing: -.09em; pointer-events: none; }
.hero__media { inset: 0 0 0 34%; }
.hero__media::after { display: block; content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,40,50,.28)); }
.hero__inner { align-items: flex-start; min-height: min(940px, 100svh); max-width: 1220px; text-align: left; transform: none; padding-top: clamp(7rem, 16vh, 10rem); padding-bottom: 9rem; }
.hero__logo { width: clamp(72px, 7vw, 102px); margin: 0 0 1.35rem; }
.hero__brand-lockup { align-self: flex-start; }
.hero__brand-name { font-family: var(--font-display); font-size: clamp(3.9rem, 8.5vw, 8.6rem); font-weight: 550; letter-spacing: -.075em; line-height: .78; text-shadow: none; }
.hero__claim { max-width: 32ch; padding-left: .35rem; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.hero__powered { width: auto; margin: .45rem 0 0 .5rem; color: var(--gold); font-weight: 700; }
.hero h1 { max-width: 26ch; margin: 3.6rem 0 0; padding-left: .35rem; font-family: var(--font-body); font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 600; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.hero__actions { justify-content: flex-start; padding-left: .35rem; margin-top: 1.6rem; }
.hero__scroll { align-items: flex-start; left: var(--gutter); transform: none; bottom: 2rem; color: var(--gold); font-weight: 700; }
.hero__horizon { height: 6px; background: var(--gold); }

/* Content modules */
.promo { grid-template-columns: minmax(300px, 1.1fr) minmax(0, .9fr); border: 0; border-radius: 0; background: var(--petrol); box-shadow: 12px 12px 0 var(--gold); overflow: visible; }
.promo__media { min-height: 360px; transform: translate(-1.25rem, 1.25rem); box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.promo__media img { filter: saturate(.85) contrast(1.06); }
.promo__body { padding: clamp(2rem, 5vw, 5rem); color: var(--white); }
.promo__label { color: var(--gold); }
.promo h3 { color: var(--white); font-family: var(--font-display); font-size: clamp(1.85rem, 3.4vw, 3rem); letter-spacing: -.045em; line-height: .98; }
.promo p { color: rgba(255,255,255,.76); font-size: 1.05rem; }
.promo .btn { margin-top: 1.8rem; }
.section--photo { background-position: center; }
.section--photo::before { background: linear-gradient(120deg, rgba(4,40,50,.96), rgba(4,40,50,.73)); }
.quiz { max-width: 860px !important; border: 0; border-radius: 0; padding: clamp(2rem, 5vw, 4.5rem); box-shadow: 12px 12px 0 var(--gold); }
.quiz__progress { gap: .6rem; }
.quiz__progress span { height: 6px; border-radius: 0; }
.quiz__q { font-size: clamp(1.75rem, 3.2vw, 2.7rem); letter-spacing: -.04em; }
.quiz__option { border-radius: 0; padding: 1.45rem; box-shadow: inset 0 0 0 2px var(--line); }
.quiz__option strong { font-family: var(--font-display); font-size: 1.3rem; letter-spacing: -.025em; }
.card { border: 0; border-radius: 0; background: transparent; overflow: visible; }
.card__media { border-radius: 0; outline: 1px solid rgba(7,57,71,.12); box-shadow: 8px 8px 0 var(--turq-tint); }
.card__body { padding: 1.5rem 0 0; }
.card__body h3 { font-family: var(--font-display); font-size: clamp(1.45rem, 2vw, 1.85rem); letter-spacing: -.04em; }
.card__media--logos { background: var(--sand); box-shadow: 8px 8px 0 var(--gold); }
.textlink { border-bottom: 2px solid var(--gold); text-transform: uppercase; letter-spacing: .075em; font-size: .74rem; }
.boardingpass { border-radius: 0; padding: clamp(2rem, 5vw, 4.5rem); background: var(--petrol); box-shadow: 14px 14px 0 var(--gold); }
.boardingpass::before { width: 14px; background: var(--gold); }
.boardingpass::after { opacity: .55; }
.boardingpass__head { border-bottom-color: rgba(255,255,255,.35); }
.boardingpass__label { color: var(--gold); font-weight: 700; }
.boardingpass__title { font-size: clamp(2.1rem, 4vw, 3.6rem); letter-spacing: -.05em; }
.perk__value { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.perk__name { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: -.025em; }
.cta-band { border-radius: 0; padding: clamp(3rem, 7vw, 6rem); background: var(--gold); box-shadow: 14px 14px 0 var(--petrol); text-align: left; }
.cta-band::after { width: 72%; height: 200%; top: -55%; left: auto; right: -12%; transform: rotate(-18deg); background: repeating-linear-gradient(90deg, rgba(255,255,255,.2) 0 1px, transparent 1px 15px); }
.cta-band h2, .cta-band .h2 { max-width: 16ch; color: var(--petrol); font-size: clamp(2.5rem, 5vw, 4.5rem); }
.cta-band p { max-width: 52ch; color: var(--petrol); font-size: 1.2rem; font-weight: 550; }
.cta-band__actions { justify-content: flex-start; }
.cta-band .btn--gold { background: var(--petrol); color: var(--white); box-shadow: 4px 4px 0 rgba(255,255,255,.65); }
.cta-band .btn--light { box-shadow: 4px 4px 0 rgba(7,57,71,.35); }

/* Subpages inherit the same editorial system */
.pagehead { background: var(--sand); padding-block: clamp(5rem, 12vw, 10rem); overflow: hidden; }
.pagehead::before { content: '01'; position: absolute; right: 4vw; top: 50%; transform: translateY(-50%); font: 600 clamp(8rem, 24vw, 22rem)/.6 var(--font-display); color: rgba(7,57,71,.07); letter-spacing: -.1em; }
.pagehead--image { height: clamp(510px, 60vw, 720px); }
.pagehead--image::before { color: rgba(255,255,255,.18); z-index: 1; }
.pagehead__inner { position: relative; z-index: 2; }
.pagehead h1 { font-size: clamp(3rem, 7vw, 6.6rem); letter-spacing: -.07em; }
.pagehead--image h1 { max-width: 10ch; }
.anchornav { background: rgba(251,248,242,.96); border-bottom: 2px solid var(--petrol); }
.anchornav a { border-radius: 0; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 700; }
.anchornav a.is-active { background: var(--gold); color: var(--petrol); }
.brandcard { border-radius: 0; border: 2px solid var(--petrol); padding: 2rem; box-shadow: 7px 7px 0 var(--gold); }
.brandcard__logo { border-radius: 0; background: var(--sand); }
.versus__badge { width: 60px; height: 60px; border: 0; border-radius: 0; background: var(--gold); color: var(--petrol); transform: rotate(45deg); }
.cmp-table__wrap, .accordion { border-radius: 0; border: 2px solid var(--petrol); }
.cmp-table thead { background: var(--petrol); }
.cmp-table thead th { color: var(--white); }
.accordion__trigger { padding: 1.35rem 1.5rem; }
.featured { border-radius: 0; background: var(--petrol); color: var(--white); box-shadow: 12px 12px 0 var(--gold); }
.featured h2, .featured h3 { color: var(--white); }
.featured .lead, .featured .muted { color: rgba(255,255,255,.75); }
.featured__media { transform: translate(1.2rem, 1.2rem); }
.region__media { border-radius: 0; box-shadow: 10px 10px 0 var(--gold); }
.region:nth-child(even) .region__media { box-shadow: -10px 10px 0 var(--turquoise); }
.filterbar { gap: .65rem; }
.filter { border-radius: 0; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; font-size: .72rem; }
.filter[aria-pressed="true"] { background: var(--petrol); box-shadow: 4px 4px 0 var(--gold); }
.tip-detail__hero { background: var(--sand); }
.tip-detail__image { border-radius: 0; transform: rotate(2deg); box-shadow: 12px 12px 0 var(--gold); }
.tip-detail__toc { border-left-width: 8px; border-radius: 0; background: var(--petrol); color: var(--white); }
.tip-detail__toc a, .tip-detail__toc a.is-active { color: rgba(255,255,255,.75); }
.tip-detail__toc a.is-active { color: var(--gold); }
.tip-checklist { border-radius: 0; border-left: 6px solid var(--turquoise); }
.tip-note { border-radius: 0; box-shadow: 12px 12px 0 var(--gold); }
.form { padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--white); box-shadow: 10px 10px 0 var(--gold); }
.field input, .field select, .field textarea, .disclosure { border-radius: 0; }
.channel { border-radius: 0; border: 2px solid var(--petrol); }
.channel__icon { border-radius: 0; background: var(--gold); }
.crosslink { border-radius: 0; border: 2px solid var(--petrol); }

.site-footer { background: var(--petrol-deep); border-top: 8px solid var(--gold); }
.site-footer::before { display: none; }
.footer__brand .brand__name { font-size: 2.2rem; }
.footer h4 { color: var(--gold); }
.wa-float { border-radius: 0; right: 1.25rem; bottom: 1.25rem; background: var(--gold); color: var(--petrol); box-shadow: 5px 5px 0 var(--petrol-deep); }

@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover { background: var(--turquoise); box-shadow: 6px 6px 0 var(--gold); }
  .btn--gold:hover { background: #ffd06d; }
  .card--link:hover { transform: translate(-3px, -5px); box-shadow: none; }
  .card--link:hover .card__media { box-shadow: 12px 12px 0 var(--gold); }
  .promo .btn:hover, .cta-band .btn--gold:hover { background: var(--white); color: var(--petrol); }
  .wa-float:hover { background: var(--turquoise); color: var(--white); }
}

@media (max-width: 720px) {
  .usp-bar { display: none; }
  .site-header__inner { min-height: 70px; }
  .nav { background: var(--petrol); }
  .nav__link { color: var(--white); }
  .nav__link[aria-current="page"] { color: var(--gold); }
  .nav-toggle span { background: var(--petrol); }
  .hero { min-height: 720px; }
  .hero::before { background: linear-gradient(0deg, rgba(4,40,50,.95), rgba(4,40,50,.38)); }
  .hero::after { right: 1rem; bottom: 5rem; font-size: 5.4rem; }
  .hero__media { inset: 0; }
  .hero__inner { min-height: 720px; padding-top: 7rem; justify-content: flex-end; }
  .hero__brand-name { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .hero h1 { margin-top: 2.3rem; }
  .hero__actions { padding-left: 0; }
  .promo { grid-template-columns: 1fr; box-shadow: 8px 8px 0 var(--gold); }
  .promo__media { min-height: 0; transform: translate(0, -1rem); margin-inline: 1rem; }
  .promo__body { padding: 1.5rem 1.5rem 2.5rem; }
  .cta-band, .boardingpass, .featured, .form { box-shadow: 8px 8px 0 var(--petrol); }
  .featured__media { transform: none; }
  .section:nth-of-type(even)::after { width: 90px; }
}

/* ===========================================================================
   Deine-Ferien refinement: warm, optimistic and softly sculpted
   ======================================================================== */
:root {
  --petrol: #215868;
  --petrol-deep: #163f4c;
  --petrol-tint: #eff5f4;
  --turquoise: #73b8b4;
  --turq-tint: #e4f3f1;
  --gold: #e7af45;
  --gold-deep: #c98e29;
  --ink: #334b50;
  --ink-soft: #63767a;
  --sand: #f7f1e8;
  --sand-deep: #e9ddcd;
  --line: #dce8e5;
  --radius: 18px;
  --radius-lg: 32px;
  --shadow-sm: 0 3px 12px rgba(33,88,104,.08), 0 1px 2px rgba(33,88,104,.05);
  --shadow-md: 0 16px 36px rgba(33,88,104,.13), 0 4px 12px rgba(33,88,104,.07);
  --shadow-lg: 0 28px 70px rgba(21,66,77,.18), 0 8px 20px rgba(33,88,104,.08);
}

body { background: #fffdf9; background-image: none; }
body::before { display: none; }
h1, h2, .h1, .h2 { letter-spacing: -.025em; }
.eyebrow { color: var(--turquoise); font-weight: 700; letter-spacing: .14em; }
.eyebrow::before { content: none; }
.section { padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.section:nth-of-type(even)::after { display: none; }

/* Familiar, friendly navigation */
.usp-bar { background: var(--petrol); color: rgba(255,255,255,.92); }
.usp-bar svg { color: var(--gold); }
.usp-bar__phone { border-left-color: rgba(255,255,255,.25); }
.usp-bar__phone a { color: var(--white); }
.site-header, .site-header.is-stuck { background: rgba(255,255,255,.9); border-bottom-color: transparent; }
.site-header.is-stuck { border-bottom-color: var(--line); }
.site-header__inner { padding-block: .35rem; }
.brand__mark { width: 76px; height: 60px; transform: translateY(-4px); }
.brand__name { font-size: 1.4rem; letter-spacing: -.01em; }
.brand__sub { color: var(--ink-soft); font-size: .75rem; font-weight: 400; letter-spacing: .08em; }
.nav { gap: clamp(1rem, 2.4vw, 2rem); }
.nav__link { text-transform: none; letter-spacing: normal; font-size: var(--step-small); font-weight: 500; }
.nav__link::after { height: 2px; background: var(--gold); }
.btn { border-radius: 999px; text-transform: none; letter-spacing: normal; font-size: var(--step-small); font-weight: 650; padding: .8rem 1.5rem; }
.btn--primary { box-shadow: var(--shadow-sm); }
.btn--gold, .btn--light { box-shadow: var(--shadow-sm); }
.btn--lg { padding: 1rem 1.9rem; font-size: 1rem; }

/* A resort-like hero: cinematic, but light and welcoming */
.hero {
  min-height: 0;
  background:
    linear-gradient(105deg, rgba(18,61,73,.62) 0%, rgba(18,61,73,.22) 60%, rgba(18,61,73,.1) 100%),
    url('../img/Kreuzfahrt-im-Herbst.jpg') center / cover no-repeat,
    var(--petrol-deep);
}
.hero::before { background: linear-gradient(105deg, rgba(18,61,73,.88) 0%, rgba(18,61,73,.6) 44%, rgba(18,61,73,.16) 100%); }
.hero::after { display: none; }
.hero__media { inset: 0; }
.hero__media::after { background: linear-gradient(180deg, transparent 50%, rgba(18,61,73,.34)); }
.hero__inner { align-items: center; min-height: clamp(630px, 88vh, 860px); max-width: var(--container); text-align: center; transform: translateY(-18px); padding-block: clamp(5rem, 12vh, 8rem); }
.hero__logo { width: clamp(96px, 11vw, 132px); margin: 0 auto 1.35rem; }
.hero__brand-lockup { align-self: center; }
.hero__brand-name { font-family: 'Great Vibes', cursive; font-size: clamp(3.75rem, 8vw, 6.75rem); font-weight: 400; letter-spacing: normal; line-height: .95; text-shadow: 0 5px 20px rgba(0,0,0,.22); }
.hero__claim { max-width: none; padding-left: 0; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero__powered { width: max-content; margin: -.1rem 1.9rem 0 auto; color: rgba(255,255,255,.72); font-weight: 400; }
.hero h1 { max-width: none; margin: 3.5rem auto 0; padding-left: 0; font-size: clamp(1.3rem, 2.4vw, 1.85rem); font-family: var(--font-display); font-weight: 500; letter-spacing: -.005em; line-height: 1.1; text-transform: none; }
.hero__actions { justify-content: center; padding-left: 0; margin-top: 1.15rem; }
.hero__scroll { align-items: center; left: 50%; transform: translateX(-50%); bottom: 1.75rem; color: rgba(255,255,255,.7); font-weight: 400; }
.hero__horizon { height: 1px; background: linear-gradient(90deg, transparent, rgba(231,175,69,.75), transparent); }

/* The recognisable Deine-Ferien softness carries through every module */
.promo { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); border: 1px solid var(--sand-deep); border-radius: var(--radius-lg); background: var(--sand); box-shadow: none; overflow: hidden; }
.promo__media { min-height: 260px; transform: none; box-shadow: none; }
.promo__media img { filter: none; }
.promo__body { padding: clamp(1.75rem, 3.5vw, 3rem); color: var(--ink); }
.promo__label { color: var(--gold-deep); }
.promo h3 { color: var(--petrol); font-family: var(--font-display); font-size: clamp(1.35rem, 2.2vw, 1.7rem); letter-spacing: -.02em; line-height: 1.15; }
.promo p { color: var(--ink-soft); font-size: var(--step-small); }
.promo .btn { margin-top: 1.25rem; }
.section--photo::before { background: linear-gradient(180deg, rgba(23,65,78,.9), rgba(23,65,78,.73)); }
.quiz { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.75rem, 4vw, 3rem); box-shadow: var(--shadow-md); }
.quiz__progress span { height: 3px; border-radius: 2px; }
.quiz__q { font-size: clamp(1.35rem, 2.6vw, 1.85rem); letter-spacing: -.02em; }
.quiz__option { border-radius: var(--radius); padding: 1.15rem 1.35rem; box-shadow: inset 0 0 0 1px var(--line); }
.quiz__option strong { font-family: var(--font-body); font-size: 1.0625rem; letter-spacing: normal; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.card__media { border-radius: 0; outline: 0; box-shadow: none; }
.card__body { padding: 1.4rem 1.5rem 1.6rem; }
.card__body h3 { font-family: var(--font-body); font-size: var(--step-h3); letter-spacing: normal; }
.card__media--logos { box-shadow: none; }
.textlink { border-bottom: 1.5px solid rgba(33,88,104,.28); text-transform: none; letter-spacing: normal; font-size: inherit; }
.boardingpass { border-radius: var(--radius-lg); padding: clamp(1.75rem, 3.5vw, 2.75rem); background: linear-gradient(155deg, var(--petrol), var(--petrol-deep)); box-shadow: var(--shadow-lg); }
.boardingpass::before { width: 8px; background: linear-gradient(180deg, var(--gold), var(--gold-deep)); }
.boardingpass__title { font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: normal; }
.perk__value { font-size: clamp(1.75rem, 3.4vw, 2.4rem); }
.perk__name { font-family: var(--font-body); font-size: 1.0625rem; letter-spacing: normal; }
.cta-band { border-radius: var(--radius-lg); padding: clamp(2.25rem, 5vw, 3.75rem); background: linear-gradient(145deg, var(--petrol), var(--petrol-deep)); box-shadow: none; text-align: center; }
.cta-band::after { width: 120%; height: 120%; top: -60%; left: 50%; right: auto; transform: translateX(-50%); background: radial-gradient(50% 50% at 50% 50%, rgba(115,184,180,.25), transparent 70%); }
.cta-band h2, .cta-band .h2 { max-width: none; color: var(--white); font-size: clamp(2.1rem, 4vw, 3.2rem); }
.cta-band p { max-width: none; color: rgba(255,255,255,.82); font-size: 1.12rem; font-weight: 400; }
.cta-band__actions { justify-content: center; }
.cta-band .btn--gold { background: var(--gold); color: #2a2007; box-shadow: none; }
.cta-band .btn--light { box-shadow: none; }

/* Rounded supporting pages */
.pagehead { background: var(--petrol-tint); padding-block: clamp(3rem, 7vw, 5rem); }
.pagehead::before { display: none; }
.pagehead--image { height: clamp(480px, 50vw, 650px); }
.pagehead--vergleich {
  background:
    linear-gradient(90deg, rgba(23,65,78,.68) 0%, rgba(23,65,78,.42) 48%, rgba(23,65,78,.12) 100%),
    url('../img/Entscheidung-AIDA-oder-Mein-Schiff.jpg') center 48% / cover no-repeat;
}
.pagehead--regionen {
  background:
    linear-gradient(90deg, rgba(23,65,78,.68) 0%, rgba(23,65,78,.42) 48%, rgba(23,65,78,.12) 100%),
    url('../img/Reiserouten-Kreuzfahrten.jpg') center 52% / cover no-repeat;
}
.pagehead--reisetipps {
  background:
    linear-gradient(90deg, rgba(23,65,78,.68) 0%, rgba(23,65,78,.42) 48%, rgba(23,65,78,.12) 100%),
    url('../img/Reisetipps-fuer-Eure-Kreuzfahrt.jpg') center 50% / cover no-repeat;
}
.pagehead h1 { font-size: var(--step-display); letter-spacing: -.005em; }
.pagehead--image h1 { max-width: none; }
.anchornav { border-bottom: 1px solid var(--line); }
.anchornav a { border-radius: 999px; text-transform: none; letter-spacing: normal; font-size: var(--step-small); font-weight: 500; }
.anchornav a.is-active { background: var(--petrol); color: var(--white); }
.brandcard { border-radius: var(--radius); border: 1px solid var(--line); padding: clamp(1.5rem,3vw,2rem); box-shadow: none; }
.brandcard__logo { border-radius: 10px; }
.versus__badge { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink-soft); transform: none; }
.cmp-table__wrap, .accordion { border-radius: var(--radius); border: 1px solid var(--line); }
.cmp-table thead { background: transparent; }
.cmp-table thead th { color: var(--ink-soft); }
.featured { border-radius: var(--radius-lg); background: var(--petrol-tint); color: var(--ink); box-shadow: none; }
.featured h2, .featured h3 { color: var(--petrol); }
.featured .lead, .featured .muted { color: var(--ink-soft); }
.featured__media { transform: none; }
.region__media { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.region:nth-child(even) .region__media { box-shadow: var(--shadow-md); }
.filter { border-radius: 999px; text-transform: none; letter-spacing: normal; font-size: var(--step-small); font-weight: 500; }
.filter[aria-pressed="true"] { box-shadow: none; }
.tip-detail__hero { background: linear-gradient(145deg, var(--petrol-tint), #fff 72%); }
.tip-detail__image { border-radius: var(--radius-lg); transform: rotate(1.5deg); box-shadow: var(--shadow-lg); }
.tip-detail__toc { border-left-width: 3px; border-radius: 0 var(--radius) var(--radius) 0; background: var(--sand); color: var(--ink); }
.tip-detail__toc a, .tip-detail__toc a.is-active { color: var(--ink-soft); }
.tip-detail__toc a.is-active { color: var(--petrol-deep); }
.tip-checklist { border-radius: var(--radius); border-left: 0; }
.tip-note { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.form { padding: 0; background: transparent; box-shadow: none; }
.field input, .field select, .field textarea, .disclosure { border-radius: 10px; }
.channel { border-radius: var(--radius); border: 1px solid var(--line); }
.channel__icon { border-radius: 50%; background: var(--turq-tint); }
.crosslink { border-radius: var(--radius); border: 1px solid var(--line); }
.site-footer { background: var(--petrol); border-top: 0; }
.site-footer::before { display: block; }
.footer__brand .brand__name { font-size: 1.4rem; }
.footer h4 { color: var(--white); }
.wa-float { border-radius: 999px; background: var(--petrol); color: var(--white); box-shadow: var(--shadow-lg); }

@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover { background: var(--petrol-deep); box-shadow: var(--shadow-md); }
  .btn--gold:hover { background: var(--gold-deep); }
  .card--link:hover { transform: translateY(-4px); }
  .card--link:hover .card__media { box-shadow: none; }
  .promo .btn:hover, .cta-band .btn--gold:hover { background: var(--gold-deep); color: #2a2007; }
  .wa-float:hover { background: var(--petrol-deep); color: var(--white); }
}

@media (max-width: 720px) {
  .usp-bar { display: block; }
  .site-header__inner { min-height: auto; }
  .nav { background: var(--white); }
  .nav__link { color: var(--ink); }
  .nav__link[aria-current="page"] { color: var(--petrol); }
  .nav-toggle span { background: var(--petrol); }
  .hero { min-height: 0; }
  .hero__media { inset: 0; }
  .hero__inner { min-height: 620px; padding-top: 5rem; justify-content: center; }
  .hero__brand-name { font-size: clamp(3.75rem, 15vw, 5rem); }
  .promo { grid-template-columns: 1fr; box-shadow: none; }
  .promo__media { margin: 0; transform: none; }
  .promo__body { padding: 1.75rem; }
  .cta-band, .boardingpass, .featured, .form { box-shadow: none; }
}

/* --- WhatsApp-Button ------------------------------------------------------ */
.wa-float {
  position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 90;
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .85rem 1.25rem; border-radius: 999px;
  background: var(--petrol); color: var(--white); font-weight: 600; font-size: var(--step-small);
  box-shadow: var(--shadow-lg);
  transition: transform .3s var(--ease), background-color .3s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .wa-float:hover { transform: translateY(-3px); background: var(--petrol-deep); }
}
.wa-float__text { display: inline; }
@media (max-width: 560px) { .wa-float__text { display: none; } .wa-float { padding: .95rem; } }

/* --- Scroll-Reveal -------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(18px); }
[data-reveal].is-visible {
  opacity: 1; transform: none;
  transition: opacity .42s var(--ease-out), transform .42s var(--ease-out);
}
[data-reveal-delay="1"].is-visible { transition-delay: .08s; }
[data-reveal-delay="2"].is-visible { transition-delay: .16s; }
[data-reveal-delay="3"].is-visible { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}
