/* Magazin V2 Pilot — scoped to .magazin-v2. No global component is modified. */
.magazin-v2 {
  --mj-ink: #0b0f14;
  --mj-ink-soft: #151b22;
  --mj-paper: #f5f3ef;
  --mj-white: #fff;
  --mj-gold: #c9a84c;
  --mj-gold-dark: #765a18;
  --mj-text: #252a30;
  --mj-muted: #656b71;
  --mj-line: rgba(11, 15, 20, .13);
  --mj-shadow: 0 24px 70px rgba(11, 15, 20, .11);
  background: var(--mj-paper);
  color: var(--mj-text);
}

.magazin-v2 main {
  background:
    radial-gradient(circle at 88% 4%, rgba(201, 168, 76, .08), transparent 27rem),
    var(--mj-paper);
  overflow: clip;
}

.magazin-v2 .breadcrumb {
  background: transparent;
  color: var(--mj-muted);
}

.magazin-v2 .breadcrumb__link,
.magazin-v2 .breadcrumb__current {
  color: var(--mj-muted);
}

.magazin-v2 .article {
  max-width: 790px;
  padding: 1rem 24px 6rem;
}

.magazin-v2 .article__meta {
  border-color: var(--mj-line);
  color: var(--mj-muted);
  margin-bottom: 1.6rem;
}

.magazin-v2 .article__date {
  color: var(--mj-gold-dark);
}

.magazin-v2 .article > h1 {
  max-width: 980px;
  margin: 0 0 2rem;
  font-family: var(--font-headline, "Playfair Display", Georgia, serif);
  font-size: clamp(2.65rem, 6.2vw, 5.25rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .99;
  color: var(--mj-ink);
}

.magazin-v2 .article > h2,
.magazin-v2 .article > h3,
.magazin-v2 .article__faq h2 {
  color: var(--mj-ink);
}

.magazin-v2 .article > h2 {
  margin-top: clamp(4rem, 8vw, 6.5rem);
  font-size: clamp(1.85rem, 3.7vw, 2.75rem);
  letter-spacing: -.025em;
  line-height: 1.12;
  scroll-margin-top: 110px;
}

.magazin-v2 .article > h3 {
  margin-top: 2.8rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
}

.magazin-v2 .article > p,
.magazin-v2 .article li,
.magazin-v2 .article__faq-answer p {
  color: var(--mj-text);
}

.magazin-v2 .article > p {
  font-size: 1.075rem;
  line-height: 1.86;
}

.magazin-v2 .article > p:first-of-type {
  font-size: clamp(1.15rem, 2vw, 1.32rem);
  line-height: 1.72;
}

.magazin-v2 .article strong {
  color: var(--mj-ink);
}

.magazin-v2 .article a {
  color: var(--mj-gold-dark);
  text-underline-offset: .18em;
}

.magazin-v2 .article__hero-img {
  width: min(1120px, calc(100vw - 48px));
  margin: 0 0 clamp(2.25rem, 5vw, 4rem) 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  box-shadow: var(--mj-shadow);
}

.magazin-v2 .article__hero-img picture,
.magazin-v2 .article__hero-img img {
  display: block;
  width: 100%;
}

.magazin-v2 .article__hero-img img {
  aspect-ratio: 16 / 8.3;
  object-fit: cover;
}

.magazin-v2 .article__comparison {
  width: min(1000px, calc(100vw - 48px));
  margin: 2.2rem 0 3rem 50%;
  transform: translateX(-50%);
  border: 1px solid var(--mj-line);
  border-radius: 3px;
  background: var(--mj-white);
  box-shadow: 0 12px 36px rgba(11, 15, 20, .06);
}

.magazin-v2 .article__comparison table {
  margin: 0;
}

.magazin-v2 .article__comparison th {
  padding: 1rem 1.05rem;
  background: var(--mj-ink);
  color: #ead99f;
  font-size: .76rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.magazin-v2 .article__comparison td {
  padding: .9rem 1.05rem;
  border-color: var(--mj-line);
  color: var(--mj-text);
}

.magazin-v2 .article__comparison tr:nth-child(even) td {
  background: #efede8;
}

.magazin-v2 .article__pullquote {
  margin: 3rem 0;
  padding: 2rem 2.3rem;
  border-left-color: var(--mj-gold);
  background: var(--mj-white);
  box-shadow: 0 14px 40px rgba(11, 15, 20, .06);
}

.magazin-v2 .article__pullquote p {
  color: var(--mj-ink);
}

.magazin-v2 .article__pullquote cite {
  color: var(--mj-gold-dark);
}

.magazin-v2 .article__faq-item {
  border-color: var(--mj-line);
  background: var(--mj-white);
}

.magazin-v2 .article__faq-question {
  color: var(--mj-ink);
}

.magazin-v2 .article__share {
  border-color: var(--mj-line);
}

.magazin-v2 .article__share span {
  color: var(--mj-muted);
}

/* Full-width editorial modules */
.magazin-v2 .mjv2-orientierung,
.magazin-v2 .mjv2-inline-cta,
.magazin-v2 .mjv2-offers,
.magazin-v2 .mjv2-expert {
  width: min(1120px, calc(100vw - 48px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.magazin-v2 .mjv2-orientierung {
  margin-top: clamp(3rem, 7vw, 5.5rem);
  margin-bottom: clamp(4.2rem, 8vw, 7rem);
  padding: clamp(2rem, 5vw, 4.2rem);
  background: #ebe8e1;
  border: 1px solid var(--mj-line);
}

.magazin-v2 .mjv2-section-head {
  max-width: 720px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.magazin-v2 .mjv2-section-head--left {
  max-width: 740px;
  margin-left: 0;
  text-align: left;
}

.magazin-v2 .mjv2-eyebrow {
  display: inline-block;
  margin-bottom: .9rem;
  color: var(--mj-gold-dark);
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.magazin-v2 .mjv2-section-head h2,
.magazin-v2 .mjv2-inline-cta h3,
.magazin-v2 .mjv2-expert h3 {
  margin: 0 0 .85rem;
  color: var(--mj-ink);
  font-family: var(--font-headline, "Playfair Display", Georgia, serif);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.magazin-v2 .mjv2-section-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
}

.magazin-v2 .mjv2-section-head p,
.magazin-v2 .mjv2-type-item p,
.magazin-v2 .mjv2-inline-cta p,
.magazin-v2 .mjv2-offers-footer p,
.magazin-v2 .mjv2-expert p {
  color: var(--mj-muted);
}

.magazin-v2 .mjv2-section-head p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.72;
}

.magazin-v2 .mjv2-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--mj-line);
  border: 1px solid var(--mj-line);
}

.magazin-v2 .mjv2-type-item {
  position: relative;
  min-width: 0;
  padding: 2rem;
  background: var(--mj-white);
  transition: transform .25s ease, box-shadow .25s ease;
}

.magazin-v2 .mjv2-type-item:hover {
  z-index: 1;
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(11, 15, 20, .11);
}

.magazin-v2 .mjv2-type-item__number {
  display: block;
  margin-bottom: 2rem;
  color: var(--mj-gold-dark);
  font-family: var(--font-headline, Georgia, serif);
  font-size: 1.05rem;
}

.magazin-v2 .mjv2-type-item__for {
  margin: 0 0 .55rem;
  color: var(--mj-gold-dark) !important;
  font-size: .7rem !important;
  font-weight: 750;
  letter-spacing: .11em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.magazin-v2 .mjv2-type-item h3 {
  min-height: 2.7em;
  margin: 0 0 1rem;
  color: var(--mj-ink);
  font-family: var(--font-headline, Georgia, serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.25;
}

.magazin-v2 .mjv2-type-item p {
  min-height: 5.2em;
  margin: 0 0 1.35rem;
  font-size: .96rem;
  line-height: 1.65;
}

.magazin-v2 .mjv2-type-item a {
  color: var(--mj-ink);
  font-size: .87rem;
  font-weight: 720;
  text-decoration: none;
}

.magazin-v2 .mjv2-type-item a:hover {
  color: var(--mj-gold-dark);
}

.magazin-v2 .mjv2-decision-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.75rem 2rem;
  background: var(--mj-white);
  border: 1px solid var(--mj-line);
  border-top: 0;
}

.magazin-v2 .mjv2-decision-bar strong,
.magazin-v2 .mjv2-decision-bar span {
  display: block;
}

.magazin-v2 .mjv2-decision-bar strong {
  margin-bottom: .25rem;
  color: var(--mj-ink);
  font-family: var(--font-headline, Georgia, serif);
  font-size: 1.18rem;
}

.magazin-v2 .mjv2-decision-bar span {
  color: var(--mj-muted);
  font-size: .9rem;
}

.magazin-v2 .mjv2-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
}

.magazin-v2 .mjv2-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: .84rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.magazin-v2 .article a.mjv2-btn--gold,
.magazin-v2 a.mjv2-btn--gold {
  background: var(--mj-gold);
  color: var(--mj-ink);
}

.magazin-v2 .mjv2-btn:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.magazin-v2 .mjv2-link {
  color: var(--mj-ink);
  font-size: .85rem;
  font-weight: 720;
  text-decoration: none;
}

.magazin-v2 .mjv2-link--light,
.magazin-v2 .article a.mjv2-link--light {
  color: #f3ead0;
}

.magazin-v2 .mjv2-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  align-items: center;
  gap: 3rem;
  margin-top: clamp(3.2rem, 7vw, 5.5rem);
  margin-bottom: clamp(3.2rem, 7vw, 5.5rem);
  padding: clamp(2rem, 4vw, 3.2rem);
  background: var(--mj-ink);
  border-left: 4px solid var(--mj-gold);
  box-shadow: var(--mj-shadow);
}

.magazin-v2 .mjv2-inline-cta h3 {
  color: var(--mj-white);
  font-size: clamp(1.7rem, 3.3vw, 2.5rem);
}

.magazin-v2 .mjv2-inline-cta p {
  margin: 0;
  color: #c4c7c9;
  line-height: 1.65;
}

/* Curated offer area */
.magazin-v2 .mjv2-offers {
  margin-top: clamp(4rem, 8vw, 7rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 5vw, 4.2rem);
  background: var(--mj-white);
  border: 1px solid var(--mj-line);
  box-shadow: var(--mj-shadow);
}

.magazin-v2 .mjv2-offer-status {
  padding: 1.5rem 0;
  color: var(--mj-muted);
  font-size: .9rem;
}

.magazin-v2 .mjv2-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.magazin-v2 .mjv2-offer-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #f1efe9;
  border: 1px solid var(--mj-line);
}

.magazin-v2 .mjv2-offer-item__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--mj-ink-soft);
}

