/* Cunard voyage calendars. Every rule is scoped to preserve the existing theme. */
body.cqc-calendar-page .cqc-skip-link { position: fixed; top: 10px; left: 10px; z-index: 10001; min-height: 44px; padding: 12px 18px; transform: translateY(-180%); background: #fff; color: #172a3b; border: 2px solid #7a2638; font-size: 13px; text-decoration: underline; }
body.cqc-calendar-page .cqc-skip-link:focus { transform: translateY(0); outline: 3px solid #7a2638; outline-offset: 3px; }
body.cqc-calendar-page #cqc-main { scroll-margin-top: 90px; }
.cqc {
  --cqc-ink: #172a3b;
  --cqc-muted: #59636b;
  --cqc-burgundy: #7a2638;
  --cqc-gold: #8b6b3d;
  --cqc-paper: #fbf9f4;
  --cqc-line: #dcd9cf;
  --cqc-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --cqc-sans: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 40px 88px;
  color: var(--cqc-ink);
  background: var(--cqc-paper);
  font-family: var(--cqc-sans);
  font-size: 14px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}
.cqc *, .cqc *::before, .cqc *::after { box-sizing: border-box; }
.cqc [hidden] { display: none !important; }
.cqc h1, .cqc h2, .cqc h3, .cqc p { margin-top: 0; }
.cqc a { color: var(--cqc-burgundy); text-underline-offset: 4px; }
.cqc a:hover { color: var(--cqc-ink); }
.cqc a:focus-visible, .cqc button:focus-visible, .cqc input:focus-visible,
.cqc summary:focus-visible, .cqc [tabindex]:focus-visible {
  outline: 3px solid var(--cqc-burgundy);
  outline-offset: 4px;
}
.cqc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 226px;
  align-items: center;
  gap: 48px;
  padding: 0 0 38px;
  border-bottom: 1px solid var(--cqc-line);
}
.cqc-kicker {
  display: block;
  margin: 0 0 20px;
  color: var(--cqc-burgundy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.6px;
  line-height: 1.6;
  text-transform: uppercase;
}
.cqc .cqc-title {
  margin: 0 0 17px;
  color: var(--cqc-ink);
  font-family: var(--cqc-serif);
  font-size: clamp(42px, 5.8vw, 72px);
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.05;
}
.cqc-title-year { display: block; margin-top: 9px; color: var(--cqc-burgundy); font-size: clamp(28px, 3.5vw, 43px); font-style: italic; letter-spacing: -.7px; }
.cqc-intro { max-width: 660px; margin: 0; color: var(--cqc-muted); font-size: 14px; line-height: 1.9; }
.cqc-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; color: var(--cqc-muted); font-size: 10px; }
.cqc-breadcrumb a { text-decoration: underline; }
.cqc-edition {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  border: 1px solid #b9ad95;
  background: #f3eee3;
  text-align: center;
}
.cqc-edition::before { content: ''; position: absolute; inset: 7px; border: 1px solid #d6cbb7; pointer-events: none; }
.cqc-edition-label { position: relative; font-size: 9px; font-weight: 700; letter-spacing: 2.8px; text-transform: uppercase; }
.cqc-edition-year { position: relative; display: block; margin: 4px 0 8px; font-family: var(--cqc-serif); font-size: 76px; font-weight: 400; line-height: 1.15; letter-spacing: -3px; }
.cqc-edition-note { position: relative; max-width: 150px; font-size: 10px; letter-spacing: 1.3px; line-height: 1.7; text-transform: uppercase; }
.cqc-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0 0 34px; padding: 23px 0; border-bottom: 1px solid var(--cqc-line); }
.cqc-stat { display: flex; align-items: center; gap: 13px; padding: 0 24px; border-left: 1px solid var(--cqc-line); }
.cqc-stat:first-child { border-left: 0; padding-left: 0; }
.cqc-stat strong { font-family: var(--cqc-serif); font-size: 34px; font-weight: 500; line-height: 1.1; white-space: nowrap; }
.cqc-stat strong small { color: var(--cqc-muted); font-family: var(--cqc-sans); font-size: 12px; font-weight: 400; }
.cqc-stat span { max-width: 160px; color: var(--cqc-muted); font-size: 10px; font-weight: 600; letter-spacing: 1px; line-height: 1.6; text-transform: uppercase; }
.cqc-ship-nav, .cqc-year-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.cqc-ship-nav { margin: 0 0 16px; border-bottom: 1px solid var(--cqc-line); }
.cqc-ship-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 18px;
  border-bottom: 2px solid transparent;
  color: var(--cqc-muted);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.cqc-ship-nav a:first-child { padding-left: 0; }
.cqc-ship-nav a[aria-current="page"], .cqc-ship-nav a:hover { color: var(--cqc-burgundy); border-color: var(--cqc-burgundy); }
.cqc-year-nav { gap: 8px; margin: 0 0 30px; }
.cqc-year-nav a { display: inline-flex; min-height: 44px; min-width: 76px; justify-content: center; align-items: center; padding: 9px 18px; border: 1px solid var(--cqc-line); color: var(--cqc-ink); background: transparent; font-size: 12px; font-weight: 600; text-decoration: none; }
.cqc-year-nav a:hover { background: #f0ece3; }
.cqc-year-nav a[aria-current="page"] { color: #fff; border-color: var(--cqc-ink); background: var(--cqc-ink); }
.cqc-tools { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px 32px; margin: 0 0 24px; }
.cqc-legacy-anchor { position: absolute; width: 0; height: 0; scroll-margin-top: 110px; }
.cqc-search-form { flex: 1 1 440px; max-width: 620px; }
.cqc-search-form label { display: block; margin-bottom: 9px; color: var(--cqc-ink); font-size: 11px; font-weight: 600; letter-spacing: .3px; }
.cqc-search-field { position: relative; display: flex; align-items: center; border: 1px solid #b9bdbb; background: #fff; }
.cqc-search-field::before { content: ''; flex: 0 0 14px; height: 14px; margin-left: 18px; border: 1.7px solid var(--cqc-muted); border-radius: 50%; }
.cqc-search-field::after { content: ''; position: absolute; top: 29px; left: 30px; width: 6px; border-top: 1.7px solid var(--cqc-muted); transform: rotate(45deg); pointer-events: none; }
.cqc #cqc-search { width: 100%; min-width: 0; height: 50px; padding: 12px 12px 12px 17px; border: 0; border-radius: 0; color: var(--cqc-ink); background: transparent; font-family: var(--cqc-sans); font-size: 13px; line-height: 1.5; appearance: none; -webkit-appearance: none; }
.cqc #cqc-search::placeholder { color: #69747a; opacity: 1; }
.cqc #cqc-search::-webkit-search-cancel-button { appearance: none; -webkit-appearance: none; }
.cqc #cqc-clear { min-height: 44px; padding: 8px 15px; border: 0; color: var(--cqc-burgundy); background: transparent; font-family: var(--cqc-sans); font-size: 11px; font-weight: 600; cursor: pointer; }
.cqc #cqc-clear:hover { text-decoration: underline; text-underline-offset: 4px; }
.cqc #cqc-clear:disabled { opacity: .5; cursor: default; }
.cqc #cqc-results { flex: 0 1 auto; margin: 0 0 14px; color: var(--cqc-muted); font-size: 11px; }
.cqc #cqc-search-help { margin: 8px 0 0; padding: 0; border: 0; background: transparent; color: var(--cqc-muted); font-size: 9px; }
.cqc-month-nav { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); margin: 0 0 35px; border-top: 1px solid var(--cqc-line); border-bottom: 1px solid var(--cqc-line); }
.cqc-month-nav a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 4px; padding: 7px 3px; color: var(--cqc-ink); font-size: 11px; font-weight: 600; text-decoration: none; }
.cqc-month-nav a:hover { background: #f0ece3; color: var(--cqc-burgundy); }
.cqc-month-nav a.cqc-month-unavailable { color: #747976; }
.cqc-month-nav a.cqc-month-filtered { opacity: .45; }
.cqc-month-nav a small, .cqc-month-nav a span { color: var(--cqc-muted); font-size: 9px; font-weight: 400; }
.cqc-month { margin: 0 0 34px; scroll-margin-top: 110px; }
.cqc-month-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 8px 0 15px; border-bottom: 1px solid var(--cqc-ink); }
.cqc .cqc-month-heading h2 { margin: 0; color: var(--cqc-ink); font-family: var(--cqc-serif); font-size: 31px; font-weight: 500; letter-spacing: -.3px; line-height: 1.25; }
.cqc-month-heading h2 span { color: #747976; font-size: .72em; font-weight: 400; }
.cqc-month-count { flex-shrink: 0; color: var(--cqc-muted); font-size: 10px; font-weight: 500; letter-spacing: .4px; }
.cqc-month-empty { margin: 0; padding: 19px 0; border-bottom: 1px solid var(--cqc-line); color: var(--cqc-muted); font-size: 12px; font-style: italic; }
.cqc-sailing { margin: 0; border-bottom: 1px solid var(--cqc-line); scroll-margin-top: 110px; }
.cqc-sailing-summary { position: relative; display: grid; grid-template-columns: 104px minmax(0, 1fr) 90px 96px 34px; align-items: center; gap: 22px; min-height: 118px; padding: 22px 8px 22px 0; cursor: pointer; list-style: none; }
.cqc-sailing-summary::-webkit-details-marker { display: none; }
.cqc-sailing-summary::marker { content: ''; }
.cqc-sailing-summary:hover .cqc-route h3, .cqc-sailing-summary:hover .cqc-route-title { color: var(--cqc-burgundy); }
.cqc-sailing[open] { background: #fff; }
.cqc-sailing[open] .cqc-sailing-summary { border-bottom: 1px solid var(--cqc-line); }
.cqc-departure { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 10px; }
.cqc-day { grid-row: 1 / 3; font-family: var(--cqc-serif); font-size: 40px; font-weight: 500; line-height: 1.05; }
.cqc-weekday { align-self: end; color: var(--cqc-muted); font-size: 9px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.cqc-date { align-self: start; color: var(--cqc-muted); font-size: 9px; line-height: 1.7; white-space: nowrap; }
.cqc .cqc-route h3, .cqc .cqc-route-title { display: block; margin: 0; color: var(--cqc-ink); font-family: var(--cqc-serif); font-size: 25px; font-weight: 500; line-height: 1.23; transition: color .18s ease; }
.cqc-route-note { display: block; margin-top: 6px; color: var(--cqc-muted); font-size: 10px; line-height: 1.6; }
.cqc-duration { display: flex; flex-direction: column; gap: 2px; }
.cqc-duration strong { font-size: 13px; font-weight: 600; }
.cqc-duration span { color: var(--cqc-muted); font-size: 10px; }
.cqc-voyage { display: flex; flex-direction: column; gap: 3px; overflow-wrap: anywhere; }
.cqc-voyage strong { color: var(--cqc-ink); font-size: 11px; font-weight: 600; }
.cqc-meta-label { display: block; color: var(--cqc-muted); font-size: 9px; font-weight: 500; letter-spacing: .7px; text-transform: uppercase; }
.cqc-expand { position: relative; display: block; width: 32px; height: 32px; border: 1px solid #d6cebe; border-radius: 50%; color: transparent; font-size: 0; }
.cqc-expand::before, .cqc-expand::after { content: ''; position: absolute; top: 14px; left: 10px; width: 10px; border-top: 1px solid var(--cqc-burgundy); }
.cqc-expand::after { transform: rotate(90deg); transition: transform .18s ease; }
.cqc-sailing[open] .cqc-expand::after { transform: rotate(0); }
.cqc-sailing-body { padding: 26px 28px 28px; }
.cqc-sailing-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 20px; margin: 0 0 18px; color: var(--cqc-muted); font-size: 11px; }
.cqc-sailing-meta p { margin: 0; }
.cqc-sailing-meta h3 { font-family: var(--cqc-serif); font-size: 27px; font-weight: 500; }
.cqc-table-wrap { max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; scrollbar-color: #b7ad99 #f3f0e8; scrollbar-width: thin; }
.cqc-table-hint { display: none; }
.cqc .cqc-itinerary { width: 100%; min-width: 650px; margin: 0; border-collapse: collapse; color: var(--cqc-ink); font-size: 11px; line-height: 1.65; text-align: left; }
.cqc-itinerary caption { padding: 0 0 14px; color: var(--cqc-ink); font-family: var(--cqc-serif); font-size: 23px; font-weight: 500; text-align: left; }
.cqc-itinerary th { padding: 12px 12px; border-bottom: 1px solid #c8c5bd; background: #f4f1e9; color: #4b565d; font-size: 9px; font-weight: 600; letter-spacing: .7px; text-transform: uppercase; white-space: nowrap; }
.cqc-itinerary td { padding: 12px; border-bottom: 1px solid #e7e4dd; vertical-align: top; }
.cqc-itinerary td:first-child { color: var(--cqc-muted); }
.cqc-itinerary td:nth-child(2) { white-space: nowrap; }
.cqc-itinerary td:nth-child(3) { min-width: 170px; font-weight: 500; }
.cqc-itinerary td:last-child { color: var(--cqc-muted); }
.cqc-itinerary tbody th { padding: 12px; border-bottom: 1px solid #e7e4dd; color: var(--cqc-muted); background: transparent; font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; vertical-align: top; }
.cqc-itinerary tbody tr:last-child td { border-bottom: 0; }
.cqc-itinerary tbody tr:last-child th { border-bottom: 0; }
.cqc-itinerary tbody tr:hover { background: #faf8f2; }
.cqc-source-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; margin-top: 14px; font-size: 11px; font-weight: 600; text-decoration: underline; }
.cqc-source-link > [aria-hidden="true"] { font-size: 16px; text-decoration: none; }
.cqc-note, .cqc-warning { margin: 18px 0; padding: 17px 20px; border-left: 2px solid #9d8050; background: #f1ece1; color: #4e5355; font-size: 11px; line-height: 1.85; }
.cqc-warning { border-left-color: var(--cqc-burgundy); background: #f7f0ec; }
.cqc-note a, .cqc-warning a, .cqc-footer a { text-decoration: underline; }
.cqc-badge { display: inline-block; padding: 2px 8px; border: 1px solid #dfd2bb; color: #67522f; font-size: 9px; font-weight: 500; line-height: 1.7; }
.cqc #cqc-no-results { padding: 38px 24px; border: 1px solid var(--cqc-line); color: var(--cqc-muted); font-size: 14px; text-align: center; }
.cqc-footer { margin-top: 40px; padding-top: 23px; border-top: 1px solid var(--cqc-line); color: var(--cqc-muted); font-size: 10px; line-height: 1.9; }
.cqc-footer h2 { margin: 0 0 13px; font-family: var(--cqc-serif); font-size: 35px; font-weight: 400; }
.cqc-footer > p:not(.cqc-kicker) { font-size: 12px; }
.cqc-provenance { margin-top: 26px; padding-top: 21px; border-top: 1px solid var(--cqc-line); color: var(--cqc-muted); font-size: 10px; line-height: 1.9; }
.cqc-provenance a { text-decoration: underline; }
.cqc-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
@media (max-width: 1000px) {
  .cqc { padding: 36px 28px 64px; }
  .cqc-hero { grid-template-columns: minmax(0, 1fr) 180px; gap: 28px; }
  .cqc-edition { min-height: 200px; }
  .cqc-edition-year { font-size: 68px; }
  .cqc-stat { padding: 0 16px; gap: 10px; }
  .cqc-stat strong { font-size: 29px; }
  .cqc-stat span { font-size: 9px; }
  .cqc-sailing-summary { grid-template-columns: 90px minmax(0, 1fr) 74px 77px 30px; gap: 14px; }
  .cqc .cqc-route h3, .cqc .cqc-route-title { font-size: 23px; }
  .cqc-expand { width: 30px; height: 30px; }
  .cqc-expand::before, .cqc-expand::after { top: 13px; left: 9px; }
  .cqc-day { font-size: 35px; }
  .cqc-departure { column-gap: 7px; }
}
@media (max-width: 700px) {
  .cqc { padding: 31px 20px 55px; font-size: 13px; }
  .cqc-hero { grid-template-columns: minmax(0, 1fr); padding-bottom: 26px; gap: 0; }
  .cqc-kicker { margin-bottom: 16px; font-size: 9px; letter-spacing: 2.1px; }
  .cqc .cqc-title { font-size: 50px; line-height: 1.02; letter-spacing: -1px; }
  .cqc-title-year { font-size: 30px; margin-top: 11px; line-height: 1.15; }
  .cqc-breadcrumb { margin-bottom: 25px; font-size: 9px; }
  .cqc-edition { display: none; }
  .cqc-intro { font-size: 12px; line-height: 1.85; }
  .cqc-stats { padding: 20px 0; margin-bottom: 19px; }
  .cqc-stat { flex-direction: column; align-items: flex-start; gap: 5px; padding: 0 13px; }
  .cqc-stat strong { font-size: 31px; }
  .cqc-stat span { font-size: 8px; letter-spacing: .6px; }
  .cqc-ship-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; margin-bottom: 18px; }
  .cqc-ship-nav a { min-height: 46px; padding: 10px 0; font-size: 11px; }
  .cqc-year-nav { margin-bottom: 24px; gap: 7px; }
  .cqc-year-nav a { min-width: 65px; padding: 9px 15px; }
  .cqc-tools { gap: 8px; margin-bottom: 16px; }
  .cqc-search-form { flex-basis: 100%; }
  .cqc-search-form label { font-size: 10px; }
  .cqc #cqc-search { padding-left: 13px; font-size: 16px; }
  .cqc #cqc-search::placeholder { font-size: 11px; }
  .cqc #cqc-clear { padding: 8px 11px; }
  .cqc #cqc-results { margin: 2px 0 0; font-size: 10px; }
  .cqc-month-nav { grid-template-columns: repeat(6, minmax(0, 1fr)); margin-bottom: 22px; }
  .cqc-month-nav a { min-height: 44px; font-size: 10px; }
  .cqc-month-nav a:nth-child(n+7) { border-top: 1px solid var(--cqc-line); }
  .cqc-month { margin-bottom: 25px; scroll-margin-top: 90px; }
  .cqc-month-heading { padding: 6px 0 12px; }
  .cqc .cqc-month-heading h2 { font-size: 29px; }
  .cqc-month-count { font-size: 9px; }
  .cqc-sailing-summary { grid-template-columns: 56px minmax(0, 1fr) 28px; grid-template-rows: auto auto; gap: 10px 13px; min-height: 125px; padding: 21px 0; }
  .cqc-departure { grid-column: 1; grid-row: 1 / 3; display: flex; flex-direction: column; align-items: flex-start; align-self: start; gap: 0; }
  .cqc-day { font-size: 38px; line-height: 1; margin-bottom: 4px; }
  .cqc-weekday, .cqc-date { align-self: auto; font-size: 8px; }
  .cqc-route { grid-column: 2; grid-row: 1; }
  .cqc .cqc-route h3, .cqc .cqc-route-title { font-size: 23px; line-height: 1.18; }
  .cqc-route-note { font-size: 9px; line-height: 1.55; }
  .cqc-duration { grid-column: 2; grid-row: 2; display: inline-flex; flex-direction: row; align-items: baseline; flex-wrap: wrap; gap: 4px; padding-right: 77px; }
  .cqc-duration strong, .cqc-duration span { font-size: 10px; }
  .cqc-voyage { grid-column: 2; grid-row: 2; justify-self: end; max-width: 78px; align-self: start; gap: 0; text-align: right; }
  .cqc-voyage strong { font-size: 9px; }
  .cqc-meta-label { font-size: 7px; }
  .cqc-expand { grid-column: 3; grid-row: 1 / 3; width: 28px; height: 28px; }
  .cqc-expand::before, .cqc-expand::after { top: 12px; left: 8px; }
  .cqc-sailing-body { padding: 20px 10px 19px; }
  .cqc-sailing-meta { font-size: 10px; gap: 8px; }
  .cqc-itinerary caption { max-width: calc(100vw - 82px); font-family: var(--cqc-sans); font-size: 12px; font-weight: 500; line-height: 1.7; white-space: normal; }
  .cqc .cqc-itinerary { font-size: 11px; }
  .cqc-source-link { font-size: 10px; }
  .cqc-note, .cqc-warning { padding: 14px; font-size: 10px; }
  .cqc-month-empty { font-size: 11px; }
  .cqc-footer { margin-top: 29px; font-size: 9px; }
  .cqc-footer h2 { font-size: 29px; }
  .cqc-provenance { font-size: 9px; }
}
@media (max-width: 768px) {
  body.cqc-calendar-page .cqv-nav:not(.open) { visibility: hidden; border-top: 0; }
  body.cqc-calendar-page .cqv-nav.open { visibility: visible; border-top: 3px solid var(--cunard-gold, #b8964e); }
  .cqc-table-hint { display: block; margin: 12px 0; color: var(--cqc-muted); font-size: 10px; line-height: 1.7; }
}
@media (max-width: 360px) {
  .cqc { padding-right: 15px; padding-left: 15px; }
  .cqc .cqc-title { font-size: 44px; }
  .cqc-stat { padding: 0 9px; }
  .cqc-stat strong { font-size: 28px; }
  .cqc-sailing-summary { grid-template-columns: 48px minmax(0, 1fr) 26px; gap: 10px; }
  .cqc .cqc-route h3, .cqc .cqc-route-title { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  .cqc *, .cqc *::before, .cqc *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media print {
  .cqc { max-width: none; padding: 0; background: #fff; }
  .cqc-tools, .cqc-month-nav, .cqc-ship-nav, .cqc-year-nav, .cqc-expand, .cqc-edition { display: none; }
  .cqc-hero { display: block; }
  .cqc-sailing { break-inside: avoid; }
  .cqc-table-wrap { overflow: visible; }
  .cqc-itinerary { min-width: 0 !important; font-size: 9px !important; }
  .cqc-source-link { overflow-wrap: anywhere; }
}
