/*
 * Auszeit category pilots — CI-aligned editorial system.
 * Reference: auszeit-design-system + approved World America / Explora / PONANT pages.
 */
:root {
  --pilot-ink: #1a1a1a;
  --pilot-ink-soft: #262522;
  --pilot-gold: #c9a84c;
  --pilot-gold-deep: #b0913b;
  --pilot-gold-text: #7a5e1a;
  --pilot-paper: #f5f3ef;
  --pilot-paper-deep: #edeae3;
  --pilot-white: #ffffff;
  --pilot-muted: #6e6a60;
  --pilot-line: rgba(26, 26, 26, 0.14);
  --pilot-line-light: rgba(245, 243, 239, 0.2);
  --pilot-display: "Playfair Display", Georgia, serif;
  --pilot-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Base canvas */
.pilot-editorial main,
.pilot-editorial #main-content {
  overflow: hidden;
  background: var(--pilot-white);
  color: var(--pilot-ink);
}

.pilot-editorial > main > .breadcrumb,
.pilot-editorial > #main-content > .breadcrumb {
  display: none;
}

.pilot-editorial .article {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
}

/* Full-format editorial hero */
.pilot-hero {
  position: relative;
  display: flex;
  min-height: min(700px, calc(100vh - 72px));
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--pilot-ink);
  color: var(--pilot-paper);
}

.pilot-hero__media,
.pilot-hero__media img,
.pilot-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pilot-hero__media {
  z-index: -2;
  display: block;
  overflow: hidden;
}

.pilot-hero__media img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.pilot-hero__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.08) 4%, rgba(18, 18, 18, 0.34) 48%, rgba(18, 18, 18, 0.96) 100%),
    linear-gradient(90deg, rgba(18, 18, 18, 0.76), rgba(18, 18, 18, 0.08) 76%);
}

.pilot-hero__content {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding-block: 46px 58px;
}

.pilot-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 30px;
  padding: 0;
  color: rgba(245, 243, 239, 0.68);
  font: 400 12px/1.4 var(--pilot-body);
  list-style: none;
}

.pilot-hero__breadcrumb a {
  color: rgba(245, 243, 239, 0.74) !important;
  text-decoration: none !important;
}

.pilot-hero__breadcrumb li {
  color: rgba(245, 243, 239, 0.74) !important;
}

.pilot-hero__breadcrumb li[aria-hidden="true"] {
  color: var(--pilot-gold) !important;
}

.pilot-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--pilot-gold-text);
  font: 700 11px/1.2 var(--pilot-body);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pilot-kicker::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.pilot-hero .pilot-kicker {
  color: var(--pilot-gold);
}

.pilot-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--pilot-paper);
  font-family: var(--pilot-display);
  font-size: clamp(44px, 5.5vw, 70px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual;
  text-wrap: balance;
}

.pilot-hero__lead {
  max-width: 720px;
  margin: 22px 0 30px;
  color: rgba(245, 243, 239, 0.86) !important;
  font: 400 clamp(17px, 2vw, 20px)/1.55 var(--pilot-body) !important;
}

.pilot-hero__actions,
.pilot-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pilot-hero-btn,
.pilot-btn,
.pilot-btn.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border: 0;
  border-radius: 0;
  font: 700 15px/1.2 var(--pilot-body);
  text-align: center;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.pilot-hero-btn--gold,
.pilot-btn,
.pilot-btn.btn {
  background: var(--pilot-gold) !important;
  color: var(--pilot-ink) !important;
  -webkit-text-fill-color: var(--pilot-ink) !important;
}

.pilot-hero-btn--outline {
  background: transparent;
  color: var(--pilot-paper) !important;
  box-shadow: inset 0 0 0 1px rgba(245, 243, 239, 0.68);
  -webkit-text-fill-color: var(--pilot-paper) !important;
}

.pilot-hero-btn:hover,
.pilot-btn:hover {
  transform: translateY(-1px);
}

