/* 2026-08-26 預約頁閱讀尺寸。 */
html{font-size:115%}
body{font-size:17px;line-height:1.75}
.brand h1{font-size:clamp(24px,3vw,31px)}
.brand p,.clock{font-size:13.5px}
.booking-intro h2{font-size:clamp(31px,4.4vw,52px)}
.booking-intro p,.staff-empty{font-size:15.5px;line-height:1.9}
.panel-title,.field-label,.quick-reminder,.rules-gate-intro{font-size:14.5px;line-height:1.8}
.date-chip .date-status,.chip .artist,.staff-chip .role,.rules-scroll-hint{font-size:13.5px}
.full-notice span,.success-panel>p,.booking-summary,.rules-li,.rules-p{font-size:15.5px;line-height:1.85}
.btn,button,input,select,textarea{font-size:16px!important;min-height:48px}
.btn.small{font-size:14.5px!important;min-height:42px}

@media(max-width:600px){
  html{font-size:112%}
  body{font-size:16px}
  .brand h1{font-size:23px}
  .brand p,.clock{font-size:13px}
  .booking-intro h2{font-size:34px}
  .btn,button,input,select,textarea{font-size:16px!important}
}
