.booking-page { background: #fbf8f1; color: #17141b; }
.booking-main { padding-top: 70px; }
.booking-wrap { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.booking-intro { padding: clamp(72px, 11vw, 152px) 0 clamp(60px, 9vw, 116px); background: #17141b; color: #fbf8f1; }
.booking-intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .45fr); gap: clamp(44px, 10vw, 160px); align-items: end; }
.booking-kicker, .booking-section-head p { margin: 0 0 14px; color: #c8f04d; font: 700 12px/1 "Outfit", sans-serif; letter-spacing: .14em; }
.booking-intro h1 { max-width: 760px; margin: 0; color: #fbf8f1; font-family: "Noto Sans SC", sans-serif; font-size: clamp(48px, 7vw, 92px); font-weight: 700; letter-spacing: -.065em; line-height: 1.06; }
.booking-lead { max-width: 560px; margin: 28px 0 0; color: rgba(251,248,241,.72); font-size: 18px; line-height: 1.8; }
.booking-rules { border-top: 1px solid rgba(251,248,241,.45); padding-top: 20px; }
.booking-rules > span { color: #c8f04d; font: 700 13px "Outfit", sans-serif; }
.booking-rules strong { display: block; margin-top: 36px; font: 600 16px "Noto Sans SC", sans-serif; }
.booking-rules p { margin: 10px 0 8px; font: 600 clamp(25px, 3vw, 38px)/1.2 "Outfit", sans-serif; letter-spacing: -.04em; }
.booking-rules small { color: rgba(251,248,241,.62); }
.booking-workspace { padding: clamp(56px, 9vw, 120px) 0; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: clamp(48px, 9vw, 130px); }
.booking-section-head { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; margin-bottom: 34px; }
.booking-section-head > span, .booking-time-heading > span { color: #7943ca; font: 700 14px "Outfit", sans-serif; }
.booking-section-head p { color: #7943ca; }
.booking-section-head h2 { margin: 0; font: 700 clamp(30px, 3vw, 44px)/1.05 "Noto Sans SC", sans-serif; letter-spacing: -.05em; }
.booking-days { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #242126; border-bottom: 1px solid #d2ccc2; }
.booking-day { min-height: 126px; padding: 16px 12px; border: 0; border-right: 1px solid #d2ccc2; background: transparent; color: #17141b; text-align: left; cursor: pointer; transition: background .2s ease, color .2s ease; }
.booking-day:last-child { border-right: 0; }
.booking-day:hover, .booking-day.is-selected { background: #7943ca; color: #fbf8f1; }
.booking-day small, .booking-day span { display: block; font: 500 12px "Outfit", sans-serif; }
.booking-day strong { display: block; margin: 10px 0 3px; font: 700 clamp(28px, 3.3vw, 46px)/1 "Outfit", sans-serif; letter-spacing: -.07em; }
.booking-time-heading { display: flex; align-items: center; gap: 14px; margin: 46px 0 16px; }
.booking-time-heading p { margin: 0; font: 600 14px "Outfit", sans-serif; }
.booking-times { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.booking-times button { padding: 13px 8px; border: 1px solid #d2ccc2; background: transparent; color: #262228; font: 600 14px "Outfit", sans-serif; cursor: pointer; transition: all .15s ease; }
.booking-times button:hover, .booking-times button.is-selected { border-color: #17141b; background: #17141b; color: #fbf8f1; }
.booking-time-note, .booking-privacy { margin: 16px 0 0; color: #716b73; font-size: 13px; line-height: 1.6; }
.booking-form { align-self: start; padding: clamp(26px, 4vw, 48px); background: #ece6dc; }
.booking-form label { display: grid; gap: 8px; margin-top: 20px; color: #332e35; font: 600 13px "Outfit", sans-serif; }
.booking-form input, .booking-form textarea { width: 100%; border: 0; border-bottom: 1px solid #a9a098; border-radius: 0; padding: 11px 0; outline: 0; background: transparent; color: #17141b; font: 16px "Noto Sans SC", sans-serif; }
.booking-form input:focus, .booking-form textarea:focus { border-color: #7943ca; }
.booking-form textarea { min-height: 112px; resize: vertical; line-height: 1.65; }
.booking-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-submit { width: 100%; margin-top: 32px; padding: 16px 18px; border: 0; background: #7943ca; color: #fbf8f1; font: 700 15px "Outfit", sans-serif; text-align: left; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.booking-submit span { float: right; font-size: 18px; }
.booking-submit:hover { background: #573198; transform: translateY(-2px); }
.booking-feedback { min-height: 1.6em; margin: 16px 0 0; color: #486614; font-size: 14px; line-height: 1.6; }
.booking-feedback.is-error { color: #ab4028; }
@media (max-width: 820px) { .booking-wrap { width: min(100% - 32px, 640px); } .booking-intro-grid, .booking-layout { grid-template-columns: 1fr; } .booking-rules { max-width: 360px; } }
@media (max-width: 500px) { .booking-main { padding-top: 64px; } .booking-days { overflow-x: auto; grid-template-columns: repeat(5, 92px); } .booking-day { min-height: 112px; } .booking-times { grid-template-columns: repeat(3, 1fr); } .booking-two-col { grid-template-columns: 1fr; gap: 0; } }