.magazin-v2 .mjv2-offer-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.magazin-v2 .mjv2-offer-item:hover img {
  transform: scale(1.035);
}

.magazin-v2 .mjv2-offer-item__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .46rem .65rem;
  background: var(--mj-gold);
  color: var(--mj-ink);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.magazin-v2 .mjv2-offer-item__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.magazin-v2 .mjv2-offer-item__line {
  margin: 0 0 .55rem;
  color: var(--mj-gold-dark) !important;
  font-size: .69rem !important;
  font-weight: 780;
  letter-spacing: .1em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.magazin-v2 .mjv2-offer-item h3 {
  margin: 0 0 .75rem;
  color: var(--mj-ink);
  font-family: var(--font-headline, Georgia, serif);
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.27;
}

.magazin-v2 .mjv2-offer-item__meta {
  margin: 0 0 1.2rem;
  color: var(--mj-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.magazin-v2 .mjv2-offer-item__price {
  margin: auto 0 1rem;
  color: var(--mj-ink);
  font-family: var(--font-headline, Georgia, serif);
  font-size: 1.38rem;
  font-weight: 600;
}

.magazin-v2 .mjv2-offer-item__cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .7rem 1rem;
  border: 1px solid #c9a84c;
  background: linear-gradient(135deg, #ddc978 0%, #c9a84c 100%);
  color: var(--mj-ink) !important;
  font-size: .8rem;
  font-weight: 740;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.magazin-v2 .mjv2-offer-item__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(201, 168, 76, .24);
  filter: brightness(1.04);
}

.magazin-v2 .mjv2-offer-item__cta:focus-visible {
  outline: 3px solid rgba(201, 168, 76, .38);
  outline-offset: 3px;
}

.magazin-v2 .mjv2-offer-fallback {
  display: none;
  padding: 1.5rem;
  background: #f1efe9;
}

.magazin-v2 .mjv2-offer-fallback p {
  margin: 0;
  color: var(--mj-muted);
}

.magazin-v2 .mjv2-offers[data-state="empty"] .mjv2-offer-fallback,
.magazin-v2 .mjv2-offers[data-state="error"] .mjv2-offer-fallback {
  display: block;
}

.magazin-v2 .mjv2-offers-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--mj-line);
}

.magazin-v2 .mjv2-offers-footer p {
  max-width: 550px;
  margin: 0;
  font-size: .88rem;
  line-height: 1.6;
}

/* Personal advice */
.magazin-v2 .mjv2-expert {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) 1.55fr;
  overflow: hidden;
  margin-top: clamp(4rem, 8vw, 7rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
  background: var(--mj-ink);
  box-shadow: var(--mj-shadow);
}

.magazin-v2 .mjv2-expert__photo {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(.86) contrast(1.02);
}

.magazin-v2 .mjv2-expert__content {
  align-self: center;
  padding: clamp(2.2rem, 5vw, 4.4rem);
}

.magazin-v2 .mjv2-expert h3 {
  color: var(--mj-white);
  font-size: clamp(2rem, 4.4vw, 3.65rem);
}

.magazin-v2 .mjv2-expert__content > p {
  max-width: 660px;
  color: #c5c8ca;
  font-size: 1rem;
  line-height: 1.72;
}

.magazin-v2 .mjv2-expert__identity {
  display: grid;
  gap: .2rem;
  margin: 1.6rem 0 1.8rem;
  color: #b7bbbe;
  font-size: .84rem;
}

.magazin-v2 .mjv2-expert__identity strong {
  color: var(--mj-white);
  font-family: var(--font-headline, Georgia, serif);
  font-size: 1.15rem;
}

.magazin-v2 .mjv2-rating {
  color: #e2cc83;
}

.magazin-v2 .mjv2-trust {
  margin: 1.3rem 0 0 !important;
  color: #8f9498 !important;
  font-size: .76rem !important;
}

/* The standard contact rail supports desktop readers after the article intro.
   Mobile keeps the focused two-choice bar and never stacks floating controls. */
.magazin-v2 .az-floating-cta,
.magazin-v2 .sticky-contact-bar {
  display: none !important;
}

@media (min-width: 1360px) {
  .magazin-v2 .az-floating-cta.mjv2-contact-rail {
    display: flex !important;
    opacity: 0;
    pointer-events: none;
    transform: translate(100%, -50%);
    transition: opacity .24s ease, transform .24s ease;
  }

  .magazin-v2 .az-floating-cta.mjv2-contact-rail.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, -50%);
  }

  .magazin-v2 .az-floating-cta__item:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -3px;
  }
}

