/* Zubair.Works V2 booking form visual sync */
:root {
  --zbn-paper: var(--zw-paper, #fff7e8);
  --zbn-paper-deep: var(--zw-paper-deep, #f6e7cb);
  --zbn-ink: var(--zw-ink, #1e2a26);
  --zbn-muted: var(--zw-muted, #716f65);
  --zbn-line: var(--zw-line, rgba(30,42,38,.16));
  --zbn-gold: var(--zw-gold, #ffd17b);
  --zbn-radius: var(--zw-radius, 3px);
}

.zbn-booking-form {
  width: 100%;
  max-width: 980px;
  margin: clamp(28px,4vw,58px) auto;
  padding: 0;
  color: var(--zbn-ink);
  font-family: 'Darker Grotesque', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.zbn-booking-card {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto 26px;
  padding: clamp(28px,4vw,48px);
  border: 1px solid var(--zbn-line) !important;
  border-radius: var(--zbn-radius) !important;
  background: rgba(246,231,203,.35) !important;
  color: var(--zbn-ink) !important;
  box-shadow: none !important;
}

.zbn-booking-form > .zbn-booking-card:last-child { margin-bottom: 0; }

.zbn-kicker {
  margin: 0 0 12px !important;
  color: var(--zbn-muted) !important;
  font-size: 14px !important;
  line-height: 1.2;
  font-weight: 650 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

.zbn-booking-card h1,
.zbn-booking-card h2,
.zbn-booking-card h3,
.zbn-booking-form h1,
.zbn-booking-form h2,
.zbn-booking-form h3 {
  color: var(--zbn-ink) !important;
  font-family: 'Darker Grotesque', Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.045em !important;
  text-shadow: none !important;
}

.zbn-booking-card h1,
.zbn-booking-form h1 {
  margin: 0 0 24px !important;
  font-size: clamp(52px,7vw,88px) !important;
  line-height: .88 !important;
}

.zbn-booking-card h2,
.zbn-booking-form h2 {
  margin: 0 0 22px !important;
  font-size: clamp(38px,5vw,58px) !important;
  line-height: .94 !important;
}

.zbn-booking-card h3,
.zbn-booking-form h3 {
  margin: 0 0 12px !important;
  font-size: clamp(26px,3vw,34px) !important;
  line-height: 1 !important;
}

.zbn-booking-card p,
.zbn-booking-card li,
.zbn-fsa-frame p,
.zbn-fsa-frame li {
  font-size: 20px;
  line-height: 1.55;
}

.zbn-booking-form label {
  display: block;
  margin: 22px 0 8px;
  color: var(--zbn-muted) !important;
  font-family: 'Darker Grotesque', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  letter-spacing: .075em !important;
  text-transform: uppercase !important;
}

.zbn-booking-form input[type="text"],
.zbn-booking-form input[type="email"],
.zbn-booking-form input[type="tel"],
.zbn-booking-form input[type="number"],
.zbn-booking-form input[type="date"],
.zbn-booking-form input[type="time"],
.zbn-booking-form input[type="datetime-local"],
.zbn-booking-form select,
.zbn-booking-form textarea {
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid var(--zbn-line) !important;
  border-radius: var(--zbn-radius) !important;
  outline: 0;
  background: rgba(255,255,255,.46) !important;
  color: var(--zbn-ink) !important;
  -webkit-text-fill-color: var(--zbn-ink) !important;
  box-shadow: none !important;
  font-family: 'Darker Grotesque', Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 550 !important;
  line-height: 1.35;
}

.zbn-booking-form textarea { min-height: 120px; resize: vertical; }

.zbn-booking-form input:focus,
.zbn-booking-form select:focus,
.zbn-booking-form textarea:focus {
  border-color: var(--zbn-ink) !important;
  box-shadow: 0 0 0 1px var(--zbn-ink) !important;
}

.zbn-booking-form ::placeholder {
  color: rgba(113,111,101,.66) !important;
  -webkit-text-fill-color: rgba(113,111,101,.66) !important;
  opacity: 1;
}

.zbn-checkline,
.zbn-booking-form label.zbn-checkline {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  color: var(--zbn-ink) !important;
  font-size: 18px !important;
  line-height: 1.42 !important;
  font-weight: 550 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.zbn-checkline input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  flex: 0 0 auto;
  accent-color: var(--zbn-ink);
}

.zbn-field-row { display: grid; gap: 18px; }
.zbn-field-row-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.zbn-field-row label { margin-top: 22px; }

.zbn-note,
.zbn-payment-reminder {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid var(--zbn-line) !important;
  border-radius: var(--zbn-radius) !important;
  background: rgba(255,255,255,.34) !important;
  color: var(--zbn-ink) !important;
  box-shadow: none !important;
}

.zbn-note { font-size: 18px; line-height: 1.5; }
.zbn-payment-reminder h3 { margin: 0 0 10px !important; }
.zbn-payment-reminder p { margin: 8px 0; }
.zbn-payment-reminder p:last-child { margin-bottom: 0; }

.zbn-fsa-frame {
  max-height: 620px;
  overflow-y: auto;
  padding: clamp(22px,3vw,34px);
  border: 1px solid var(--zbn-line) !important;
  border-radius: var(--zbn-radius) !important;
  background: rgba(255,255,255,.42) !important;
  color: var(--zbn-ink) !important;
  box-shadow: none !important;
  font-size: 19px;
  line-height: 1.62;
}

.zbn-fsa-frame .fsa-page { background: transparent !important; color: var(--zbn-ink) !important; }
.zbn-accept { margin-top: 24px !important; }

.zbn-signature-wrap { margin-top: 26px; }
.zbn-signature-wrap canvas {
  display: block;
  width: 100%;
  height: 220px;
  border: 1px solid var(--zbn-line) !important;
  border-radius: var(--zbn-radius) !important;
  background: #fffdf8 !important;
  box-shadow: none !important;
  touch-action: none;
}

.zbn-submit,
.zbn-booking-form .button,
.zbn-signature-wrap .button,
.zbn-order-portal .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 54px !important;
  margin-top: 18px;
  padding: 14px 20px !important;
  border: 1px solid var(--zbn-ink) !important;
  border-radius: var(--zbn-radius) !important;
  background: var(--zbn-ink) !important;
  color: var(--zbn-paper) !important;
  box-shadow: none !important;
  font-family: 'Darker Grotesque', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  letter-spacing: .085em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.zbn-submit:hover,
.zbn-booking-form .button:hover,
.zbn-signature-wrap .button:hover,
.zbn-order-portal .button:hover {
  transform: translateY(-2px);
  background: var(--zbn-gold) !important;
  border-color: var(--zbn-gold) !important;
  color: var(--zbn-ink) !important;
}

.zbn-booking-log { margin-left: 1.1em; padding-left: .4em; }
.zbn-booking-log li { margin: 10px 0; }
.zbn-conditional[hidden] { display: none !important; }

@media (max-width: 700px) {
  .zbn-booking-form { margin: 18px auto 32px; }
  .zbn-booking-card { padding: 24px 20px; margin-bottom: 18px; }
  .zbn-field-row-two { grid-template-columns: 1fr; }
  .zbn-booking-card h1,.zbn-booking-form h1 { font-size: clamp(44px,13vw,64px) !important; }
  .zbn-booking-card h2,.zbn-booking-form h2 { font-size: clamp(34px,10vw,48px) !important; }
  .zbn-booking-card p,.zbn-booking-card li,.zbn-fsa-frame p,.zbn-fsa-frame li { font-size: 18px; }
  .zbn-fsa-frame { padding: 20px; }
}
