body { font-family: 'Noto Sans KR', system-ui, sans-serif; background: #f1f5f9; }

    .booking-page {
      color: #0f172a;
      color-scheme: light;
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }

    .booking-page #spot-header-text p:first-child {
      font-size: 1.125rem;
      line-height: 1.35;
      font-weight: 900;
    }

    .booking-page #spot-header-text .spot-location-copy {
      display: inline-flex;
      align-items: center;
      gap: 0.375rem;
      max-width: 100%;
      font-size: 0.875rem;
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.78);
      text-align: left;
      touch-action: manipulation;
    }

    .booking-page #spot-header-text .spot-location-copy:active {
      color: #fff;
      transform: translateY(1px);
    }

    .booking-page #spot-header-text .spot-location-copy:focus-visible {
      outline: 2px solid rgba(255, 255, 255, 0.85);
      outline-offset: 3px;
      border-radius: 0.5rem;
    }

    .booking-page #spot-header-text .spot-location-copy svg {
      width: 0.875rem;
      height: 0.875rem;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.86;
    }

    #booking-toast-container {
      position: fixed;
      left: 50%;
      bottom: calc(1rem + env(safe-area-inset-bottom));
      z-index: 90;
      display: flex;
      width: min(calc(100vw - 2rem), 24rem);
      transform: translateX(-50%);
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      pointer-events: none;
    }

    .booking-toast {
      max-width: 100%;
      border-radius: 9999px;
      background: rgba(15, 23, 42, 0.94);
      padding: 0.75rem 1rem;
      color: #fff;
      font-size: 0.875rem;
      line-height: 1.4;
      font-weight: 800;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
      animation: bookingToastIn 0.2s ease forwards;
    }

    .booking-toast--error {
      background: rgba(185, 28, 28, 0.94);
    }

    .booking-toast.leaving {
      animation: bookingToastOut 0.22s ease forwards;
    }

    .booking-page #env-widget-wrap .text-xs,
    .booking-page #notice-wrap .text-xs {
      font-size: 0.875rem;
      line-height: 1.45;
    }

    .booking-page #env-widget-wrap .text-\[10px\] {
      font-size: 0.8125rem;
      line-height: 1.35;
    }

    .booking-page #env-widget-wrap #env-sky,
    .booking-page #env-widget-wrap #env-wind,
    .booking-page #env-widget-wrap #env-humidity,
    .booking-page #env-widget-wrap #env-feels,
    .booking-page #env-widget-wrap #env-wind-direction {
      font-size: 1rem;
      line-height: 1.35;
      font-weight: 900;
      color: #0f172a;
    }

    .booking-page #env-widget-wrap #env-water {
      font-size: 1.5rem;
      line-height: 1.1;
    }

    .booking-page .env-summary-row {
      min-width: 0;
    }

    .booking-page .env-main-reading {
      min-width: 0;
    }

    .booking-page .env-water-chip {
      max-width: 11rem;
      min-width: 8.75rem;
    }

    .booking-page .env-water-chip.hidden {
      display: none !important;
    }

    .booking-page .env-metrics-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(6.5rem, 1fr));
    }

    .booking-page .env-metric {
      min-width: 0;
      border-right: 1px solid #f1f5f9;
      border-bottom: 1px solid #f1f5f9;
      text-align: center;
    }

    .booking-page .env-metric > span {
      max-width: 100%;
      overflow-wrap: anywhere;
    }

    .booking-page .env-alerts {
      border: 1px solid #fde68a;
      border-radius: 0.875rem;
      background: #fffbeb;
      padding: 0.7rem 0.8rem;
      color: #92400e;
      font-size: 0.8125rem;
      font-weight: 800;
      line-height: 1.45;
      overflow-wrap: anywhere;
    }

    .booking-page .env-source-meta {
      margin: 0;
      color: #64748b;
      font-size: 0.75rem;
      line-height: 1.5;
      overflow-wrap: anywhere;
    }

    @media (max-width: 420px) {
      .booking-page .env-summary-row {
        align-items: flex-start;
        flex-wrap: wrap;
      }

      .booking-page .env-water-chip {
        width: 100%;
        max-width: none;
      }
    }

    .booking-page #search-input {
      min-height: 2.75rem;
      font-size: 1.125rem;
      line-height: 1.5;
      font-weight: 700;
    }

    .booking-page #sort-select {
      min-height: 2.75rem;
      font-size: 1rem;
      line-height: 1.45;
      font-weight: 800;
      color: #334155;
    }

    .booking-page #result-info,
    .booking-page #result-info + p {
      font-size: 0.875rem;
      line-height: 1.5;
      color: #64748b;
    }

    .booking-page .facility-photo-card {
      display: flex;
      flex-direction: column;
    }

    .booking-page .bungalow-photo-rail {
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      touch-action: pan-x;
    }

    .booking-page .bungalow-photo-tile {
      width: clamp(8.75rem, 32vw, 11rem);
      scroll-snap-align: start;
    }

    .booking-page .bungalow-photo-tile > div {
      aspect-ratio: 4 / 3;
    }

    .booking-page .facility-photo-meta {
      min-height: 3.5rem;
    }

    .booking-page #photo-lightbox-close,
    .booking-page #photo-lightbox-prev,
    .booking-page #photo-lightbox-next {
      min-width: 2.75rem;
      min-height: 2.75rem;
      touch-action: manipulation;
    }

    .booking-page #photo-lightbox-prev,
    .booking-page #photo-lightbox-next {
      margin-inline: 0.25rem;
    }

    .booking-page #photo-lightbox {
      backdrop-filter: blur(2px);
    }

    .booking-page .photo-lightbox-shell {
      max-width: min(96vw, 1280px);
      padding: 1rem 0.75rem calc(0.75rem + env(safe-area-inset-bottom));
    }

    .booking-page .photo-lightbox-topbar {
      min-height: 3.25rem;
      padding-bottom: 0.625rem;
    }

    .booking-page .photo-lightbox-stage {
      border-radius: 1rem;
      overflow: hidden;
      background: #020617;
      box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    }

    .booking-page .photo-lightbox-img {
      width: 100%;
      height: 100%;
      max-height: calc(100dvh - 13rem);
      object-fit: contain;
      background: #020617;
    }

    .booking-page .photo-lightbox-caption {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      min-height: 4rem;
      padding: 0.75rem 0;
    }

    .booking-page .photo-lightbox-control {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 9999px;
      color: #fff;
      background: rgba(15, 23, 42, 0.34);
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
      backdrop-filter: blur(8px) saturate(1.2);
      transition: transform 150ms ease, background 150ms ease, opacity 150ms ease;
    }

    .booking-page .photo-lightbox-control:active {
      transform: scale(0.96);
      background: rgba(15, 23, 42, 0.5);
    }

    .booking-page .photo-lightbox-control svg {
      width: 1.25rem;
      height: 1.25rem;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .booking-page .photo-lightbox-nav {
      position: absolute;
      top: 50%;
      z-index: 20;
      transform: translateY(-50%);
      background: rgba(15, 23, 42, 0.22);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 8px 16px rgba(0, 0, 0, 0.14);
    }

    .booking-page .photo-lightbox-nav svg {
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.65));
    }

    .booking-page .photo-lightbox-nav:active {
      transform: translateY(-50%) scale(0.96);
      background: rgba(15, 23, 42, 0.4);
    }

    .booking-page .photo-lightbox-nav--prev {
      left: 1rem;
    }

    .booking-page .photo-lightbox-nav--next {
      right: 1rem;
    }

    .booking-page .photo-lightbox-control:disabled {
      opacity: 0.35;
      pointer-events: none;
    }

    .booking-page .photo-lightbox-thumbs {
      display: flex;
      justify-content: flex-end;
      gap: 0.5rem;
      max-width: min(44rem, 55vw);
      margin-left: auto;
      overflow-x: auto;
      overscroll-behavior-x: contain;
      padding: 0.25rem 0;
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x;
    }

    .booking-page .photo-lightbox-thumbs.hidden {
      display: none;
    }

    .booking-page .photo-lightbox-thumb {
      flex: 0 0 auto;
      width: 4.5rem;
      height: 3.25rem;
      border-radius: 0.625rem;
      overflow: hidden;
      border: 2px solid transparent;
      opacity: 0.58;
      background: #0f172a;
      scroll-snap-align: center;
      transition: opacity 150ms ease, border-color 150ms ease, transform 150ms ease;
    }

    .booking-page .photo-lightbox-thumb[aria-current="true"] {
      opacity: 1;
      border-color: #38bdf8;
    }

    .booking-page .photo-lightbox-thumb:active {
      transform: scale(0.96);
    }

    .booking-page .photo-lightbox-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    @keyframes fadeUp  { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
    @keyframes shimmer { 0%{background-position:-600px 0} 100%{background-position:600px 0} }
    @keyframes bookingToastIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
    @keyframes bookingToastOut { from { opacity:1; transform:translateY(0); } to { opacity:0; transform:translateY(8px); } }

    .fade-up { animation: fadeUp .3s ease both; }
    .skeleton {
      background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
      background-size: 1200px 100%;
      animation: shimmer 1.4s infinite;
      border-radius: 12px;
    }

    /* 타일 */
    .tile {
      min-height: 13rem;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .tile.clickable:hover  { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,.13); }
    .tile.clickable:active { transform: scale(.97); }

    .booking-page .tile.booking-tile--blocked {
      border-color: #fecaca;
      background: #fff1f2;
    }

    .booking-page .tile .h-20 {
      min-height: 6.25rem;
    }

    .booking-page .tile .h-28 {
      min-height: 8rem;
    }

    .booking-page .tile .p-3 {
      padding: 1rem;
    }

    .booking-page .tile .font-black.text-slate-800 {
      font-size: 1rem;
      line-height: 1.35;
      font-weight: 900;
      color: #0f172a;
    }

    .booking-page .tile .rounded-full {
      min-height: 1.75rem;
      padding: 0.25rem 0.625rem;
      font-size: 0.8125rem;
      line-height: 1.2;
    }

    .booking-page .tile .booking-tile-status-pill.booking-tile-status-pill--available {
      background: #dcfce7;
      color: #15803d;
    }

    .booking-page .tile .booking-tile-status-pill.booking-tile-status-pill--occupied {
      background: #fee2e2;
      color: #b91c1c;
    }

    .booking-page .tile .booking-tile-status-pill.booking-tile-status-pill--disabled {
      background: #fee2e2;
      color: #b91c1c;
    }

    .booking-page .tile .text-\[10px\] {
      font-size: 0.9375rem;
      line-height: 1.45;
      font-weight: 800;
      color: #475569;
    }

    .booking-page .tile .text-xs.font-black {
      font-size: 1.125rem;
      line-height: 1.25;
      font-weight: 900;
    }

    .booking-page .tile .booking-tile-usage {
      margin-top: 0.375rem;
      font-size: 0.9375rem;
      line-height: 1.45;
      font-weight: 900;
    }

    .booking-page .tile .booking-tile-usage--occupied {
      color: #dc2626;
    }

    .booking-page .tile .booking-tile-usage--blocked {
      color: #dc2626;
    }

    .booking-page .tile .text-\[9px\] {
      font-size: 0.8125rem;
      line-height: 1.35;
      color: #94a3b8;
    }

    .booking-page #sheet-header .text-lg {
      font-size: 1.25rem;
      line-height: 1.35;
    }

    .booking-page #sheet-header .text-xs {
      font-size: 0.9375rem;
      line-height: 1.5;
    }

    .booking-page #bottom-sheet input,
    .booking-page #bottom-sheet button,
    .booking-page #bottom-sheet .text-sm {
      font-size: 1rem;
      line-height: 1.5;
    }

    .booking-page #bottom-sheet .text-xs,
    .booking-page #bottom-sheet .text-\[11px\] {
      font-size: 0.875rem;
      line-height: 1.45;
    }

    .booking-page .booking-schedule-panel {
      display: grid;
      gap: 0.875rem;
      border: 1px solid #dbeafe;
      border-radius: 1rem;
      background:
        linear-gradient(180deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.96)),
        #fff;
      padding: 0.875rem;
      box-shadow: 0 14px 32px rgba(37, 99, 235, 0.08);
    }

    .booking-page .booking-schedule-topbar,
    .booking-page .booking-calendar-head,
    .booking-page .booking-time-card-head,
    .booking-page .booking-time-period-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem;
      min-width: 0;
    }

    .booking-page .booking-schedule-kicker {
      font-size: 0.75rem;
      line-height: 1.3;
      font-weight: 900;
      color: #2563eb;
    }

    .booking-page .booking-schedule-title {
      margin-top: 0.125rem;
      font-size: 1rem;
      line-height: 1.35;
      font-weight: 900;
      color: #0f172a;
    }

    .booking-page .booking-stay-pill {
      display: inline-flex;
      align-items: center;
      min-height: 2rem;
      border-radius: 9999px;
      background: #ecfdf5;
      padding: 0.375rem 0.625rem;
      color: #047857;
      font-size: 0.8125rem;
      line-height: 1.2;
      font-weight: 900;
      white-space: nowrap;
    }

    .booking-page .booking-calendar-card,
    .booking-page .booking-time-card {
      border: 1px solid #e2e8f0;
      border-radius: 0.75rem;
      background: #fff;
      padding: 0.75rem;
    }

    .booking-page .booking-date-time-grid {
      display: grid;
      gap: 0.875rem;
      align-items: start;
    }

    .booking-page .booking-date-pane,
    .booking-page .booking-time-pane {
      min-width: 0;
    }

    .booking-page .booking-time-pane {
      display: grid;
      gap: 0.875rem;
      align-content: start;
    }

    .booking-page .booking-time-card.hidden,
    .booking-page .booking-time-periods.hidden {
      display: none;
    }

    .booking-page .booking-sheet-native-input {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    .booking-page .booking-calendar-month {
      color: #0f172a;
      font-size: 1rem;
      line-height: 1.4;
      font-weight: 900;
      text-align: center;
    }

    .booking-page .booking-calendar-nav {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.75rem;
      height: 2.75rem;
      border: 0;
      border-radius: 9999px;
      color: #2563eb;
      background: transparent;
      transition: transform 150ms ease, color 150ms ease, background 150ms ease, opacity 150ms ease;
      touch-action: manipulation;
    }

    .booking-page .booking-calendar-nav:disabled {
      opacity: 0.35;
      pointer-events: none;
    }

    .booking-page .booking-calendar-nav:active {
      transform: scale(0.96);
      background: #eff6ff;
    }

    .booking-page .booking-calendar-nav:hover:not(:disabled) {
      color: #1d4ed8;
      background: #f8fafc;
    }

    .booking-page .booking-calendar-nav:focus-visible,
    .booking-page .booking-calendar-day:focus-visible,
    .booking-page .booking-time-slot:focus-visible {
      outline: 2px solid #2563eb;
      outline-offset: 2px;
    }

    .booking-page .booking-calendar-nav svg {
      width: 1.25rem;
      height: 1.25rem;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .booking-page .booking-calendar-weekdays,
    .booking-page .booking-calendar-grid {
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      gap: 0.375rem;
    }

    .booking-page .booking-calendar-weekdays {
      margin: 0.75rem 0 0.375rem;
      color: #64748b;
      font-size: 0.75rem;
      line-height: 1.2;
      font-weight: 900;
      text-align: center;
    }

    .booking-page .booking-calendar-day {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      min-width: 2.75rem;
      min-height: 3rem;
      border-radius: 0.75rem;
      color: #1e293b;
      background: #fff;
      font-size: 0.9375rem;
      line-height: 1.1;
      font-weight: 900;
      transition: transform 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease;
      touch-action: manipulation;
    }

    .booking-page .booking-calendar-day small {
      margin-top: 0.125rem;
      color: #059669;
      font-size: 0.625rem;
      line-height: 1;
      font-weight: 900;
    }

    .booking-page .booking-calendar-day.is-weekend:not(.is-selected):not(.is-disabled) {
      color: #e11d48;
    }

    .booking-page .booking-calendar-day.is-holiday:not(.is-selected):not(.is-disabled) {
      color: #e11d48;
      background: #fff7ed;
    }

    .booking-page .booking-calendar-day.is-holiday:not(.is-selected):not(.is-disabled) small {
      color: #ea580c;
    }

    .booking-page .booking-calendar-day.is-outside {
      color: #94a3b8;
      background: #f8fafc;
    }

    .booking-page .booking-calendar-day.is-disabled {
      color: #cbd5e1;
      background: #f8fafc;
    }

    .booking-page .booking-calendar-day.is-checking {
      color: #94a3b8;
      background: #f8fafc;
    }

    .booking-page .booking-calendar-day.is-unavailable {
      color: #94a3b8;
      background: #f1f5f9;
      text-decoration: line-through;
      text-decoration-thickness: 2px;
      text-decoration-color: rgba(148, 163, 184, 0.65);
    }

    .booking-page .booking-calendar-day.is-unavailable small,
    .booking-page .booking-calendar-day.is-checking small {
      color: #94a3b8;
      text-decoration: none;
    }

    .booking-page .booking-calendar-day.is-today:not(.is-selected) {
      background: #ecfdf5;
      color: #047857;
    }

    .booking-page .booking-calendar-day.is-selected {
      color: #fff;
      background: linear-gradient(135deg, #2563eb, #0891b2);
      box-shadow: 0 10px 18px rgba(37, 99, 235, 0.28);
    }

    .booking-page .booking-calendar-day.is-selected small {
      color: rgba(255, 255, 255, 0.82);
    }

    .booking-page .booking-calendar-day:active:not(:disabled) {
      transform: scale(0.96);
    }

    .booking-page .booking-no-availability {
      border: 1px solid #bae6fd;
      border-radius: 0.75rem;
      background: #f0f9ff;
      padding: 0.875rem;
      color: #0369a1;
      font-size: 0.875rem;
      line-height: 1.5;
      font-weight: 800;
      text-align: center;
    }

    .booking-page .booking-time-title {
      color: #0f172a;
      font-size: 1rem;
      line-height: 1.35;
      font-weight: 900;
    }

    .booking-page .booking-time-hint {
      margin-top: 0.125rem;
      color: #64748b;
      font-size: 0.8125rem;
      line-height: 1.45;
      font-weight: 700;
    }

    .booking-page .booking-time-periods {
      display: grid;
      gap: 1rem;
      margin-top: 0.75rem;
    }

    .booking-page .booking-time-period-head p {
      color: #0f172a;
      font-size: 1rem;
      line-height: 1.35;
      font-weight: 900;
    }

    .booking-page .booking-time-period-head span {
      color: #64748b;
      font-size: 0.8125rem;
      line-height: 1.35;
      font-weight: 800;
      text-align: right;
    }

    .booking-page .booking-time-slot-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.5rem;
      margin-top: 0.5rem;
    }

    .booking-page .booking-time-slot {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 3rem;
      border: 1px solid #dbe3ef;
      border-radius: 0.75rem;
      background: #fff;
      color: #1e293b;
      font-size: 1rem;
      line-height: 1.2;
      font-weight: 900;
      transition: transform 150ms ease, border-color 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease;
      touch-action: manipulation;
    }

    .booking-page .booking-time-slot:active {
      transform: scale(0.97);
    }

    .booking-page .booking-time-slot.is-selected {
      border-color: transparent;
      background: linear-gradient(135deg, #059669, #0284c7);
      color: #fff;
      box-shadow: 0 10px 20px rgba(5, 150, 105, 0.22);
    }

    .booking-page .booking-time-empty {
      margin-top: 0.5rem;
      border: 1px dashed #cbd5e1;
      border-radius: 0.75rem;
      background: #f8fafc;
      padding: 0.875rem;
      color: #94a3b8;
      font-size: 0.875rem;
      line-height: 1.45;
      font-weight: 800;
      text-align: center;
    }

    @media (min-width: 640px) {
      .booking-page .booking-time-slot-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }

    /* 바텀 시트 */
    #bottom-sheet {
      transition: transform .35s cubic-bezier(.4,0,.2,1);
      transform: translateY(100%);
      padding-bottom: env(safe-area-inset-bottom);
    }
    #bottom-sheet.sheet-open { transform: translateY(0); }

    /* 폼 슬라이드 */
    #sheet-form {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height .4s cubic-bezier(.4,0,.2,1), opacity .3s ease;
    }
    #sheet-form.form-open {
      max-height: 1200px;
      opacity: 1;
      overflow: visible;
    }

    .booking-page .booking-submit-bar {
      position: sticky;
      bottom: 0;
      z-index: 12;
      margin: 0 -1.25rem -2rem;
      padding: 0.875rem 1.25rem calc(0.875rem + env(safe-area-inset-bottom));
      background: linear-gradient(180deg, rgba(255,255,255,0), #fff 24%, #fff 100%);
    }

    /* 오버레이 */
    #sheet-overlay {
      transition: opacity .3s ease;
      opacity: 0;
    }
    #sheet-overlay.overlay-open { opacity: 1; }

    @media (max-width: 480px) {
      .booking-page #env-widget-wrap {
        margin-top: 1rem;
      }

      .booking-page .env-summary-row {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.75rem;
        padding: 0.875rem !important;
      }

      .booking-page #env-icon-box {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 1rem;
        font-size: 2rem;
      }

      .booking-page #env-temp {
        font-size: 2rem;
      }

      .booking-page #env-sky {
        max-width: 7rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .booking-page .env-water-chip {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto auto minmax(0, 1fr);
        align-items: center;
        gap: 0.25rem 0.5rem;
        width: 100%;
        min-width: 0;
        max-width: none;
        padding: 0.625rem 0.75rem;
        text-align: left;
      }

      .booking-page .env-water-chip p {
        margin: 0;
      }

      .booking-page .env-water-chip p:nth-child(3) {
        font-size: 0.75rem;
      }

      .booking-page #env-water {
        font-size: 1.375rem;
      }

      .booking-page #env-widget-wrap .env-stat-icon {
        display: none;
      }

      .booking-page #bottom-sheet {
        max-height: calc(100dvh - 5rem) !important;
        background: #fff;
      }

      .booking-page #bottom-sheet > .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-bottom: 1.25rem !important;
      }

      .booking-page #sheet-header {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
      }

      .booking-page .booking-schedule-panel {
        gap: 0.625rem;
        border-radius: 0.875rem;
        padding: 0.625rem;
      }

      .booking-page .booking-schedule-topbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 0.25rem 0.5rem;
      }

      .booking-page .booking-schedule-kicker {
        font-size: 0.6875rem;
      }

      .booking-page .booking-schedule-title {
        font-size: 0.9375rem;
        line-height: 1.25;
      }

      .booking-page .booking-stay-pill {
        min-height: 1.625rem;
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        line-height: 1.15;
      }

      .booking-page .booking-calendar-card,
      .booking-page .booking-time-card {
        border-radius: 0.875rem;
        padding: 0.625rem;
      }

      .booking-page .booking-calendar-head {
        gap: 0.5rem;
      }

      .booking-page .booking-calendar-nav {
        width: 2.25rem;
        height: 2.25rem;
      }

      .booking-page .booking-calendar-weekdays,
      .booking-page .booking-calendar-grid {
        gap: 0.25rem;
      }

      .booking-page .booking-calendar-weekdays {
        margin: 0.5rem 0 0.25rem;
        font-size: 0.6875rem;
      }

      .booking-page .booking-calendar-day {
        min-width: 0;
        min-height: clamp(2.25rem, 10.5vw, 2.75rem);
        border-radius: 0.625rem;
        font-size: 0.875rem;
        line-height: 1;
      }

      .booking-page .booking-calendar-day small {
        margin-top: 0.0625rem;
        font-size: 0.5625rem;
      }

      .booking-page .booking-time-title {
        font-size: 0.9375rem;
      }

      .booking-page .booking-time-hint {
        font-size: 0.75rem;
        line-height: 1.35;
      }

      .booking-page .booking-time-periods {
        max-height: min(38dvh, 18rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        gap: 0.75rem;
        padding-right: 0.125rem;
      }

      .booking-page .booking-time-slot-grid {
        gap: 0.4rem;
      }

      .booking-page .booking-time-slot {
        min-height: 2.75rem;
        border-radius: 0.675rem;
        font-size: 0.9375rem;
      }

      .booking-page .photo-lightbox-shell {
        max-width: 100vw;
        padding: 0.75rem 0.75rem calc(0.75rem + env(safe-area-inset-bottom));
      }

      .booking-page .photo-lightbox-stage {
        border-radius: 0.875rem;
      }

      .booking-page .photo-lightbox-img {
        max-height: calc(100dvh - 14.5rem);
      }

      .booking-page .photo-lightbox-nav--prev {
        left: 0.625rem;
      }

      .booking-page .photo-lightbox-nav--next {
        right: 0.625rem;
      }

      .booking-page .photo-lightbox-caption {
        display: block;
        min-height: 0;
        padding: 0.625rem 0 0;
      }

      .booking-page .photo-lightbox-thumbs {
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 0.625rem;
        padding: 0.25rem 0.75rem;
      }

      .booking-page .photo-lightbox-thumb {
        width: 4rem;
        height: 3rem;
      }
    }
