/* ============================================================
   LOXLEY FOREST — BOOK NOW PAGE STYLES
   ============================================================ */

/* --- Half-height Hero --- */
.hero--half {
  height: auto;
  min-height: 50vh;
  padding: 80px 0;
}

/* --- Book Layout --- */
.book-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 72px;
  align-items: start;
}

/* --- Form Styles --- */
.book-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.form-label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--stone);
}

.form-input {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  color: var(--bark);
  background-color: var(--cream);
  border: 1px solid var(--parchment);
  border-radius: 2px;
  padding: 14px 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.form-input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196, 162, 101, 0.12);
}

.form-input::placeholder {
  color: var(--driftwood);
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b6357' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

/* --- Sidebar --- */
.book-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Rate Overview */
.book-rates {
  background: var(--cream);
  border-radius: 2px;
  padding: 36px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.book-rates__from {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  color: var(--forest-deep);
  margin-bottom: 4px;
}

.book-rates__from strong {
  font-weight: 600;
}

.book-rates__note {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--driftwood);
  margin-bottom: 20px;
}

.book-rates__table {
  display: flex;
  flex-direction: column;
}

.book-rates__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--parchment);
  gap: 12px;
}

.book-rates__row:last-child {
  border-bottom: none;
}

.book-rates__row span:first-child {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  color: var(--bark);
}

.book-rates__row span:last-child {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--forest);
  white-space: nowrap;
}

/* Direct Booking Guarantee */
.book-guarantee {
  background: var(--cream);
  border-radius: 2px;
  padding: 36px;
  border-left: 3px solid var(--gold);
}

/* Quick Links */
.book-links {
  background: var(--cream);
  border-radius: 2px;
  padding: 36px;
}

.book-links__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--parchment);
  transition: color 0.3s ease;
}

.book-links__item:last-of-type {
  border-bottom: none;
}

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

.book-links__item .body-text {
  color: var(--bark);
  font-size: 17px;
}

.book-links__item:hover .body-text {
  color: var(--gold);
}

.book-links__arrow {
  font-size: 18px;
  color: var(--gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

.book-links__item:hover .book-links__arrow {
  transform: translateX(4px);
}

.book-links__contact {
  padding-top: 20px;
}

/* --- Book Direct Banner --- */
/* --- Hero book-direct line --- */
.hero__book-direct {
  margin-top: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}

/* --- Widget sections --- */
.widget-section__head {
  text-align: center;
  margin-bottom: 40px;
}
.widget-section__sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  color: var(--stone);
  margin-top: 10px;
}

/* Booking widget section */
.book-widget-section {
  padding-top: 96px;
  padding-bottom: 64px;
}

/* Booking widget container */
.hostfully-booking-wrap {
  max-width: 560px;
  margin: 0 auto;
  background: var(--cream);
  padding: 40px 36px;
  border-radius: 2px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.07);
  border: 1px solid var(--parchment, #e8e0cd);
  border-top: 3px solid var(--gold);
}

/* Form section */
.book-form-section {
  padding-top: 0;
  padding-bottom: 80px;
}
.book-form-single {
  max-width: 560px;
  margin: 0 auto;
}
.book-form-single .book-form-wrap {
  background: var(--cream);
  padding: 44px 40px;
  border-radius: 2px;
  border: 1px solid var(--parchment, #e8e0cd);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.book-contact-line {
  text-align: center;
  margin-top: 28px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  color: var(--stone);
}
.book-contact-line a { color: var(--gold); }

/* OR divider */
.or-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 560px;
  margin: 64px auto;
}
.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--parchment, #d8cfbd);
}
.or-divider span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--stone);
}

/* --- Elopement inquiry form --- */
.elopement-form-wrap {
  max-width: 680px;
  margin: 0 auto;
  background: var(--cream);
  padding: 48px;
  border-radius: 2px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.06);
  border-top: 3px solid var(--gold);
}
.elopement-form-contact {
  text-align: center;
  margin-top: 28px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  color: var(--stone);
}
.elopement-form-contact a { color: var(--gold); }
.elopement-success {
  text-align: center;
  background: var(--cream);
  padding: 48px 36px;
  border-left: 3px solid var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  color: var(--bark);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .elopement-form-wrap { padding: 28px 20px; }
}

/* --- Conversation card --- */
.conversation-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: var(--cream);
  padding: 36px;
  border-radius: 2px;
  border-left: 3px solid var(--gold);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

/* --- Future Pacing Timeline --- */
.timeline-section {
  background: var(--linen, #f6f1e6);
  padding-top: 96px;
}
.timeline {
  max-width: 640px;
  margin: 40px auto 0;
  position: relative;
  padding-left: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 110px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--gold);
}
.timeline__row {
  display: grid;
  grid-template-columns: 90px 40px 1fr;
  gap: 0;
  align-items: start;
  padding: 22px 0;
  line-height: 1.65;
}
.timeline__time {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--gold);
  text-align: right;
  padding-top: 4px;
}
.timeline__dot {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.timeline__dot::before {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--gold);
  border-radius: 50%;
  border: 2px solid var(--cream);
  z-index: 1;
}
.timeline__text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  line-height: 1.55;
  color: var(--bark);
}
.timeline__coda {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  color: var(--stone);
  margin-top: 40px;
}
.book-thanks {
  text-align: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  color: var(--stone);
  max-width: 720px;
  margin: 48px auto 0;
  padding: 24px;
  border-top: 1px solid var(--parchment);
}

/* ============================================================
   RESPONSIVE — BOOK
   ============================================================ */

@media (max-width: 1199px) {
  .book-layout {
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .hero--half {
    min-height: 40vh;
    padding: 64px 0;
  }

  .book-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .form-input {
    font-size: 16px;
    padding: 16px 18px;
    min-height: 48px;
  }

  .form-label {
    font-size: 10px;
  }

  .book-rates,
  .book-guarantee,
  .book-links {
    padding: 24px 20px;
  }

  .book-rates__from {
    font-size: 22px;
  }

  .book-rates__row span:first-child {
    font-size: 15px;
  }

  .book-links__item {
    min-height: 48px;
  }
}

@media (max-width: 767px) {
  .book-widget-section { padding-top: 64px; padding-bottom: 48px; }
  .book-form-section { padding-bottom: 56px; }
  .timeline-section { padding-top: 64px; }
  .hostfully-booking-wrap {
    max-width: none;
    width: 100%;
    padding: 28px 20px;
    margin: 0;
  }
  .book-form-single { max-width: none; }
  .book-form-single .book-form-wrap { padding: 28px 20px; }
  .or-divider { margin: 48px auto; }
  .timeline { max-width: none; padding: 0 8px; }
  .timeline::before { left: 70px; }
  .timeline__row { grid-template-columns: 60px 28px 1fr; padding: 18px 0; }
  .timeline__time { font-size: 11px; }
  .timeline__text { font-size: 17px; }
  .hero__book-direct { font-size: 11px; letter-spacing: 1.5px; }
}

@media (max-width: 380px) {
  .book-rates,
  .book-guarantee,
  .book-links {
    padding: 20px 16px;
  }
}
