/* Booking + portal pages, same tokens as the main site */
.bk { min-height: 100vh; background: #EFECE6; color: #121211; font-family: "Familjen Grotesk", system-ui, sans-serif; }
.bk__wrap { max-width: 1440px; margin: 0 auto; padding: 0 80px; }
.bk__top { display: flex; align-items: center; justify-content: space-between; height: 88px; border-bottom: 1px solid rgba(18,18,17,.16); }
.bk__brand { display: flex; align-items: center; gap: 14px; font-weight: 600; color: inherit; text-decoration: none; }
.bk__muted { color: #5E5A53; }
.bk h1 { font-weight: 600; letter-spacing: -.055em; font-size: clamp(56px, 8vw, 128px); line-height: .9; margin: 72px 0 48px; }
.bk h2 { font-weight: 600; letter-spacing: -.04em; font-size: 32px; margin: 0 0 20px; }
.bk__label { font-size: 16px; margin-bottom: 16px; }
.bk__label .idx { color: #5E5A53; }
.bk__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; padding-bottom: 120px; }
.bk__col-a { grid-column: 1 / span 5; }
.bk__col-b { grid-column: 7 / span 6; }
.bk__svc { display: grid; grid-template-columns: 1fr auto auto; gap: 24px; width: 100%; text-align: left; padding: 18px 0; border: 0; border-bottom: 1px solid rgba(18,18,17,.16); background: none; font: inherit; font-size: 20px; color: inherit; cursor: pointer; }
.bk__svc:first-child { border-top: 1px solid rgba(18,18,17,.16); }
.bk__svc span:not(:first-child) { color: #5E5A53; }
.bk__svc.is-on { color: #1D3A33; }
.bk__svc.is-on span:first-child::before { content: "● "; font-size: 12px; vertical-align: middle; }
.bk__days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 32px; }
.bk__day { flex: 0 0 auto; min-width: 72px; padding: 12px 10px; border-radius: 16px; border: 1px solid rgba(18,18,17,.16); background: none; font: inherit; color: inherit; cursor: pointer; text-align: center; line-height: 1.3; }
.bk__day small { display: block; color: #5E5A53; font-size: 13px; }
.bk__day.is-on { background: #121211; color: #EFECE6; border-color: #121211; }
.bk__day.is-on small { color: #9A948A; }
.bk__day:disabled { opacity: .35; cursor: default; }
.bk__slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 8px; margin-bottom: 40px; }
.bk__slot { height: 48px; border-radius: 999px; border: 1px solid rgba(18,18,17,.16); background: none; font: inherit; color: inherit; cursor: pointer; }
.bk__slot:hover { border-color: #121211; }
.bk__slot.is-on { background: #1D3A33; color: #EFECE6; border-color: #1D3A33; }
.bk__form { display: grid; gap: 16px; max-width: 480px; }
.bk__field { display: grid; gap: 6px; font-size: 14px; color: #5E5A53; }
.bk__input { height: 52px; border-radius: 14px; border: 1px solid rgba(18,18,17,.24); background: transparent; padding: 0 16px; font: inherit; font-size: 17px; color: #121211; }
.bk__input:focus { outline: 2px solid #1D3A33; outline-offset: 1px; }
.bk__pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 28px; border-radius: 999px; border: 1px solid #121211; background: #121211; color: #EFECE6; font: inherit; font-weight: 500; cursor: pointer; text-decoration: none; }
.bk__pill--ghost { background: transparent; color: #121211; }
.bk__pill--sm { height: 40px; padding: 0 18px; font-size: 14px; }
.bk__pill:disabled { opacity: .45; cursor: default; }
.bk__err { color: #9b2c1f; }
.bk__ok { padding: 32px; border-radius: 24px; background: #1D3A33; color: #EFECE6; max-width: 560px; }
.bk__ok p { color: #c9d3cf; }
.bk__summary { margin: 24px 0; padding: 20px 0; border-top: 1px solid rgba(18,18,17,.16); border-bottom: 1px solid rgba(18,18,17,.16); }
.bk__table { width: 100%; border-collapse: collapse; }
.bk__table td, .bk__table th { text-align: left; padding: 14px 12px 14px 0; border-bottom: 1px solid rgba(18,18,17,.16); vertical-align: top; }
.bk__table th { font-weight: 400; color: #5E5A53; font-size: 14px; }
.bk__tag { display: inline-block; font-size: 13px; padding: 2px 10px; border-radius: 999px; background: #D9D4CB; }
.bk__tag--green { background: #1D3A33; color: #EFECE6; }
.bk__row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.bk__card { border: 1px solid rgba(18,18,17,.16); border-radius: 24px; padding: 28px; }
.bk__auth { max-width: 440px; margin: 80px auto; }
@media (max-width: 820px) {
  .bk__wrap { padding: 0 20px; }
  .bk__col-a, .bk__col-b { grid-column: 1 / -1; }
  .bk h1 { margin: 40px 0 32px; }
  .bk__table { font-size: 14px; }
}
@media (max-width: 820px) { .bk__col-a-wide, .bk__side { grid-column: 1 / -1 !important; } .bk__col-a-wide { overflow-x: auto; } }