.pilot-hero-btn--gold:hover,
.pilot-btn:hover {
  background: var(--pilot-gold-deep) !important;
}

.pilot-hero-btn--outline:hover {
  background: var(--pilot-paper);
  color: var(--pilot-ink) !important;
  -webkit-text-fill-color: var(--pilot-ink) !important;
}

/* Quick orientation — same geometry as approved CI sections */
.pilot-panel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(4.75rem, 8vw, 6rem) 24px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: var(--pilot-paper);
  box-shadow: none;
}

.pilot-answer,
.pilot-jump,
.pilot-grid,
.pilot-verdict {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.pilot-answer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pilot-ink);
}

.pilot-answer h2 {
  max-width: 760px;
  margin: 0 0 16px;
  color: var(--pilot-ink);
  font-family: var(--pilot-display);
  font-size: clamp(34px, 4.8vw, 52px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.pilot-answer p {
  max-width: 820px;
  margin: 0;
  color: var(--pilot-muted);
  font: 400 17px/1.68 var(--pilot-body);
}

.pilot-stamp {
  min-width: 160px;
  padding: 14px 16px;
  border: 1px solid rgba(122, 94, 26, 0.42);
  border-radius: 0;
  background: transparent;
  color: var(--pilot-gold-text);
  font: 650 12px/1.45 var(--pilot-body);
  text-align: center;
}

.pilot-jump {
  display: flex;
  gap: 28px;
  margin-top: 36px;
  padding: 0;
  overflow-x: auto;
  border-top: 1px solid var(--pilot-line);
  border-bottom: 1px solid var(--pilot-line);
  background: transparent;
  scrollbar-width: none;
}

.pilot-jump::-webkit-scrollbar {
  display: none;
}

.pilot-jump a {
  position: relative;
  flex: 0 0 auto;
  min-height: 0;
  padding: 17px 0 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--pilot-muted) !important;
  font: 700 12px/1.2 var(--pilot-body);
  letter-spacing: 0.04em;
  text-decoration: none !important;
}

.pilot-jump a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--pilot-gold);
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.pilot-jump a:hover,
.pilot-jump a:focus-visible {
  color: var(--pilot-ink) !important;
}

.pilot-jump a:hover::after,
.pilot-jump a:focus-visible::after {
  transform: scaleX(1);
}

.pilot-grid {
  display: grid;
  grid-template-columns: repeat(var(--pilot-columns, 3), minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  background: transparent;
}

.pilot-choice {
  min-width: 0;
  padding: 32px 28px;
  border: 1px solid var(--pilot-line);
  background: var(--pilot-white);
  color: var(--pilot-ink);
}

.pilot-choice__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--pilot-gold-text);
  font: 700 11px/1.2 var(--pilot-body);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pilot-choice h3 {
  margin: 0 0 10px;
  color: var(--pilot-ink);
  font: 650 clamp(20px, 2vw, 24px)/1.25 var(--pilot-body);
}

.pilot-choice p {
  margin: 0;
  color: var(--pilot-muted);
  font: 400 15px/1.65 var(--pilot-body);
}

.pilot-verdict {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: 16px;
  padding: clamp(2rem, 4vw, 3.25rem);
  background: var(--pilot-ink);
  color: var(--pilot-paper);
}

.pilot-verdict h3 {
  margin: 0;
  color: var(--pilot-paper) !important;
  font: 500 clamp(26px, 3vw, 38px)/1.12 var(--pilot-display);
  text-wrap: balance;
}

.pilot-verdict p {
  margin: 0;
  color: rgba(245, 243, 239, 0.76) !important;
  font: 400 16px/1.68 var(--pilot-body);
}

.pilot-cta-row {
  margin-top: 20px;
}

.pilot-btn--ghost,
.pilot-btn--ghost.btn {
  background: transparent !important;
  color: var(--pilot-paper) !important;
  box-shadow: inset 0 0 0 1px rgba(245, 243, 239, 0.68);
  -webkit-text-fill-color: var(--pilot-paper) !important;
}

