/* Regent + Segelkreuzfahrten: Migration auf das Auszeit Design System.
   Basis: auszeit-design-system.css; diese Datei enthaelt nur hub-spezifische Komponenten. */

.hub-refresh{
  --hub-accent:var(--gold);
  --hub-dark:var(--ink);
  --hub-surface:#fff;
  background:var(--paper);
}

.hub-refresh .site-header .logo img{height:48px;width:auto}
.hub-refresh .site-header .nav{min-height:68px}
.hub-refresh main{overflow:hidden}
.hub-refresh footer{margin-top:0}
.hub-refresh h1,
.hub-refresh h2,
.hub-refresh h3{font-family:var(--display);font-weight:500}
.hub-refresh h3{font-size:clamp(21px,2.4vw,28px);line-height:1.2}
.hub-refresh p + p{margin-top:1rem}
.hub-refresh img{max-width:100%}

.container{width:min(100% - 48px,1140px);margin-inline:auto}
.container--narrow{max-width:840px}
.content-width{max-width:900px;margin-inline:auto}
.content-width--narrow{max-width:800px}
.text-center{text-align:center}
.text-lead,.section-subtitle{color:var(--muted);font-size:17px;line-height:1.75;max-width:68ch;margin:16px auto 0}
.section-header{max-width:780px;margin:0 auto 42px}
.section-header h2{margin-top:2px}
.section-header p{margin-inline:auto}
.section--white{background:var(--hub-surface)}
.section--paper,.section--ivory,.section-alt{background:var(--paper)}
.section-highlight{background:var(--paper-deep)}
.section-dark{background:var(--ink);color:var(--paper)}
.section-dark h2,.section-dark h3{color:var(--paper)}
.section-dark p{color:rgba(245,243,239,.78)}
.section-dark + .section{border-top:0}

.breadcrumb{padding:14px 0;background:var(--ink);border-bottom:1px solid var(--line-light)}
.breadcrumb__list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.breadcrumb__item{font-size:12px;color:rgba(245,243,239,.55)}
.breadcrumb__item + .breadcrumb__item::before{content:"/";margin-right:8px;color:rgba(245,243,239,.28)}
.breadcrumb__link{color:rgba(245,243,239,.72);text-decoration:none}
.hub-refresh .page-hero .breadcrumb{margin:0 0 18px;padding:0;background:transparent;border-bottom:0}
.hub-refresh .page-hero .breadcrumb__item{text-shadow:0 1px 8px rgba(0,0,0,.55)}

.hub-refresh .page-hero{min-height:clamp(520px,68vh,720px);padding:88px 0 72px}
.hub-refresh .page-hero__picture img{height:100%;object-fit:cover}
.hub-refresh .page-hero--regent .page-hero__picture img{object-position:center 45%}
.hub-refresh .page-hero--sailing .page-hero__picture img{object-position:center 40%}
.hub-refresh .page-hero__overlay{background:linear-gradient(90deg,rgba(26,26,26,.93) 0%,rgba(26,26,26,.62) 52%,rgba(26,26,26,.25) 100%)}
.hub-refresh .page-hero__content{max-width:1140px}
.hub-refresh .page-hero h1{max-width:16ch;text-wrap:balance}
.hub-refresh .page-hero__text{max-width:58ch}

.btn--primary{background:var(--gold);color:var(--ink)}
.btn--primary:hover{background:var(--gold-deep);color:var(--ink);transform:translateY(-1px)}
.btn--ghost{background:transparent;color:var(--paper);box-shadow:inset 0 0 0 1.5px rgba(245,243,239,.65)}
.btn--ghost:hover{background:var(--paper);color:var(--ink)}
.btn--outline{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--line)}
.btn--outline:hover{background:var(--ink);color:var(--paper);box-shadow:none;transform:translateY(-1px)}
.btn--spaced{margin-top:22px}
.btn--sm{padding:10px 20px;font-size:13px;margin-top:16px}

