/* ============================================================
   SARHAD DARBAR — Book Your Table Page Styles
   ============================================================ */

.page-inner .book-page {
  min-height: 100vh;
  padding-top: calc(var(--header-height) + var(--topbar-height));
  padding-bottom: 0;
  background: var(--color-cream);
}

@media (max-width: 767px) {
  .page-inner .book-page {
    padding-top: var(--header-height);
  }
}

/* ---------- Page Hero ---------- */
.book-hero {
  padding:0px 0 48px;
}

.book-hero__content {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.book-hero__title {
  font-family: var(--font-primary);
  font-size: clamp(2.25rem, 5vw, 3rem);
  color: var(--color-green);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 8px;
}

.book-hero__desc {
  font-size: 0.875rem;
  color: rgba(17, 22, 18, 0.65);
  line-height: 1.7;
  margin-top: 16px;
}

.book-hero .section-divider {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Reservation Card ---------- */
.book-reservation {
  padding: 0 0 96px;
}

.book-card {
  background: rgba(243, 237, 224, 0.3);
  border: 1px solid rgba(197, 160, 34, 0.15);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.book-card__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
}

/* ---------- Left Info Panel ---------- */
.book-info {
  position: relative;
  background: var(--color-green-dark);
  color: var(--color-cream);
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
}

.book-info__glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 256px;
  background: radial-gradient(circle, rgba(197, 160, 34, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.book-info__top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.book-info__label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--color-gold);
}

.book-info__title {
  font-family: var(--font-primary);
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.book-info__text {
  font-size: 0.875rem;
  color: rgba(252, 249, 242, 0.8);
  line-height: 1.7;
}

.book-info__features {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.book-info__feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.875rem;
  color: rgba(252, 249, 242, 0.9);
}

.book-info__feature svg {
  width: 18px;
  height: 18px;
  color: var(--color-gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.book-info__feature strong {
  display: block;
  color: var(--color-gold);
  margin-bottom: 2px;
}

.book-info__feature p {
  font-size: 0.75rem;
  color: rgba(252, 249, 242, 0.6);
  line-height: 1.5;
}

.book-info__contact {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(197, 160, 34, 0.15);
  padding-top: 24px;
}

.book-info__contact-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(252, 249, 242, 0.5);
}

.book-info__phone {
  display: inline-block;
  margin-top: 4px;
  font-size: 1.125rem;
  color: var(--color-gold);
  transition: color var(--transition);
}

.book-info__phone:hover {
  color: var(--color-gold-light);
}

/* ---------- Reservation Form ---------- */
.book-form-wrap {
  padding: 48px;
  background: rgba(252, 249, 242, 0.45);
  display: flex;
  align-items: center;
}

.book-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

.book-form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.book-form__group--full {
  grid-column: 1 / -1;
}

.book-form__label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-green);
}

.book-form__label svg {
  width: 13px;
  height: 13px;
  color: var(--color-gold);
  flex-shrink: 0;
}

.book-form__required {
  color: var(--color-red);
}

.book-form__input {
  width: 100%;
  background: var(--color-cream);
  border: 1px solid rgba(197, 160, 34, 0.25);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  font-family: var(--font-primary);
  font-size: 0.875rem;
  color: var(--color-charcoal);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.book-form__input::placeholder {
  color: rgba(17, 22, 18, 0.4);
}

.book-form__input:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(197, 160, 34, 0.15);
}

.book-form__input:invalid:not(:placeholder-shown):not(:focus) {
  border-color: var(--color-red-light);
}

.book-form__select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23073b24' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.book-form__textarea {
  resize: none;
  min-height: 100px;
}

.book-form__submit {
  width: 100%;
  padding: 16px 24px;
  margin-top: 8px;
  background: linear-gradient(to right, var(--color-gold), var(--color-gold-dark));
  color: var(--color-charcoal);
  font-family: var(--font-primary);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(197, 160, 34, 0.3);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
  overflow: hidden;
}

.book-form__submit:hover {
  transform: scale(1.01);
  box-shadow: var(--shadow-gold);
}

.book-form__submit:active {
  transform: scale(0.99);
}

.book-form__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .book-card__grid {
    grid-template-columns: 1fr;
  }

  .book-info {
    padding: 32px;
  }

  .book-form-wrap {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .book-hero {
    padding: 32px 0 40px;
  }

  .book-reservation {
    padding-bottom: 56px;
  }

  .book-info {
    padding: 28px;
    gap: 28px;
  }

  .book-form-wrap {
    padding: 24px;
  }

  .book-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .book-form {
    grid-template-columns: 1fr 1fr;
  }
}