.pilot-btn--ghost:hover,
.pilot-btn--ghost.btn:hover {
  background: var(--pilot-paper) !important;
  color: var(--pilot-ink) !important;
  -webkit-text-fill-color: var(--pilot-ink) !important;
}

/* Long-form editorial content */
.pilot-editorial .article > p,
.pilot-editorial .article > h2,
.pilot-editorial .article > h3,
.pilot-editorial .article > h4,
.pilot-editorial .article > ul,
.pilot-editorial .article > ol,
.pilot-editorial .article > blockquote,
.pilot-editorial .article > .article__infobox,
.pilot-editorial .article > .article__comparison,
.pilot-editorial .article > .article__table-wrap,
.pilot-editorial .article > .article__faq,
.pilot-editorial .article > .content-faq,
.pilot-editorial .article > .article__share,
.pilot-editorial .article > .related-articles,
.pilot-proof {
  width: min(820px, calc(100% - 48px));
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.pilot-editorial .pilot-panel + p {
  margin-top: clamp(4.75rem, 8vw, 6rem);
}

.pilot-editorial .article > h2 {
  margin-top: clamp(4rem, 7vw, 5.5rem);
  margin-bottom: 18px;
  color: var(--pilot-ink);
  font: 500 clamp(30px, 4vw, 44px)/1.14 var(--pilot-display);
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.pilot-editorial .article > h3 {
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--pilot-ink);
  font: 650 clamp(21px, 2.2vw, 26px)/1.28 var(--pilot-body);
}

.pilot-editorial .article p,
.pilot-editorial .article li {
  color: #4d4a43;
  font: 400 17px/1.8 var(--pilot-body);
}

.pilot-editorial .article > p {
  margin-bottom: 18px;
}

.pilot-editorial .article > ul,
.pilot-editorial .article > ol {
  margin-bottom: 24px;
  padding-left: 1.35rem;
}

.pilot-editorial .article > ul {
  list-style: disc;
}

.pilot-editorial .article > ol {
  list-style: decimal;
}

.pilot-editorial .article strong {
  color: var(--pilot-ink);
}

.pilot-editorial .article a:not(.btn):not(.pilot-btn):not(.pilot-hero-btn) {
  color: var(--pilot-gold-text);
  text-decoration-color: rgba(122, 94, 26, 0.35);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.pilot-editorial .article__infobox,
.pilot-editorial .article__updated,
.pilot-editorial .article__region-card,
.pilot-editorial blockquote {
  padding: 28px 30px;
  border: 1px solid var(--pilot-line) !important;
  border-left: 3px solid var(--pilot-gold) !important;
  border-radius: 0;
  background: var(--pilot-paper) !important;
  color: var(--pilot-ink) !important;
}

.pilot-editorial .article__comparison,
.pilot-editorial .article__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--pilot-line);
  border-radius: 0;
  background: var(--pilot-white);
  overscroll-behavior-inline: contain;
}

.pilot-editorial .article table {
  width: 100%;
  min-width: 680px;
  color: #4d4a43;
  background: var(--pilot-white);
}

.pilot-editorial .article table th {
  border-color: var(--pilot-line);
  background: var(--pilot-ink) !important;
  color: var(--pilot-paper) !important;
}

.pilot-editorial .article table td {
  border-color: var(--pilot-line) !important;
  background: var(--pilot-white) !important;
  color: #4d4a43 !important;
}

.pilot-editorial .article table tr:nth-child(even) td {
  background: var(--pilot-paper) !important;
}

/* Four-way editorial comparison: true matrix on desktop, labelled cards on mobile. */
.pilot-editorial .article > .article__table-wrap--compare {
  width: min(1060px, calc(100% - 48px));
  max-width: 1060px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.pilot-editorial .pilot-compare-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border: 1px solid var(--pilot-line);
  border-collapse: collapse;
}

.pilot-editorial .pilot-compare-table__criterion {
  width: 17%;
}

