/* Page: book.html */
body{padding-top:var(--header-h);background:var(--nude)}
.book-layout{min-height:calc(100vh - var(--header-h));display:grid;grid-template-columns:1fr 1fr}
.book-left{background:var(--charcoal);padding:6rem 5rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.book-left::before{content:'';position:absolute;bottom:-10%;left:-10%;width:600px;height:600px;border:1px solid rgba(201,169,110,0.05);border-radius:50%;pointer-events:none}
.book-left::after{content:'';position:absolute;bottom:-5%;left:5%;width:400px;height:400px;border:1px solid rgba(201,169,110,0.04);border-radius:50%;pointer-events:none}
.book-brand{display:flex;flex-direction:column;gap:.25rem}
.book-brand-name{font-family:var(--serif);font-size:1.6rem;font-weight:400;color:var(--white)}
.book-brand-tag{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}
.book-left-content{position:relative;z-index:1}
.book-promises{display:flex;flex-direction:column;gap:1.25rem;margin-top:3rem}
.book-promise{display:flex;align-items:flex-start;gap:.9rem}
.book-promise-icon{width:32px;height:32px;border:1px solid rgba(201,169,110,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}
.book-promise-icon svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:1.5}
.book-promise-title{font-size:.82rem;font-weight:500;color:var(--white);margin-bottom:.2rem}
.book-promise-desc{font-size:.75rem;line-height:1.6;color:rgba(255,255,255,0.45)}
.book-testimonial{background:rgba(255,255,255,0.04);border:1px solid rgba(201,169,110,0.15);padding:1.75rem;margin-top:3rem;position:relative;z-index:1}
.book-testimonial-text{font-family:var(--serif);font-size:.98rem;font-style:italic;font-weight:300;color:rgba(255,255,255,0.75);line-height:1.7;margin-bottom:1rem}
.book-testimonial-name{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
/* FORM SIDE */
.book-right{padding:5rem;display:flex;align-items:center;justify-content:center;background:var(--nude)}
.book-form-wrap{width:100%;max-width:480px}
.book-form-title{font-family:var(--serif);font-size:2rem;font-weight:300;color:var(--charcoal);margin-bottom:.4rem}
.book-form-sub{font-size:.8rem;color:var(--charcoal-light);margin-bottom:2.5rem;line-height:1.6}
.book-form{background:var(--white);padding:2.5rem;border:1px solid var(--blush-mid)}
.form-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.slot-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem}
.slot-btn{padding:.5rem;font-size:.7rem;border:1px solid var(--blush-mid);background:var(--white);cursor:pointer;text-align:center;transition:all .2s;font-family:var(--sans);color:var(--charcoal-light)}
.slot-btn:hover,.slot-btn.selected{border-color:var(--gold);background:var(--champagne);color:var(--charcoal)}
.quick-cta{margin-top:2rem}
.quick-cta-title{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--charcoal-light);margin-bottom:.75rem;text-align:center}
.quick-cta-btns{display:flex;gap:.75rem}
.quick-cta-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem;border:1px solid var(--blush-mid);text-decoration:none;color:var(--charcoal-mid);font-size:.72rem;transition:all .2s}
.quick-cta-btn:hover{border-color:var(--gold);background:var(--nude)}
.quick-cta-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5}
.quick-cta-btn.wa svg{fill:#25D366;stroke:none}
@media(max-width:900px){.book-layout{grid-template-columns:1fr}.book-left{padding:4rem 2rem;min-height:auto}.book-right{padding:3rem 2rem}.form-2col{grid-template-columns:1fr}}

.header-cta .btn-book-header--gold {
  background: var(--gold);
}
.book-left .eyebrow-dark {
  margin-bottom: 0.75rem;
}
.book-intro-title {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.book-intro-title em {
  font-style: italic;
  color: var(--gold);
}
.book-left .gold-line {
  background: rgba(201, 169, 110, 0.5);
}
.book-left-disclaimer {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 2rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.form-label--slot {
  margin-bottom: 0.4rem;
}
.book-form-fineprint {
  font-size: 0.62rem;
  color: var(--charcoal-light);
  margin-top: 0.75rem;
  line-height: 1.6;
  text-align: center;
}
.mob-bar a.mob-bar-book {
  background: var(--gold);
}
