/* Booking gate page — editorial Linen style matching the homepage */
.book-page { background: #F6EFE0; color: #2B2620; }
.book { padding: 150px 0 110px; }
.book-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 88px); align-items: start; }

.book-intro .label { color: #C8541E; }
.book-intro h1 { margin-top: 14px; font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: .92; letter-spacing: -.06em; }
.book-intro p { margin-top: 24px; max-width: 440px; font-size: 1.05rem; line-height: 1.55; color: rgba(43,38,32,.78); }
.book-facts { list-style: none; margin: 32px 0 0; padding: 0; border-top: 1px solid #2B2620; }
.book-facts li { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(43,38,32,.28); font-size: .95rem; font-weight: 600; }
.book-facts span { font-family: var(--font-mono); font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #7D8B6F; padding-top: 3px; }

.book-panel { background: #F6EFE0; border: 1px solid #2B2620; box-shadow: 12px 12px 0 #7D8B6F; padding: clamp(24px, 4vw, 44px); }
.book-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.book-step { border: 0; margin: 0; padding: 0; }
.book-step legend { font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 16px; }
.book-choices { display: grid; gap: 10px; }
.book-choice { position: relative; display: block; cursor: pointer; }
.book-choice input { position: absolute; opacity: 0; }
.book-choice span { display: block; padding: 16px 18px 16px 50px; border: 1px solid rgba(43,38,32,.4); font-size: 1rem; line-height: 1.4; transition: border-color .2s var(--ease), background .2s var(--ease); }
.book-choice span::before { content: ''; position: absolute; left: 18px; top: 50%; width: 16px; height: 16px; margin-top: -8px; border: 1.5px solid #2B2620; border-radius: 50%; background: #F6EFE0; }
.book-choice input:checked + span { border-color: #2B2620; background: rgba(125,139,111,.16); }
.book-choice input:checked + span::before { background: #C8541E; border-color: #C8541E; box-shadow: inset 0 0 0 3px #F6EFE0; }
.book-choice input:focus-visible + span { outline: 2px solid #C8541E; outline-offset: 2px; }
@media (hover: hover) { .book-choice:hover span { border-color: #2B2620; } }

.book-details { margin-top: 30px; padding-top: 28px; border-top: 1px solid #2B2620; display: grid; gap: 18px; }
.book-details[hidden], .book-result[hidden], .book-error[hidden] { display: none; }
.book-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.book-field { display: grid; gap: 7px; font-family: var(--font-mono); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #2B2620; }
.book-optional { color: #7D8B6F; font-weight: 500; }
.book-field input, .book-field select, .book-field textarea {
  width: 100%; box-sizing: border-box; padding: 12px 14px;
  font-family: var(--font-primary); font-size: 1rem; letter-spacing: 0; text-transform: none; color: #2B2620;
  background: transparent; border: 1px solid rgba(43,38,32,.45); border-radius: 0;
}
.book-field textarea { resize: vertical; min-height: 90px; }
.book-field input::placeholder, .book-field textarea::placeholder { color: rgba(43,38,32,.45); }
.book-field input:focus, .book-field select:focus, .book-field textarea:focus { outline: 2px solid #C8541E; outline-offset: 0; border-color: #2B2620; }
.book-error { margin: 0; padding: 12px 14px; border-left: 3px solid #C8541E; background: rgba(200,84,30,.08); font-size: .92rem; }
.book-submit { justify-self: start; margin-top: 4px; }
.book-submit:disabled { opacity: .6; cursor: wait; }

.book-result { outline: none; }
.book-result .label { color: #C8541E; }
.book-result h2 { margin-top: 12px; font-size: clamp(1.8rem, 3.2vw, 2.5rem); line-height: 1.02; letter-spacing: -.045em; }
.book-result p { margin-top: 16px; max-width: 480px; font-size: 1rem; line-height: 1.55; color: rgba(43,38,32,.78); }
.book-result p a { color: #C8541E; text-decoration: underline; }
.book-result .btn { margin-top: 26px; }

@media (max-width: 900px) {
  .book { padding: 110px 0 80px; }
  .book-grid { grid-template-columns: 1fr; }
  .book-panel { box-shadow: 8px 8px 0 #7D8B6F; }
}
@media (max-width: 600px) {
  .book-row { grid-template-columns: 1fr; }
  .book-facts li { grid-template-columns: 1fr; gap: 2px; }
}
@media (prefers-reduced-motion: reduce) { .book-choice span { transition: none; } }

/* Neema chat */
.neema[hidden], #bookFormWrap[hidden], .neema-chips[hidden] { display: none; }
.neema { display: flex; flex-direction: column; height: min(640px, 76vh); margin: calc(clamp(24px, 4vw, 44px) * -1); }
.neema-head { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-bottom: 1px solid #2B2620; background: #2B2620; color: #F6EFE0; }
.neema-head img { width: 36px; height: 36px; border-radius: 50%; background: #F6EFE0; padding: 5px; box-sizing: border-box; object-fit: contain; }
.neema-head strong { display: block; font-size: 1.05rem; letter-spacing: -.01em; }
.neema-head span { display: block; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(246,239,224,.7); }
.neema-log { flex: 1; overflow-y: auto; padding: 22px 20px 8px; display: flex; flex-direction: column; gap: 12px; scroll-behavior: smooth; }
.neema-msg { max-width: 86%; padding: 12px 16px; font-size: .98rem; line-height: 1.5; }
.neema-msg p { margin: 0; }
.neema-msg p + p, .neema-msg p + ul, .neema-msg ul + p { margin-top: 8px; }
.neema-msg ul { margin: 0; padding-left: 18px; }
.neema-msg li + li { margin-top: 3px; }
.neema-neema { align-self: flex-start; background: rgba(125,139,111,.18); border: 1px solid rgba(43,38,32,.18); }
.neema-visitor { align-self: flex-end; background: #2B2620; color: #F6EFE0; }
.neema-typing { display: flex; gap: 5px; padding: 16px; }
.neema-typing i { width: 7px; height: 7px; border-radius: 50%; background: #7D8B6F; animation: neema-dot 1.1s var(--ease) infinite; }
.neema-typing i:nth-child(2) { animation-delay: .15s; }
.neema-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes neema-dot { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.neema-booked { align-self: stretch; display: grid; gap: 4px; padding: 14px 16px; border-left: 3px solid #C8541E; background: #F6EFE0; outline: 1px solid #2B2620; }
.neema-booked .label { color: #C8541E; }
.neema-booked strong { font-size: 1.2rem; letter-spacing: -.02em; }
.neema-booked span:last-child { font-size: .9rem; color: rgba(43,38,32,.75); }
.neema-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 20px 12px; }
.neema-chips button { font: inherit; font-size: .88rem; padding: 8px 12px; background: transparent; color: #2B2620; border: 1px solid #2B2620; cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease); }
.neema-chips button:hover { background: #2B2620; color: #F6EFE0; }
.neema-compose { display: flex; align-items: flex-end; gap: 10px; padding: 12px 16px; border-top: 1px solid #2B2620; }
.neema-compose textarea { flex: 1; resize: none; max-height: 160px; padding: 11px 12px; font-family: var(--font-primary); font-size: 1rem; line-height: 1.4; color: #2B2620; background: transparent; border: 1px solid rgba(43,38,32,.45); border-radius: 0; }
.neema-compose textarea:focus { outline: 2px solid #C8541E; outline-offset: 0; }
.neema-compose button { width: 46px; height: 46px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #C8541E; color: #F6EFE0; border: 0; cursor: pointer; }
.neema-compose button:disabled { opacity: .45; cursor: default; }
.neema-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.neema-foot { margin: 0; padding: 10px 20px 14px; font-size: .8rem; color: rgba(43,38,32,.65); }
.neema-foot button { font: inherit; color: #C8541E; background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }
#bookFormWrap .neema-foot { padding: 18px 0 0; }
@media (max-width: 600px) {
  .neema { height: min(600px, 82vh); }
  .neema-msg { max-width: 92%; }
}
@media (prefers-reduced-motion: reduce) { .neema-typing i { animation: none; opacity: .7; } .neema-log { scroll-behavior: auto; } }