.pilot-editorial .pilot-compare-table th,
.pilot-editorial .pilot-compare-table td {
  height: auto !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-right: 1px solid var(--pilot-line) !important;
  border-bottom: 1px solid var(--pilot-line) !important;
  text-align: left !important;
  vertical-align: top !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.pilot-editorial .pilot-compare-table thead th {
  background: var(--pilot-ink) !important;
  color: var(--pilot-paper) !important;
  font: 700 13px/1.35 var(--pilot-body) !important;
  letter-spacing: 0.02em;
}

.pilot-editorial .pilot-compare-table tbody th {
  background: var(--pilot-paper-deep) !important;
  color: var(--pilot-ink) !important;
  font: 700 14px/1.45 var(--pilot-body) !important;
}

.pilot-editorial .pilot-compare-table tbody td {
  color: #4d4a43 !important;
  font: 400 15px/1.55 var(--pilot-body) !important;
}

.pilot-editorial .pilot-compare-table tr > :last-child {
  border-right: 0 !important;
}

.pilot-editorial .pilot-compare-table tbody tr:last-child > * {
  border-bottom: 0 !important;
}

.pilot-editorial .article__faq {
  border-top: 1px solid var(--pilot-line);
}

.pilot-editorial .article__faq-item {
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-bottom: 1px solid var(--pilot-line) !important;
  border-radius: 0;
  background: var(--pilot-white) !important;
  color: var(--pilot-ink) !important;
}

.pilot-editorial .article__faq-question {
  padding: 20px 44px 20px 0;
  color: var(--pilot-ink) !important;
  font: 650 17px/1.4 var(--pilot-body);
}

.pilot-editorial .article__faq-answer {
  padding: 0 0 22px;
}

.pilot-editorial .article__faq-answer p {
  margin: 0;
}

.pilot-proof {
  margin-top: 28px;
  margin-bottom: 40px;
  padding: 20px 24px;
  border-left: 3px solid var(--pilot-gold);
  background: var(--pilot-paper);
  color: var(--pilot-muted);
  font: 400 14px/1.65 var(--pilot-body);
}

.pilot-proof strong {
  color: var(--pilot-ink);
}

/* Visible evidence layer: sources are useful to readers, not only to schema. */
.article > .pilot-sources {
  width: min(820px, calc(100% - 48px));
  max-width: 820px;
  margin: clamp(4.75rem, 8vw, 6rem) auto 2.5rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid var(--pilot-line);
  border-top: 4px solid var(--pilot-gold);
  background: var(--pilot-paper);
}

.pilot-sources__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--pilot-gold-text);
  font: 700 11px/1.4 var(--pilot-body);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article > .pilot-sources h2 {
  margin: 0 0 14px;
  color: var(--pilot-ink);
  font: 500 clamp(28px, 3.6vw, 39px)/1.15 var(--pilot-display);
  letter-spacing: -0.015em;
}

.article > .pilot-sources p {
  margin: 0 0 22px;
  color: #4d4a43;
  font-size: 16px;
  line-height: 1.72;
}

.pilot-sources ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilot-sources li {
  display: grid;
  grid-template-columns: minmax(180px, .9fr) minmax(0, 1.2fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--pilot-line);
}

.pilot-sources a {
  color: var(--pilot-ink);
  font-weight: 700;
  text-decoration-color: var(--pilot-gold);
  text-underline-offset: 3px;
}

.pilot-sources li span {
  color: #6d685e;
  font-size: 14px;
  line-height: 1.5;
}

/* Server-rendered journeys — full-width ink section */
.pilot-offers {
  width: 100%;
  max-width: none;
  margin: clamp(4.75rem, 8vw, 6rem) 0 0;
  padding: clamp(4.75rem, 8vw, 6rem) max(24px, calc((100% - 1180px) / 2));
  border-radius: 0;
  background: var(--pilot-ink);
  color: var(--pilot-paper);
}

