.book-page{flex-direction:column;align-items:center;min-height:100vh;padding:120px clamp(1.5rem,4vw,4rem) 5rem;display:flex}.book-header{text-align:center;margin-bottom:3rem}.book-title{font-family:var(--serif);color:var(--ink);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15}.book-subtitle{color:var(--text-light);max-width:440px;margin:0 auto;font-size:1.05rem;line-height:1.6}.book-layout{grid-template-columns:auto 1fr;align-items:start;gap:clamp(2rem,4vw,4rem);width:100%;max-width:820px;display:grid}.book-calendar{background:var(--white);border-radius:12px;width:340px;padding:1.75rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.cal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.cal-month{color:var(--ink);font-size:.9375rem;font-weight:600}.cal-nav{width:32px;height:32px;color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.cal-nav:hover{background:var(--stone);color:var(--ink)}.cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.cal-weekday{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);padding:.5rem 0;font-size:.6875rem;font-weight:600}.cal-day{aspect-ratio:1;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:all .15s;display:flex;position:relative}.cal-day:hover:not(.cal-day--disabled):not(.cal-day--selected){background:var(--stone)}.cal-day--disabled{color:var(--text-faint);opacity:.4;cursor:default}.cal-day--today:after{content:"";background:var(--orange);border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px}.cal-day--selected{background:var(--orange);color:var(--white)}.cal-day--selected:after{display:none}.book-slots{min-height:300px}.slots-empty{height:300px;color:var(--text-faint);justify-content:center;align-items:center;font-size:.9375rem;display:flex}.slots-loading{height:300px;color:var(--text-faint);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9375rem;display:flex}.slots-spinner{border:2px solid var(--stone-dark);border-top-color:var(--orange);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.slots-date{color:var(--ink);margin-bottom:1rem;font-size:.9375rem;font-weight:600}.slots-list{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem;display:grid}.slot{font-family:var(--sans);color:var(--ink);background:var(--white);border:1.5px solid var(--stone-dark);cursor:pointer;text-align:center;border-radius:8px;padding:.65rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.slot:hover{border-color:var(--orange);color:var(--orange)}.slot--selected{background:var(--orange);border-color:var(--orange);color:var(--white)}.slot--selected:hover{color:var(--white)}.book-form{border-top:1px solid var(--stone-dark);flex-direction:column;gap:.75rem;padding-top:.5rem;display:flex}.book-form-selected{color:var(--orange);padding:.75rem 0 .25rem;font-size:.875rem;font-weight:600}.book-form input,.book-form textarea{font-family:var(--sans);border:1.5px solid var(--stone-dark);background:var(--white);color:var(--ink);resize:none;border-radius:8px;outline:none;padding:.7rem .9rem;font-size:.875rem;transition:border-color .2s}.book-form input:focus,.book-form textarea:focus{border-color:var(--orange)}.book-form input::placeholder,.book-form textarea::placeholder{color:var(--text-faint)}.book-submit{justify-content:center;width:100%;margin-top:.5rem}.book-submit:disabled{opacity:.6;cursor:not-allowed}.book-confirmed{text-align:center;max-width:480px;padding-top:10vh}.book-confirmed-icon{margin-bottom:2rem}.book-confirmed h1{font-family:var(--serif);color:var(--ink);margin-bottom:1rem;font-size:2.5rem;font-weight:400}.book-confirmed-detail{color:var(--ink);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.book-confirmed-sub{color:var(--text-light);font-size:1rem;line-height:1.6}@media (max-width:720px){.book-layout{grid-template-columns:1fr}.book-calendar{width:100%;max-width:380px;margin:0 auto}}
