/* HERO: full bleed with cutout */
.hero{min-height:720px;background:var(--dark);position:relative;overflow:hidden;display:flex;align-items:flex-end}
.hero-bg-teal{position:absolute;bottom:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#1a4a46,#0f2e2c);clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);z-index:0}
.hero-content{position:relative;z-index:2;padding:0 0 0 72px;flex:1;display:flex;flex-direction:column;justify-content:center;padding-top:80px;padding-bottom:80px}
.hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:20px}
.hero-h1{font-family:'Playfair Display',serif;font-size:58px;font-weight:900;line-height:1.06;color:#fff;margin-bottom:28px;max-width:560px}
.hero-h1 em{font-style:italic;color:var(--teal)}
.hero-sub{font-size:16px;line-height:1.75;color:rgba(255,255,255,.6);max-width:460px;margin-bottom:40px}
.hero-credentials{display:flex;gap:0;padding-top:28px;border-top:1px solid rgba(255,255,255,.1);max-width:460px}
.hero-cred{flex:1;text-align:center;padding:0 20px}
.hero-cred-n{font-family:'Playfair Display',serif;font-size:28px;font-weight:900;color:#fff;line-height:1}
.hero-cred-l{font-size:10px;color:rgba(255,255,255,.4);letter-spacing:.1em;text-transform:uppercase;margin-top:3px}
.hero-cred-div{width:1px;background:rgba(255,255,255,.12)}
.hero-photo{position:absolute;right:0;bottom:0;height:100%;width:45%;z-index:1;display:flex;align-items:flex-end;justify-content:center}
.hero-photo img{height:100%;width:100%;object-fit:cover;object-position:center 15%;display:block}
.hero-photo::before{content:'';position:absolute;left:0;top:0;bottom:0;width:120px;background:linear-gradient(to right,var(--dark),transparent);z-index:2}

/* PIONEER BIO */
.pioneer{padding:100px 72px;display:grid;grid-template-columns:1fr 480px;gap:80px;align-items:center;background:#fff}
.pioneer-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:14px}
.pioneer-h{font-family:'Playfair Display',serif;font-size:42px;font-weight:700;color:var(--dark);line-height:1.18;margin-bottom:28px}
.pioneer-body p{font-size:17px;line-height:1.85;color:#333;margin-bottom:22px}
.pioneer-body p:last-child{margin-bottom:0}
.pioneer-body p em{font-style:italic;color:var(--teal-dark)}
.pioneer-pull{background:var(--dark);border-radius:16px;padding:40px;position:relative;overflow:hidden}
.pioneer-pull::before{content:'"';font-family:'Playfair Display',serif;font-size:200px;color:rgba(61,184,176,.07);position:absolute;top:-40px;left:20px;line-height:1;pointer-events:none}
.pioneer-pull p{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:#fff;line-height:1.35;position:relative;z-index:1;margin-bottom:16px}
.pioneer-pull span{font-size:11px;color:var(--teal);letter-spacing:.12em;text-transform:uppercase}

/* TV SHOW SECTION */
.show-section{background:var(--dark);padding:100px 72px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.show-img{border-radius:16px;overflow:hidden;position:relative}
.show-img img{width:100%;height:500px;object-fit:cover;object-position:center top;display:block}
.show-img-badge{position:absolute;bottom:24px;left:24px;background:var(--teal-dark);color:#fff;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:7px 16px;border-radius:100px}
.show-eyebrow{font-size:14px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:16px}
.show-h{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;color:#fff;line-height:1.15;margin-bottom:20px}
.show-h em{font-style:italic;color:var(--teal)}
.show-pull{font-family:'Playfair Display',serif;font-size:20px;font-style:italic;color:rgba(255,255,255,.6);border-left:3px solid var(--teal);padding-left:20px;margin-bottom:24px;line-height:1.5}
.show-body p{font-size:16px;line-height:1.8;color:rgba(255,255,255,.6);margin-bottom:18px}
.show-body p:last-child{margin-bottom:0}

.btn-teal{background:var(--teal);color:#fff;padding:14px 30px;font-size:13px;font-weight:700;border-radius:6px;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;display:inline-block;margin-right:12px}
.btn-ghost-light{border:1.5px solid rgba(255,255,255,.25);color:#fff;padding:14px 24px;font-size:13px;font-weight:500;border-radius:6px;text-decoration:none;display:inline-block}

/* BOOK SECTION */
.book-section{padding:100px 72px;background:#f6f9f8;display:grid;grid-template-columns:380px 1fr;gap:80px;align-items:center}
.book-img{position:relative}
.book-img img{width:100%;border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.18);display:block}
.book-eyebrow{font-size:14px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:14px}
.book-h{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;color:var(--dark);line-height:1.15;margin-bottom:8px}
.book-h em{font-style:italic;color:var(--teal-dark)}
.book-subtitle{font-family:'Playfair Display',serif;font-size:20px;font-style:italic;color:var(--muted);margin-bottom:28px}
.book-body p{font-size:16px;line-height:1.82;color:#444;margin-bottom:20px}
.book-pull{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--dark);border-left:3px solid var(--teal);padding-left:20px;margin:28px 0;line-height:1.4}
.btn-teal-dark{background:var(--teal-dark);color:#fff;padding:14px 30px;font-size:13px;font-weight:700;border-radius:6px;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;display:inline-block}

/* SIGN-OFF */
.signoff{background:var(--dark);padding:80px 72px;display:grid;grid-template-columns:160px 1fr;gap:48px;align-items:center;border-top:1px solid rgba(61,184,176,.15)}
.signoff-drawing{border-radius:50%;background:#fff;padding:10px;overflow:hidden;width:140px;height:140px}
.signoff-drawing img{width:100%;height:100%;object-fit:contain}
.signoff-text p{font-size:16px;line-height:1.8;color:rgba(255,255,255,.6);margin-bottom:20px;max-width:700px}
.signoff-sig img{height:48px;width:auto;margin-top:8px}
.signoff-name{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:#fff;margin-top:8px}
.signoff-title{font-size:12px;color:var(--teal);letter-spacing:.08em;text-transform:uppercase;margin-top:4px}

/* MERCH STRIP */
.merch{padding:80px 72px;background:#fff}
.merch-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:12px}
.merch-h{font-family:'Playfair Display',serif;font-size:40px;font-weight:700;color:var(--dark);margin-bottom:40px}
.merch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.merch-card{border-radius:10px;overflow:hidden;border:1px solid #e8f0ee;background:#fff;transition:transform .2s}
.merch-card:hover{transform:translateY(-3px)}
.merch-card img{width:100%;height:220px;object-fit:contain;display:block;background:#f6f9f8;padding:16px}
.merch-card-body{padding:16px}
.merch-card-name{font-size:13px;font-weight:600;color:var(--dark);margin-bottom:4px;line-height:1.4}
.merch-card-price{font-size:13px;color:var(--teal-dark);font-weight:700}
.merch-btn{display:block;text-align:center;background:var(--teal-dark);color:#fff;padding:12px;font-size:12px;font-weight:700;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;margin-top:28px;border-radius:6px;width:fit-content;margin-left:auto;margin-right:auto}

@media(max-width:960px){
  .hero{min-height:520px}
  .hero-content{padding:60px 28px}
  .hero-h1{font-size:40px}
  .hero-photo{width:100%;position:relative;height:340px}
  .hero{flex-direction:column}
  .pioneer,.show-section,.book-section,.signoff{grid-template-columns:1fr;gap:40px;padding:60px 28px}
  .merch-grid{grid-template-columns:1fr 1fr}
  .merch{padding:60px 28px}
}
