:root {
  --ink: #071b2d;
  --navy: #08243a;
  --navy-soft: #123d59;
  --ocean: #0d6675;
  --gold: #c6a15b;
  --gold-pale: #ead9b8;
  --ivory: #f8f5ee;
  --paper: #ffffff;
  --mist: #eef3f5;
  --text: #273744;
  --muted: #667680;
  --shadow: 0 18px 48px rgba(7, 27, 45, .12);
  --radius: 18px;
}

html { scroll-behavior: smooth; overflow-x: hidden; }
* { box-sizing: border-box; }
body {
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  color: var(--text) !important;
  background: var(--ivory) !important;
  font-family: "Segoe UI", Inter, Arial, sans-serif !important;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body > :not(.clc-header):not(.clc-footer):not(.clc-mobile-actions) {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}
a { color: var(--ocean); text-underline-offset: 3px; }
a:hover { color: #064754; }
img { max-width: 100%; height: auto; }
table { max-width: 100% !important; }
td, th { overflow-wrap: anywhere; }
h1, h2, h3 {
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  line-height: 1.16;
}
body > h1, body > div, body > table, body > p {
  padding-left: clamp(16px, 3vw, 36px);
  padding-right: clamp(16px, 3vw, 36px);
}
.clc-header + h1 {
  width: min(1120px, calc(100% - 40px));
  margin: 30px auto 18px !important;
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid #dde5e6;
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 8px 28px rgba(7, 27, 45, .07);
  font-size: clamp(25px, 3vw, 39px) !important;
  line-height: 1.2 !important;
}
.clc-header + h1 a { color: var(--ink) !important; text-decoration-color: var(--gold); }
body > table {
  width: min(1120px, calc(100% - 40px)) !important;
  margin-top: 18px !important;
  border-radius: 14px;
  background: white;
  box-shadow: 0 8px 28px rgba(7, 27, 45, .06);
}
.clc-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  color: white;
  background: rgba(7, 27, 45, .97);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .14);
}
.clc-offer-bar {
  width: 100%;
  min-height: 48px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  color: #f8f4eb;
  background: #0d5263;
  font-size: 14px;
  text-align: center;
}
.clc-offer-bar strong { color: white; }
.clc-offer-bar span { color: #d9e9ec; }
.clc-offer-bar a {
  padding: 7px 14px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.clc-nav {
  width: min(1320px, calc(100% - 40px));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.clc-brand {
  margin-right: auto;
  color: white !important;
  font: 600 clamp(19px, 2vw, 25px)/1.1 Georgia, serif;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
}
.clc-brand small {
  display: block;
  margin-top: 5px;
  color: var(--gold-pale);
  font: 600 10px/1 "Segoe UI", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.clc-nav-links { display: flex; align-items: center; gap: 22px; }
.clc-nav-links a {
  color: #edf5f7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.clc-button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--ink) !important;
  background: var(--gold);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.clc-button:hover { background: #d5b36e; transform: translateY(-1px); }
.clc-button--ghost { color: white !important; background: transparent; }
.clc-footer {
  width: 100%;
  margin-top: 64px;
  padding: 56px 20px 92px;
  color: #dce8ed;
  background: var(--ink);
}
.clc-page-intro {
  width: min(1120px, calc(100% - 40px));
  margin: 28px auto 12px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid #dbe5e7;
  border-radius: 16px;
  background: white;
  box-shadow: 0 8px 26px rgba(7, 27, 45, .06);
}
.clc-page-intro p { max-width: 760px; margin: 0; color: var(--text); }
.clc-page-intro > div { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.clc-intro-call { color: var(--ink); font-size: 14px; font-weight: 750; white-space: nowrap; }
.clc-cruise-guide {
  width: min(1120px, calc(100% - 40px));
  margin: 64px auto 0;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 20px;
  background: #edf3f3;
}
.clc-guide-copy { max-width: 880px; }
.clc-guide-eyebrow {
  color: var(--ocean);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.clc-cruise-guide h2 { margin: 10px 0 18px; font-size: clamp(30px, 4vw, 46px); font-weight: 500; }
.clc-cruise-guide p { margin: 0 0 16px; }
.clc-fleet-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.clc-fleet-grid article {
  padding: 24px;
  border: 1px solid #d5e0e1;
  border-radius: 15px;
  background: white;
}
.clc-fleet-grid span { color: var(--ocean); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.clc-fleet-grid h3 { margin: 8px 0 12px; font-size: 23px; }
.clc-fleet-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.clc-guide-disclaimer { margin: 24px 0 0 !important; color: var(--muted); font-size: 12px; }
.clc-schedule-guide {
  width: min(1120px, calc(100% - 40px));
  margin: 44px auto 0;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid #d9e3e5;
  border-radius: 20px;
  background: white;
  box-shadow: 0 10px 32px rgba(7, 27, 45, .07);
}
.clc-schedule-guide h2 { margin: 8px 0 12px; font-size: clamp(29px, 4vw, 44px); font-weight: 500; }
.clc-schedule-guide > p { max-width: 820px; color: var(--muted); }
.clc-schedule-grid { margin-top: 26px; display: grid; gap: 12px; }
.clc-schedule-row {
  padding: 17px 20px;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) 2fr;
  align-items: center;
  gap: 18px;
  border-radius: 13px;
  background: var(--mist);
}
.clc-schedule-row strong { color: var(--ink); font: 21px Georgia, serif; }
.clc-year-links { display: flex; flex-wrap: wrap; gap: 9px; }
.clc-year-links a, .clc-year-links span {
  min-width: 62px;
  padding: 8px 13px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold-pale);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.clc-year-links a:hover { color: white; background: var(--ocean); border-color: var(--ocean); }
.clc-year-links span { color: #78858c; border-color: #ced7da; background: #e5eaec; cursor: not-allowed; }
.clc-footer-inner {
  width: min(1280px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 36px;
}
.clc-footer h2, .clc-footer h3 { color: white !important; }
.clc-footer a { color: #f2ddb1; }
.clc-footer-note { max-width: 640px; color: #9fb1bb; font-size: 13px; }
.clc-mobile-actions { display: none; }

@media (max-width: 760px) {
  body { font-size: 16px; line-height: 1.55; padding-bottom: 68px; }
  body > h1, body > div, body > table, body > p {
    padding-left: 14px;
    padding-right: 14px;
  }
  .clc-nav { width: calc(100% - 28px); min-height: 66px; }
  .clc-brand {
    font-size: clamp(17px, 5.2vw, 22px);
    white-space: normal;
  }
  .clc-brand small { font-size: 8px; letter-spacing: .12em; }
  .clc-nav-links { display: none; }
  .clc-offer-bar {
    padding: 12px 16px;
    display: block;
    font-size: 12px;
    line-height: 1.4;
  }
  .clc-offer-bar span { display: none; }
  .clc-offer-bar a { display: block; width: fit-content; margin: 8px auto 0; }
  .clc-header .clc-button { display: none; }
  .clc-footer-inner { grid-template-columns: 1fr; }
  .clc-mobile-actions {
    position: fixed;
    z-index: 1200;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .18);
  }
  .clc-mobile-actions a {
    min-width: 0;
    padding: 0 8px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--navy);
    font-weight: 750;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  }
  .clc-mobile-actions a:last-child { color: var(--ink); background: var(--gold); }
  table {
    display: block;
    width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .clc-header + h1 {
    width: calc(100% - 28px);
    margin-top: 18px !important;
    padding: 20px !important;
    font-size: clamp(22px, 7vw, 30px) !important;
    overflow-wrap: anywhere;
  }
  .clc-footer { padding-left: 22px; padding-right: 22px; }
  .clc-page-intro {
    width: calc(100% - 28px);
    padding: 20px;
    display: block;
  }
  .clc-page-intro > div { margin-top: 18px; flex-wrap: wrap; }
  .clc-cruise-guide { width: calc(100% - 28px); margin-top: 42px; padding: 24px 20px; }
  .clc-fleet-grid { grid-template-columns: 1fr; }
  .clc-schedule-guide { width: calc(100% - 28px); padding: 24px 20px; }
  .clc-schedule-row { grid-template-columns: 1fr; }
}

@media (min-width: 1500px) {
  body { font-size: 18px; }
  .clc-nav { min-height: 82px; }
}