.magazin-v2 .mjv2-mobile-bar {
  display: none;
}

.magazin-v2 .related-articles {
  background: #ebe8e1;
}

.magazin-v2 .related-articles h2 {
  color: var(--mj-ink);
}

.magazin-v2 .related-card {
  background: var(--mj-white);
  border-color: var(--mj-line);
}

.magazin-v2 .related-card__title {
  color: var(--mj-ink);
}

.magazin-v2 .related-card__excerpt,
.magazin-v2 .related-card__meta {
  color: var(--mj-muted);
}

/* New-CI footer: preserve every existing destination, contact, trust and
   legal link while bringing the inherited footer into the editorial system. */
.magazin-v2 .mjv2-footer {
  margin-top: 0;
  padding: 72px 0 40px;
  background: var(--mj-ink);
  color: rgba(245, 243, 239, .65);
  font-size: 14px;
}

.magazin-v2 .mjv2-footer .footer__gold-line {
  display: none;
}

.magazin-v2 .mjv2-footer .footer__main {
  padding: 0;
}

.magazin-v2 .mjv2-footer .footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.3fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(30px, 4vw, 58px);
}

.magazin-v2 .mjv2-footer .footer__brand {
  padding: 0;
}

.magazin-v2 .mjv2-footer .footer__logo {
  margin: 0 0 20px;
}

.magazin-v2 .mjv2-footer .footer__logo img {
  width: auto;
  height: 32px;
}

.magazin-v2 .mjv2-footer .footer__tagline {
  max-width: 310px;
  margin: 0 0 20px;
  color: rgba(245, 243, 239, .66) !important;
  line-height: 1.7;
}

.magazin-v2 .mjv2-footer .footer__contact-item {
  margin-bottom: 9px;
  color: rgba(245, 243, 239, .7) !important;
  font-size: 13px;
  text-decoration: none;
}

.magazin-v2 .mjv2-footer .footer__contact-item:hover,
.magazin-v2 .mjv2-footer .footer__contact-item:focus-visible {
  color: var(--mj-gold) !important;
}

.magazin-v2 .mjv2-footer .footer__heading {
  margin: 3px 0 18px;
  color: var(--mj-gold) !important;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.magazin-v2 .mjv2-footer .footer__list {
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.magazin-v2 .mjv2-footer .footer__link {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(245, 243, 239, .62) !important;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

.magazin-v2 .mjv2-footer .footer__link:hover,
.magazin-v2 .mjv2-footer .footer__link:focus-visible {
  padding-left: 0;
  color: var(--mj-white) !important;
}

.magazin-v2 .mjv2-footer .footer__social {
  gap: 9px;
  margin-top: 20px;
}

.magazin-v2 .mjv2-footer .footer__social-link {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(245, 243, 239, .13);
  background: transparent;
}

.magazin-v2 .mjv2-footer .footer__trust {
  margin-top: 20px;
  padding-top: 18px;
  border-color: rgba(245, 243, 239, .1);
}

.magazin-v2 .mjv2-footer .footer__trust a {
  color: rgba(245, 243, 239, .58) !important;
}

.magazin-v2 .mjv2-footer .footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
  padding: 16px 0 0;
  border-color: rgba(245, 243, 239, .1);
}

.magazin-v2 .mjv2-footer .footer-badge {
  min-height: 26px;
  padding: 5px 8px;
  border-color: rgba(200, 169, 106, .22);
  border-radius: 999px;
  color: rgba(245, 243, 239, .48);
  font-size: 9px;
  white-space: normal;
}

.magazin-v2 .mjv2-footer__assurance {
  width: min(1180px, calc(100% - 40px));
  margin: 46px auto 0;
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  border-top: 1px solid rgba(245, 243, 239, .1);
  border-bottom: 1px solid rgba(245, 243, 239, .1);
  color: rgba(245, 243, 239, .58);
  font-size: 11px;
  letter-spacing: .035em;
  text-align: center;
}

.magazin-v2 .mjv2-footer__assurance span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--mj-gold);
}

