
.nav{
  padding:15px 5vw;
}
.brand{font-size:22px}
.links{gap:14px;font-size:13px}

.hero{
  min-height:100svh;
  width:100%;
  padding:68px 3vw 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}

.hero-copy{
  position:relative;
  z-index:12;
  order:1;
  width:100%;
  text-align:center;
}

.hero-title-image{
  width:94vw;
  max-height:168px;
  margin:0 auto;
}

.book-float-card{
  gap:7px;
  margin:7px auto 6px;
  padding:7px 10px 7px 7px;
  min-width:205px;
  border-radius:15px;
}
.book-float-card img{
  width:43px;
  height:58px;
  transform:rotate(-5deg);
}
.book-float-card span{font-size:13px}

.gold-line{
  width:70%;
  margin:4px auto 5px;
}
.hero-copy p{
  margin:1px 0 3px;
  color:var(--cream);
  font:500 21px "Frank Ruhl Libre",serif;
  letter-spacing:.10em;
}
.gold-button{
  margin-top:3px;
  padding:10px 22px;
  font-size:14px;
}

.hero-person{
  position:relative;
  z-index:6;
  order:2;
  width:100vw;
  height:auto;
  max-height:70svh;
  margin:-42px auto 0;
}
.hero-photo{
  position:absolute;
  z-index:4;
  left:0;
  bottom:0;
  width:96vw;
  height:58svh;
}
.hero-shadow{
  position:absolute;
  z-index:2;
  left:-18%;
  bottom:0;
  width:50vw;
  height:52svh;
}

.book-section{
  width:94vw;
  margin:34px auto 46px;
  padding:25px 18px;
  border-radius:25px;
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  text-align:center;
}
.book-cover-wrap{display:flex;justify-content:center}
.book-cover{
  width:min(72vw,310px);
  max-height:470px;
}
.book-copy{text-align:center}
.book-copy h2{
  margin:0 0 12px;
  font-size:44px;
}
.book-copy p{font-size:16px;line-height:1.7}
.book-buy-now{
  width:100%;
  max-width:330px;
  margin-top:18px;
  padding:15px 30px;
}
.book-contact-box{
  margin-top:26px;
  padding:20px;
  border-radius:18px;
  text-align:right;
}
.book-contact-box h3{margin:0 0 14px}
.contact-link{
  gap:14px;
  padding:11px 0;
}
.contact-link strong{direction:ltr}

.glass-section{
  width:92vw;
  margin:35px auto;
  padding:25px 20px;
  border-radius:24px;
}
.glass-section h2{
  margin:0 0 12px;
  font:700 40px "Frank Ruhl Libre",serif;
  color:#dfb56b;
}
