/* Book page styles — extracted from inline <style> in book/index.html */

  .book-hero{background:var(--forest);padding:110px 6vw 70px;text-align:center;position:relative;overflow:hidden;color:#fff;}
  .book-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 0%,rgba(66,176,104,.22),transparent 60%),radial-gradient(ellipse at 80% 100%,rgba(189,126,44,.18),transparent 60%);pointer-events:none;}
  .book-hero-inner{position:relative;max-width:820px;margin:0 auto;}
  .book-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(66,176,104,.18);border:1px solid rgba(66,176,104,.35);color:#cceada;padding:6px 14px;border-radius:50px;font-size:.76rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:22px;}
  .book-hero h1{font-family:'Fraunces',serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;line-height:1.06;letter-spacing:-.01em;margin-bottom:18px;}
  .book-hero h1 em{font-style:italic;color:#5dcb83;}
  .book-hero p{font-size:1.04rem;color:rgba(245,240,231,.78);max-width:640px;margin:0 auto;line-height:1.7;}
  .book-embed-wrap{max-width:1060px;margin:-40px auto 80px;padding:0 6vw;position:relative;z-index:2;}
  .book-embed-shell{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 22px 60px rgba(14,23,16,.14);padding:18px;overflow:hidden;}
  .book-embed-shell iframe{width:100%;min-height:900px;border:none;display:block;border-radius:10px;}
  .book-trust{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;margin-top:28px;color:rgba(245,240,231,.68);font-size:.84rem;}
  .book-trust-item{display:inline-flex;align-items:center;gap:8px;}
  .book-trust-item svg{color:#5dcb83;}
  @media(max-width:720px){
    .book-embed-wrap{margin-top:-24px;}
    .book-embed-shell{padding:10px;}
    .book-embed-shell iframe{min-height:1150px;}
  }