.magazin-v2 .mjv2-footer .footer__bottom {
  margin-top: 24px;
  padding: 0;
  border: 0;
}

.magazin-v2 .mjv2-footer .footer__bottom-inner {
  align-items: flex-start;
  gap: 18px 28px;
}

.magazin-v2 .mjv2-footer .footer__copyright,
.magazin-v2 .mjv2-footer .footer__legal-link {
  color: rgba(245, 243, 239, .64) !important;
  font-size: 12px;
}

.magazin-v2 .mjv2-footer .footer__legal {
  gap: 9px 16px;
  flex-wrap: wrap;
}

/* emergency-fix.css intentionally carries high-specificity link guards.
   These footer-only selectors restore the quieter new-CI hierarchy. */
body.magazin-v2 footer.mjv2-footer a.footer__contact-item:not(.btn):not(.nav-link),
body.magazin-v2 footer.mjv2-footer .footer__list a.footer__link:not(.btn):not(.nav-link) {
  color: rgba(245, 243, 239, .64) !important;
}

body.magazin-v2 footer.mjv2-footer a.footer__contact-item:not(.btn):not(.nav-link):hover,
body.magazin-v2 footer.mjv2-footer a.footer__contact-item:not(.btn):not(.nav-link):focus-visible,
body.magazin-v2 footer.mjv2-footer .footer__list a.footer__link:not(.btn):not(.nav-link):hover,
body.magazin-v2 footer.mjv2-footer .footer__list a.footer__link:not(.btn):not(.nav-link):focus-visible {
  color: var(--mj-white) !important;
}

body.magazin-v2 footer.mjv2-footer a.footer__social-link:not(.btn):not(.nav-link) {
  color: rgba(245, 243, 239, .82) !important;
}

body.magazin-v2 footer.mjv2-footer .footer__trust a:not(.btn):not(.nav-link),
body.magazin-v2 footer.mjv2-footer .footer__legal a.footer__legal-link:not(.btn):not(.nav-link) {
  color: rgba(245, 243, 239, .64) !important;
}