.hub-intro{max-width:900px;margin-inline:auto}
.hub-intro__text,.content-block{color:var(--muted);font-size:16px;line-height:1.8}
.hub-intro__highlight{margin-top:38px;background:var(--hub-surface);border-left:3px solid var(--gold);padding:28px 32px;color:var(--ink)}
.section-dark .hub-intro__highlight h3{color:var(--ink)}
.hub-intro__highlight p{color:var(--muted)}
.content-block h3{margin-top:32px;margin-bottom:10px}
.content-block ul,.section ul:not([class]){margin:20px 0;padding-left:22px}
.content-block li,.section ul:not([class]) li{margin:8px 0}
.hub-intro__highlight ul:not([class]){margin-bottom:0;padding-left:0}
.hub-intro__highlight ul:not([class]) li{color:var(--ink)}
.gold-line{border:0;width:54px;height:2px;background:var(--gold);margin:18px 0}
.gold-line--center{margin-inline:auto}
.gold-divider{border:0;height:1px;background:var(--line);margin:0}

.fact-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto 52px;max-width:960px;border:1px solid var(--line);background:var(--hub-surface)}
.fact-strip > div{display:flex;flex-direction:column;justify-content:center;min-height:126px;padding:24px 30px;text-align:center}
.fact-strip > div + div{border-left:1px solid var(--line)}
.fact-strip strong{font-family:var(--display);font-size:clamp(28px,4vw,42px);font-weight:500;color:var(--ink)}
.fact-strip span{margin-top:4px;color:var(--muted);font-size:13px;letter-spacing:.04em}

.editorial-guide{border-block:1px solid var(--line)}
.editorial-prose{max-width:900px;margin-inline:auto}
.editorial-chapter{display:grid;grid-template-columns:minmax(220px,31%) minmax(0,1fr);column-gap:54px;padding:40px 0;border-top:1px solid var(--line)}
.editorial-chapter:last-child{border-bottom:1px solid var(--line)}
.editorial-chapter h3{grid-column:1;grid-row:1 / span 8;margin:0;font-size:clamp(23px,2.7vw,30px);text-wrap:balance}
.editorial-chapter p{grid-column:2;margin:0;color:var(--muted);font-size:16px;line-height:1.82}
.editorial-chapter p + p{margin-top:18px}
.planning-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:960px;margin:54px auto 0}
.planning-step{padding:28px 30px;background:var(--ink);color:var(--paper)}
.planning-step > span{display:block;margin-bottom:18px;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.18em}
.planning-step h3{margin:0 0 9px;color:var(--paper);font-size:23px}
.planning-step p{margin:0;color:rgba(245,243,239,.72);font-size:14px;line-height:1.65}

.card-grid{display:grid;gap:24px}
.card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card-grid--spaced{margin-top:32px}
.card{background:var(--hub-surface);border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
.card:hover{transform:translateY(-2px);box-shadow:0 16px 44px rgba(26,26,26,.08)}
.card--center{text-align:center;padding:34px}
.card__body{padding:28px 30px;display:flex;flex:1;flex-direction:column;align-items:flex-start}
.card__title{font-size:25px;margin-bottom:10px}
.card__text{color:var(--muted);font-size:15px;flex:1}
.card__tag{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-text);font-weight:700;margin-bottom:10px}

.reederei-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.reederei-card{margin:0}
.reederei-card__body{flex:1}
.reederei-card__text{flex:1}
.reederei-card__actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin-top:22px}
.reederei-card__actions .reederei-card__link{margin-top:0}
.reederei-card__secondary{color:var(--muted);font-size:13px;font-weight:600;text-decoration:none;border-bottom:1px solid var(--line)}
.reederei-card__secondary:hover{color:var(--ink);border-bottom-color:var(--gold)}
.sailing-signature .reederei-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.sailing-signature .reederei-card__image{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}

