:root {
  --ink: #193e40;
  --muted: #586c6b;
  --paper: #f8f7f2;
  --line: #d8e0d9;
  --sea: #235c51;
  --pale: #ecf1e9;
  --white: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, input, select { font: inherit; }
button, a, input, select { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .6; }
a { color: var(--sea); }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #a65b20; outline-offset: 3px; }
h1:focus { outline: none; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 6; padding: 15px; background: white; }
.skip-link:focus { top: 10px; }
.demo-banner { position: sticky; top: 0; z-index: 3; padding: 10px 16px; background: var(--ink); color: white; text-align: center; font-size: 11px; letter-spacing: .04em; }
.site-header { max-width: 1280px; margin: auto; padding: 25px 40px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-size: 19px; font-weight: bold; letter-spacing: .18em; }
.brand small { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .4em; }
.brand-mark { font-family: Georgia, serif; font-size: 46px; line-height: 1; font-weight: normal; }
.header-note { margin-left: auto; font-size: 12px; color: var(--muted); }
.header-note span { margin: 0 15px; color: #93a6a0; }
.site-header .text-button { margin-left: auto; }
main { max-width: 1280px; margin: auto; padding: 28px 40px 64px; min-height: 75vh; }
.steps { display: flex; gap: 24px; padding: 0; margin: 0 0 34px; list-style: none; color: var(--muted); font-size: 11px; }
.steps li { display: flex; align-items: center; gap: 7px; }
.step-number { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.steps [aria-current="step"] { color: var(--ink); font-weight: bold; }
.steps [aria-current="step"] .step-number { color: white; background: var(--ink); border-color: var(--ink); }
.eyebrow { font-size: 10px; font-weight: bold; letter-spacing: .15em; text-transform: uppercase; color: var(--sea); line-height: 1.6; margin: 0 0 12px; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 51px; line-height: 1.07; letter-spacing: -.035em; margin: 0 0 20px; }
h1 em { font-weight: normal; color: #356a5c; }
h2 { font-size: 20px; margin: 0 0 15px; font-weight: 600; }
h3 { font-size: 15px; margin: 0 0 8px; }
p { line-height: 1.65; }
.intro { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0 0 28px; max-width: 520px; }
.discovery-hero { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: center; margin: 0 0 24px; }
.discovery-hero h1 { font-size: clamp(34px, 4vw, 48px); }
.discovery-hero .intro { margin-bottom: 0; }
.discovery-hero .intro { max-width: 405px; }
.hero-caption { font-size: 9px; letter-spacing: .13em; font-weight: bold; margin: 0; color: var(--muted); }
.hero-caption span { margin: 0 10px; }
.sea-art { position: relative; overflow: hidden; height: 200px; background: #c3d8d1; --water: #739f91; --front: #4c7d72; }
.sea-art svg { display: block; width: 100%; height: 100%; }
.sea-art .sun { fill: #f8eac3; }
.sea-art .far-water { fill: var(--water); }
.sea-art .near-water { fill: var(--front); }
.sea-art .wake, .sea-art .horizon { fill: none; stroke: #b9d1c2; stroke-width: 2; }
.sea-art .boat { fill: #fbf6e5; stroke: #fbf6e5; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.sea-art .boat path + path { fill: none; }
.sea-art > span { position: absolute; top: 23px; left: 25px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #234b47; }
.sea-art.hero { height: 150px; border-radius: 80px 80px 6px 6px; background: #dae3d4; --water: #81a99b; --front: #5a887d; }
.sea-art.hero > span { top: 48px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.sea-art.reef { background: #b9d5d6; --water: #4d9294; --front: #2c717c; }
.sea-art.sunset { background: #ecd4b9; --water: #b09e86; --front: #788e89; }
.sea-art.private { background: #d2d9c7; --water: #7f9c8e; --front: #3f6e65; }
.filters { display: grid; grid-template-columns: 1.5fr 1.2fr .65fr; align-items: start; gap: 20px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 4px 15px #193e4005; }
.field-label { display: block; margin-bottom: 10px; font-size: 12px; font-weight: bold; }
input[type="text"], input[type="email"], input[type="number"], select { width: 100%; min-width: 0; height: 46px; border: 1px solid #a6b7af; border-radius: 4px; padding: 11px 12px; background: white; color: var(--ink); font-size: 16px; }
select { padding-right: 25px; }
.filter-note { display: flex; align-items: center; align-self: center; justify-content: center; gap: 12px; color: var(--muted); }
.filter-note p { font-family: Georgia, serif; font-size: 17px; font-style: italic; margin: 0; line-height: 1.4; }
.small-wave { font-family: Georgia, serif; font-size: 46px; color: #87a698; }
.hint { display: block; font-size: 11px; color: var(--muted); line-height: 1.6; margin: 8px 0 0; }
.browse-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 34px; scroll-margin-top: 55px; }
.view-switch { display: flex; padding: 4px; gap: 3px; border: 1px solid var(--line); border-radius: 5px; background: #edf0e9; }
.view-switch button { min-height: 40px; padding: 8px 15px; border: 0; border-radius: 3px; background: transparent; font-size: 12px; color: var(--muted); }
.view-switch button span { font-size: 17px; margin-right: 5px; }
.view-switch button[aria-pressed="true"] { background: white; color: var(--ink); box-shadow: 0 1px 4px #193e4015; font-weight: bold; }
.month-nav { display: flex; align-items: center; gap: 14px; }
.month-nav h2 { margin: 0; font-family: Georgia, serif; font-weight: normal; font-size: 24px; }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 18px; }
.date-scope { display: flex; justify-content: space-between; align-items: center; min-height: 53px; gap: 14px; color: var(--muted); font-size: 12px; }
.date-scope .hint { margin: 0; }
.calendar-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 28px; align-items: start; }
.calendar-panel { min-width: 0; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.weekdays { padding-bottom: 12px; color: var(--muted); font-size: 10px; text-align: center; }
.calendar-grid { gap: 4px; }
.calendar-day { min-width: 0; min-height: 77px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 6px 1px; border: 1px solid transparent; border-radius: 4px; background: #f5f6f2; color: var(--muted); }
.calendar-day.has-trips { background: #eaf0e6; color: var(--ink); }
.calendar-day:hover { border-color: var(--sea); }
.calendar-day[aria-pressed="true"] { background: var(--sea); color: white; border-color: var(--sea); }
.day-number { font-size: 15px; font-weight: bold; }
.day-status { font-size: 9px; white-space: nowrap; }
.day-price { font-size: 10px; font-weight: bold; }
.calendar-key { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; font-size: 10px; color: var(--muted); margin: 18px 0 0; }
.calendar-key > span:last-child { width: 100%; }
.key-dot { width: 8px; height: 8px; background: #6e987e; border-radius: 50%; }
.results-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin: 0 0 18px; }
.results-heading .eyebrow { margin: 0 0 5px; }
.results-heading h2 { font-family: Georgia, serif; font-weight: normal; font-size: 27px; margin: 0; }
.result-count { flex-shrink: 0; font-size: 10px; padding: 7px 9px; background: #e9eee2; border-radius: 4px; }
.departure-card { display: grid; grid-template-columns: 75px minmax(0, 1fr) 99px; gap: 14px; align-items: center; padding: 18px 15px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 5px; background: white; }
.departure-card.is-selected { border: 2px solid var(--sea); padding: 17px 14px; background: #f2f6ee; }
.departure-card.unavailable { background: #f4f4ef; }
.departure-time { align-self: start; padding-top: 2px; }
.departure-time strong { font-size: 12px; display: block; }
.departure-time > span { font-size: 10px; color: var(--muted); display: block; margin-top: 6px; }
.trip-label { display: block; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; color: var(--sea); font-weight: bold; margin-bottom: 6px; }
.trip-label.private { color: #86542c; }
.departure-info h3 { font-size: 14px; line-height: 1.35; margin: 0 0 5px; }
.departure-info p { font-size: 10px; color: var(--muted); margin: 0; }
.departure-info .text-button { min-height: 32px; font-size: 10px; padding-bottom: 0; }
.departure-action p { margin: 0 0 10px; text-align: right; }
.departure-action strong { display: block; font-size: 14px; }
.departure-action p span { font-size: 10px; color: var(--muted); }
.departure-action button { width: 100%; font-size: 11px; padding: 10px 5px; min-height: 40px; }
.date-heading { padding: 14px 0 8px; font-size: 13px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.empty-state { text-align: center; padding: 38px 22px; border: 1px dashed #adc0b4; border-radius: 6px; background: #f0f3ec; }
.empty-state > span { font-family: Georgia, serif; font-size: 46px; color: #6e927f; }
.empty-state p { color: var(--muted); font-size: 13px; max-width: 360px; margin: 12px auto 20px; }
.selection-placeholder { display: flex; gap: 18px; align-items: center; padding: 23px 26px; margin-top: 26px; border-top: 1px solid var(--line); }
.selection-placeholder > span { font-family: Georgia, serif; font-size: 33px; }
.selection-placeholder strong { font-family: Georgia, serif; font-size: 21px; font-weight: normal; }
.selection-placeholder p { margin: 5px 0 0; font-size: 12px; color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.experience-card { border: 1px solid var(--line); border-radius: 7px; overflow: hidden; background: white; }
.experience-body { padding: 24px; }
.card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 10px; margin-bottom: 15px; }
.experience-body h2 { font-family: Georgia, serif; font-size: 28px; font-weight: normal; margin-bottom: 10px; }
.experience-body > p { color: var(--muted); font-size: 13px; margin: 0; }
.highlights { display: flex; flex-wrap: wrap; padding: 0; margin: 18px 0; list-style: none; gap: 7px; }
.highlights li { font-size: 10px; padding: 6px 9px; border-radius: 3px; background: #edf2e9; color: var(--sea); }
.experience-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.experience-bottom p { margin: 0; font-size: 11px; }
.experience-bottom strong { font-size: 19px; }
.experience-bottom small { display: block; margin-top: 4px; color: var(--muted); }
.experience-body > .text-button { margin-top: 6px; font-size: 11px; }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 335px; gap: 70px; align-items: start; padding-top: 24px; }
.layout > div > h1 { max-width: 570px; }
.layout p { font-size: 14px; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.summary { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: var(--pale); }
.summary-top { padding: 25px; background: var(--ink); color: white; }
.summary-top .eyebrow { color: #bed2c3; font-size: 10px; }
.summary-top h2 { font-family: Georgia, serif; font-size: 28px; font-weight: normal; line-height: 1.2; }
.summary-top p { font-size: 12px; margin-bottom: 0; color: #e1e9df; }
.summary-top p:last-child { margin-top: 15px; }
.summary-body { padding: 25px; }
.summary-body .primary { width: 100%; margin-top: 22px; }
.browse-summary { display: grid; grid-template-columns: 1fr 1fr; margin-top: 26px; }
.browse-summary .summary-top { padding: 30px; }
.browse-summary .summary-top h2 { font-size: 34px; }
.price-lines { margin: 0; }
.money-row { display: flex; justify-content: space-between; gap: 16px; font-size: 12px; padding: 6px 0; line-height: 1.5; }
.money-row dd { margin: 0; white-space: nowrap; }
.total { font-weight: bold; font-size: 18px; border-top: 1px solid #c7d2c5; margin-top: 12px; padding-top: 17px; }
.checkout-total { font-size: 20px; }
.primary, .secondary, .selected-button { min-height: 46px; border: 1px solid var(--sea); border-radius: 4px; padding: 13px 18px; font-size: 12px; font-weight: bold; background: var(--sea); color: white; }
.primary:hover { background: #17483f; }
.secondary { background: white; color: var(--sea); }
.secondary:hover:not(:disabled) { background: var(--pale); }
.selected-button { background: var(--sea); color: white; }
.text-button { min-height: 44px; border: 0; background: none; padding: 8px 0; font-size: 12px; color: var(--sea); text-decoration: underline; text-underline-offset: 4px; }
.actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-top: 30px; }
.error { border-left: 3px solid #a33426; background: #fff0e9; color: #8b2c1b; font-size: 13px; line-height: 1.5; padding: 13px 16px; margin: 20px 0; }
.notice { background: #efe9da; border-radius: 4px; padding: 17px; font-size: 12px; line-height: 1.6; margin: 20px 0; }
.notice p { margin: 3px 0 0; }
.notice .text-button { display: block; }
.review-block { padding: 20px; margin: 16px 0; background: white; border: 1px solid var(--line); border-radius: 5px; line-height: 1.6; }
.review-block p { margin: 0; overflow-wrap: anywhere; }
.review-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.review-heading h2 { margin: 0; }
.section { margin-top: 30px; }
.section + .section { padding-top: 28px; border-top: 1px solid var(--line); }
.check-label { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.6; cursor: pointer; }
input[type="checkbox"] { accent-color: var(--sea); width: 18px; height: 18px; flex-shrink: 0; margin: 3px 0 0; }
.waiver-label { margin-top: 18px; }
.success-mark { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; background: #dfeadb; border: 1px solid #b5cbb7; border-radius: 50%; font-size: 23px; }
.status-chip { display: inline-block; padding: 8px 10px; background: #e3ebdd; color: #284b30; border-radius: 4px; font-weight: bold; font-size: 11px; }
.arrival-list { padding-left: 20px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.arrival-list li { margin: 12px 0; }
.links { list-style: none; padding: 0; margin: 0; }
.links li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.links p { font-size: 12px; margin: 5px 0 0; }
.links a { display: inline-block; padding: 5px 0; line-height: 1.6; text-underline-offset: 4px; }
.trip-dialog { width: min(590px, calc(100% - 28px)); max-height: calc(100dvh - 45px); padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 9px; }
.trip-dialog::backdrop { background: #142f35a8; }
.dialog-top { display: flex; justify-content: space-between; align-items: center; padding: 13px 20px; }
.dialog-top .eyebrow { margin: 0; }
.small-art { height: 170px; }
.dialog-body { padding: 25px; }
.dialog-body h2 { font-family: Georgia, serif; font-size: 31px; font-weight: normal; }
.dialog-body p { font-size: 13px; color: var(--muted); }
.dialog-body .primary { margin-top: 12px; }
.role-label { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; width: fit-content; margin-bottom: 24px; padding: 8px 11px; background: #e9eee2; border: 1px solid #d0dbcc; border-radius: 4px; color: var(--sea); font-size: 11px; line-height: 1.5; }
.role-label span:last-child { overflow-wrap: anywhere; }
.prep-progress { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 28px 0; border: 1px solid var(--line); border-radius: 6px; background: white; }
.prep-progress > div { padding: 19px 15px; }
.prep-progress > div + div { border-left: 1px solid var(--line); }
.prep-progress span { display: block; font-family: Georgia, serif; font-size: 23px; color: #6f9183; margin-bottom: 12px; }
.prep-progress strong { display: block; font-size: 13px; margin-bottom: 7px; }
.prep-progress small { color: var(--muted); font-size: 11px; line-height: 1.5; display: block; }
.pending-chip { background: #f1e7cc; color: #775b25; }
.participant-list { margin: 20px 0; border: 1px solid var(--line); border-radius: 5px; background: white; }
.participant-row { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; padding: 19px 17px; gap: 13px; }
.participant-row + .participant-row { border-top: 1px solid var(--line); }
.guest-number { display: grid; place-items: center; align-self: start; width: 29px; height: 29px; border-radius: 50%; background: var(--pale); color: var(--sea); font-size: 11px; }
.participant-row h3 { margin: 0 0 4px; overflow-wrap: anywhere; }
.participant-row p { font-size: 12px; margin: 0; overflow-wrap: anywhere; }
.participant-row .secondary { padding: 10px 12px; }
.waiver-status { display: inline-block; font-size: 10px; margin-top: 9px; padding: 5px 7px; border-radius: 3px; background: #edf0ea; color: var(--muted); }
.waiver-status.awaiting-signature { background: #f3ead3; color: #775b25; }
.waiver-status.signed { background: #e2eddc; color: #385e35; }
.request-card { min-width: 0; margin: 24px 0; padding: 22px 20px; border: 1px solid var(--line); border-radius: 5px; background: white; }
.request-card legend { padding: 0 7px; font-weight: bold; font-size: 13px; }
.request-card .check-label { font-size: 12px; margin-bottom: 20px; }
.sample-document { padding: 28px; margin: 24px 0; background: white; border: 1px solid var(--line); border-top: 4px solid #799b88; border-radius: 5px; }
.sample-document h2 { font-family: Georgia, serif; font-size: 28px; font-weight: normal; }
.sample-document h3 { margin-top: 24px; }
.sample-document hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
.sample-document dl { margin: 25px 0; }
.sample-document dt { color: var(--muted); font-size: 11px; margin-top: 22px; }
.sample-document dd { margin: 8px 0 0; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.sample-document dd.signature-script { font-family: Georgia, serif; font-style: italic; font-size: 29px; color: var(--sea); }
.email-recipient { overflow-wrap: anywhere; border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-top: 0; }
.email-recipient strong { margin-right: 8px; }
footer { max-width: 1280px; margin: auto; padding: 25px 40px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; font-size: 11px; color: var(--muted); line-height: 1.6; }

@media (min-width: 951px) {
  #browse-content > .departure-results .departure-card { grid-template-columns: 100px minmax(0, 1fr) 155px; padding: 20px 25px; }
  #browse-content > .departure-results .departure-action { display: flex; align-items: center; gap: 15px; }
  #browse-content > .departure-results .departure-action p { margin: 0; }
}
@media (max-width: 1050px) {
  .calendar-layout { grid-template-columns: 1fr; }
  .calendar-panel { max-width: none; }
  .calendar-day { min-height: 90px; }
  .filters { grid-template-columns: 1.4fr 1.2fr .65fr; }
  .filter-note { display: none; }
  .layout { gap: 35px; }
}
@media (max-width: 760px) {
  .site-header { padding: 18px 20px; }
  .header-note { display: none; }
  .brand { font-size: 17px; }
  main { padding: 23px 20px 40px; }
  .steps { gap: 8px; justify-content: space-between; font-size: 10px; margin-bottom: 30px; }
  .steps li { gap: 4px; }
  .step-number { width: 20px; height: 20px; }
  .discovery-hero { grid-template-columns: 1fr; gap: 25px; margin-bottom: 27px; }
  .discovery-hero h1 { font-size: 36px; margin-bottom: 10px; }
  .discovery-hero .intro { max-width: 450px; margin-bottom: 0; }
  .discovery-hero > .sea-art { display: none; }
  .sea-art.hero { height: 165px; border-radius: 90px 90px 5px 5px; }
  .sea-art.hero > span { top: 25px; font-size: 9px; }
  .filters { grid-template-columns: 1fr 90px; padding: 18px; gap: 17px 14px; }
  .filters > div:first-child { grid-column: 1 / -1; }
  .browse-toolbar { flex-wrap: wrap; margin-top: 27px; gap: 18px; }
  .view-switch { width: 100%; }
  .view-switch button { flex: 1; padding: 8px; }
  .month-nav { width: 100%; justify-content: space-between; gap: 8px; }
  .month-nav h2 { font-size: 25px; }
  .date-scope { flex-wrap: wrap; gap: 0; align-items: center; padding: 12px 0; }
  .date-scope > span:first-child { width: 100%; }
  .date-scope .text-button { min-height: 35px; }
  .date-scope .hint { margin-top: 7px; }
  .calendar-layout { gap: 28px; }
  .calendar-panel { padding: 13px 10px; }
  .calendar-grid { gap: 3px; }
  .calendar-day { min-height: 69px; gap: 5px; }
  .day-number { font-size: 14px; }
  .day-status { font-size: 10px; }
  .day-price { font-size: 10px; }
  .calendar-key { font-size: 9px; }
  .departure-card { grid-template-columns: 61px minmax(0, 1fr) 82px; padding: 15px 12px; gap: 9px; }
  .departure-card.is-selected { padding: 14px 11px; }
  .departure-time strong { font-size: 12px; }
  .departure-time > span, .departure-info p, .departure-action p span, .departure-info .text-button { font-size: 12px; }
  .departure-info h3 { font-size: 13px; }
  .departure-action strong { font-size: 13px; }
  .departure-action button { font-size: 12px; padding-left: 2px; padding-right: 2px; }
  .results-heading h2 { font-size: 25px; }
  .experience-grid { grid-template-columns: 1fr; gap: 20px; }
  .experience-body { padding: 21px; }
  .experience-body h2 { font-size: 27px; }
  .card-meta { flex-wrap: wrap; }
  .experience-bottom strong { font-size: 17px; }
  .experience-bottom .secondary { padding: 12px; }
  .layout { grid-template-columns: 1fr; gap: 30px; padding-top: 0; }
  h1 { font-size: 40px; }
  .field-grid { grid-template-columns: 1fr; }
  .browse-summary { grid-template-columns: 1fr; }
  .browse-summary .summary-top { padding: 24px; }
  .browse-summary .summary-top h2 { font-size: 28px; }
  .selection-placeholder { padding: 21px 0; gap: 13px; }
  .selection-placeholder strong { font-size: 20px; }
  footer { display: block; padding: 22px 20px; }
  footer span { display: block; margin-bottom: 8px; }
  .demo-banner { font-size: 9px; padding: 10px 8px; }
  .prep-progress > div { padding: 15px 10px; }
  .prep-progress strong { font-size: 12px; }
  .participant-row { grid-template-columns: 26px minmax(0, 1fr); padding: 18px 13px; gap: 10px; }
  .participant-row > button { grid-column: 2; justify-self: start; }
  .participant-row .text-button { text-align: left; }
  .request-card { padding: 18px 15px; }
  .sample-document { padding: 22px 19px; }
}
@media (max-width: 359px) {
  main { padding-left: 13px; padding-right: 13px; }
  .site-header { padding-left: 15px; padding-right: 15px; }
  .steps { font-size: 9px; gap: 5px; }
  .step-number { width: 18px; height: 18px; }
  .discovery-hero h1 { font-size: 34px; }
  .calendar-panel { padding: 13px 6px; }
  .calendar-grid { gap: 2px; }
  .calendar-day { min-height: 66px; }
  .day-status { font-size: 9px; }
  .departure-card { grid-template-columns: 55px minmax(0, 1fr) 75px; padding: 13px 9px; gap: 7px; }
  .departure-card.is-selected { padding: 12px 8px; }
  .departure-time strong { font-size: 12px; }
  .departure-info h3 { font-size: 12px; }
  .departure-action strong { font-size: 12px; }
  .experience-body { padding: 18px; }
  .experience-bottom { gap: 9px; }
}
@media (prefers-reduced-motion: no-preference) {
  button, a { transition: background-color .15s ease; }
}

.workspace-nav { display: flex; gap: 4px; padding: 4px; background: var(--pale); border: 1px solid var(--line); border-radius: 6px; }
.workspace-nav button { min-height: 42px; padding: 8px 14px; border: 0; background: transparent; color: var(--ink); font-size: 13px; }
.workspace-nav button[aria-pressed="true"] { background: var(--ink); color: white; border-radius: 4px; }
.guest-trip-notice p { white-space: pre-wrap; overflow-wrap: anywhere; }
.compact-details { margin: 16px 0; font-size: 13px; color: var(--muted); }
.compact-details > summary { cursor: pointer; color: var(--ink); padding: 10px 0; font-weight: 600; }
.compact-details > summary:focus-visible { outline: 3px solid #a65b20; outline-offset: 3px; }
.op-manifest { scroll-margin-top: 56px; }
.op-shortcuts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0 0 24px; }
.op-shortcuts a { font-size: 13px; padding: 10px 0; }
#operator-weather, #operator-trip-cards, #operator-guest-tools, #op-sailings-title, #op-manifest-title { scroll-margin-top: 56px; }
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; gap: 16px; }
  .workspace-nav { order: 3; width: 100%; }
  .workspace-nav button { flex: 1; }
}