.pilot-offers > .ship-section__head {
  max-width: 790px;
  margin: 0 0 36px;
}

.pilot-offers .ship-section__head h2,
.pilot-offers .ship-section__head h3 {
  margin: 0 0 12px;
  color: var(--pilot-paper) !important;
  font-family: var(--pilot-display);
  font-weight: 500;
}

.pilot-offers > .ship-section__head h2 {
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.08;
}

.pilot-offers .ship-section__head p {
  margin: 0;
  color: rgba(245, 243, 239, 0.76) !important;
}

.pilot-offers .pilot-kicker,
.pilot-offers .ship-kicker {
  color: var(--pilot-gold) !important;
}

.pilot-offers .angebote-slot {
  padding: 0;
  background: transparent;
  color: var(--pilot-paper);
}

.pilot-offers .angebote-slot .ship-container {
  width: 100%;
}

.pilot-offers .angebote-slot .ship-section__head {
  max-width: 760px;
  margin: 0 0 24px;
}

.pilot-offers .angebote-slot .ship-section__head h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
}

.pilot-offers .angebote-slot__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pilot-offers .angebote-slot[data-angebote-limit="4"] .angebote-slot__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pilot-offers .angebote-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px 24px;
  border: 1px solid var(--pilot-line-light) !important;
  border-radius: 0;
  background: var(--pilot-ink-soft) !important;
  color: var(--pilot-paper) !important;
}

.pilot-offers .angebote-card__image {
  display: block;
  width: calc(100% + 48px);
  height: 230px;
  margin: -28px -24px 24px;
  border-bottom: 1px solid var(--pilot-line-light);
  background: #e8e8e4;
  object-fit: cover;
  object-position: center;
}

.pilot-offers .angebote-card__region {
  color: var(--pilot-gold) !important;
  font: 700 11px/1.2 var(--pilot-body);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pilot-offers .angebote-card__route {
  margin: 16px 0 10px;
  color: var(--pilot-paper) !important;
  font: 650 18px/1.35 var(--pilot-body);
}

.pilot-offers .angebote-card__meta {
  color: rgba(245, 243, 239, 0.72) !important;
  font: 400 14px/1.58 var(--pilot-body);
}

.pilot-offers .angebote-card__price {
  margin-top: 12px;
  color: var(--pilot-paper) !important;
  font: 700 17px/1.3 var(--pilot-body);
}

.pilot-offers .angebote-card .btn,
.pilot-offers .ship-actions .btn-gold {
  min-height: 48px;
  margin-top: 18px;
  padding: 13px 20px;
  border: 0;
  border-radius: 0;
  background: var(--pilot-gold) !important;
  color: var(--pilot-ink) !important;
  font: 700 14px/1.2 var(--pilot-body);
  text-decoration: none !important;
  -webkit-text-fill-color: var(--pilot-ink) !important;
}

.pilot-offers .ship-offer-toolbar {
  border-color: var(--pilot-line-light);
  color: rgba(245, 243, 239, 0.72);
}

.pilot-offers .ship-actions .btn-outline {
  min-height: 48px;
  margin-top: 18px;
  padding: 13px 20px;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--pilot-paper) !important;
  box-shadow: inset 0 0 0 1px rgba(245, 243, 239, 0.68);
  font: 700 14px/1.2 var(--pilot-body);
  text-decoration: none !important;
  -webkit-text-fill-color: var(--pilot-paper) !important;
}

.pilot-offers .ship-offer-freshness,
.pilot-offers .angebote-slot__disclaimer {
  color: rgba(245, 243, 239, 0.62) !important;
}

.pilot-offers .angebote-slot__fallback {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(201, 168, 76, 0.45);
  border-radius: 0;
  background: var(--pilot-paper);
  color: var(--pilot-ink);
}

.pilot-offers .angebote-slot__fallback .ship-section__head h2,
.pilot-offers .angebote-slot__fallback .ship-section__head h3 {
  color: var(--pilot-ink) !important;
}

