/* Customer booking: shared studio style, compact calendar, divisible hour tiles. */
.customer-page .widget{max-width:1320px}
.customer-page .intro{padding:34px 0}
.customer-page h1{font-size:38px;letter-spacing:-1.4px}
.intro-description{font-size:14px;color:var(--muted);margin-top:12px}
.contact-link{font-size:12px;text-decoration:none}
.contact-link span{margin-left:8px}
.customer-page .booking-layout{grid-template-columns:minmax(0,1fr) 340px;gap:36px}
.customer-page .section-heading{margin-bottom:14px}
.customer-page h2{font-size:17px}
.selection-count{font-size:11px;padding:4px 8px;background:var(--soft);border-radius:20px;margin-left:auto;white-space:nowrap}
.customer-page .room-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.customer-page .room{min-height:129px;padding:17px 15px;display:flex;gap:0;background:#fff;border-radius:12px;transition:border-color .12s,background .12s}
.customer-page .room[aria-checked=true]{background:#edf3de;border-color:#769244;color:var(--ink)}
.customer-page .room-number{display:block;margin-bottom:19px;font-size:10px;opacity:.6}
.customer-page .room strong{font-size:16px;min-height:0;padding-right:2px}
.customer-page .room small{font-size:10px;line-height:1.5}
.customer-page .room .room-rate{margin-top:12px;font-size:11px}
.customer-page .room-check{width:21px;height:21px;line-height:19px;top:14px;right:14px;background:white;font-size:13px;text-align:center;color:#7c8374}
.customer-page .room[aria-checked=true] .room-check{background:var(--ink);border-color:var(--ink);color:var(--accent);line-height:19px}
.selection-hint{font-size:11px;line-height:1.6;color:var(--muted);margin-top:11px}
.customer-page .calendar-section{padding-top:28px}
.calendar-card{border:1px solid var(--line);padding:18px;background:#fff;border-radius:14px;margin-bottom:23px}
.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}
.calendar-toolbar h3{font-size:17px;font-weight:500;letter-spacing:-.3px;text-transform:capitalize}
.calendar-navigation{display:flex;align-items:center;gap:5px}
.icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;background:transparent;border:1px solid var(--line);border-radius:8px;font-size:18px}
.icon-button:disabled{opacity:.35}
.today-button{min-height:38px;padding:0 10px;background:transparent;border-radius:8px;font-size:11px}
.calendar-subbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0}
.calendar-subbar>span{font-size:11px;color:var(--muted);text-transform:capitalize}
.view-switch{display:flex;background:var(--paper);padding:3px;border-radius:7px;gap:2px}
.view-switch button{padding:6px 9px;min-height:30px;font-size:10px;border-radius:5px;background:transparent;color:var(--muted)}
.view-switch button[aria-pressed=true]{background:white;box-shadow:0 1px 3px #0001;color:var(--ink)}
.date-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}
.calendar-day{border-radius:9px;min-height:67px;background:transparent;border:1px solid transparent;display:grid;justify-items:center;align-content:center;gap:7px;position:relative}
.calendar-day small{font-size:9px;text-transform:uppercase;color:var(--muted)}
.calendar-day strong{font-size:20px;font-weight:500}
.calendar-day[aria-pressed=true]{background:var(--ink);color:white}
.calendar-day[aria-pressed=true] small{color:#d0d8c5}
.calendar-day[aria-current=date]:after{content:'';position:absolute;bottom:5px;width:4px;height:4px;background:#729330;border-radius:50%}
.calendar-day[aria-current=date][aria-pressed=true]:after{background:var(--accent)}
.calendar-day:hover:not(:disabled){border-color:#9ba789}
.calendar-day:disabled{opacity:.25}
.date-grid.month .calendar-day{min-height:40px;padding:8px}
.date-grid.month .calendar-day strong{font-size:13px}
.calendar-day.outside-month{color:#939b8d}
.weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));text-align:center;color:var(--muted);font-size:9px;padding:6px 0 9px}
.customer-page .time-heading{margin:0 0 7px}
.customer-page .time-heading h3{font-size:16px;font-weight:500}
.time-help{font-size:11px;color:var(--muted);line-height:1.7;max-width:500px;display:grid}
/* Both instructions reserve their natural height; only the active one is visible. */
.time-help>span{grid-area:1 / 1}
.time-help>span[aria-hidden=true]{visibility:hidden}
.availability-line{font-size:10px;line-height:1.5;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:35px;padding:7px 0 10px}
.hour-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.hour-tile{background:white;border:1px solid var(--line);border-radius:10px;overflow:hidden;min-width:0}
.hour-select{display:flex;align-items:center;justify-content:space-between;gap:4px;background:white;width:100%;padding:12px 10px 10px;border-bottom:1px solid var(--line)}
.hour-select strong{font-size:14px;font-weight:500}
.hour-select small{font-size:9px;color:var(--muted)}
.hour-select:disabled{color:#a0a696}
.hour-select:disabled small{color:#a0a696}
.hour-select[aria-pressed=true]{background:var(--ink);color:white;border-color:#485144}
.hour-select[aria-pressed=true] small{color:#d0d8c5}
.hour-halves{display:grid;grid-template-columns:1fr 1fr}
.half-slot{background:#fff;min-height:37px;display:grid;place-items:center;font-size:10px;padding:8px 2px}
.half-slot+.half-slot{border-left:1px solid var(--line)}
.half-slot[aria-pressed=true]{background:var(--accent);color:var(--ink)}
.half-slot:disabled{color:#a5ab9d;background:repeating-linear-gradient(135deg,#eceee7,#eceee7 4px,#f2f3ed 4px,#f2f3ed 8px);text-decoration:line-through}
.customer-page :is(.half-slot,.hour-select):focus-visible{outline-offset:-3px;outline-width:3px}
.customer-page .night-package{margin-top:15px;background:#edf0e7}
.customer-page .night-package[aria-pressed=true]{border-color:#769244;background:#e4edce}
.customer-page .legend{margin-top:12px;font-size:10px}
.legend .selected-dot{background:var(--accent);border-color:#b7d860}
.range-controls{display:flex;align-items:center;gap:14px;background:#edf0e5;border:1px solid var(--line);border-radius:10px;margin-top:17px;padding:13px}
.range-caption{display:block;font-size:8px;letter-spacing:1.3px;color:var(--muted);margin-bottom:5px}
.range-controls strong{font-weight:500;font-size:14px;white-space:nowrap}
.duration-control{display:flex;align-items:center;gap:9px;margin-left:auto}
.duration-control .icon-button{min-height:31px;min-width:31px;background:#fff}
.duration-control output{font-size:12px;min-width:62px;text-align:center;white-space:nowrap}
.text-button{padding:8px 2px;font-size:10px;color:var(--muted);background:transparent;text-decoration:underline;text-underline-offset:3px}
.selection-message{font-size:11px;line-height:1.7;color:var(--danger);margin-top:9px}
.customer-page .summary-panel{padding:24px;top:18px}
.customer-page .summary-title{margin-bottom:20px}
.schedule-summary{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.schedule-icon{width:36px;height:36px;display:grid;place-items:center;background:var(--paper);border-radius:9px;font-size:20px}
.schedule-summary strong{display:block;font-size:13px;font-weight:500}
.schedule-summary div>span{display:block;font-size:12px;color:var(--muted);margin-top:6px}
.customer-page .quote-status{padding-top:13px;font-size:11px}
.customer-page .breakdown{gap:15px;margin-top:16px}
.room-subtotal{display:flex;justify-content:space-between;gap:12px;font-size:12px;margin-bottom:6px}
.room-subtotal strong{font-weight:500}
.room-subtotal strong:last-child{white-space:nowrap}
.room-segments{display:grid;gap:7px}
.customer-page .price-line{font-size:10px}
.customer-page .price-line small{font-size:9px}
.customer-page .total{margin:20px 0;padding-top:19px}
.customer-page .total>span{max-width:115px;font-size:11px;line-height:1.6}
.customer-page .total strong{font-size:28px}
.customer-page .primary{font-size:13px}
.booking-rules{margin-top:32px;border-top:1px solid var(--line);padding-top:20px;color:var(--muted)}
.booking-rules summary{font-size:12px;cursor:pointer;display:list-item}
.booking-rules p{font-size:11px;line-height:1.8;max-width:700px;margin-top:15px}
.rate-table{width:100%;font-size:11px;line-height:1.6;text-align:left;border-collapse:collapse;margin-top:15px}
.rate-table :is(th,td){padding:9px 12px 9px 0;border-bottom:1px solid var(--line)}
.rate-table th{font-weight:500}
@media(max-width:1100px){
  .customer-page .widget{padding:0 25px}
  .customer-page .booking-layout{grid-template-columns:minmax(0,1fr) 315px;gap:23px}
  .customer-page .room{padding:15px 10px}
  .customer-page .room strong{font-size:14px}
  .customer-page .room small{font-size:9px}
  .hour-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .range-controls{flex-wrap:wrap}
  .range-controls>.text-button{margin-left:auto}
  .calendar-toolbar{flex-wrap:wrap}
}
/* On narrow screens the booking flows vertically; price follows the selection. */
.mobile-summary,.edit-selection{display:none}
.summary-panel,.time-heading,#dateHeading{scroll-margin-top:20px}
.calendar-toolbar h3,.calendar-subbar>span{text-transform:none}
@media(max-width:960px){
  html:has(.customer-page){scroll-padding-bottom:160px}
  .customer-page .selection-panel :is(button,summary){scroll-margin-block:16px 160px}
  .customer-page .booking-layout{grid-template-columns:1fr;gap:28px}
  .customer-page .summary-panel{position:static}
  .customer-page .room{min-height:145px;padding:18px}
  .customer-page .room strong{font-size:16px}
  .customer-page .room small{font-size:12px}
  .customer-page .room .room-rate{font-size:13px}
  .hour-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .hour-select{min-height:46px}
  .hour-select strong{font-size:16px}
  .hour-select small{font-size:12px}
  .half-slot{min-height:46px;font-size:14px}
  .customer-page{padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))}
  .mobile-summary{
    display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 16px;
    position:fixed;z-index:20;left:0;right:0;bottom:0;
    padding:14px max(20px,env(safe-area-inset-right,0px)) calc(14px + env(safe-area-inset-bottom,0px)) max(20px,env(safe-area-inset-left,0px));
    border-top:1px solid var(--line);background:#fff;box-shadow:0 -6px 24px #1b211c0b;
  }
  .mobile-summary-copy{min-width:0}
  .mobile-summary-copy span{display:block;font-size:12px;line-height:1.5;color:var(--muted)}
  .mobile-summary-copy strong{display:block;margin-top:3px;font-size:23px;font-weight:500;letter-spacing:-.5px}
  .mobile-summary .primary{width:auto;min-width:112px;min-height:50px;font-size:15px;justify-content:center;gap:16px}
  .mobile-summary-message{grid-column:1/-1;font-size:13px;line-height:1.45;color:var(--danger)}
  .mobile-summary-message:empty{display:none}
  .customer-page:has(.summary-panel:focus-within) .mobile-summary{display:none}
  .edit-selection{display:inline-flex;align-items:center;min-height:44px;font-size:13px;margin:10px 0 0}
}
@media(max-width:600px){
  .customer-page .widget{padding:0 16px}
  .customer-page .preview-banner{font-size:11px;line-height:1.4;padding:7px 16px}
  .customer-page .masthead{padding:20px 0}
  .customer-page .wordmark{font-size:23px}
  .customer-page .wordmark span{font-size:9px;letter-spacing:2.8px}
  .customer-page .contact-link{font-size:12px;min-height:44px;display:flex;align-items:center}
  .customer-page .contact-link span{margin-left:5px}
  .customer-page .intro{padding:24px 0}
  .customer-page .intro .eyebrow{display:none}
  .customer-page h1{font-size:29px;line-height:1.15;letter-spacing:-1px;max-width:330px}
  .intro-description{font-size:14px;line-height:1.5;margin-top:10px;max-width:310px}
  .customer-page .section-heading{gap:8px;margin-bottom:12px}
  .customer-page h2{font-size:18px;line-height:1.3}
  .customer-page .step{width:26px;height:26px;font-size:10px}
  .selection-count{font-size:11px;padding:5px 8px}
  .customer-page .room-list{grid-template-columns:1fr;gap:8px}
  .customer-page .room{
    display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;
    gap:5px 10px;min-height:82px;padding:14px 12px;border-radius:12px;
  }
  .customer-page .room-number{display:none}
  .customer-page .room-check,.customer-page .room[aria-checked=true] .room-check{
    position:static;grid-column:1;grid-row:1/3;width:26px;height:26px;
    display:grid;place-items:center;font-size:16px!important;line-height:1!important;
  }
  .customer-page .room strong{grid-column:2;grid-row:1;font-size:16px;line-height:1.3;letter-spacing:-.4px;min-height:0;margin:0;padding:0}
  .customer-page .room small{grid-column:2/4;grid-row:2;font-size:12px;line-height:1.4;opacity:1;color:var(--muted)}
  .customer-page .room .room-rate{grid-column:3;grid-row:1;font-size:12px;line-height:1.3;white-space:nowrap;margin:0;padding:0}
  .selection-hint{font-size:12px;line-height:1.5;margin-top:10px}
  .customer-page .calendar-section{padding-top:28px}
  .calendar-card{padding:14px 10px;margin-bottom:24px;border-radius:14px}
  .calendar-toolbar{gap:8px;flex-wrap:wrap;padding:0 2px}
  .calendar-toolbar h3{font-size:17px;letter-spacing:-.4px;flex:1}
  .calendar-navigation{gap:4px}
  .icon-button{min-width:44px;min-height:44px;font-size:20px}
  .today-button{min-height:44px;padding:0 8px;font-size:12px}
  .calendar-subbar{display:block;margin:10px 0 12px}
  .calendar-subbar>span{display:block;font-size:13px;line-height:1.5;padding:0 3px;margin-bottom:12px}
  .view-switch{width:100%;padding:3px;border-radius:9px}
  .view-switch button{flex:1;min-height:38px;font-size:13px;padding:8px}
  .date-grid{gap:2px}
  .calendar-day{min-height:64px;gap:8px;padding:8px 0}
  .calendar-day small{font-size:11px}
  .calendar-day strong{font-size:20px}
  .date-grid.month .calendar-day{min-height:44px;padding:8px 0}
  .date-grid.month .calendar-day strong{font-size:15px}
  .weekdays{font-size:11px;padding:5px 0 10px}
  .customer-page .time-heading{margin-bottom:8px}
  .customer-page .time-heading h3{font-size:18px}
  .customer-page .time-heading .muted{font-size:12px}
  .time-help{font-size:13px;line-height:1.5}
  .availability-line{font-size:12px;line-height:1.5;padding:10px 0 14px}
  .hour-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .hour-tile{border-radius:12px}
  .hour-select{min-height:48px;padding:12px}
  .hour-select strong{font-size:18px}
  .hour-select small{font-size:12px}
  .half-slot{min-height:48px;font-size:14px;padding:12px 4px}
  .calendar-section details{margin-top:18px}
  .calendar-section summary{font-size:15px;min-height:54px;padding:12px 0}
  .calendar-section summary span{font-size:12px;line-height:1.5;margin-top:6px}
  .customer-page .night-package{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:8px;padding:16px 12px;margin-top:12px}
  .customer-page .night-package strong{font-size:14px}
  .customer-page .night-package small{font-size:12px;line-height:1.4}
  .customer-page .night-price{font-size:13px;margin:0;align-self:start;padding-top:1px}
  .customer-page .night-package>span:nth-child(2){display:contents}
  .customer-page .night-package strong{grid-column:2;grid-row:1}
  .customer-page .night-package small{grid-column:2/4;grid-row:2}
  .night-icon{grid-column:1;grid-row:1/3}
  .night-price{grid-column:3;grid-row:1}
  .customer-page .legend{font-size:11px;line-height:1.5;gap:10px 18px}
  .range-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-top:18px;padding:14px}
  .range-controls>div:first-child{grid-column:1/-1}
  .range-caption{font-size:10px}
  .range-controls strong{font-size:16px;white-space:normal}
  .duration-control{gap:8px;margin-left:0}
  .duration-control .icon-button{min-width:44px;min-height:44px}
  .duration-control output{font-size:14px;min-width:64px}
  .text-button{font-size:13px;min-height:44px}
  .selection-message{font-size:13px;line-height:1.5}
  .customer-page .summary-panel{padding:20px 18px;border-radius:14px}
  .customer-page .summary-title{margin-bottom:18px}
  .schedule-summary strong{font-size:15px}
  .schedule-summary div>span{font-size:14px}
  .customer-page .quote-status{font-size:13px}
  .customer-page .room-subtotal{font-size:14px}
  .customer-page .room-segments>small{font-size:12px;line-height:1.5}
  .customer-page .price-line{font-size:12px;line-height:1.5}
  .customer-page .price-line small{font-size:11px}
  .customer-page .total>span{font-size:13px;max-width:135px}
  .customer-page .total strong{font-size:28px;white-space:nowrap}
  .customer-page .summary-panel label{font-size:14px}
  .customer-page .summary-panel input:not([type=checkbox]){font-size:16px;min-height:50px}
  .customer-page .summary-panel .consent{font-size:12px;gap:10px}
  .customer-page .consent input{width:24px;height:24px;min-height:24px;margin:0}
  .customer-page .primary{min-height:52px;font-size:15px}
  .customer-page .fineprint{font-size:12px;line-height:1.5}
  .customer-page .form-status{font-size:14px}
  .mobile-summary{gap:8px 12px;padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px))}
  .booking-rules summary{font-size:14px;min-height:44px;line-height:1.5}
  .booking-rules p{font-size:12px;line-height:1.6}
  #rateTable{overflow-x:auto}
  .rate-table{font-size:12px;min-width:420px}
  .customer-page footer{font-size:10px;letter-spacing:.3px;line-height:1.6;gap:12px}
  .customer-page dialog{padding:24px}
}
@media(max-width:360px){
  .customer-page .widget{padding:0 12px}
  .customer-page .wordmark{font-size:21px}
  .customer-page .contact-link{font-size:11px}
  .customer-page h1{font-size:28px}
  .customer-page .room{gap:5px 8px;padding:13px 10px}
  .customer-page .room strong{font-size:15px}
  .customer-page .room .room-rate{font-size:11px}
  .calendar-toolbar{display:grid;grid-template-columns:1fr}
  .calendar-navigation{justify-content:space-between}
  .calendar-toolbar h3{font-size:17px}
  .calendar-subbar{margin-top:6px}
  .mobile-summary .primary{min-width:98px;padding:12px}
}

/* Off-hours form one chronological evening → night → next-morning timeline. */
.customer-page .off-hours{border-top:1px solid var(--line);padding-top:14px;margin-top:24px}
.customer-page .off-hours>summary{font-size:15px;padding:10px 0}
.off-hours-timeline{padding-top:8px}
.period-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:10px 0 12px}
.customer-page .period-heading h3{font-size:14px}
.period-heading>span{font-size:12px;color:var(--muted);text-align:right}
.off-hour-grid.evening-slots{grid-template-columns:repeat(3,minmax(0,1fr))}
.off-hour-grid.morning-slots{grid-template-columns:repeat(4,minmax(0,1fr))}
.customer-page .off-hour-grid .hour-select{flex-direction:column;justify-content:center;gap:7px;min-height:68px;padding:12px 6px;border-bottom:0}
.customer-page .off-hour-grid .hour-select strong{font-size:17px}
.customer-page .off-hour-grid .hour-select small{font-size:11px}
.customer-page .off-hours .night-package{min-height:90px;margin:18px 0;padding:18px 16px}
.customer-page .off-hours .night-package strong{font-size:23px;font-weight:400}
.customer-page .off-hours .night-package small{font-size:12px;line-height:1.5}
.customer-page .off-hours .night-price{font-size:18px}
.customer-page .off-hours .morning-heading{margin-top:19px}
.customer-page .studio-night-breakdown{padding-bottom:14px;border-bottom:1px solid var(--line)}
@media(max-width:600px){
  .period-heading>span{font-size:11px}
  .off-hour-grid{gap:8px}
  .customer-page .off-hours .night-package{padding:16px 12px;gap:8px}
  .customer-page .off-hours .night-package strong{font-size:18px}
  .customer-page .off-hours .night-price{font-size:14px}
  .customer-page .off-hour-grid .hour-select strong{font-size:16px}
}

/* Reserve the calendar from the first paint and retain it while data refreshes. */
.customer-page{--day-rows:2;--day-tile-height:81px;--hour-gap:9px}
.customer-page .room-list{min-block-size:129px}
.selection-hint{min-block-size:3.2em}
.availability-line{min-block-size:48px}
.date-grid:not(.month){min-block-size:67px}
#daySlots{
  grid-auto-rows:minmax(var(--day-tile-height),auto);
  min-block-size:calc(var(--day-rows)*var(--day-tile-height) + (var(--day-rows) - 1)*var(--hour-gap));
}
.off-hour-grid{min-block-size:70px}
.hour-grid:empty::before{
  content:'';grid-column:1/-1;align-self:stretch;border:1px solid var(--line);border-radius:5px;
  background:var(--surface);
}
.customer-page :is(.hour-select,.half-slot,.night-package)[aria-disabled=true]{cursor:wait}
.customer-page :is(.hour-select,.half-slot,.night-package)[aria-disabled=true]:disabled{cursor:not-allowed}
.range-controls{min-block-size:72px}
.range-controls>div:first-child{min-block-size:34px}
.range-controls.is-empty strong{color:var(--muted)}
.range-controls .text-button:disabled{color:var(--muted);text-decoration:none;opacity:.5}
.selection-message{min-block-size:1lh}
.customer-page .breakdown{min-block-size:64px;position:relative}
.customer-page .breakdown[data-loading]>*{visibility:hidden}
.customer-page .breakdown[data-loading]::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(var(--soft),var(--soft)) left 3px/70% 14px no-repeat,
    linear-gradient(var(--soft),var(--soft)) left 29px/48% 10px no-repeat;
}
.customer-page .total strong{min-block-size:1.25em;line-height:1.25;position:relative}
.customer-page .total strong[data-loading]{color:transparent;min-inline-size:4.8em}
.customer-page .total strong[data-loading]::after{
  content:'';position:absolute;inset:.2em 0;background:var(--soft);border-radius:3px;
}
.mobile-summary-copy strong{white-space:nowrap}
@media(max-width:1100px){.customer-page{--day-rows:3}}
@media(max-width:960px){
  .customer-page{--day-tile-height:94px}
  .customer-page .room-list{min-block-size:145px}
}
@media(max-width:600px){
  .customer-page{--day-rows:5;--day-tile-height:98px;--hour-gap:10px}
  .customer-page .room-list{min-block-size:262px}
  .selection-hint{min-block-size:3em}
  .availability-line{min-block-size:68px}
  .date-grid:not(.month){min-block-size:64px}
  .range-controls{min-block-size:124px}
  .range-controls>div:first-child{min-block-size:42px}
  .customer-page .breakdown{min-block-size:86px}
}

/* One contact input, selected by compact method buttons. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.contact-fieldset{border:0;padding:0;margin:0;min-width:0}
.contact-fieldset legend{font-size:12px;font-weight:600;padding:0;margin-bottom:10px}
.contact-methods{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin-bottom:12px;min-height:82px}
.contact-method{
  grid-column:span 2;display:flex;align-items:center;justify-content:center;gap:5px;min-width:0;min-height:38px;
  border:1px solid var(--line);border-radius:5px;background:transparent;color:var(--muted);padding:8px 5px;font-size:11px;
}
.contact-method:nth-child(n+4){grid-column:span 3}
.contact-method svg{width:14px;height:14px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.customer-page .contact-method[aria-checked=true]{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}
.customer-page .contact-method:hover:not(:disabled):not([aria-checked=true]){border-color:var(--muted);background:var(--surface-raised)}
.optional-comment{margin-top:-4px}
.optional-comment .text-button{font-size:12px;min-height:40px;text-decoration:none}
#commentPanel{margin-top:8px}
#commentPanel label{display:flex;gap:5px;align-items:baseline;margin-bottom:8px}
.customer-page textarea{
  display:block;width:100%;min-width:0;min-height:100px;resize:vertical;border:1px solid #71675e;border-radius:4px;
  padding:12px;background:#201f1f;color:var(--ink);font:inherit;font-size:13px;line-height:1.5;
}
.customer-page textarea::placeholder{color:#b6aca2;opacity:1}
.customer-page textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.booking-rules ul{font-size:11px;line-height:1.8;padding-left:18px;margin:12px 0 0}
.booking-rules li+li{margin-top:6px}
@media(max-width:600px){
  .contact-fieldset legend{font-size:14px}
  .contact-methods{min-height:94px}
  .contact-method{min-height:44px;font-size:12px;gap:5px;padding:8px 4px}
  .optional-comment .text-button{font-size:13px;min-height:44px}
  .customer-page textarea{font-size:16px;min-height:112px}
  .booking-rules ul{font-size:12px}
}

#daySlots[data-hour-only=true] .hour-select{height:100%;min-height:calc(var(--day-tile-height) - 2px);border-bottom:0;flex-direction:column;justify-content:center;gap:8px}