@media (max-width: 980px) {
  .magazin-v2 .mjv2-footer .footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .magazin-v2 .mjv2-footer .footer__brand {
    grid-column: 1 / -1;
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .magazin-v2 .mjv2-footer {
    padding: 54px 0 100px;
  }

  .magazin-v2 .mjv2-footer .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .magazin-v2 .mjv2-footer .footer__brand {
    grid-column: 1 / -1;
  }

  .magazin-v2 .mjv2-footer .footer__grid > div:last-child {
    grid-column: 1 / -1;
  }

  .magazin-v2 .mjv2-footer .footer__grid > div:last-child .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }

  .magazin-v2 .mjv2-footer__assurance {
    grid-template-columns: 1fr 1fr;
    gap: 12px 8px;
  }

  .magazin-v2 .mjv2-footer .footer__bottom-inner {
    align-items: flex-start;
    text-align: left;
  }

  .magazin-v2 .mjv2-footer .footer__legal {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .magazin-v2 .mjv2-footer .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 18px;
  }

  .magazin-v2 .mjv2-footer .footer__brand {
    grid-column: 1 / -1;
  }

  .magazin-v2 .mjv2-footer__assurance {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

/* Legacy emergency.css uses broad !important rules. This scoped layer keeps
   the pilot light/editorial without changing any global stylesheet. */
.magazin-v2 .article > h1,
.magazin-v2 .article > h2,
.magazin-v2 .article > h3 {
  color: var(--mj-ink) !important;
}

.magazin-v2 .article > p,
.magazin-v2 .article li,
.magazin-v2 .article__faq-answer p {
  color: var(--mj-text) !important;
}

.magazin-v2 .article__comparison th {
  background: var(--mj-ink) !important;
  color: #ead99f !important;
}

.magazin-v2 .article__comparison td {
  color: var(--mj-text) !important;
  border-color: var(--mj-line) !important;
}

.magazin-v2 .article__faq-item {
  background: var(--mj-white) !important;
  border-color: var(--mj-line) !important;
}

.magazin-v2 .article__faq-question {
  color: var(--mj-ink) !important;
}

.magazin-v2 .mjv2-section-head h2,
.magazin-v2 .mjv2-type-item h3,
.magazin-v2 .mjv2-offer-item h3 {
  color: var(--mj-ink) !important;
}

.magazin-v2 .mjv2-section-head p,
.magazin-v2 .mjv2-type-item p,
.magazin-v2 .mjv2-offers-footer p,
.magazin-v2 .mjv2-offer-fallback p,
.magazin-v2 .mjv2-offer-item__meta {
  color: var(--mj-muted) !important;
}

.magazin-v2 .mjv2-type-item__for,
.magazin-v2 .mjv2-offer-item__line {
  color: var(--mj-gold-dark) !important;
}

.magazin-v2 .mjv2-eyebrow,
.magazin-v2 .mjv2-type-item__number {
  color: var(--mj-gold-dark) !important;
}

.magazin-v2 .mjv2-offer-item__badge {
  color: var(--mj-ink) !important;
}

.magazin-v2 .mjv2-decision-bar span {
  color: var(--mj-muted) !important;
}

.magazin-v2 .mjv2-type-item a,
.magazin-v2 .mjv2-link {
  color: var(--mj-ink) !important;
}

.magazin-v2 .mjv2-link--light,
.magazin-v2 .article a.mjv2-link--light {
  color: #f3ead0 !important;
}

.magazin-v2 .mjv2-decision-bar strong,
.magazin-v2 .mjv2-offers strong {
  color: var(--mj-ink) !important;
}

.magazin-v2 .mjv2-inline-cta h3,
.magazin-v2 .mjv2-expert h3,
.magazin-v2 .mjv2-expert strong {
  color: var(--mj-white) !important;
}

.magazin-v2 .mjv2-inline-cta p,
.magazin-v2 .mjv2-expert__content > p {
  color: #c5c8ca !important;
}

.magazin-v2 .mjv2-expert__identity span {
  color: #b7bbbe !important;
}

.magazin-v2 .mjv2-expert__identity .mjv2-rating {
  color: #e2cc83 !important;
}

.magazin-v2 .related-articles h2,
.magazin-v2 .related-card__title {
  color: var(--mj-ink) !important;
}

.magazin-v2 .related-card {
  background: var(--mj-white) !important;
  border-color: var(--mj-line) !important;
}

.magazin-v2 .related-card__excerpt,
.magazin-v2 .related-card__meta {
  color: var(--mj-muted) !important;
}

.magazin-v2 .mjv2-mobile-bar__advice {
  color: var(--mj-ink) !important;
}

.magazin-v2 .mjv2-mobile-bar__trips {
  color: var(--mj-white) !important;
}

@media (max-width: 980px) {
  .magazin-v2 .mjv2-type-grid,
  .magazin-v2 .mjv2-offer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .magazin-v2 .mjv2-type-item:last-child,
  .magazin-v2 .mjv2-offer-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .magazin-v2 .mjv2-inline-cta {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .magazin-v2 .mjv2-decision-bar,
  .magazin-v2 .mjv2-offers-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .magazin-v2 {
    padding-bottom: 70px;
  }

  .magazin-v2 .cc-trigger {
    display: none !important;
  }

  .magazin-v2 .article {
    padding-right: 19px;
    padding-left: 19px;
  }

  .magazin-v2 .article > h1 {
    font-size: clamp(2.45rem, 13vw, 3.65rem);
  }

  .magazin-v2 .article__hero-img,
  .magazin-v2 .article__comparison,
  .magazin-v2 .mjv2-orientierung,
  .magazin-v2 .mjv2-inline-cta,
  .magazin-v2 .mjv2-offers,
  .magazin-v2 .mjv2-expert {
    width: calc(100vw - 28px);
  }

  .magazin-v2 .article__hero-img img {
    min-height: 250px;
    aspect-ratio: 4 / 3;
  }

  .magazin-v2 .article__comparison {
    border-radius: 0;
  }

  .magazin-v2 .mjv2-orientierung,
  .magazin-v2 .mjv2-offers {
    padding: 1.35rem;
  }

  .magazin-v2 .mjv2-type-grid,
  .magazin-v2 .mjv2-offer-grid,
  .magazin-v2 .mjv2-expert {
    grid-template-columns: 1fr;
  }

  .magazin-v2 .mjv2-type-item:last-child,
  .magazin-v2 .mjv2-offer-item:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .magazin-v2 .mjv2-type-item {
    padding: 1.5rem;
  }

  .magazin-v2 .mjv2-type-item__number {
    margin-bottom: 1rem;
  }

  .magazin-v2 .mjv2-type-item h3,
  .magazin-v2 .mjv2-type-item p {
    min-height: 0;
  }

  .magazin-v2 .mjv2-decision-bar {
    padding: 1.45rem;
  }

  .magazin-v2 .mjv2-actions,
  .magazin-v2 .mjv2-actions .mjv2-btn {
    width: 100%;
  }

  .magazin-v2 .mjv2-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
  }

  .magazin-v2 .mjv2-inline-cta {
    padding: 1.65rem;
  }

  .magazin-v2 .mjv2-expert__photo {
    min-height: 300px;
    max-height: 380px;
  }

  .magazin-v2 .mjv2-expert__content {
    padding: 1.75rem 1.45rem 2rem;
  }

  .magazin-v2 .mjv2-mobile-bar {
    position: fixed;
    z-index: 9000;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: rgba(11, 15, 20, .96);
    border-top: 1px solid rgba(255, 255, 255, .13);
    box-shadow: 0 -10px 30px rgba(11, 15, 20, .22);
    backdrop-filter: blur(12px);
  }

  .magazin-v2 .mjv2-mobile-bar a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .82rem;
    font-weight: 780;
    text-decoration: none;
  }

  .magazin-v2 .mjv2-mobile-bar__advice {
    background: var(--mj-gold);
    color: var(--mj-ink);
  }

  .magazin-v2 .mjv2-mobile-bar__trips {
    color: var(--mj-white);
  }
}

/* V7: the global emergency visibility sheet still assigns light text with
   !important. Keep every light editorial surface readable, including legacy
   nested blocks that are not direct children of article.article. */
body.magazin-v2 main article.article > h1,
body.magazin-v2 main article.article > h2,
body.magazin-v2 main article.article > h3,
body.magazin-v2 main article.article > h4 {
  color: var(--mj-ink) !important;
}

body.magazin-v2 main article.article > p,
body.magazin-v2 main article.article > ul > li,
body.magazin-v2 main article.article > ol > li,
body.magazin-v2 main article.article > div:not(.article__infobox):not(.article__pullquote):not(.mjv2-expert):not(.mjv2-inline-cta) > p,
body.magazin-v2 main article.article details p {
  color: var(--mj-text) !important;
}

body.magazin-v2 main .article__pullquote p,
body.magazin-v2 main .article__pullquote strong {
  color: var(--mj-ink) !important;
}

/* global.css forces every blockquote onto a dark emergency surface. Keep the
   editorial pull quote on its intended paper surface so its ink remains legible. */
body.magazin-v2 main blockquote.article__pullquote,
body.magazin-v2 main .article__pullquote {
  background: var(--mj-white) !important;
  color: var(--mj-ink) !important;
}

body.magazin-v2 main .article__pullquote cite {
  color: var(--mj-gold-dark) !important;
}

/* Infoboxes sit on #141a22: the darker editorial gold is intentionally
   reserved for light surfaces, while brand gold keeps these small labels
   comfortably above the WCAG AA contrast threshold on the dark panel. */
body.magazin-v2 main .article__infobox .tip-title,
body.magazin-v2 main .article__infobox .tip-title strong {
  color: var(--mj-gold) !important;
}

body.magazin-v2 main .article__infobox p,
body.magazin-v2 main .article__infobox li {
  color: #d1d8de !important;
}

body.magazin-v2 main .mjv2-inline-cta h3,
body.magazin-v2 main .mjv2-inline-cta strong,
body.magazin-v2 main .mjv2-expert h3,
body.magazin-v2 main .mjv2-expert strong {
  color: var(--mj-white) !important;
}

body.magazin-v2 main .mjv2-inline-cta p,
body.magazin-v2 main .mjv2-expert__content > p,
body.magazin-v2 main .mjv2-expert__identity span {
  color: #c5c8ca !important;
}

body.magazin-v2 main .mjv2-expert__identity .mjv2-rating {
  color: #e2cc83 !important;
}

/* V11: canonical magazine FAQ and compact expert card.
   These component-owned rules must not depend on generic article colours. */
body.magazin-v2 main article.article .mjv2-faq {
  display: grid;
  gap: .75rem;
  margin: 1.5rem 0 3.5rem;
}

body.magazin-v2 main article.article .mjv2-faq details {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--mj-line);
  background: var(--mj-white);
  color: var(--mj-ink);
}

