/* Mauritius calendar: date first, quiet offer discovery, one clear booking action. */
.calendar-version {
  --calendar-green: #255d4c;
  --calendar-tint: #edf5f0;
  --calendar-line: #dce5de;
  background: #f3f6f4;
  padding-bottom: 28px;
}
.calendar-version .widget { max-width: 1080px; margin-top: 0; padding: 0 40px; }
.calendar-version .masthead { height: 96px; }
.calendar-version .masthead img { width: 174px; }
.calendar-version .banner { min-height: 246px; grid-template-columns: 1.05fr 1fr; }
.calendar-version .banner-copy { padding: 30px 32px; }
.calendar-version .banner h1 { font-size: 32px; line-height: 1.16; letter-spacing: -.025em; }
.calendar-version .banner-copy > p { margin-top: 18px; font-size: 18px; }
.calendar-version .banner-facts { gap: 4px 14px; font-size: 15px; line-height: 1.5; }
.calendar-version .banner-photo > img { width: 440%; left: -4%; top: -10%; }
.calendar-version .booking { padding-top: 38px; scroll-margin-top: 24px; }
.calendar-version .booking-heading h2 { font-size: 22px; line-height: 1.35; }
.calendar-date-section { margin-top: 24px; }
.calendar-date-section h3 { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 600; }
.calendar-version .step { width: 26px; height: 26px; font-size: 14px; color: var(--calendar-green); background: var(--calendar-tint); }
.calendar-version .section-line { gap: 16px; flex-wrap: wrap; }
.calendar-version .sample-label { display: inline-flex; align-items: center; gap: 6px; margin: 0; font-size: 13px; color: #4b6458; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #397e67; }
.calendar-date-section .calendar { max-width: none; margin-top: 18px; border: 1px solid var(--calendar-line); border-radius: 12px; padding: 22px; }
.calendar-date-section .calendar-header { max-width: none; margin: 0 0 24px; }
.calendar-date-section .calendar-header h4 { font-size: 20px; font-weight: 600; }
.calendar-date-section .calendar-header button { width: 44px; height: 44px; border-radius: 50%; border-color: var(--calendar-line); display: grid; place-items: center; transition: background .15s ease-out; }
.calendar-date-section .calendar-header button svg { width: 19px; height: 19px; }
.calendar-date-section .calendar-header button:hover:not(:disabled) { background: var(--calendar-tint); }
.calendar-date-section .calendar-header button:disabled { opacity: .35; }
.calendar-date-section .calendar-weekdays,
.calendar-date-section .calendar-days { gap: 8px; }
.calendar-date-section .calendar-weekdays { margin-bottom: 10px; font-size: 14px; color: #57675e; }
.calendar-date-section .calendar-day { position: relative; min-height: 66px; gap: 4px; border: 1px solid transparent; background: white; color: var(--ink); border-radius: 7px; transition: background .15s ease-out, border-color .15s ease-out; }
.calendar-date-section .calendar-day strong { font-size: 18px; font-weight: 600; font-variant-numeric: tabular-nums; }
.calendar-date-section .calendar-day small { font-size: 12px; line-height: 1.2; color: var(--calendar-green); }
.calendar-date-section .buffet-day { background: var(--calendar-tint); }
.calendar-date-section .buffet-unavailable { background: #f5f7f4; }
.calendar-date-section .buffet-unavailable small { color: #65756a; text-decoration: line-through; text-decoration-thickness: 1px; }
.calendar-date-section .calendar-day:disabled { color: #a4aca6; background: #fafbf9; }
.calendar-date-section .calendar-day:hover:not(:disabled) { border-color: #7eab96; background: #e1eee5; outline: none; }
.calendar-date-section .calendar-day:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.calendar-date-section .calendar-day[aria-pressed=true] { background: var(--calendar-green); border-color: var(--calendar-green); color: white; }
.calendar-date-section .calendar-day[aria-pressed=true] small { color: white; }
.calendar-date-section .calendar-legend { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--calendar-line); color: var(--calendar-green); }
.buffet-marker { width: 36px; height: 36px; display: grid; place-items: center; background: var(--calendar-tint); border-radius: 50%; flex-shrink: 0; }
.buffet-marker svg { width: 22px; height: 22px; stroke-width: 1.5; }
.calendar-legend strong { display: block; font-size: 15px; font-weight: 600; line-height: 1.5; }
.calendar-legend strong + span { display: block; font-size: 14px; line-height: 1.5; color: #486153; }
.calendar-version #date-note { font-size: 14px; line-height: 1.5; margin-top: 12px; }
.calendar-version .offer-context { margin-top: 26px; padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--calendar-line); background: transparent; }
.calendar-version .offer-context strong { font-size: 19px; font-weight: 600; }
.calendar-version .offer-context.after-offer-choice strong { display: none; }
.calendar-version .offer-context.after-offer-choice { margin-top: 14px; padding-bottom: 18px; }
.calendar-version .offer-context p { font-size: 15px; color: #52625b; margin-top: 5px; }
.calendar-version .booking-layout { padding-top: 28px; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; }
.calendar-version .selection h3 { font-size: 18px; }
.calendar-version .guest-row { padding: 16px 0; }
.calendar-version .guest-copy { font-size: 16px; }
.calendar-version .guest-copy small { font-size: 14px; }
.calendar-version .counter button { width: 44px; height: 44px; }
.calendar-version .counter button svg { width: 17px; height: 17px; }
.calendar-version .counter output { width: 40px; }
.calendar-version .field-note { font-size: 14px; }
.calendar-version .date-section { margin-top: 32px; }
.calendar-version #time-field { margin-top: 16px; }
.calendar-version .time-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.calendar-version .time-list > p { grid-column: 1 / -1; }
.calendar-version .time-button { min-height: 46px; padding: 10px 6px; font-size: 15px; border-color: var(--calendar-line); }
.calendar-version .time-button[aria-pressed=true] { background: var(--calendar-green); border-color: var(--calendar-green); }
.calendar-version .summary { padding: 26px; background: var(--calendar-tint); }
.calendar-version .summary h3 { font-size: 15px; }
.calendar-version .summary-details { margin: 20px 0; border-color: #cbded1; }
.calendar-version .summary-details div { font-size: 15px; }
.calendar-version .price-lines { font-size: 15px; }
.calendar-version .summary-total { margin-top: 22px; }
.calendar-version .summary-total strong { font-size: 28px; }
.calendar-version .summary .primary { min-height: 50px; background: var(--calendar-green); font-size: 15px; margin-top: 22px; }
.calendar-version .summary .primary:hover:not(:disabled) { background: #194c3c; }
.calendar-version .summary .primary:disabled { background: #d8e5db; color: #526457; }
.calendar-version .summary-footnote { text-align: left; font-size: 13px; margin-top: 12px; }
.calendar-version .help { border-color: #cbded1; font-size: 14px; }
.calendar-version .api-error { border: 1px solid #dbb9a9; border-radius: 8px; padding: 16px 20px; }
.calendar-version .games { margin-top: 40px; grid-template-columns: .9fr 1.1fr; }
.calendar-version .games-photo { min-height: 242px; }
.calendar-version .games-copy { padding: 30px; }
.calendar-version .games h2 { font-size: 22px; line-height: 1.3; }
.calendar-version .games p { font-size: 16px; }
.calendar-version .games-link { min-height: 44px; padding: 8px 0; margin-top: 15px; font-size: 15px; }
.calendar-version .games-note { font-size: 13px; }
.calendar-version .variant-switch { padding-top: 24px; font-size: 13px; }
.calendar-version footer { font-size: 13px; padding: 22px 0 28px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 860px) {
  .calendar-version .widget { padding: 0 26px; }
  .calendar-version .banner h1 { font-size: 27px; }
  .calendar-version .banner-copy { padding: 26px; }
  .calendar-version .booking-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 26px; }
  .calendar-version .summary { padding: 22px; }
  .calendar-version .games h2 { font-size: 19px; }
}
@media (max-width: 720px) {
  .calendar-version .booking-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .calendar-version .summary { max-width: none; }
}
@media (max-width: 680px) {
  .calendar-version { padding-bottom: 0; }
  .calendar-version .widget { padding: 0 20px; }
  .calendar-version .masthead { height: 84px; }
  .calendar-version .masthead img { width: 144px; }
  .calendar-version .location { font-size: 14px; gap: 6px; }
  .calendar-version .location small { font-size: 12px; }
  .calendar-version .banner { grid-template-columns: 1fr; min-height: 0; }
  .calendar-version .banner-copy { padding: 24px; }
  .calendar-version .banner h1 { font-size: 28px; }
  .calendar-version .banner-copy > p { font-size: 17px; margin-top: 13px; }
  .calendar-version .banner-facts { font-size: 14px; }
  .calendar-version .banner-photo { height: auto; aspect-ratio: 1.7; }
  .calendar-version .banner-photo > img { width: 400%; left: -8%; top: -14%; }
  .calendar-version .booking { padding-top: 30px; }
  .calendar-version .booking-heading h2 { font-size: 19px; }
  .calendar-date-section { margin-top: 20px; }
  .calendar-date-section h3 { font-size: 17px; }
  .calendar-version .section-line { row-gap: 8px; }
  .calendar-version .sample-label { margin-left: 36px; font-size: 12px; }
  .calendar-date-section .calendar { padding: 14px 10px; margin-top: 14px; }
  .calendar-date-section .calendar-header { margin-bottom: 18px; }
  .calendar-date-section .calendar-header h4 { font-size: 18px; }
  .calendar-date-section .calendar-weekdays, .calendar-date-section .calendar-days { gap: 3px; }
  .calendar-date-section .calendar-weekdays { font-size: 13px; }
  .calendar-date-section .calendar-day { min-height: 56px; border-radius: 5px; }
  .calendar-date-section .calendar-day strong { font-size: 17px; }
  .calendar-date-section .calendar-day small { font-size: 11px; }
  .calendar-date-section .calendar-legend { gap: 10px; padding: 16px 4px 0; margin-top: 16px; }
  .calendar-legend strong { font-size: 14px; }
  .calendar-legend strong + span { font-size: 13px; }
  .calendar-version #date-note { font-size: 13px; }
  .calendar-version .offer-context strong { font-size: 18px; }
  .calendar-version .booking-layout { padding-top: 24px; }
  .calendar-version .summary { padding: 24px; }
  .calendar-version .games { grid-template-columns: 1fr; margin-top: 32px; }
  .calendar-version .games-photo { min-height: 0; height: 180px; }
  .calendar-version .games-copy { padding: 26px; }
  .calendar-version .games h2 { font-size: 22px; }
  .calendar-version footer { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .calendar-version *, .calendar-version *::after { transition: none !important; animation: none !important; }
}

.offer-choices { margin-top: 30px; }
.offer-choices h3 { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 600; line-height: 1.5; }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 16px; }
.offer-card { display: flex; flex-direction: column; align-items: stretch; text-align: left; gap: 12px; padding: 24px; border: 1px solid var(--calendar-line); border-radius: 12px; background: white; color: var(--ink); transition: border-color .15s ease-out, background .15s ease-out; }
.buffet-choice { background: var(--calendar-tint); }
.choice-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.choice-top strong { font: 600 16px/1.5 Benzin, Arial, sans-serif; }
.choice-check { display: grid; place-items: center; width: 23px; height: 23px; flex-shrink: 0; border: 1px solid #8ba696; border-radius: 50%; margin-top: 1px; }
.choice-check svg { width: 15px; height: 15px; visibility: hidden; stroke-width: 2; }
.choice-description { font-size: 16px; line-height: 1.5; max-width: 36ch; }
.choice-detail { font-size: 14px; line-height: 1.5; color: #486153; margin-top: 4px; }
.choice-price { font-size: 15px; line-height: 1.5; font-weight: 600; }
.choice-action { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 18px; margin-top: auto; font-size: 15px; line-height: 1.5; color: var(--calendar-green); font-weight: 600; }
.choice-action svg { width: 19px; height: 19px; }
.offer-card:hover:not(:disabled) { border-color: var(--calendar-green); background: #e3eee7; }
.offer-card[aria-pressed=true] { border: 2px solid var(--calendar-green); padding: 23px; background: #e3eee7; }
.offer-card[aria-pressed=true] .choice-check { background: var(--calendar-green); color: white; border-color: var(--calendar-green); }
.offer-card[aria-pressed=true] .choice-check svg { visibility: visible; }
.offer-card:disabled { opacity: .55; }
@media (max-width: 580px) {
  .offer-grid { grid-template-columns: 1fr; gap: 12px; }
  .offer-choices h3 { font-size: 17px; align-items: flex-start; }
  .offer-choices h3 .step { margin-top: 1px; }
  .offer-card { padding: 20px; gap: 9px; }
  .offer-card[aria-pressed=true] { padding: 19px; }
  .choice-top strong { font-size: 15px; }
  .choice-action { padding-top: 12px; }
}
.calendar-date-section .calendar-day[aria-pressed=true]:hover:not(:disabled) { background: #194c3c; border-color: #194c3c; color: white; }

.choice-child-prices { display: block; font-size: 13px; line-height: 1.5; color: #486153; margin-top: -6px; }
.choice-child-prices span { display: block; }