.ship-card{background:var(--hub-surface);border:1px solid var(--line);padding:32px 34px}
.section-dark .ship-card{background:var(--ink-soft);border-color:var(--line-light)}
.ship-card + .ship-card{margin-top:24px}
.ship-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.section-dark .ship-card__header{border-bottom-color:var(--line-light)}
.ship-card__label,.ship-card__badge{display:inline-block;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-text);font-weight:700}
.section-dark .ship-card__label,.section-dark .ship-card__badge{color:var(--gold)}
.ship-card__desc{color:var(--muted);margin-top:20px;line-height:1.75}
.section-dark .ship-card__desc{color:rgba(245,243,239,.74)}
.ship-card__facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.ship-card__fact{font-size:12px;background:var(--paper);border:1px solid var(--line);padding:7px 12px;border-radius:999px;color:var(--ink)}
.section-dark .ship-card__fact{background:rgba(245,243,239,.06);border-color:var(--line-light);color:var(--paper)}

.table-scroll__hint{display:none;margin:0 0 10px;color:rgba(245,243,239,.72);font-size:13px}
.table-scroll{position:relative;overflow-x:auto;margin-bottom:40px;border:1px solid var(--line);background:var(--hub-surface);overscroll-behavior-inline:contain;scrollbar-color:var(--gold-text) var(--paper-deep)}
.table-scroll:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.comparison-table{width:100%;min-width:960px;border-collapse:separate;border-spacing:0;background:var(--hub-surface);color:var(--ink);line-height:1.45}
.comparison-table th,.comparison-table td{padding:15px 17px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top;font-size:14px;color:var(--ink);background:var(--hub-surface)}
.comparison-table thead th{position:sticky;top:0;z-index:2;background:var(--ink);color:var(--paper);font-size:12px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.comparison-table thead th:first-child{left:0;z-index:3}
.comparison-table tbody th{position:sticky;left:0;z-index:1;min-width:145px;border-right:1px solid var(--line);font-weight:700;white-space:nowrap}
.comparison-table tbody tr:nth-child(even) > *{background:var(--paper)}
.comparison-table tbody tr:last-child > *{border-bottom:0}

.inclusive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.inclusive-col{background:var(--hub-surface);padding:30px 32px}
.inclusive-col h3{font-size:23px;margin-bottom:16px}
.inclusive-col ul{list-style:none;padding:0;margin:0}
.inclusive-col li{position:relative;padding:9px 0 9px 25px;border-bottom:1px solid var(--line);color:var(--muted)}
.inclusive-col li::before{position:absolute;left:0;color:var(--gold-text);font-weight:700}
.inclusive-col--yes li::before{content:"✓"}
.inclusive-col--no li::before{content:"–"}

.benedikt-tipp{background:var(--ink);color:var(--paper);padding:34px 36px;border-left:3px solid var(--gold)}
.benedikt-tipp__label{display:block;color:var(--gold);font-size:11px;letter-spacing:.17em;text-transform:uppercase;font-weight:700;margin-bottom:12px}
.benedikt-tipp p{color:rgba(245,243,239,.82)}

.section-angebote{padding:88px 0;background:var(--paper-deep);border-block:1px solid var(--line);text-align:center}
.section-angebote h2{margin-top:6px}
.angebote-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:36px;text-align:left}
.angebote-grid > *{background:var(--hub-surface);border:1px solid var(--line);min-width:0}
.angebote-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}
.angebote-grid .card__body,.angebote-grid .angebot-card__content,.angebote-grid .offer-card__body{padding:22px}
.angebote-trust{margin-top:26px;color:var(--muted);font-size:13px}
.angebote-trust--spaced{margin-top:30px}
.price-disclaimer{margin:18px auto;padding-inline:24px;color:var(--muted);font-size:12px;text-align:center;max-width:1000px}

.faq-section .faq-list{max-width:820px;margin:0 auto;border-top:1px solid var(--line)}
.faq-section .faq-item{border-bottom:1px solid var(--line)}
.faq-section .faq-question{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 4px;cursor:pointer;list-style:none;font-family:var(--display);font-size:19px;font-weight:600;color:var(--ink)}
.faq-section .faq-question::-webkit-details-marker{display:none}
.faq-toggle{color:var(--gold-text);font-family:var(--body);font-size:24px;font-weight:400;transition:transform .2s ease}
.faq-item[open] .faq-toggle{transform:rotate(45deg)}
.faq-section .faq-answer{padding:0 42px 22px 4px;color:var(--muted)}