body.magazin-v2 main article.article .mjv2-faq details[open] {
  border-color: rgba(201, 168, 76, .72);
  box-shadow: 0 12px 30px rgba(11, 15, 20, .08);
}

body.magazin-v2 main article.article .mjv2-faq summary {
  position: relative;
  padding: 1rem 3.25rem 1rem 1.2rem;
  cursor: pointer;
  list-style: none;
  background: var(--mj-white);
  color: var(--mj-ink) !important;
  font-weight: 700;
  line-height: 1.45;
}

body.magazin-v2 main article.article .mjv2-faq summary::-webkit-details-marker {
  display: none;
}

body.magazin-v2 main article.article .mjv2-faq summary::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  content: "+";
  transform: translateY(-50%);
  color: var(--mj-gold-dark);
  font-size: 1.45rem;
  font-weight: 400;
}

body.magazin-v2 main article.article .mjv2-faq details[open] summary::after {
  content: "\2212";
}

body.magazin-v2 main article.article .mjv2-faq details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
  background: var(--mj-white);
  color: var(--mj-text) !important;
  font-size: 1rem;
  line-height: 1.72;
}

body.magazin-v2 main .mjv2-expert.mjv2-expert--compact {
  width: min(940px, calc(100vw - 48px));
  grid-template-columns: 230px minmax(0, 1fr);
  border: 1px solid rgba(201, 168, 76, .55);
  box-shadow: 0 22px 55px rgba(11, 15, 20, .16);
}

body.magazin-v2 main .mjv2-expert.mjv2-expert--compact .mjv2-expert__photo {
  align-self: center;
  width: 230px;
  height: 390px;
  min-height: 0;
  object-position: center 18%;
}

body.magazin-v2 main .mjv2-expert.mjv2-expert--compact .mjv2-expert__content {
  padding: clamp(2.25rem, 4vw, 3.35rem);
}

body.magazin-v2 main .mjv2-expert.mjv2-expert--compact h3 {
  font-size: clamp(2rem, 3.6vw, 3.05rem);
}

@media (max-width: 720px) {
  body.magazin-v2 main .mjv2-expert.mjv2-expert--compact {
    width: calc(100vw - 28px);
    grid-template-columns: 1fr;
  }

  body.magazin-v2 main .mjv2-expert.mjv2-expert--compact .mjv2-expert__photo {
    width: 100%;
    height: min(92vw, 360px);
    max-height: 360px;
  }

  body.magazin-v2 main article.article .mjv2-faq summary {
    padding: .95rem 2.8rem .95rem 1rem;
  }

  body.magazin-v2 main article.article .mjv2-faq details p {
    padding: 0 1rem 1rem;
  }
}

/* V9: emergency-fix.css targets generic span elements with two :not()
   clauses. These selectors deliberately exceed that specificity on the
   light article surfaces. */
body.magazin-v2 main article.article > div.article__meta span.article__meta-item:not(.rd-card__label):not(.rd-card__check) {
  color: var(--mj-muted) !important;
}

body.magazin-v2 main article.article > div.article__meta span.article__meta-item.article__date:not(.rd-card__label):not(.rd-card__check) {
  color: var(--mj-gold-dark) !important;
}

body.magazin-v2 main article.article section.mjv2-orientierung span.mjv2-eyebrow:not(.rd-card__label):not(.rd-card__check),
body.magazin-v2 main article.article article.mjv2-type-item span.mjv2-type-item__number:not(.rd-card__label):not(.rd-card__check) {
  color: var(--mj-gold-dark) !important;
}

/* V12: the canonical 120-point magazine reference.
   Editorial images, verified-source block, table caption and CTA hierarchy. */
body.magazin-v2 main article.article .mjv2-editorial-figure {
  width: min(980px, calc(100vw - 48px));
  overflow: hidden;
  margin: clamp(2.75rem, 6vw, 4.5rem) 50%;
  transform: translateX(-50%);
  background: var(--mj-ink);
  box-shadow: 0 24px 64px rgba(11, 15, 20, .16);
}

body.magazin-v2 main article.article .mjv2-editorial-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 801;
  object-fit: cover;
  background: #e9e5dc;
}

body.magazin-v2 main article.article .mjv2-editorial-figure figcaption {
  margin: 0;
  padding: .9rem 1.15rem 1rem;
  border-top: 1px solid rgba(201, 168, 76, .38);
  background: var(--mj-ink);
  color: #d8dadd;
  font-size: .82rem;
  line-height: 1.55;
}

body.magazin-v2 main article.article .mjv2-editorial-figure--compact {
  width: min(640px, calc(100vw - 48px));
}

body.magazin-v2 main article.article .mjv2-editorial-figure--compact img {
  aspect-ratio: 1 / 1;
}

body.magazin-v2 main article.article .mjv2-sources {
  width: min(880px, calc(100vw - 48px));
  margin: 2.25rem 50% 4rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  transform: translateX(-50%);
  border: 1px solid rgba(201, 168, 76, .42);
  border-left: 5px solid var(--mj-gold);
  background: linear-gradient(135deg, #fbfaf6 0%, #f2eee3 100%);
  box-shadow: 0 18px 42px rgba(11, 15, 20, .08);
}

body.magazin-v2 main article.article .mjv2-sources h3 {
  margin: .35rem 0 .8rem;
  color: var(--mj-ink);
  font-size: clamp(1.5rem, 3vw, 2.05rem);
}

body.magazin-v2 main article.article .mjv2-sources > p {
  margin: 0 0 1.25rem;
  color: var(--mj-text);
}

body.magazin-v2 main article.article .mjv2-sources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.magazin-v2 main article.article .mjv2-sources li {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  font-size: .86rem;
  line-height: 1.5;
}

body.magazin-v2 main article.article .mjv2-sources li::before {
  position: absolute;
  top: .58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mj-gold-dark);
  content: "";
}

body.magazin-v2 main article.article .mjv2-sources a {
  color: var(--mj-ink);
  text-decoration-color: rgba(201, 168, 76, .72);
  text-underline-offset: 3px;
}