.pilot-offers .angebote-slot__fallback .ship-section__head p,
.pilot-offers .angebote-slot__fallback .ship-offer-fallback p {
  color: #4e4a43 !important;
}

.pilot-offers .angebote-slot__fallback .ship-kicker {
  color: #8f7222 !important;
}

.pilot-offers .angebote-slot__fallback .ship-actions .btn-outline {
  color: var(--pilot-ink) !important;
  box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.55);
  -webkit-text-fill-color: var(--pilot-ink) !important;
}

/* Closing CTA */
.pilot-editorial .article > .article__cta {
  width: min(820px, calc(100% - 48px));
  max-width: 820px;
  margin: clamp(4.75rem, 8vw, 6rem) auto 0;
  padding: clamp(2rem, 4vw, 3rem);
  border: 0;
  border-radius: 0;
  background: var(--pilot-ink);
  box-shadow: none;
}

.pilot-editorial .article__cta h3 {
  margin: 0 0 12px;
  color: var(--pilot-paper);
  font: 500 clamp(26px, 3.5vw, 36px)/1.15 var(--pilot-display);
}

.pilot-editorial .article__cta p {
  color: rgba(245, 243, 239, 0.74);
}

.pilot-editorial .article__cta-buttons a {
  border-radius: 0 !important;
}

/* Hotel category adopts the same orientation section geometry. */
.pilot-hotel .pilot-panel {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: none;
  margin: 0;
}

.pilot-hotel .pilot-answer {
  text-align: left;
}