.source-note{padding:66px 0;background:var(--hub-surface);border-top:1px solid var(--line)}
.source-note h2{font-size:clamp(27px,3.6vw,38px)}
.source-note p{color:var(--muted);margin-top:14px}
.source-note__links{display:flex;flex-wrap:wrap;gap:12px 22px}
.source-note__links a{font-size:14px;font-weight:600;text-decoration:none;border-bottom:1px solid var(--gold)}

.editorial-media-band{padding:0 0 88px}
.editorial-media-band--dark{background:var(--ink);color:var(--paper)}
.editorial-media-band--paper,.editorial-media-band--ivory{background:var(--paper)}
.editorial-media-band--deep{background:var(--paper-deep)}
.editorial-media-band--white{background:var(--hub-surface)}
.editorial-media-grid{display:grid;gap:24px;align-items:start}
.editorial-media-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.editorial-media-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.editorial-media-grid--feature{grid-template-columns:minmax(0,2fr) minmax(250px,1fr)}
.editorial-media-grid--reverse{grid-template-columns:minmax(250px,1fr) minmax(0,2fr)}
.editorial-media{margin:0;background:var(--hub-surface);border:1px solid var(--line);overflow:hidden}
.editorial-media-band--dark .editorial-media{background:var(--ink-soft);border-color:var(--line-light)}
.editorial-media img{display:block;width:100%;height:auto}
.editorial-media-grid--2 .editorial-media img{aspect-ratio:3/2;object-fit:cover}
.editorial-media-grid--3 .editorial-media img{aspect-ratio:4/3;object-fit:cover}
.editorial-media--wide img{max-height:680px;object-fit:cover}
.editorial-media--landscape img{aspect-ratio:16/9}
.editorial-media figcaption{display:flex;justify-content:space-between;gap:18px;padding:14px 16px;color:var(--muted);font-size:13px;line-height:1.45}
.editorial-media figcaption span{max-width:72ch}
.editorial-media figcaption small{flex:0 0 auto;color:var(--gold-text);font-size:10px;letter-spacing:.06em;text-transform:uppercase;text-align:right}
.editorial-media-band--dark .editorial-media figcaption{color:rgba(245,243,239,.76)}
.editorial-media-band--dark .editorial-media figcaption small{color:var(--gold)}

.sailing-signature .editorial-media-grid--feature,
.sailing-signature .editorial-media-grid--reverse{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
.sailing-signature .editorial-media-grid--feature .editorial-media{display:flex;flex-direction:column;height:100%}
.sailing-signature .editorial-media-grid--feature .editorial-media img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.sailing-signature .editorial-media-grid--feature .editorial-media figcaption{flex:1}
.sailing-signature .editorial-media-grid--feature .editorial-media--portrait img{object-position:center 32%}
.sailing-signature .editorial-media-grid--feature:not(.editorial-media-grid--reverse) .editorial-media:nth-child(2) img{object-position:center 38%}

.section-actions{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.search-cta{padding:54px 0;background:var(--paper-deep);border-block:1px solid var(--line)}
.search-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:36px}
.search-cta__copy h2{margin:4px 0 0;font-size:clamp(28px,3.8vw,40px)}
.search-cta__copy p{max-width:62ch;margin-top:12px;color:var(--muted)}
.search-cta__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap}

.cta-section{padding:88px 24px;background:var(--ink);color:var(--paper);text-align:center}
.cta-section__title{font-size:clamp(31px,4.4vw,48px)}
.cta-section__text{max-width:700px;margin:18px auto 0;color:rgba(245,243,239,.78)}
.cta-section__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:30px}
.cta-trust-hint{margin-top:22px;color:rgba(245,243,239,.62);font-size:13px}
.quicklinks{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:26px}
.pill{display:inline-block;border:1px solid var(--line-light);border-radius:999px;padding:7px 14px;text-decoration:none;font-size:12px}
.pill--dark{color:rgba(245,243,239,.72)}
.last-updated{margin-top:22px;color:rgba(245,243,239,.55);font-size:12px}