body.magazin-v2 main article.article .article__comparison caption {
  padding: 0 0 .8rem;
  caption-side: top;
  color: var(--mj-muted);
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .02em;
  text-align: left;
}

body.magazin-v2 main article.article .article__meta time {
  color: inherit;
  font: inherit;
}

body.magazin-v2 main article.article section.mjv2-offers article.mjv2-offer-item a.mjv2-offer-item__cta.mjv2-offer-item__cta.mjv2-offer-item__cta {
  border: 1px solid #c9a84c !important;
  background: linear-gradient(135deg, #ddc978 0%, #c9a84c 100%) !important;
  color: #0b0f14 !important;
  text-decoration: none !important;
}

body.magazin-v2 main article.article section.mjv2-offers article.mjv2-offer-item a.mjv2-offer-item__cta.mjv2-offer-item__cta.mjv2-offer-item__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(201, 168, 76, .24) !important;
  filter: brightness(1.04);
}

@media (max-width: 720px) {
  body.magazin-v2 main article.article .mjv2-editorial-figure,
  body.magazin-v2 main article.article .mjv2-editorial-figure--compact,
  body.magazin-v2 main article.article .mjv2-sources {
    width: calc(100vw - 28px);
  }

  body.magazin-v2 main article.article .mjv2-sources {
    padding: 1.35rem 1.15rem;
  }

  body.magazin-v2 main article.article .mjv2-sources ul {
    grid-template-columns: 1fr;
  }

  body.magazin-v2 main article.article .mjv2-editorial-figure figcaption {
    padding: .8rem .9rem .9rem;
  }

  body.magazin-v2 main article.article .article__comparison:has(.mjv2-dresscode-table) {
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  body.magazin-v2 main article.article .mjv2-dresscode-table,
  body.magazin-v2 main article.article .mjv2-dresscode-table tbody,
  body.magazin-v2 main article.article .mjv2-dresscode-table tr,
  body.magazin-v2 main article.article .mjv2-dresscode-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  body.magazin-v2 main article.article .mjv2-dresscode-table thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body.magazin-v2 main article.article .mjv2-dresscode-table caption {
    display: block;
    padding: 0 0 .8rem;
    white-space: normal;
  }

  body.magazin-v2 main article.article .mjv2-dresscode-table tr {
    overflow: hidden;
    margin: 0 0 .85rem;
    border: 1px solid var(--mj-line);
    background: var(--mj-white);
    box-shadow: 0 8px 22px rgba(11, 15, 20, .06);
  }

  body.magazin-v2 main article.article .mjv2-dresscode-table td {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: .75rem;
    padding: .8rem .9rem;
    border: 0;
    border-bottom: 1px solid var(--mj-line);
    background: transparent;
    color: var(--mj-text);
    line-height: 1.5;
  }

  body.magazin-v2 main article.article .mjv2-dresscode-table td:last-child {
    border-bottom: 0;
  }

  body.magazin-v2 main article.article .mjv2-dresscode-table td::before {
    color: var(--mj-gold-dark);
    font-size: .67rem;
    font-weight: 760;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  body.magazin-v2 main article.article .mjv2-dresscode-table td:nth-child(1)::before { content: "Reederei"; }
  body.magazin-v2 main article.article .mjv2-dresscode-table td:nth-child(2)::before { content: "Standard"; }
  body.magazin-v2 main article.article .mjv2-dresscode-table td:nth-child(3)::before { content: "Besondere Abende"; }
  body.magazin-v2 main article.article .mjv2-dresscode-table td:nth-child(4)::before { content: "Einordnung"; }

  body.magazin-v2 main article.article section.mjv2-offers .mjv2-offer-grid {
    display: grid;
    grid-auto-columns: min(78vw, 300px);
    grid-auto-flow: column;
    grid-template-columns: none;
    align-items: stretch;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 0 .9rem;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--mj-gold) #e7e2d8;
    scrollbar-width: thin;
  }

  body.magazin-v2 main article.article section.mjv2-offers .mjv2-offer-item,
  body.magazin-v2 main article.article section.mjv2-offers .mjv2-offer-item:last-child:nth-child(odd) {
    grid-column: auto;
    min-width: 0;
    scroll-snap-align: start;
  }

  body.magazin-v2 main .mjv2-expert.mjv2-expert--compact .mjv2-expert__photo {
    height: 250px;
    max-height: 250px;
    object-fit: contain;
    object-position: center;
    background: #050607;
  }

  body.magazin-v2 main .mjv2-expert.mjv2-expert--compact h3 {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }
}

/* V18 accessibility hardening: keep brand gold, but never use low-contrast gold as body/link copy. */
body.magazin-v2 main article.article aside.content-answer p {
  color: #2d3339 !important;
}

body.magazin-v2 main article.article section.mjv2-orientierung .mjv2-section-head p,
body.magazin-v2 main article.article section.mjv2-offers .mjv2-offer-status {
  color: #4b535a !important;
}

body.magazin-v2 main article.article section#dresscode-kreuzfahrt-orientierung article.mjv2-type-item a,
body.magazin-v2 main article.article section#dresscode-kreuzfahrt-orientierung .mjv2-decision-bar a.mjv2-link,
body.magazin-v2 main article.article section#dresscode-kreuzfahrt-angebote .mjv2-offers-footer a.mjv2-link {
  color: #24313a !important;
}

body.magazin-v2 main article.article aside.mjv2-inline-cta span.mjv2-eyebrow,
body.magazin-v2 main article.article aside.mjv2-expert span.mjv2-eyebrow {
  color: #e1ca76 !important;
}

/* V19: mobile article finish + segmented newsletter dialog. */
body.magazin-v2 main article.article aside.content-answer {
  color: #252a30 !important;
}

body.magazin-v2 main article.article aside.content-answer .content-answer__label {
  color: #6b521b !important;
}

body.magazin-v2 main article.article aside.content-answer p {
  color: #252a30 !important;
}

html.mjv2-newsletter-open {
  overflow: hidden;
}

.mjv2-newsletter-popup[hidden] {
  display: none !important;
}

.mjv2-newsletter-popup {
  position: fixed;
  z-index: 9500;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .22s ease;
}

.mjv2-newsletter-popup.is-visible {
  opacity: 1;
}

.mjv2-newsletter-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 10, .78);
  backdrop-filter: blur(7px);
}

