/* Luxury World Cruises: integrated ship calendars and homepage directory. */
.lwc-line-page__contact { margin: 25px 0 40px; font-size: .9rem; }
.lwc-line-page__contact a { text-decoration: underline; }
.lwc-line-year { padding: 35px 0 15px; scroll-margin-top: 130px; }
.lwc-line-year__heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 20px; border-bottom: 1px solid #dddcd3; padding-bottom: 15px; }
.lwc-line-year__heading h2 { font-family: var(--font-display, Georgia, serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; color: #101f35; line-height: 1.2; margin: 0; }
.lwc-line-year__heading p { flex-shrink: 0; font-size: .8rem; color: #596575; margin: 0; }
.lwc-line-year__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lwc-line-year__ship { display: flex; flex-direction: column; padding: 24px; background: #fffefa; border: 1px solid #dddcd3; border-radius: 4px; min-width: 0; }
.lwc-line-year__ship h3 { font-family: var(--font-display, Georgia, serif); font-size: 1.75rem; font-weight: 600; color: #101f35; margin: 0 0 8px; line-height: 1.2; overflow-wrap: anywhere; }
.lwc-line-year__ship p { font-size: .8rem; line-height: 1.6; color: #596575; margin: 0 0 16px; }
.lwc-line-year__link { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding: 12px 0 0; min-height: 44px; border-top: 1px solid #e7e1d3; color: #101f35; font-size: .83rem; font-weight: 600; text-decoration: underline; }
.lwc-line-year__link:hover { color: #76591f; }
.lwc-line-year__unavailable { color: #596575; font-size: .8rem; }
@media (max-width: 900px) { .lwc-line-year__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .lwc-line-year__heading { display: block; } .lwc-line-year__heading p { margin-top: 8px; } }
@media (max-width: 540px) { .lwc-line-year__grid { grid-template-columns: minmax(0,1fr); } .lwc-line-year__ship { padding: 21px; } .lwc-line-year { scroll-margin-top: 115px; } }
.lwc-calendar .lwc-sailing__status { margin: 8px 0 0; color: #73581e; font-size: .75rem; line-height: 1.5; }
.lwc-calendar .lwc-calendar__source { margin: 0 0 24px; font-size: .88rem; text-decoration: underline; }
.lwc-calendar,
.lwc-directory,
.lwc-ship-calendars {
    --lwc-navy: #101f35;
    --lwc-gold: #af8b43;
    --lwc-ink: #253349;
    --lwc-muted: #596575;
    --lwc-border: #dddcd3;
    --lwc-paper: #fffefa;
    --lwc-ivory: #f6f4ed;
    color: var(--lwc-ink);
    font-family: var(--font-body, 'Lato', Arial, sans-serif);
    line-height: 1.65;
    -webkit-text-size-adjust: 100%;
}
.lwc-calendar *, .lwc-directory * { box-sizing: border-box; }
.lwc-calendar [hidden], .lwc-directory [hidden] { display: none !important; }
.lwc-calendar {
    max-width: 1252px;
    margin: 0 auto;
    padding: 166px 36px 90px;
}
.lwc-calendar--embedded { padding-top: 64px; }
.lwc-calendar a, .lwc-directory a { text-underline-offset: 4px; }
.lwc-calendar :is(a, button, input, select, summary, [tabindex]):focus-visible,
.lwc-directory :is(a, button, input, select, summary):focus-visible {
    outline: 3px solid #2b718b;
    outline-offset: 4px;
}
.lwc-calendar__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--lwc-muted);
    font-size: 0.8rem;
    margin: 0 0 24px;
}
.lwc-calendar__breadcrumbs a:hover { text-decoration: underline; }
.lwc-calendar__hero {
    background: var(--lwc-navy);
    color: #fffefa;
    position: relative;
    padding: 48px 50px 0;
    border-radius: 6px;
    overflow: hidden;
    isolation: isolate;
}
.lwc-calendar__hero::after {
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    right: -130px;
    top: -180px;
    border: 1px solid rgb(212 184 123 / 22%);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgb(212 184 123 / 5%), 0 0 0 100px rgb(212 184 123 / 3%);
    pointer-events: none;
    z-index: -1;
}
.lwc-eyebrow {
    color: #836527;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    line-height: 1.6;
    margin: 0 0 12px;
}
.lwc-calendar__hero .lwc-eyebrow { color: #dfc78d; }
.lwc-calendar__title,
.lwc-directory__title {
    font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
    font-weight: 500;
    font-size: clamp(2.35rem, 4.8vw, 4.1rem);
    letter-spacing: -0.025em;
    line-height: 1.08;
    color: inherit;
    margin: 0 0 16px;
    overflow-wrap: anywhere;
}
.lwc-calendar__title em { color: #dfc78d; font-weight: 400; }
.lwc-calendar__title > span { color: #dfc78d; font-weight: 400; font-size: 0.82em; }
.lwc-ship-calendars { margin: 25px 0; padding: 24px; border: 1px solid var(--lwc-border); border-radius: 4px; background: var(--lwc-paper); }
.lwc-ship-calendars h2, .lwc-ship-calendars h3 { color: var(--lwc-navy); font-family: var(--font-display, Georgia, serif); font-size: 1.8rem; line-height: 1.2; font-weight: 600; }
.lwc-ship-calendars p { margin-top: 10px; font-size: 0.86rem; color: var(--lwc-muted); }
.lwc-ship-calendars .lwc-year-nav { margin-bottom: 0; }
.lwc-calendar__intro {
    max-width: 740px;
    color: var(--lwc-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 30px;
}
.lwc-calendar__hero .lwc-calendar__intro { color: #d4dbe4; }
.lwc-calendar__hero .lwc-year-nav { margin: 24px 0 25px; }
.lwc-calendar__hero .lwc-year-nav a { background: transparent; color: #e4e8ed; border-color: #62707e; }
.lwc-calendar__hero .lwc-year-nav a:hover { background: #293c52; border-color: #c2ab78; }
.lwc-calendar__hero .lwc-year-nav a[aria-current='page'] { background: #e1c989; color: #182a3d; border-color: #e1c989; }
.lwc-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 10px 0 0;
    padding: 23px 0 25px;
    border-top: 1px solid rgb(220 200 153 / 25%);
}
.lwc-stat { min-width: 130px; padding: 0 34px 0 0; margin: 0 34px 0 0; border-right: 1px solid rgb(220 200 153 / 20%); }
.lwc-stat:last-child { border-right: 0; margin-right: 0; }
.lwc-stat strong { display: block; font-family: var(--font-display, Georgia, serif); font-size: 2rem; font-weight: 500; color: #ead9af; line-height: 1.25; }
.lwc-stat span { display: block; font-size: 0.75rem; color: #d4dbe4; margin-top: 3px; }
.lwc-year-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 26px 0;
}
.lwc-year-nav > span { font-size: 0.78rem; color: var(--lwc-muted); margin-right: 8px; }
.lwc-year-nav a,
.lwc-year-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 17px;
    border: 1px solid var(--lwc-border);
    border-radius: 3px;
    background: #fffefa;
    color: var(--lwc-navy);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 150ms ease, border-color 150ms ease;
}
.lwc-year-nav a:hover, .lwc-year-link:hover { background: #ece6d7; border-color: #b5a27b; }
.lwc-year-nav a[aria-current='page'], .lwc-year-link[aria-current='page'] { color: #fffefa; background: var(--lwc-navy); border-color: var(--lwc-navy); }
.lwc-notice {
    background: #eef3f5;
    border-left: 3px solid #607d8b;
    border-radius: 0 3px 3px 0;
    padding: 16px 20px;
    margin: 20px 0;
    color: #374c5d;
    font-size: 0.86rem;
    overflow-wrap: anywhere;
}
.lwc-notice--warning { background: #f2eddf; border-color: #a38341; color: #61512c; }
.lwc-notice strong { font-weight: 700; }
.lwc-notice p + p { margin-top: 7px; }
.lwc-notice a { text-decoration: underline; }
.lwc-calendar__tools {
    margin: 30px 0 20px;
    padding: 22px 24px;
    background: #fffefa;
    border: 1px solid var(--lwc-border);
    border-radius: 4px;
}
[data-lwc-filter] { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
[data-lwc-calendar]:not([data-lwc-enhanced]) [data-lwc-filter] { display: none; }
[data-lwc-filter] > label { flex: 0 0 100%; margin-bottom: -5px; }
.lwc-calendar__tools .lwc-month-nav { margin-top: 18px; padding-bottom: 0; border-bottom: 0; }
.lwc-search-field { flex: 1 1 320px; min-width: 0; }
[data-lwc-filter] label,
.lwc-directory label {
    display: block;
    color: var(--lwc-navy);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 7px;
}
[data-lwc-search],
.lwc-directory select {
    font: inherit;
    font-size: 0.94rem;
    color: var(--lwc-ink);
    border: 1px solid #aeb5b8;
    border-radius: 3px;
    background: #fffefa;
    height: 48px;
    width: 100%;
    min-width: 0;
    padding: 10px 14px;
    box-shadow: none;
}
[data-lwc-search] { flex: 1 1 280px; }
[data-lwc-search]::placeholder { color: #697482; opacity: 1; }
[data-lwc-clear] {
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--lwc-navy);
    background: var(--lwc-ivory);
    border: 1px solid var(--lwc-border);
    border-radius: 3px;
    min-height: 48px;
    padding: 10px 19px;
    cursor: pointer;
}
[data-lwc-clear]:hover { background: #ece6d7; }
[data-lwc-clear]:disabled { opacity: 0.55; cursor: default; }
[data-lwc-count] { flex: 0 0 100%; display: block; color: var(--lwc-muted); font-size: 0.79rem; margin-top: 3px; }
.lwc-search-help { font-size: 0.76rem; color: var(--lwc-muted); margin: 9px 0 0; }
.lwc-month-nav { display: flex; flex-wrap: wrap; gap: 5px; padding: 0 0 22px; margin: 0 0 6px; border-bottom: 1px solid var(--lwc-border); }
.lwc-month-nav a { display: inline-flex; min-height: 44px; padding: 10px 13px; font-size: 0.79rem; color: #405268; border-radius: 3px; text-decoration: none; }
.lwc-month-nav a:hover { background: #e9e4d7; color: var(--lwc-navy); }
.lwc-month-nav a span { margin-left: 7px; color: #6d7480; font-size: 0.73rem; }
.lwc-month { padding: 28px 0 6px; scroll-margin-top: 146px; }
.lwc-month__title { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; color: var(--lwc-navy); font-family: var(--font-display, Georgia, serif); font-size: 2rem; font-weight: 500; line-height: 1.2; margin: 0 0 19px; }
.lwc-month__title span { font-family: var(--font-body, Arial, sans-serif); font-size: 0.75rem; color: var(--lwc-muted); letter-spacing: 0; font-weight: 400; }
.lwc-sailing { background: var(--lwc-paper); border: 1px solid var(--lwc-border); border-radius: 5px; margin: 0 0 16px; overflow: hidden; }
.lwc-sailing__header { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 23px; align-items: center; padding: 25px 27px; }
.lwc-sailing__date { color: var(--lwc-navy); border-right: 1px solid var(--lwc-border); padding-right: 21px; font-size: 0.81rem; line-height: 1.5; }
.lwc-sailing__date strong { display: block; font-family: var(--font-display, Georgia, serif); font-size: 2.1rem; line-height: 1.15; font-weight: 600; }
.lwc-sailing__date span, .lwc-sailing__date time { display: block; }
.lwc-sailing__date > time { font-size: 0.94rem; font-weight: 700; line-height: 1.45; }
.lwc-sailing__date > span { color: var(--lwc-muted); font-size: 0.72rem; margin-top: 6px; }
.lwc-sailing__route { font-family: var(--font-display, Georgia, serif); font-size: 1.8rem; font-weight: 600; line-height: 1.18; color: var(--lwc-navy); margin: 0 0 8px; overflow-wrap: anywhere; }
.lwc-sailing__meta { display: flex; flex-wrap: wrap; column-gap: 16px; row-gap: 5px; color: var(--lwc-muted); font-size: 0.79rem; line-height: 1.6; }
.lwc-sailing__voyage { color: #4f5d6c; font-size: 0.77rem; overflow-wrap: anywhere; }
.lwc-sailing__link { display: inline-flex; gap: 8px; justify-content: center; align-items: center; font-size: 0.78rem; font-weight: 700; line-height: 1.5; min-height: 44px; padding: 11px 16px; border: 1px solid #ac8d4d; border-radius: 3px; color: #675023; background: #fffefa; text-align: center; text-decoration: none; }
.lwc-sailing__link:hover { background: #f1ead8; color: #493714; }
.lwc-sailing__header > span { max-width: 165px; color: var(--lwc-muted); font-size: 0.75rem; line-height: 1.5; }
.lwc-sailing__source { padding: 0 27px 16px; color: var(--lwc-muted); font-size: 0.75rem; }
.lwc-sailing__source a { text-decoration: underline; }
.lwc-itinerary { border-top: 1px solid #e7e6df; }
.lwc-itinerary summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; list-style: none; cursor: pointer; padding: 15px 27px; min-height: 51px; color: #35485d; background: #f7f6f1; font-size: 0.81rem; font-weight: 700; }
.lwc-itinerary summary::-webkit-details-marker { display: none; }
.lwc-itinerary summary::after { content: '+'; flex: 0 0 22px; height: 22px; text-align: center; line-height: 20px; border: 1px solid #b9b3a4; border-radius: 50%; font-family: Arial, sans-serif; font-size: 17px; font-weight: 400; color: #6b582e; }
.lwc-itinerary[open] summary::after { content: '\2212'; }
.lwc-itinerary summary:hover { background: #efeee6; }
.lwc-itinerary summary > span { margin-left: auto; font-size: 0.74rem; color: var(--lwc-muted); font-weight: 400; }
.lwc-itinerary__note { padding: 15px 27px; background: #fffdfa; font-size: 0.79rem; color: var(--lwc-muted); }
.lwc-itinerary__note a { text-decoration: underline; }
.lwc-table-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
.lwc-itinerary-table { border-collapse: collapse; width: 100%; min-width: 630px; table-layout: auto; text-align: left; font-size: 0.79rem; line-height: 1.55; margin: 0; }
.lwc-itinerary-table caption { text-align: left; padding: 15px 27px 5px; color: var(--lwc-muted); font-size: 0.76rem; }
.lwc-itinerary-table th { background: #eeeee7; color: #4b5964; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 12px 16px; border-bottom: 1px solid #dcded6; }
.lwc-itinerary-table td { padding: 13px 16px; border-bottom: 1px solid #eaeae2; color: #344659; vertical-align: top; }
.lwc-itinerary-table tbody th { padding: 13px 16px; border-bottom: 1px solid #eaeae2; background: transparent; color: #344659; font-size: inherit; font-weight: 700; letter-spacing: normal; text-transform: none; vertical-align: top; }
.lwc-itinerary-table th:first-child, .lwc-itinerary-table td:first-child { padding-left: 27px; }
.lwc-itinerary-table th:last-child, .lwc-itinerary-table td:last-child { padding-right: 27px; }
.lwc-itinerary-table tr:last-child td { border-bottom: 0; }
.lwc-itinerary-table tbody tr:last-child th { border-bottom: 0; }
.lwc-itinerary-table tbody tr:nth-child(even) { background: #fbfaf6; }
.lwc-itinerary-table time { white-space: nowrap; }
.lwc-itinerary-table small { display: block; color: #68737b; font-size: 0.75rem; }
[data-lwc-empty], .lwc-calendar__empty { margin: 28px 0; padding: 44px 28px; border: 1px dashed #b4b6af; border-radius: 4px; background: #fffefa; color: var(--lwc-muted); text-align: center; }
.lwc-calendar__footer { margin: 30px 0 0; padding: 23px 0; border-top: 1px solid var(--lwc-border); font-size: 0.79rem; color: var(--lwc-muted); }
.lwc-calendar__footer a { color: var(--lwc-navy); text-decoration: underline; }
.lwc-directory { background: #f1eee5; padding: 64px 32px; scroll-margin-top: 130px; }
.lwc-directory > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.lwc-directory > .lwc-directory__intro { max-width: 1180px; }
.lwc-directory__inner { max-width: 1180px; margin: 0 auto; }
.lwc-directory__header { max-width: 780px; margin: 0 0 28px; }
.lwc-directory__title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--lwc-navy); }
.lwc-directory__intro { max-width: 720px; color: var(--lwc-muted); font-size: 0.96rem; margin: 0 0 23px; }
[data-lwc-directory-form] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(100px, 0.55fr) auto; align-items: end; gap: 14px; padding: 25px; background: #fffefa; border: 1px solid #d9d5c9; border-radius: 5px; box-shadow: 0 7px 24px rgb(27 37 51 / 4%); }
.lwc-directory__field, .lwc-directory .lwc-field { min-width: 0; }
.lwc-directory select { padding-right: 26px; text-overflow: ellipsis; }
.lwc-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--lwc-navy); border-radius: 3px; background: var(--lwc-navy); color: #fffefa; font: inherit; font-size: 0.83rem; font-weight: 700; cursor: pointer; text-decoration: none; }
.lwc-button:hover { background: #223952; border-color: #223952; color: #fffefa; }
.lwc-directory__years { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.lwc-directory__years > span { font-size: 0.8rem; color: var(--lwc-muted); margin-right: 8px; }
.lwc-directory__years .lwc-year-link { background: transparent; border-color: #ccc7b8; }
.lwc-directory__years .lwc-year-link:hover { background: #fffefa; }
.lwc-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin: 26px 0 0; }
.lwc-directory > .lwc-directory__grid { margin-left: auto; margin-right: auto; align-items: start; }
.lwc-directory-group { border: 1px solid #d3cebf; border-radius: 4px; background: #fffefa; overflow: hidden; min-width: 0; }
.lwc-directory-group > summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px; list-style: none; font-family: var(--font-display, Georgia, serif); font-size: 1.55rem; font-weight: 600; color: var(--lwc-navy); line-height: 1.2; min-height: 72px; cursor: pointer; }
.lwc-directory-group > summary::-webkit-details-marker { display: none; }
.lwc-directory-group > summary::after { content: '+'; flex: 0 0 auto; color: #866b35; font-family: Arial, sans-serif; font-weight: 400; font-size: 1.2rem; }
.lwc-directory-group[open] > summary { background: #ede8db; border-bottom: 1px solid #d7d1c2; }
.lwc-directory-group[open] > summary::after { content: '\2212'; }
.lwc-directory-group > summary:hover { background: #f0ece1; }
.lwc-directory-group .lwc-directory-card { padding: 20px; border: 0; border-bottom: 1px solid #e1ddcf; border-radius: 0; }
.lwc-directory-group .lwc-directory-card:last-child { border-bottom: 0; }
.lwc-directory-group .lwc-directory-card h3 { font-size: 1.5rem; }
.lwc-directory-group .lwc-directory__years { gap: 6px; margin: 14px 0 0; }
.lwc-directory-group .lwc-year-link { padding: 8px 10px; font-size: 0.75rem; flex: 1 1 25%; }
.lwc-directory__filter-status { font-size: 0.78rem; color: var(--lwc-muted); margin-top: 13px; }
.lwc-directory-card { padding: 23px; background: #fffefa; border: 1px solid #ddd8ca; border-radius: 4px; min-width: 0; }
.lwc-directory-card h3 { font-family: var(--font-display, Georgia, serif); font-weight: 600; font-size: 1.7rem; line-height: 1.2; margin-bottom: 7px; color: var(--lwc-navy); }
.lwc-directory-card p { color: var(--lwc-muted); font-size: 0.79rem; margin-bottom: 14px; }
.lwc-directory-card__years { display: flex; flex-wrap: wrap; gap: 7px; }
.lwc-directory-card__years a { min-height: 44px; min-width: 50px; display: inline-flex; align-items: center; justify-content: center; font-size: 0.77rem; border: 1px solid #dedacc; padding: 7px 10px; border-radius: 3px; }
.lwc-directory-card__years a:hover { background: #f1ead8; }
.lwc-directory__note { font-size: 0.78rem; color: var(--lwc-muted); margin-top: 17px; }
.lwc-directory__note a { text-decoration: underline; color: var(--lwc-navy); font-weight: 700; }
.lwc-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 900px) {
    .lwc-calendar { padding: 154px 24px 65px; }
    .lwc-calendar--embedded { padding-top: 45px; }
    .lwc-calendar__hero { padding: 35px 32px 0; }
    .lwc-sailing__header { grid-template-columns: 88px minmax(0, 1fr); gap: 18px; padding: 22px; }
    .lwc-sailing__date { padding-right: 16px; }
    .lwc-sailing__link { grid-column: 2; justify-self: start; margin-top: -5px; }
    .lwc-sailing__header > span { grid-column: 2; max-width: none; }
    .lwc-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    [data-lwc-directory-form] { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .lwc-directory__field:last-of-type { min-width: 0; }
}
@media (max-width: 600px) {
    .lwc-calendar { padding: 135px 16px 48px; }
    .lwc-calendar--embedded { padding-top: 32px; }
    .lwc-calendar__breadcrumbs { font-size: 0.73rem; margin-bottom: 18px; }
    .lwc-calendar__hero { padding: 29px 23px 0; }
    .lwc-calendar__title { font-size: 2.55rem; }
    .lwc-calendar__intro { font-size: 0.88rem; margin-bottom: 23px; }
    .lwc-eyebrow { font-size: 0.64rem; letter-spacing: 0.12em; }
    .lwc-stats { padding: 18px 0 20px; gap: 18px 0; }
    .lwc-stat { flex: 1 1 50%; min-width: 0; margin: 0; padding: 0 14px; }
    .lwc-stat:nth-child(odd) { padding-left: 0; }
    .lwc-stat:nth-child(even) { border-right: 0; }
    .lwc-stat strong { font-size: 1.75rem; }
    .lwc-stat span { font-size: 0.69rem; }
    .lwc-year-nav { gap: 6px; margin: 19px 0; }
    .lwc-year-nav > span { flex: 0 0 100%; margin-bottom: 3px; }
    .lwc-year-nav a { flex: 1 1 13%; min-width: 43px; padding: 8px 6px; font-size: 0.77rem; }
    .lwc-notice { padding: 14px 16px; font-size: 0.79rem; margin: 18px 0; }
    .lwc-calendar__tools { padding: 17px; margin: 22px 0 14px; }
    [data-lwc-filter] { gap: 10px; }
    .lwc-search-field { flex-basis: 100%; }
    [data-lwc-search] { font-size: 16px; flex-basis: 100%; }
    [data-lwc-clear] { min-height: 44px; padding: 8px 15px; }
    [data-lwc-count] { flex: 1 1 150px; font-size: 0.74rem; align-self: center; margin: 0; }
    .lwc-month-nav { gap: 3px; padding-bottom: 15px; }
    .lwc-month-nav a { padding: 10px 11px; font-size: 0.75rem; }
    .lwc-month { padding-top: 24px; scroll-margin-top: 124px; }
    .lwc-month__title { font-size: 1.8rem; margin-bottom: 15px; }
    .lwc-month__title span { font-size: 0.7rem; }
    .lwc-sailing__header { grid-template-columns: 64px minmax(0, 1fr); gap: 13px; padding: 20px 16px; align-items: start; }
    .lwc-sailing__date { padding-right: 11px; font-size: 0.72rem; }
    .lwc-sailing__date strong { font-size: 1.95rem; }
    .lwc-sailing__date > time { font-size: 0.8rem; }
    .lwc-sailing__date > span { font-size: 0.66rem; }
    .lwc-sailing__route { font-size: 1.45rem; line-height: 1.2; margin-bottom: 9px; }
    .lwc-sailing__meta { font-size: 0.73rem; gap: 3px 12px; }
    .lwc-sailing__voyage { font-size: 0.71rem; }
    .lwc-sailing__link { grid-column: 1 / -1; justify-self: stretch; font-size: 0.77rem; margin-top: 1px; }
    .lwc-sailing__header > span { grid-column: 1 / -1; font-size: 0.72rem; }
    .lwc-itinerary summary { padding: 14px 16px; font-size: 0.77rem; }
    .lwc-itinerary summary > span { max-width: 100px; font-size: 0.67rem; text-align: right; line-height: 1.4; }
    .lwc-itinerary__note, .lwc-sailing__source { padding-left: 16px; padding-right: 16px; font-size: 0.73rem; }
    .lwc-itinerary-table { min-width: 580px; font-size: 0.75rem; }
    .lwc-itinerary-table th, .lwc-itinerary-table td { padding: 12px; }
    .lwc-itinerary-table tbody th { padding: 12px; }
    .lwc-itinerary-table th:first-child, .lwc-itinerary-table td:first-child { padding-left: 16px; }
    .lwc-itinerary-table th:last-child, .lwc-itinerary-table td:last-child { padding-right: 16px; }
    .lwc-itinerary-table caption { padding-left: 16px; }
    .lwc-directory { padding: 43px 16px; }
    .lwc-directory__title { font-size: 2.35rem; }
    .lwc-directory__intro { font-size: 0.87rem; }
    [data-lwc-directory-form] { grid-template-columns: minmax(0, 1fr); gap: 15px; padding: 20px; }
    .lwc-directory select { font-size: 16px; }
    .lwc-directory__years { gap: 6px; }
    .lwc-directory__years > span { flex: 0 0 100%; }
    .lwc-directory__years .lwc-year-link { flex: 1 1 13%; min-width: 42px; padding: 8px 5px; font-size: 0.75rem; }
    .lwc-directory__grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .lwc-directory-card { padding: 20px; }
    .lwc-directory-group .lwc-year-link { flex: 1 1 13%; min-width: 37px; padding: 8px 5px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .lwc-calendar *, .lwc-directory * { transition: none !important; scroll-behavior: auto !important; }
}
@media print {
    .lwc-calendar { max-width: none; padding: 0; }
    .lwc-calendar__hero { background: #fff; color: #111; padding: 20px 0; }
    .lwc-calendar__hero .lwc-eyebrow, .lwc-calendar__intro, .lwc-stat strong, .lwc-stat span { color: #333; }
    .lwc-calendar__tools, .lwc-month-nav, .lwc-year-nav { display: none; }
    .lwc-sailing { break-inside: avoid; }
    .lwc-table-scroll { overflow: visible; }
}
