
/* גרסת מחשב עצמאית לגמרי */
.nav{
  padding:24px 4vw;
}
.brand{font-size:30px}
.links{gap:30px;font-size:16px}

.hero{
  min-height:100vh;
  width:min(1600px,100%);
  margin:0 auto;
}

/* דמות גדולה בצד שמאל ובמרכז גובה המסך */
.hero-person{
  position:absolute;
  z-index:6;
  left:2.5vw;
  top:8vh;
  width:min(48vw,760px);
  height:88vh;
  max-height:none;
}

/* שכבה נוספת אופציונלית */
.hero-photo{
  position:absolute;
  z-index:4;
  left:4vw;
  top:13vh;
  width:min(42vw,680px);
  height:80vh;
}

/* צל עדין */
.hero-shadow{
  position:absolute;
  z-index:2;
  left:-3vw;
  top:16vh;
  width:min(25vw,390px);
  height:70vh;
}

/* כל אזור הכותרת בצד ימין ובאותו גובה של הדמות */
.hero-copy{
  position:absolute;
  z-index:10;
  right:3.5vw;
  top:12vh;
  width:min(47vw,760px);
  text-align:center;
}

.hero-title-image{
  width:100%;
  max-width:760px;
  max-height:280px;
  margin:0 auto;
}

.book-float-card{
  gap:10px;
  margin:14px auto 10px;
  padding:10px 16px 10px 10px;
  min-width:255px;
  border-radius:18px;
}
.book-float-card img{
  width:58px;
  height:76px;
  transform:rotate(-5deg);
}
.book-float-card span{font-size:18px}

.gold-line{
  width:64%;
  margin:8px auto;
}
.hero-copy p{
  margin:4px 0 8px;
  color:var(--cream);
  font:500 clamp(28px,2vw,37px) "Frank Ruhl Libre",serif;
  letter-spacing:.10em;
}
.gold-button{
  margin-top:5px;
  padding:14px 31px;
  font-size:17px;
}

/* אזור הספר במחשב */
.book-section{
  width:min(1120px,92vw);
  margin:60px auto 80px;
  padding:44px;
  border-radius:30px;
  display:grid;
  grid-template-columns:minmax(280px,420px) 1fr;
  gap:50px;
  align-items:center;
}
.book-cover-wrap{display:flex;justify-content:center}
.book-cover{
  width:min(100%,360px);
  max-height:560px;
}
.book-copy{text-align:right}
.book-copy h2{
  margin:0 0 14px;
  font-size:68px;
}
.book-copy p{
  max-width:650px;
  font-size:18px;
  line-height:1.8;
}
.book-buy-now{
  margin-top:18px;
  padding:15px 34px;
}
.book-contact-box{
  margin-top:28px;
  padding:22px;
  border-radius:20px;
}
.book-contact-box h3{margin:0 0 15px}
.contact-link{
  gap:16px;
  padding:11px 0;
}
.contact-link strong{direction:ltr}

.glass-section{
  width:min(1000px,90vw);
  margin:60px auto;
  padding:40px;
  border-radius:25px;
}
.glass-section h2{
  margin:0 0 12px;
  font:700 50px "Frank Ruhl Libre",serif;
  color:#dfb56b;
}