.mjv2-newsletter-popup__dialog {
  position: relative;
  width: min(700px, 100%);
  max-height: min(760px, calc(100dvh - 48px));
  overflow-y: auto;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid rgba(211, 175, 80, .68);
  background: #0b0f14;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .48);
  color: #f5f3ef;
  transform: translateY(18px) scale(.985);
  transition: transform .22s ease;
}

.mjv2-newsletter-popup.is-visible .mjv2-newsletter-popup__dialog {
  transform: translateY(0) scale(1);
}

.mjv2-newsletter-popup__dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #a77c19, #e2c76d, #a77c19);
}

.mjv2-newsletter-popup__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #f5f3ef;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.mjv2-newsletter-popup__eyebrow {
  display: block;
  margin: 0 3rem .7rem 0;
  color: #e1ca76;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mjv2-newsletter-popup__dialog h2 {
  max-width: 580px;
  margin: 0 3rem 1rem 0;
  color: #fff !important;
  font-family: var(--font-headline, "Playfair Display", Georgia, serif);
  font-size: clamp(2rem, 6vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.mjv2-newsletter-popup__dialog > p {
  max-width: 610px;
  margin: 0 0 1.6rem;
  color: #cbd0d4 !important;
  font-size: 1rem;
  line-height: 1.65;
}

.mjv2-newsletter-popup__form {
  display: grid;
  gap: 1rem;
}

.mjv2-newsletter-popup__segments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.mjv2-newsletter-popup__segments legend {
  width: 100%;
  margin-bottom: .65rem;
  color: #f5f3ef;
  font-size: .82rem;
  font-weight: 750;
}

.mjv2-newsletter-popup__segments label {
  position: relative;
  cursor: pointer;
}

.mjv2-newsletter-popup__segments input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mjv2-newsletter-popup__segments span {
  display: grid;
  gap: .25rem;
  min-height: 84px;
  padding: .9rem 1rem;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .045);
  transition: border-color .18s ease, background .18s ease;
}

.mjv2-newsletter-popup__segments strong {
  color: #fff;
  font-size: .96rem;
}

.mjv2-newsletter-popup__segments small {
  color: #aeb6bd;
  font-size: .76rem;
  line-height: 1.4;
}

.mjv2-newsletter-popup__segments input:checked + span {
  border-color: #d3af50;
  background: rgba(211, 175, 80, .13);
}

.mjv2-newsletter-popup__segments input:focus-visible + span,
.mjv2-newsletter-popup :is(button, a, input):focus-visible {
  outline: 2px solid #f1d777;
  outline-offset: 3px;
}

.mjv2-newsletter-popup__name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.mjv2-newsletter-popup__name-grid label,
.mjv2-newsletter-popup__email {
  display: grid;
  gap: .35rem;
  color: #e4e7e9;
  font-size: .78rem;
  font-weight: 700;
}

.mjv2-newsletter-popup__name-grid input,
.mjv2-newsletter-popup__email input {
  width: 100%;
  min-height: 48px;
  padding: .75rem .85rem;
  border: 1px solid #c8c1b4;
  border-radius: 0;
  background: #f7f4ed;
  color: #171b20;
  font: inherit;
}

.mjv2-newsletter-popup__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  color: #b9c0c6;
  font-size: .75rem;
  line-height: 1.5;
}

.mjv2-newsletter-popup__consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #d3af50;
}

.mjv2-newsletter-popup__consent a {
  color: #e1ca76;
}

.mjv2-newsletter-popup__hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.mjv2-newsletter-popup__submit {
  min-height: 52px;
  border: 1px solid #d3af50;
  background: #d3af50;
  color: #0b0f14;
  font-weight: 800;
  cursor: pointer;
}

.mjv2-newsletter-popup__submit:hover {
  background: #e1c366;
}

.mjv2-newsletter-popup__submit:disabled {
  cursor: wait;
  opacity: .65;
}

.mjv2-newsletter-popup__hint,
.mjv2-newsletter-popup__status {
  margin: -.25rem 0 0 !important;
  color: #9ca5ac !important;
  font-size: .73rem !important;
  line-height: 1.45 !important;
}

.mjv2-newsletter-popup__status:empty {
  display: none;
}

.mjv2-newsletter-popup__status.is-success {
  padding: .8rem 1rem;
  border-left: 3px solid #6cc38b;
  background: rgba(108, 195, 139, .12);
  color: #d8f3e2 !important;
}

.mjv2-newsletter-popup__status.is-error {
  color: #ffb4ad !important;
}

@media (max-width: 720px) {
  body.magazin-v2 main article.article {
    padding-bottom: 0 !important;
  }

  body.magazin-v2 main article.article > aside.mjv2-expert:last-child {
    margin-bottom: 2rem !important;
  }

  body.magazin-v2 main > article.article + section.content-faq {
    margin-top: 0 !important;
  }

  body.magazin-v2 main > article.article + section.content-faq > h2 {
    margin-bottom: 1.25rem !important;
  }

  .mjv2-newsletter-popup {
    align-items: end;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  }

  .mjv2-newsletter-popup__dialog {
    max-height: min(92dvh, 760px);
    padding: 2.2rem 1.2rem 1.25rem;
  }

  .mjv2-newsletter-popup__dialog h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .mjv2-newsletter-popup__segments,
  .mjv2-newsletter-popup__name-grid {
    grid-template-columns: 1fr;
  }

  .mjv2-newsletter-popup__segments span {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mjv2-newsletter-popup,
  .mjv2-newsletter-popup__dialog {
    transition: none;
  }
}

/* Long-form performance: below-the-fold modules remain in the HTML and accessibility tree,
   while browsers can skip their initial paint/layout work until they approach the viewport. */
@supports (content-visibility: auto) {
  body.magazin-v2 main article.article > :nth-child(n + 15) {
    content-visibility: auto;
    contain-intrinsic-size: auto 190px;
  }

  body.magazin-v2 main article.article > figure:nth-child(n + 15),
  body.magazin-v2 main article.article > .article__comparison:nth-child(n + 15),
  body.magazin-v2 main article.article > .mjv2-faq:nth-child(n + 15),
  body.magazin-v2 main article.article > .mjv2-expert:nth-child(n + 15) {
    contain-intrinsic-size: auto 680px;
  }

  body.magazin-v2 main article.article > section.mjv2-offers:nth-child(n + 15) {
    contain-intrinsic-size: auto 1180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .magazin-v2 *,
  .magazin-v2 *::before,
  .magazin-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