@media (max-width: 900px) {
  .pilot-answer,
  .pilot-verdict {
    grid-template-columns: 1fr;
  }

  .pilot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pilot-stamp {
    width: fit-content;
  }

  .pilot-offers .angebote-slot__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .pilot-hero {
    min-height: 650px;
  }

  .pilot-hero__content {
    width: min(100% - 32px, 1180px);
    padding-block: 34px 42px;
  }

  .pilot-hero__breadcrumb {
    margin-bottom: 22px;
  }

  .pilot-hero h1 {
    max-width: none;
    font-size: clamp(35px, 9.2vw, 40px);
    line-height: 1.02;
  }

  .pilot-hero__lead {
    margin: 18px 0 24px;
    font-size: 16px !important;
  }

  .pilot-hero__actions,
  .pilot-hero-btn,
  .pilot-cta-row,
  .pilot-btn,
  .pilot-btn.btn {
    width: 100%;
  }

  .pilot-panel {
    padding: 64px 16px;
  }

  .pilot-answer h2 {
    font-size: 34px;
  }

  .pilot-answer p {
    font-size: 16px;
  }

  .pilot-jump {
    margin-top: 28px;
  }

  .pilot-grid,
  .pilot-offers .angebote-slot__cards {
    grid-template-columns: 1fr;
  }

  .pilot-offers .angebote-slot[data-angebote-limit="4"] .angebote-slot__cards {
    grid-template-columns: 1fr;
  }

  .pilot-choice {
    padding: 26px 22px;
  }

  .pilot-verdict {
    padding: 28px 22px;
  }

  .pilot-editorial .article > p,
  .pilot-editorial .article > h2,
  .pilot-editorial .article > h3,
  .pilot-editorial .article > h4,
  .pilot-editorial .article > ul,
  .pilot-editorial .article > ol,
  .pilot-editorial .article > blockquote,
  .pilot-editorial .article > .article__infobox,
  .pilot-editorial .article > .article__comparison,
  .pilot-editorial .article > .article__table-wrap,
  .pilot-editorial .article > .article__faq,
  .pilot-editorial .article > .content-faq,
  .pilot-editorial .article > .article__share,
  .pilot-editorial .article > .related-articles,
  .pilot-proof,
  .article > .pilot-sources,
  .pilot-editorial .article > .article__cta {
    width: calc(100% - 32px);
  }

  .article > .pilot-sources {
    padding: 24px 20px;
  }

  .pilot-sources li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .pilot-editorial .article > h2 {
    font-size: 31px;
  }

  .pilot-editorial .article p,
  .pilot-editorial .article li {
    font-size: 16px;
    line-height: 1.75;
  }

  .pilot-editorial .article > .article__table-wrap--compare {
    width: calc(100% - 32px);
    max-width: none;
    overflow: visible;
    border: 0;
  }

  .pilot-editorial .pilot-compare-table,
  .pilot-editorial .pilot-compare-table tbody {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    border: 0;
  }

  .pilot-editorial .pilot-compare-table colgroup,
  .pilot-editorial .pilot-compare-table thead {
    display: none;
  }

  .pilot-editorial .pilot-compare-table tbody tr {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 16px;
    border: 1px solid var(--pilot-line);
    background: var(--pilot-white);
  }

  .pilot-editorial .pilot-compare-table tbody th {
    display: block;
    width: auto;
    min-width: 0 !important;
    padding: 14px 16px !important;
    border: 0 !important;
    background: var(--pilot-ink) !important;
    color: var(--pilot-paper) !important;
    font-size: 17px !important;
  }

  .pilot-editorial .pilot-compare-table tbody td,
  .pilot-editorial .pilot-compare-table tbody tr:nth-child(even) td {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    width: auto;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-top: 1px solid var(--pilot-line) !important;
    background: var(--pilot-white) !important;
    color: #4d4a43 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .pilot-editorial .pilot-compare-table tbody td::before {
    align-self: start;
    color: var(--pilot-gold-text);
    content: attr(data-label);
    font: 700 10px/1.35 var(--pilot-body);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .pilot-offers {
    padding: 64px 16px;
  }

  .pilot-offers .ship-offer-toolbar,
  .pilot-offers .ship-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pilot-offers .ship-actions .btn {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pilot-hero-btn,
  .pilot-btn,
  .pilot-jump a::after {
    transition: none;
  }
}

/* Magazine expert modules are compact trust elements, not second heroes. */
body.magazin-v2 .mjv2-expert[data-bridge$="-expertenberatung"] {
  grid-template-columns: 230px minmax(0, 1fr);
  width: min(940px, calc(100vw - 40px));
  margin-top: clamp(3rem, 6vw, 5rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  border: 1px solid rgba(211, 175, 80, 0.62);
  box-shadow: 0 22px 55px rgba(11, 15, 20, 0.18);
}

body.magazin-v2 .mjv2-expert[data-bridge$="-expertenberatung"] .mjv2-expert__photo {
  align-self: center;
  width: 230px;
  height: 390px;
  min-height: 0;
  max-height: 390px;
  object-fit: cover;
  object-position: center 18%;
}

body.magazin-v2 .mjv2-expert[data-bridge$="-expertenberatung"] .mjv2-expert__content {
  padding: clamp(1.8rem, 3vw, 2.7rem);
}

body.magazin-v2 .mjv2-expert[data-bridge$="-expertenberatung"] h3 {
  font-size: clamp(1.9rem, 3.3vw, 2.8rem);
}

body.magazin-v2 .mjv2-expert[data-bridge$="-expertenberatung"] .mjv2-expert__identity {
  margin: 1.15rem 0 1.35rem;
}

@media (max-width: 720px) {
  body.magazin-v2 .mjv2-expert[data-bridge$="-expertenberatung"] {
    grid-template-columns: 1fr;
    width: calc(100vw - 28px);
    padding-top: 22px;
  }

  body.magazin-v2 .mjv2-expert[data-bridge$="-expertenberatung"] .mjv2-expert__photo {
    justify-self: center;
    width: 210px;
    height: 255px;
    max-height: 255px;
    border: 1px solid rgba(211, 175, 80, 0.48);
  }

  body.magazin-v2 .mjv2-expert[data-bridge$="-expertenberatung"] .mjv2-expert__content {
    padding: 1.5rem 1.35rem 1.8rem;
  }
}