.related-links h2{margin:8px 0 24px}
.related-links__list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.related-links__list a{display:block;background:var(--hub-surface);border:1px solid var(--line);padding:16px 18px;text-decoration:none}

.hub-refresh [data-bridge-kanal]:focus-visible,
.hub-refresh a:focus-visible,
.hub-refresh summary:focus-visible{outline:3px solid var(--gold);outline-offset:4px}

@media(max-width:980px){
  .angebote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sailing-signature .reederei-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sailing-signature .reederei-cards .reederei-card:last-child{grid-column:1/-1}
  .editorial-media-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .editorial-media-grid--3 .editorial-media:last-child{grid-column:1/-1}
  .sailing-signature .editorial-media-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sailing-signature .editorial-media-grid--3 .editorial-media:last-child{grid-column:auto}
  .search-cta__inner{grid-template-columns:1fr;text-align:center}
  .search-cta__copy p{margin-inline:auto}
  .search-cta__actions{justify-content:center}
}

@media(max-width:760px){
  .container{width:min(100% - 36px,1140px)}
  .hub-refresh .site-header .logo img{height:42px}
  .hub-refresh .page-hero{min-height:540px;padding:66px 0 54px}
  .hub-refresh .page-hero__overlay{background:linear-gradient(90deg,rgba(26,26,26,.92),rgba(26,26,26,.55))}
  .hub-refresh .page-hero__actions{display:grid;grid-template-columns:1fr;width:100%}
  .card-grid--2,.card-grid--3,.reederei-cards,.inclusive-grid,.fact-strip,.planning-steps,.editorial-media-grid--2,.editorial-media-grid--3,.editorial-media-grid--feature,.editorial-media-grid--reverse{grid-template-columns:1fr}
  .editorial-media-grid--3 .editorial-media:last-child{grid-column:auto}
  .sailing-signature .editorial-media-grid--feature,.sailing-signature .editorial-media-grid--reverse,.sailing-signature .editorial-media-grid--3{grid-template-columns:1fr}
  .sailing-signature .reederei-cards{grid-template-columns:1fr}
  .sailing-signature .reederei-cards .reederei-card:last-child{grid-column:auto}
  .editorial-media-band{padding-bottom:68px}
  .editorial-media--portrait img{max-height:560px;object-fit:cover}
  .editorial-media figcaption{display:block}
  .editorial-media figcaption small{display:block;margin-top:5px;text-align:left}
  .fact-strip > div + div{border-left:0;border-top:1px solid var(--line)}
  .editorial-chapter{display:block;padding:32px 0}
  .editorial-chapter h3{margin-bottom:16px}
  .section,.section-angebote{padding:68px 0}
  .section-header{margin-bottom:32px}
  .hub-intro__highlight{padding:24px 22px}
  .table-scroll__hint{display:block}
  .ship-card{padding:26px 22px}
  .ship-card__header{display:block}
  .ship-card__badge{margin-top:8px}
  .angebote-grid{grid-template-columns:1fr}
  .cta-section{padding:70px 18px}
  .cta-section__actions{display:grid}
  .cta-section__actions .btn{width:100%}
  .section-actions,.search-cta__actions{display:grid}
  .section-actions .btn,.search-cta__actions .btn{width:100%}
  .search-cta{padding:46px 0}
  .source-note__links{display:grid}
}

@media(max-width:420px){
  .nav-phone{font-size:12px}
  .hub-refresh .page-hero{min-height:520px}
  .hub-refresh .page-hero h1{font-size:34px}
  .card--center,.card__body,.inclusive-col{padding:24px 20px}
  .foot-grid{grid-template-columns:1fr}
}
