@charset "UTF-8";
/* Just Crystal Cruises • a shared, locally hosted presentation layer. */
:root {
  color-scheme: light;
  --navy: #173f62;
  --blue: #28638f;
  --ink: #203a52;
  --muted: #526b7f;
  --ivory: #edf6fc;
  --paper: #fffefd;
  --gold: #d9bc83;
  --gold-ink: #80612a;
  --line: #d1e2ee;
  --serif: Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.75 var(--sans); }
main, section, article, aside, nav, header, footer, div { min-width: 0; }
a { color: #1d6090; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { color: #102e49; }
button, input, select, textarea { font: inherit; }
button, a, summary, input, select { touch-action: manipulation; }
button, summary { cursor: pointer; }
img, video, svg { max-width: 100%; height: auto; }
img { vertical-align: middle; }
iframe { max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #8c6524; outline-offset: 4px; }
::selection { background: #e3d3af; color: #173f62; }
.wrap { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 12px; padding: 12px 20px; background: var(--paper); color: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: var(--paper); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 22px 36px; padding-block: 28px; }
.brand { display: inline-block; color: var(--navy); font: 25px/1.15 var(--serif); letter-spacing: 1.8px; text-decoration: none; }
.brand small { display: block; margin-top: 9px; color: var(--muted); font: 10px/1.4 var(--sans); letter-spacing: 1.65px; text-transform: uppercase; }
.contact-strip { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px 25px; font-size: 12px; }
.contact-strip a { color: var(--ink); text-decoration: none; }
.contact-strip a:hover { text-decoration: underline; }
.contact-strip span { color: var(--muted); }
.site-nav { background: var(--navy); color: var(--paper); }
.site-nav > .wrap, .site-nav.wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 50px; color: var(--paper); font-size: 13px; text-decoration: none; }
.site-nav a:hover { color: #ead7b0; }
.site-nav > .wrap > a, .site-nav.wrap > a { padding: 9px 0; }
.site-nav :focus-visible, .hero-home :focus-visible, .contact-panel :focus-visible { outline-color: #ead1a0; }
.menu { position: relative; flex: 1; }
.menu > summary { display: none; list-style: none; width: fit-content; padding: 11px 16px; border: 1px solid #91b3cc; font-size: 13px; color: var(--paper); }
.menu > summary::-webkit-details-marker { display: none; }
.menu > summary::after { content: "+"; display: inline-block; margin-left: 22px; }
.menu[open] > summary::after { content: "−"; }
.menu > .menu-links { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 29px; }
.site-nav .button { margin-block: 7px; min-height: 40px; padding: 9px 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 24px; gap: 10px; border: 1px solid var(--navy); border-radius: 2px; background: var(--navy); color: var(--paper); text-align: center; text-decoration: none; font: 600 13px/1.5 var(--sans); }
.button:hover { color: white; background: var(--blue); }
.button.gold { background: var(--gold); border-color: var(--gold); color: #183951; }
.button.gold:hover { background: #e6cfa6; color: #183951; }
.button.outline { background: transparent; border-color: #477da5; color: var(--navy); }
.button.outline:hover { background: #e6f2fb; }
.hero-home .button.outline, .contact-panel .button.outline { border-color: #a8c8df; color: var(--paper); }
.hero-home .button.outline:hover, .contact-panel .button.outline:hover { background: #305f83; }
.breadcrumb { padding-block: 20px; font-size: 11px; color: var(--muted); overflow-wrap: anywhere; }
.breadcrumb ol { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 10px; list-style: none; padding: 0; margin: 0; }
.breadcrumb li + li::before { content: "/"; margin-right: 10px; color: #7f98ac; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.2; }
h1 { max-width: 980px; margin: 0; font-size: clamp(36px, 4.1vw, 59px); letter-spacing: -1.5px; overflow-wrap: break-word; }
h2 { margin: 0 0 22px; font-size: clamp(29px, 3vw, 42px); letter-spacing: -.6px; }
h3 { margin: 0 0 15px; font-size: 26px; letter-spacing: -.2px; }
h4 { font-size: 22px; }
p { margin: 0 0 20px; }
ul, ol { padding-left: 1.4em; }
li { margin-bottom: .3em; }
.eyebrow { margin: 0 0 16px; color: var(--gold-ink); font: 700 10px/1.6 var(--sans); text-transform: uppercase; letter-spacing: 2px; }
.lead { max-width: 880px; color: var(--muted); font-size: 18px; line-height: 1.85; }
.hero { padding-block: 26px 48px; border-bottom: 1px solid var(--line); }
.hero h1 + .lead, .hero h1 + p { margin-top: 25px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px 20px; margin-top: 28px; }
.hero-actions > a:not(.button) { font-size: 13px; font-weight: 600; }
.hero-home { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 0; padding: 0; background: var(--navy); color: var(--paper); border: 0; }
.hero-home.wrap { width: 100%; max-width: none; }
.hero-home > .wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 55px; align-items: center; padding-block: 64px; grid-column: 1/-1; }
.hero-home .hero-copy { padding: clamp(42px, 5vw, 82px) max(40px, calc((100vw - 1240px) / 2)); padding-right: clamp(35px, 4vw, 65px); }
.hero-home > .wrap .hero-copy { padding: 0; }
.hero-home h1 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.12; }
.hero-home h1 em { color: #e4c998; font-weight: 400; }
.hero-home .eyebrow { color: #e5c78e; }
.hero-home .lead { color: #e1eef8; font-size: 17px; }
.hero-home .hero-actions > a:not(.button) { color: var(--paper); }
.hero-image { position: relative; min-height: 400px; overflow: hidden; background: #7eabc9; }
.hero-image img, img.hero-image { display: block; width: 100%; height: 100%; min-height: 400px; object-fit: cover; object-position: center; }
.hero-image figcaption { position: absolute; left: 22px; bottom: 18px; right: 22px; width: fit-content; margin: 0; padding: 5px 10px; background: #173f62e6; color: #fff; font-size: 11px; }
figure.hero-image { margin: 0; }
.reference-note { max-width: 100%; margin: 25px 0; border-left: 3px solid #b2955d; background: var(--ivory); padding: 16px 21px; color: #516778; font-size: 13px; line-height: 1.7; }
.reference-note p:last-child { margin-bottom: 0; }
.hero-home .reference-note { background: #ffffff0d; color: #e6f1fa; }
.content-wrap { padding-block: 48px 65px; }
.editorial-intro { max-width: 980px; margin-bottom: 42px; }
.editorial-intro p { color: var(--muted); }
.feature-grid, .fleet-grid, .calendar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.feature-grid, .fleet-grid { margin-block: 30px 55px; }
.feature-card, .fleet-card, .calendar-card { min-width: 0; padding: 30px; background: var(--ivory); border: 1px solid var(--line); }
.feature-card p, .fleet-card p, .calendar-card p { color: var(--muted); font-size: 14px; }
.feature-card h3, .fleet-card h3, .calendar-card h3 { font-size: 27px; }
.feature-card > :last-child, .fleet-card > :last-child, .calendar-card > :last-child { margin-bottom: 0; }
.feature-card > a:last-child, .fleet-card > a:last-child, .calendar-card > a:last-child { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 600; }
.fleet-card { background: var(--paper); border-top: 3px solid #b59960; }
.fleet-card img { display: block; width: 100%; aspect-ratio: 1.65; object-fit: cover; margin-bottom: 25px; }
.fleet-card nav, .fleet-card .year-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.fleet-card nav a, .fleet-card .year-links a { padding: 5px 10px; border: 1px solid var(--line); background: var(--ivory); font-size: 12px; text-decoration: none; }
.calendar-browser { margin-block: 55px; }
.calendar-browser > p { color: var(--muted); }
.filter-panel { display: flex; flex-wrap: wrap; align-items: end; gap: 18px; margin-block: 25px 20px; padding: 25px; border: 1px solid var(--line); background: var(--ivory); }
.filter-panel label { display: flex; flex: 1 1 230px; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 600; }
.filter-panel input, .filter-panel select { width: 100%; min-width: 0; min-height: 47px; padding: 10px 13px; border: 1px solid #477da5; border-radius: 2px; background: var(--paper); color: var(--ink); font-size: 14px; }
.filter-panel button { min-height: 47px; padding: 10px 16px; border: 1px solid #477da5; background: var(--paper); color: var(--ink); font-size: 13px; }
#calendar-count { margin-block: 20px; color: var(--muted); font-size: 12px; }
.calendar-card { padding: 27px; background: var(--paper); }
.calendar-card .eyebrow { font-size: 9px; color: var(--gold-ink); }
.calendar-card h3 a { color: var(--navy); text-decoration: none; }
.calendar-card h3 a:hover { text-decoration: underline; }
.calendar-card p { margin-bottom: 18px; }
.legacy-content { min-width: 0; max-width: 100%; font-size: 15px; line-height: 1.8; overflow-wrap: anywhere; }
.legacy-content::after { content: ""; display: table; clear: both; }
.legacy-content > :first-child { margin-top: 0; }
.legacy-content p { margin: 14px 0; }
.legacy-content h2, .legacy-content h3, .legacy-content h4, .legacy-content h5, .legacy-content h6 { margin: 30px 0 15px; font-family: var(--serif); font-weight: 400; line-height: 1.3; }
.legacy-content h2 { font-size: 31px; }
.legacy-content h3 { font-size: 26px; }
.legacy-content h4, .legacy-content h5, .legacy-content h6 { font-size: 22px; }
.legacy-content div, .legacy-content p, .legacy-content span, .legacy-content pre { max-width: 100%; }
.legacy-content a { font-weight: 550; }
.legacy-content strong, .legacy-content b { font-weight: 650; }
.legacy-content img { max-width: 100%; height: auto; }
.legacy-content hr { margin: 28px 0; border: 0; border-top: 1px solid var(--line); }
.legacy-content pre { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; }
.legacy-content blockquote { margin: 25px 0; padding-left: 25px; border-left: 2px solid #c8b286; }
.legacy-layout { width: 100%; max-width: 100%; }
.legacy-layout + .legacy-layout { margin-top: 8px; }
.table-scroll { display: block; max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; margin: 22px 0; scrollbar-color: #819eb5 var(--ivory); scrollbar-width: thin; }
.table-scroll:focus-visible { outline-offset: 2px; }
.table-scroll table { min-width: min(640px, 100%); width: 100%; border-collapse: collapse; border-spacing: 0; background: var(--paper); color: var(--ink); font: inherit; table-layout: auto; }
.table-scroll th, .table-scroll td { padding: 12px 15px; border: 1px solid #d4e4ef; vertical-align: top; text-align: left; white-space: normal; overflow-wrap: normal; word-break: normal; line-height: 1.6; }
.table-scroll th { color: #244c6d; background: #e8f3fb; font-size: 13px; font-weight: 700; }
.table-scroll tr:nth-child(even) > td { background: #f4f9fd; }
.table-scroll td p:first-child { margin-top: 0; }
.table-scroll td p:last-child { margin-bottom: 0; }
.table-scroll td img { max-width: 100%; }
.table-scroll caption { padding: 12px 15px; text-align: left; color: var(--muted); font-size: 13px; }
.table-scroll table table { min-width: 0; }
.planning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 60px; padding-block: 48px; margin-top: 45px; border-top: 1px solid var(--line); }
.planning-grid > h2, .planning-grid > .eyebrow { grid-column: 1 / -1; }
.planning-grid h3 { font-size: 26px; }
.planning-grid p { color: var(--muted); font-size: 15px; }
.faq { padding-block: 45px; border-top: 1px solid var(--line); margin-top: 30px; }
.faq > h3 { max-width: 950px; padding-top: 22px; margin-top: 22px; border-top: 1px solid var(--line); font-size: 25px; }
.faq > p { max-width: 950px; color: var(--muted); font-size: 15px; }
.faq details { max-width: 950px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.faq summary { padding-right: 20px; font: 24px/1.4 var(--serif); }
.faq details p { max-width: 850px; margin: 18px 0 5px; color: var(--muted); font-size: 15px; }
.related-links { padding-block: 35px; border-top: 1px solid var(--line); }
.related-links h2 { font-size: 30px; }
.related-links ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.related-links li { margin: 0; }
.related-links a { display: inline-block; padding: 9px 15px; border: 1px solid var(--line); background: var(--ivory); font-size: 13px; text-decoration: none; }
.contact-panel { padding: 55px 60px; background: var(--navy); color: var(--paper); margin-top: 45px; }
.contact-panel > .wrap { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 35px 60px; align-items: center; }
.contact-panel.wrap { width: min(1240px, calc(100% - 80px)); }
.contact-panel h2 { max-width: 840px; font-size: 39px; }
.contact-panel .eyebrow { color: #e5c78e; }
.contact-panel p { max-width: 850px; color: #dbeaf5; font-size: 15px; }
.contact-panel a { color: var(--paper); }
.contact-panel .hero-actions { margin-top: 22px; }
.contact-panel > :last-child { margin-bottom: 0; }
.contact-panel .contact-details { display: grid; align-content: center; gap: 9px; }
.contact-panel .contact-details a { width: fit-content; overflow-wrap: anywhere; }
.site-footer { margin-top: 65px; padding: 53px 0 25px; background: #eaf3fa; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr); gap: 45px; }
.footer-grid h2, .footer-grid h3 { margin-bottom: 18px; font: 650 12px/1.5 var(--sans); letter-spacing: 1px; text-transform: uppercase; }
.footer-grid p { max-width: 360px; margin-block: 17px; color: var(--muted); font-size: 13px; }
.footer-grid a:not(.brand) { color: var(--ink); font-size: 13px; overflow-wrap: anywhere; }
.footer-grid > div > a:not(.brand), .footer-grid nav > a { display: block; width: fit-content; margin: 9px 0; text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: 8px 0; }
.site-footer .legal, .site-footer .copyright { margin-top: 35px; padding-top: 22px; border-top: 1px solid #d1e1ee; color: var(--muted); font-size: 11px; }
.site-footer .legal p:last-child { margin-bottom: 0; }
@media (min-width: 901px) {
  /* Keep native details navigation visible on wide screens, even when closed. */
  .menu:not([open]) > .menu-links { display: flex; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 48px); }
  .topbar { gap: 20px; }
  .brand { font-size: 23px; letter-spacing: 1.1px; }
  .contact-strip { gap: 6px 18px; }
  .menu > .menu-links { gap: 4px 20px; }
  .site-nav a { font-size: 12px; }
  .hero-home .hero-copy { padding: 48px 32px; }
  .hero-home > .wrap { gap: 30px; }
  .hero-home h1 { font-size: 51px; }
  .feature-card, .fleet-card, .calendar-card { padding: 24px; }
  .contact-panel { padding: 45px; }
  .contact-panel.wrap { width: calc(100% - 48px); }
  .footer-grid { gap: 30px; }
}
@media (max-width: 900px) {
  .topbar { align-items: flex-start; padding-block: 23px; }
  .contact-strip { flex-direction: column; align-items: flex-end; gap: 3px; font-size: 11px; }
  .site-nav > .wrap, .site-nav.wrap { align-items: flex-start; gap: 18px; }
  .menu { padding-block: 8px; }
  .menu > summary { display: block; }
  .menu > .menu-links { display: none; padding: 13px 0 10px; }
  .menu[open] > .menu-links { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
  .menu .menu-links a { width: 100%; min-height: 45px; font-size: 14px; }
  .site-nav > .wrap > .button, .site-nav.wrap > .button { flex-shrink: 0; margin-block: 9px; }
  .hero-home, .hero-home > .wrap { grid-template-columns: 1fr; }
  .hero-home .hero-copy { padding: 48px 40px; }
  .hero-home > .wrap { gap: 35px; padding-block: 44px; }
  .hero-home .hero-copy > * { max-width: 750px; }
  .hero-home h1 { font-size: 55px; }
  .hero-image, .hero-image img, img.hero-image { min-height: 320px; max-height: 440px; }
  .feature-grid, .fleet-grid, .calendar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .planning-grid { gap: 25px 35px; }
  .contact-panel > .wrap { grid-template-columns: 1fr; gap: 20px; width: 100%; }
  .contact-panel h2 { font-size: 35px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 32px); }
  body { font-size: 15px; }
  .topbar { flex-direction: column; align-items: stretch; gap: 17px; padding-block: 21px 16px; }
  .brand { font-size: 24px; }
  .brand small { font-size: 9px; margin-top: 7px; }
  .contact-strip { flex-direction: row; justify-content: flex-start; align-items: center; gap: 4px 18px; font-size: 11px; }
  .contact-strip a { min-height: 24px; }
  .contact-strip span { font-size: 10px; }
  .menu > summary { padding: 9px 12px; }
  .site-nav .button { font-size: 11px; padding: 8px 12px; }
  .breadcrumb { padding-block: 16px; font-size: 10px; }
  h1 { font-size: 36px; letter-spacing: -.8px; }
  h2 { font-size: 31px; }
  h3 { font-size: 25px; }
  .hero { padding-block: 16px 32px; }
  .hero h1 + .lead, .hero h1 + p { margin-top: 20px; }
  .lead { font-size: 16px; line-height: 1.75; }
  .hero-actions { gap: 11px; margin-top: 23px; }
  .hero-actions .button { width: 100%; }
  .hero-home { padding: 0; }
  .hero-home .hero-copy { padding: 39px 22px 42px; }
  .hero-home > .wrap { padding-block: 35px; }
  .hero-home h1 { font-size: 43px; letter-spacing: -1.1px; }
  .hero-home .lead { font-size: 16px; }
  .hero-image, .hero-image img, img.hero-image { min-height: 240px; max-height: 310px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.7px; }
  .reference-note { padding: 14px 16px; margin-block: 22px; font-size: 12px; }
  .content-wrap { padding-block: 35px 45px; }
  .editorial-intro { margin-bottom: 29px; }
  .feature-grid, .fleet-grid, .calendar-grid { grid-template-columns: 1fr; gap: 16px; }
  .feature-grid, .fleet-grid { margin-block: 25px 40px; }
  .feature-card, .fleet-card, .calendar-card { padding: 24px; }
  .calendar-browser { margin-block: 40px; }
  .filter-panel { padding: 19px; gap: 14px; }
  .filter-panel label { flex-basis: 100%; }
  .legacy-content { font-size: 14px; line-height: 1.75; }
  .legacy-content h2 { font-size: 28px; }
  .legacy-content h3 { font-size: 24px; }
  .legacy-content h4, .legacy-content h5, .legacy-content h6 { font-size: 21px; }
  .table-scroll { margin-block: 18px; }
  .table-scroll table { min-width: 620px; }
  .table-scroll th, .table-scroll td { padding: 10px 12px; }
  .planning-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 30px; padding-block: 35px; }
  .planning-grid > h2 { margin-bottom: 0; }
  .faq { margin-top: 15px; padding-block: 30px; }
  .faq summary { font-size: 22px; }
  .related-links { padding-block: 28px; }
  .related-links a { padding: 8px 12px; font-size: 12px; }
  .contact-panel { padding: 33px 24px; margin-top: 30px; }
  .contact-panel.wrap { width: calc(100% - 32px); }
  .contact-panel h2 { font-size: 32px; }
  .contact-panel p { font-size: 14px; }
  .contact-panel a { overflow-wrap: anywhere; }
  .site-footer { margin-top: 45px; padding-top: 39px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; }
  .footer-grid > :first-child { grid-column: 1/-1; }
  .footer-grid p { font-size: 12px; }
  .footer-grid a:not(.brand) { font-size: 12px; }
  .site-footer .legal, .site-footer .copyright { font-size: 10px; margin-top: 28px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (forced-colors: active) { .button { border: 1px solid ButtonText; } }
@media print {
  body { color: black; background: white; font-size: 11pt; }
  .wrap, .contact-panel.wrap { width: 100%; }
  .site-header, .skip-link, .hero-actions, .filter-panel, .contact-panel, .site-footer { display: none !important; }
  .hero, .hero-home { display: block; padding: 0 0 20px; color: black; background: white; }
  .hero-home .hero-copy { padding: 0; }
  .hero-image { display: none; }
  h1, .hero-home h1 { font-size: 27pt; }
  .hero-home .lead, .hero-home .eyebrow { color: black; }
  .content-wrap { padding-block: 20px; }
  .feature-grid, .fleet-grid, .calendar-grid, .planning-grid { display: block; }
  .feature-card, .fleet-card, .calendar-card { break-inside: avoid; margin-block: 10px; }
  .table-scroll { overflow: visible; }
  .table-scroll table { min-width: 0; font-size: 9pt; }
  .table-scroll th, .table-scroll td { padding: 5px; }
}

/* Requested light-blue palette: airy surfaces with strong navy contrast. */
.hero:not(.hero-home) { background: #f2f8fd; }
.hero-home { background: #e1f0fb; color: var(--navy); }
.hero-home h1 { color: var(--navy); }
.hero-home h1 em { color: #235e8e; }
.hero-home .eyebrow { color: #31658a; }
.hero-home .lead { color: #355a75; }
.hero-home .hero-actions > a:not(.button) { color: #1d6090; }
.hero-home .button.outline { color: #173f62; border-color: #477dA5; }
.hero-home .button.outline:hover { background: #cce4f6; }
.hero-home .reference-note { background: #f3f9fe; color: #355a75; }
.hero-home :focus-visible { outline-color: #145d9c; }
.site-nav :focus-visible, .contact-panel :focus-visible { outline-color: #ead1a0; }
.site-footer { background: #eaf3fa; }
@media print { .hero-home, .hero:not(.hero-home) { background: white; color: black; } }

/* A considered, progressively enhanced cruise explorer. */
.hero-home { background: linear-gradient(125deg, #f0f8ff 0%, #dceefa 72%, #cce5f7 100%); }
.hero-home > .wrap { gap: 64px; padding-block: 62px; }
.hero-home img.hero-image { border-radius: 3px 60px 3px 3px; box-shadow: 0 22px 48px #173f621a; }
.page-jump-nav { border-bottom: 1px solid var(--line); background: #f5faff; }
.page-jump-nav .wrap { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 28px; padding-block: 14px; }
.page-jump-nav span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); margin-right: auto; }
.page-jump-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: none; color: var(--navy); }
.page-jump-nav a:hover { text-decoration: underline; }
#ships, #calendars, #destinations { max-width: none; scroll-margin-top: 25px; }
#ships > h2, #calendars > h2, #destinations > h2 { max-width: 900px; }
#ships > p:not(.eyebrow), #calendars > p:not(.eyebrow), #destinations > p:not(.eyebrow) { max-width: 810px; }
.ship-explorer-controls { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.ship-explorer-controls button { min-height: 46px; border: 1px solid #477da5; padding: 10px 20px; background: #fffefd; color: var(--navy); border-radius: 3px; font-size: 13px; font-weight: 600; }
.ship-explorer-controls button:hover { background: #e1f0fb; }
.ship-explorer-controls button[aria-pressed="true"] { background: var(--navy); color: #fffefd; border-color: var(--navy); }
.fleet-card { border: 1px solid var(--line); border-radius: 4px; padding: 0; overflow: hidden; box-shadow: 0 8px 22px #173f6208; }
.fleet-card > div:last-child { padding: 30px; }
.fleet-card img { margin: 0; }
.fleet-card h3 { color: var(--navy); }
.fleet-card p { line-height: 1.85; }
.fleet-card a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 650; font-size: 13px; }
.fleet-card .ship-enquiry { display: block; margin-top: 9px; padding-top: 13px; border-top: 1px solid var(--line); }
.fleet-card .ship-enquiry a { font-weight: 500; }
.fleet-grid.is-focused { display: block; margin-top: 22px; }
.fleet-grid.is-focused .fleet-card:not([hidden]) { display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch; }
.fleet-grid.is-focused .fleet-card > img { height: 100%; min-height: 410px; object-fit: cover; }
.fleet-grid.is-focused .fleet-card > div:last-child { padding: clamp(30px, 4vw, 55px); background: #f0f7fd; align-content: center; }
.fleet-grid.is-focused h3 { font-size: clamp(29px, 3vw, 41px); }
.future-ship { display: flex; min-height: 230px; flex-direction: column; justify-content: center; padding: 35px; color: var(--navy); background: linear-gradient(140deg, #dcecf8, #edf6fc 65%, #d0e6f6); border-bottom: 1px solid var(--line); }
.future-ship > span { font: 700 10px/1.5 var(--sans); letter-spacing: 3px; }
.future-ship > p { color: var(--navy); font: 34px/1.3 var(--serif); margin: 20px 0 0; }
.fleet-grid.is-focused .future-ship { min-height: 410px; padding: 50px; }
.fleet-grid.is-focused .future-ship > p { font-size: clamp(35px, 4vw, 51px); }
.calendar-browser { border-top: 1px solid var(--line); padding-top: 45px; }
.filter-panel { border-radius: 4px; background: #edf6fc; }
.filter-panel #calendar-count { flex-basis: 100%; margin: 0; }
.calendar-card { border-radius: 4px; border-top: 3px solid #8dbbda; }
.calendar-card h3 { font-size: 24px; }
.calendar-actions { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; margin: 25px 0; }
.filter-empty { padding: 22px; background: #edf6fc; border-left: 3px solid #477da5; }
.destination-filter { display: flex; align-items: end; flex-wrap: wrap; gap: 14px; padding: 22px; margin-top: 25px; background: #edf6fc; border: 1px solid var(--line); border-radius: 4px; }
.destination-filter label { display: flex; flex-direction: column; gap: 7px; flex: 1 1 250px; font-size: 12px; font-weight: 600; }
.destination-filter input { min-width: 0; width: 100%; min-height: 48px; border: 1px solid #477da5; border-radius: 2px; padding: 10px 13px; background: #fffefd; color: var(--ink); }
.destination-filter p { flex-basis: 100%; font-size: 12px; margin: 0; }
#destinations > .related-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; border: 0; padding-top: 20px; }
#destinations > .related-links a { display: flex; align-items: center; min-height: 62px; background: #fffefd; border-radius: 3px; overflow-wrap: anywhere; }
#destinations > .related-links a::after { content: "\2197"; margin-left: auto; padding-left: 9px; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 80; background: #28638f; transform: scaleX(0); transform-origin: left; pointer-events: none; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 15px; border: 1px solid #477da5; border-radius: 3px; box-shadow: 0 3px 18px #173f621a; background: #fffefd; color: var(--navy); font-size: 12px; font-weight: 600; text-decoration: none; }
.back-to-top:hover { background: #e1f0fb; }
.button, .ship-explorer-controls button, .calendar-card, .feature-card, #destinations > .related-links a { transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .button:hover { transform: translateY(-2px); box-shadow: 0 5px 16px #173f6214; }
  .calendar-card:hover, .feature-card:hover, #destinations > .related-links a:hover { transform: translateY(-3px); box-shadow: 0 7px 20px #173f6212; }
}
@media (max-width: 900px) {
  .hero-home > .wrap { gap: 35px; padding-block: 42px; }
  .hero-home img.hero-image { border-radius: 3px 40px 3px 3px; }
  .page-jump-nav .wrap { gap: 0 25px; }
  .page-jump-nav span { flex-basis: 100%; }
  .fleet-grid.is-focused .fleet-card:not([hidden]) { grid-template-columns: 1fr; }
  .fleet-grid.is-focused .fleet-card > img { min-height: 260px; max-height: 350px; }
  .fleet-grid.is-focused .future-ship { min-height: 280px; }
  #destinations > .related-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .hero-home > .wrap { padding-block: 35px; }
  .page-jump-nav .wrap { gap: 0 19px; }
  .page-jump-nav a { font-size: 12px; }
  .ship-explorer-controls { display: grid; grid-template-columns: 1fr 1fr; }
  .ship-explorer-controls button { padding: 11px 10px; font-size: 12px; }
  .fleet-card > div:last-child, .fleet-grid.is-focused .fleet-card > div:last-child { padding: 26px; }
  .fleet-grid.is-focused .fleet-card > img { min-height: 220px; max-height: 260px; }
  .fleet-grid.is-focused .future-ship { min-height: 250px; padding: 30px; }
  .calendar-browser { padding-top: 33px; }
  .destination-filter { padding: 18px; }
  #destinations > .related-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #destinations > .related-links a { min-height: 65px; padding: 10px 12px; font-size: 12px; }
  .back-to-top { right: 12px; bottom: 12px; font-size: 11px; padding: 9px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .button, .ship-explorer-controls button, .calendar-card, .feature-card, #destinations > .related-links a { transition: none; }
}
@media print {
  .page-jump-nav, .ship-explorer-controls, .destination-filter, .calendar-actions, .back-to-top, .reading-progress { display: none !important; }
  .fleet-card[hidden], .calendar-card[hidden], #destinations a[hidden] { display: block !important; }
  .fleet-grid.is-focused .fleet-card:not([hidden]) { display: block; }
}

/* Three-dimensional photographic surfaces, without an animation dependency. */
.hero-depth-stage { position: relative; min-height: 400px; height: 100%; transform-style: preserve-3d; border-radius: 3px 60px 3px 3px; }
.hero-depth-stage::before { content: ""; position: absolute; inset: 8px -9px -12px 9px; border: 1px solid #adcfe5; border-radius: inherit; background: linear-gradient(135deg, #bad9ee, #83b3d5); box-shadow: 0 25px 45px #173f6226; transform: translateZ(-16px); pointer-events: none; }
.hero-home .hero-depth-stage img.hero-image { position: relative; display: block; width: 100%; height: 100%; min-height: 400px; border: 1px solid #ffffffb3; border-radius: inherit; object-fit: cover; box-shadow: 0 10px 22px #173f6214; transform: translateZ(22px); }
.hero-depth-stage::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at var(--shine-x, 25%) var(--shine-y, 15%), #ffffff26, #ffffff00 65%); transform: translateZ(23px); pointer-events: none; }
.fleet-card { box-shadow: 0 3px 0 #d4e5f0, 0 14px 27px #173f6212; }
[data-depth-surface] { --depth-x: 0deg; --depth-y: 0deg; }
@media (hover: hover) and (pointer: fine) and (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .depth-enabled { transform: perspective(1400px) rotateX(var(--depth-x)) rotateY(var(--depth-y)); transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease; }
  .depth-enabled.is-depth-active { transition: transform .12s ease-out, box-shadow .3s ease; }
  .fleet-card.depth-enabled.is-depth-active { box-shadow: 0 5px 0 #c6deee, 0 22px 35px #173f6221; }
  .hero-depth-stage.depth-enabled::before { transform: translateZ(-24px); }
  .hero-home .hero-depth-stage.depth-enabled img.hero-image { transform: translateZ(24px); }
  .hero-depth-stage.depth-enabled::after { transform: translateZ(25px); }
}
@media (max-width: 900px) {
  .hero-depth-stage { height: 360px; min-height: 320px; margin-right: 8px; border-radius: 3px 40px 3px 3px; }
  .hero-home .hero-depth-stage img.hero-image { min-height: 0; max-height: none; }
  .hero-depth-stage::before { inset: 5px -7px -9px 7px; box-shadow: 0 14px 26px #173f621a; }
}
@media (max-width: 600px) {
  .hero-depth-stage { height: 265px; min-height: 240px; }
}
@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) {
  .depth-enabled, .hero-depth-stage, .hero-depth-stage::before, .hero-depth-stage::after, .hero-home .hero-depth-stage img.hero-image { transform: none; transition: none; }
}
@media print {
  .hero-depth-stage { display: none; }
  [data-depth-surface] { transform: none !important; box-shadow: none; }
}

/* The preserved itinerary collection uses the same readable blue template. */
#reference { max-width: none; }
#reference > .reference-introduction { max-width: 860px; color: var(--muted); }
.reference-overview { margin: 28px 0 35px; }
.reference-overview > p { max-width: 900px; }
.reference-overview .reference-year-label { font: 600 14px/1.6 var(--sans); color: var(--navy); }
.reference-month-directory { margin-block: 30px; }
.legacy-content .reference-month-directory h3 { margin: 0 0 18px; font-size: 27px; }
.reference-month-directory .table-scroll { margin: 0; overflow: visible; }
.reference-month-directory table.reference-month-table { display: block; width: 100%; min-width: 0; background: transparent; }
.reference-month-table tbody { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.reference-month-table tr { display: contents; }
.reference-month-directory .reference-month-table td { display: block; min-width: 0; padding: 0; border: 0; background: transparent; }
.reference-month-table td[colspan] { grid-column: 1 / -1; }
.reference-month-table td[colspan] strong { display: inline; font: 600 14px/1.6 var(--sans); }
.reference-month-table td[colspan] { margin-top: 13px; color: var(--navy); }
.reference-month-table em { font-style: normal; }
.legacy-content .reference-month-table a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px; border: 1px solid #b4d1e5; border-radius: 3px; background: #edf6fc; color: var(--navy); font: 500 12px/1.5 var(--sans); text-align: center; text-decoration: none; }
.legacy-content .reference-month-table a:hover { background: #dceefb; border-color: #477da5; }
.reference-ship-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-block: 28px; }
.reference-ship-links > section { min-width: 0; padding: 23px; border: 1px solid var(--line); border-radius: 4px; background: #f2f8fd; }
.legacy-content .reference-ship-links h3 { margin: 0 0 13px; font-size: 25px; }
.reference-ship-links h3 a { color: var(--navy); text-decoration: none; }
.reference-ship-links .year-links { display: flex; flex-wrap: wrap; gap: 8px; }
.reference-ship-links .year-links a { display: inline-flex; align-items: center; min-height: 44px; padding: 7px 10px; border: 1px solid #b4d1e5; border-radius: 3px; background: var(--paper); font: 500 12px/1.5 var(--sans); text-decoration: none; }
.reference-ship-links strong, .reference-ship-links b { font-weight: inherit; }
.reference-year { margin: 18px 0; border: 1px solid #bfd7e7; border-radius: 5px; background: #fffefd; }
.reference-year > summary { display: flex; align-items: center; gap: 15px; padding: 22px 26px; list-style: none; background: #eaf4fc; border-radius: 5px; color: var(--navy); }
.reference-year > summary::-webkit-details-marker { display: none; }
.reference-year > summary::after { content: "+"; margin-left: auto; font: 26px/1 var(--sans); }
.reference-year[open] > summary::after { content: "\2212"; }
.reference-year[open] > summary { border-bottom: 1px solid var(--line); border-radius: 5px 5px 0 0; }
.reference-year-title { display: block; margin: 0; font: 27px/1.3 var(--serif); }
.reference-year > summary small { display: block; color: var(--muted); font: 12px/1.7 var(--sans); margin-top: 5px; }
.reference-year-body { padding: 6px 26px 26px; }
.legacy-content .voyage-month { margin-block: 28px 36px; scroll-margin-top: 24px; }
.legacy-content .voyage-month > h3 { margin: 0 0 18px; padding-bottom: 13px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 27px; }
.voyage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.legacy-content article.voyage-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto 1fr auto; grid-template-areas: "date duration" "route route" "footer footer"; gap: 16px 20px; min-width: 0; padding: 24px; border: 1px solid #c8deed; border-top: 3px solid #7badd0; border-radius: 4px; background: #fffefd; box-shadow: 0 5px 15px #173f6208; overflow-wrap: normal; }
.voyage-date { grid-area: date; color: #365b76; font: 600 13px/1.65 var(--sans); }
.voyage-date::before { content: "Dates"; display: block; margin-bottom: 5px; color: var(--muted); font: 600 10px/1.5 var(--sans); letter-spacing: 1px; text-transform: uppercase; }
.legacy-content .voyage-card .voyage-route { grid-area: route; margin: 0; font: 25px/1.35 var(--serif); overflow-wrap: break-word; }
.legacy-content .voyage-route a { color: var(--navy); font-weight: 400; text-decoration: none; }
.legacy-content .voyage-route a:hover { text-decoration: underline; }
.voyage-duration { grid-area: duration; align-self: start; padding: 7px 11px; border-radius: 3px; background: #edf6fc; color: #244f70; font: 600 12px/1.6 var(--sans); white-space: nowrap; }
.voyage-booking { grid-area: footer; display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 14px; padding-top: 16px; border-top: 1px solid #dce9f2; }
.voyage-code { display: block; color: var(--muted); font: 12px/1.65 var(--sans); overflow-wrap: anywhere; }
.voyage-code::before { content: "Voyage reference"; display: block; font-size: 10px; letter-spacing: .6px; text-transform: uppercase; }
.legacy-content .voyage-action { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 15px; border: 1px solid #173f62; border-radius: 3px; background: #173f62; color: #fffefd; font: 600 12px/1.6 var(--sans); text-decoration: none; }
.legacy-content .voyage-action:hover { background: #28638f; color: #fffefd; }
.voyage-action::after { content: "\2197"; margin-left: 9px; }
.legacy-link-directory { margin-block: 30px; padding: 24px; border: 1px solid var(--line); border-radius: 4px; background: #f2f8fd; }
.legacy-link-directory > summary { color: var(--navy); font: 25px/1.4 var(--serif); }
.legacy-content .legacy-link-directory h3 { margin-top: 0; font-size: 26px; }
.legacy-link-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 0; list-style: none; }
.legacy-link-list li { min-width: 0; margin: 0; }
.legacy-link-list a { display: flex; align-items: center; min-height: 55px; padding: 12px 14px; border: 1px solid #d1e2ee; border-radius: 3px; background: #fffefd; color: var(--navy); font: 500 12px/1.6 var(--sans); text-decoration: none; overflow-wrap: anywhere; }
.legacy-link-list a:hover { background: #dceefb; border-color: #477da5; }
@media (max-width: 1000px) {
  .legacy-content article.voyage-card { padding: 20px; gap: 14px; }
  .legacy-link-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .reference-month-table tbody { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reference-ship-links, .voyage-grid { grid-template-columns: 1fr; }
  .reference-ship-links > section { padding: 20px; }
  .reference-year > summary { padding: 19px 17px; }
  .reference-year-title { font-size: 24px; }
  .reference-year-body { padding: 2px 15px 19px; }
  .legacy-content .voyage-month > h3 { font-size: 25px; }
  .legacy-content article.voyage-card { padding: 18px; gap: 15px 12px; }
  .legacy-content .voyage-card .voyage-route { font-size: 24px; }
  .voyage-date { font-size: 12px; }
  .voyage-duration { padding: 6px 8px; font-size: 11px; }
  .legacy-link-directory { padding: 19px; }
  .legacy-link-list { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .reference-month-table tbody { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .voyage-booking { align-items: stretch; }
  .voyage-booking .voyage-action { width: 100%; }
}
@media print {
  .reference-year > .reference-year-body { display: block !important; }
  .reference-year { break-inside: auto; }
  .voyage-grid { display: block; }
  .voyage-card { break-inside: avoid; margin-block: 15px; box-shadow: none; }
}

/* Compact planning notes complete the retained reference collection. */
.reference-schedule-note { margin: 20px 0 30px; padding: 22px 25px; border: 1px solid #c8deed; border-left: 4px solid #7badd0; border-radius: 4px; background: #f2f8fd; }
.legacy-content .reference-schedule-note h3 { margin: 0 0 10px; color: var(--navy); font-size: 24px; }
.reference-schedule-note p { max-width: 900px; margin: 0; color: var(--muted); }
.reference-planning-links .legacy-link-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.reference-planning-note { max-width: 900px; margin-block: 28px; color: var(--muted); }
@media (max-width: 1000px) { .reference-planning-links .legacy-link-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) { .reference-schedule-note { padding: 19px; } .legacy-content .reference-schedule-note h3 { font-size: 22px; } }
@media (max-width: 450px) { .reference-planning-links .legacy-link-list { grid-template-columns: 1fr; } }
