/* S.A. RODGERS — visible, balanced, FOMO */
:root {
  --peach: #E09586;
  --dusty-rose: #AD5A5A;
  --deep-teal: #1D292A;
  --near-black: #0B120E;
  --soft-peach: #FFAC90;
  --rust: #99483D;
  --teal: #3F6D6D;

  --bg: #ffffff;
  --bg-soft: #f8f5f2;
  --bg-card: #ffffff;
  --bg-header: #243536;
  --text: #1a1f1e;
  --text-muted: #5a635f;
  --text-on-dark: #f5efe8;
  --border: rgba(29,41,42,0.11);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;

  --radius: 10px;
  --radius-lg: 14px;
  --shadow: 0 8px 28px rgba(29,41,42,0.07);
  --shadow-hover: 0 12px 36px rgba(29,41,42,0.12);
  --transition: 0.25s cubic-bezier(0.4,0,0.2,1);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.65;min-height:100vh;overflow-x:hidden}

/* STRONG particles */
.particles{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.particle{
  position:absolute;width:5px;height:5px;border-radius:50%;
  background:var(--peach);opacity:0.7;
  box-shadow:0 0 8px rgba(224,149,134,0.6);
  animation:drift linear infinite;
}
@keyframes drift{
  0%{transform:translateY(100vh) scale(.4);opacity:0}
  10%{opacity:.75}
  90%{opacity:.5}
  100%{transform:translateY(-8vh) scale(1.2);opacity:0}
}

.eyebrow{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--dusty-rose);font-weight:500;margin-bottom:.5rem}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.18;color:var(--near-black)}
h1{font-size:clamp(2rem,4.5vw,2.9rem)}
h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}
h3{font-size:1.15rem}
a{color:var(--dusty-rose);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--rust)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.68rem 1.35rem;border-radius:999px;font-size:.86rem;font-weight:500;border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;font-family:var(--font-body)}
.btn-primary{background:linear-gradient(135deg,var(--dusty-rose),var(--rust));color:#fff;box-shadow:0 4px 16px rgba(173,90,90,.28)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(173,90,90,.38);color:#fff}
.btn-ghost{background:transparent;color:var(--deep-teal);border:1.5px solid rgba(29,41,42,.22)}
.btn-ghost:hover{border-color:var(--dusty-rose);color:var(--dusty-rose);background:rgba(224,149,134,.07)}
.btn-small{padding:.4rem .95rem;font-size:.76rem;background:rgba(63,109,109,.1);color:var(--deep-teal);border:1px solid rgba(63,109,109,.25)}
.btn-small:hover{background:var(--teal);color:#fff;border-color:var(--teal)}

.container{width:min(1080px,92vw);margin-inline:auto}
.section{padding:3.6rem 0;position:relative;z-index:1}
.section-wide{width:100%;background:var(--bg-soft)}

/* Sticky newsletter banner */
.top-banner{
  position:fixed;top:0;left:0;right:0;z-index:200;
  background:linear-gradient(90deg,#1D292A,#2a3d3c);
  color:var(--text-on-dark);text-align:center;
  padding:.6rem 1rem;font-size:.8rem;letter-spacing:.04em;
  transition:transform .45s ease, opacity .45s ease;
  border:none; box-shadow:none;
}
.top-banner a{color:var(--peach);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.top-banner a:hover{color:#fff}
.top-banner.hide{transform:translateY(-100%);opacity:0;pointer-events:none}

/* Header sits below banner */
.site-header{
  position:relative;z-index:100;
  background:var(--bg-header);
  border:none;
  border-bottom:none;
  margin-top:40px;
  box-shadow:none;
}
.nav-inner{width:min(1080px,92vw);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;height:110px}
.logo-link{display:flex;align-items:center}
.logo-img{height:108px;width:auto;filter:drop-shadow(0 0 10px rgba(224,149,134,.35))}
.main-nav{display:flex;gap:1.5rem;flex-wrap:wrap}
.main-nav a{color:rgba(245,239,232,.85);font-size:.85rem;font-weight:450;position:relative}
.main-nav a::after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:1.5px;background:var(--peach);transition:width var(--transition)}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a:hover::after,.main-nav a.active::after{width:100%}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav-toggle span{display:block;width:22px;height:2px;background:#f5efe8}

/* Hero */
.hero{padding:3.8rem 0 3.2rem;width:min(1080px,92vw);margin-inline:auto;position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}
.hero-tagline{font-family:var(--font-display);font-size:1rem;color:var(--dusty-rose);letter-spacing:.04em;margin-bottom:.5rem}
.hero .tagline{font-size:1.05rem;color:var(--text-muted);max-width:38ch;margin:1rem 0 1.6rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.85rem}
.hero-covers{display:flex;justify-content:center;align-items:center;position:relative;min-height:300px}
.hero-cover{
  width:155px;aspect-ratio:2/3;border-radius:6px;
  box-shadow:0 12px 32px rgba(0,0,0,.2);
  position:relative;display:flex;align-items:center;justify-content:center;
  text-align:center;padding:.8rem;color:#fff;
  font-family:var(--font-display);font-size:1.05rem;font-weight:600;
  transition:transform .35s ease, box-shadow .35s ease;
  cursor:pointer;
}
.hero-cover:nth-child(1){transform:rotate(-8deg) translateY(12px);z-index:1}
.hero-cover:nth-child(2){transform:rotate(2deg);z-index:3;margin-left:-28px;margin-right:-28px}
.hero-cover:nth-child(3){transform:rotate(9deg) translateY(8px);z-index:2}
.hero-cover:hover{transform:rotate(0deg) translateY(-10px) scale(1.06)!important;z-index:5;box-shadow:0 20px 40px rgba(0,0,0,.28)}

/* Progress */
.progress-section{background:var(--bg-soft)}
.progress-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.15rem;margin-top:1.5rem}
.progress-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.15rem 1.25rem;box-shadow:var(--shadow)}
.progress-card h3{font-size:1.05rem;margin-bottom:.25rem}
.progress-meta{font-size:.74rem;color:var(--text-muted);margin-bottom:.75rem}
.progress-bar-wrap{height:6px;background:rgba(29,41,42,.07);border-radius:999px;overflow:hidden;margin-bottom:.4rem}
.progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--teal),var(--peach))}
.progress-pct{font-size:.74rem;color:var(--dusty-rose);font-weight:500}
.progress-status{display:inline-block;margin-top:.45rem;font-size:.68rem;padding:.18rem .5rem;border-radius:999px;background:rgba(63,109,109,.1);color:var(--teal)}

/* FOMO full-width section */
.fomo-section{text-align:center;background:var(--bg)}
.fomo-quote{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.65rem);font-style:italic;color:var(--near-black);max-width:30ch;margin:0 auto 1.4rem;line-height:1.4}
.fomo-quote cite{display:block;font-size:.8rem;font-style:normal;color:var(--text-muted);margin-top:.7rem;font-family:var(--font-body);letter-spacing:.04em}

/* Books */
.books-toolbar{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center;justify-content:space-between;margin-bottom:1.6rem}
.filters{display:flex;flex-wrap:wrap;gap:.4rem}
.filter-btn{padding:.38rem .85rem;border-radius:999px;font-size:.76rem;background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all var(--transition);font-family:var(--font-body)}
.filter-btn:hover,.filter-btn.active{background:var(--dusty-rose);border-color:var(--dusty-rose);color:#fff}
.sort-select{padding:.4rem .95rem;border-radius:999px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);font-size:.82rem;font-family:var(--font-body);outline:none}

.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.35rem}
.book-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}
.book-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.book-cover{aspect-ratio:2/3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem .75rem;border-bottom:1px solid var(--border)}
.cover-title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.4);line-height:1.2}
.cover-series{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.78);margin-top:.3rem}
.book-info{padding:1rem 1.05rem 1.15rem;display:flex;flex-direction:column;flex:1;text-align:left}
.book-meta{font-size:.72rem;color:var(--teal);margin:.15rem 0 .5rem}
.book-blurb{color:var(--text-muted);font-size:.84rem;flex:1;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.8em}
.book-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.85rem;justify-content:flex-start}
.book-tags span{font-size:.64rem;padding:.18rem .5rem;border-radius:999px;background:rgba(173,90,90,.09);color:var(--dusty-rose);border:1px solid rgba(173,90,90,.2)}

/* Product – description fills column */
.book-hero{padding:3.2rem 0 2rem;display:grid;grid-template-columns:240px 1fr;gap:2.5rem;align-items:start}
.book-hero-cover{width:100%;aspect-ratio:2/3;border-radius:var(--radius);box-shadow:var(--shadow-hover);display:flex;align-items:center;justify-content:center;text-align:center;padding:1.2rem}
.book-hero-info{display:flex;flex-direction:column;min-height:360px}
.book-hero-info h1{margin-bottom:.3rem}
.for-readers{font-size:.92rem;color:var(--dusty-rose);font-style:italic;margin:.5rem 0 1rem;max-width:100%;line-height:1.5}
.blurb,.body-text{color:var(--text-muted);margin-bottom:.9rem;max-width:100%;font-size:1rem;line-height:1.7}
.trope-list{display:flex;flex-wrap:wrap;gap:.35rem;margin:1rem 0;justify-content:flex-start}
.trope-list span{font-size:.72rem;padding:.25rem .65rem;border-radius:999px;background:rgba(63,109,109,.1);color:var(--teal);border:1px solid rgba(63,109,109,.22)}
.status-note{font-size:.78rem;color:var(--text-muted);margin-top:1rem}

.product-cols{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;margin-top:1.5rem}
.book-sections{margin-top:2rem}
.book-section{margin-bottom:1.8rem}
.book-section h2{font-size:1.25rem;border-bottom:1px solid var(--border);padding-bottom:.4rem;margin-bottom:.8rem;letter-spacing:.02em}
.quote-block{background:var(--bg-soft);border-left:3px solid var(--dusty-rose);padding:1rem 1.25rem;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:.8rem;font-family:var(--font-display);font-style:italic;font-size:1.05rem}
.quote-block cite{display:block;margin-top:.45rem;font-style:normal;font-size:.8rem;color:var(--text-muted);font-family:var(--font-body)}
.praise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.9rem}
.praise-card{background:var(--bg-card);padding:1.05rem;border-radius:var(--radius);border:1px solid var(--border);font-size:.88rem;color:var(--text-muted);box-shadow:var(--shadow)}
.praise-card strong{color:var(--dusty-rose);display:block;margin-top:.4rem;font-size:.76rem}

.also-like{margin:3.5rem 0 2.5rem;padding:2rem 0}
.also-like h2{text-align:center;margin-bottom:1.2rem}
.also-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}

/* Newsletter FOMO block – full width feel */
.newsletter-box{
  background:linear-gradient(135deg,#f8f5f2 0%,#f0e9e3 100%);
  border:1px solid var(--border);border-radius:var(--radius-lg);
  padding:2.4rem 2rem;box-shadow:var(--shadow);text-align:center;
  max-width:640px;margin:0 auto;
}
.newsletter-box h2{margin-bottom:.5rem}

/* Contact */
.contact-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem 1.7rem;box-shadow:var(--shadow);max-width:480px;margin:0 auto}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.82rem;font-weight:500;margin-bottom:.35rem;color:var(--text)}
.form-group input,.form-group textarea{width:100%;padding:.7rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:.95rem;outline:none}
.form-group input:focus,.form-group textarea:focus{border-color:var(--dusty-rose);box-shadow:0 0 0 3px rgba(173,90,90,.1)}
.form-group textarea{min-height:120px;resize:vertical}
.honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0}
.human-check{display:flex;align-items:center;gap:.6rem;margin:1rem 0;font-size:.9rem;color:var(--text-muted)}
.human-check input{width:auto}

/* About */
.about-layout{display:grid;grid-template-columns:1fr 260px;gap:3rem;align-items:start}
.about-text p{color:var(--text-muted);margin-bottom:.95rem}
.about-heading-space{margin-bottom:1.6rem}
.portrait-box{aspect-ratio:3/4;background:var(--bg-soft);border-radius:var(--radius-lg);border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);margin-bottom:1rem;box-shadow:var(--shadow)}
.seal-img{width:80px;margin-top:.8rem;opacity:.9}

/* Media kit / bonus */
.kit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.3rem;margin-top:1.5rem}
.kit-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.3rem;box-shadow:var(--shadow)}
.kit-card h3{font-size:1.05rem;margin-bottom:.5rem;color:var(--dusty-rose)}
.kit-card p,.kit-card ul{color:var(--text-muted);font-size:.9rem}
.kit-card ul{padding-left:1.1rem;margin-top:.4rem}
.kit-card li{margin-bottom:.25rem}

/* Footer */
.site-footer{
  border-top:none;
  padding:2.8rem 0 2rem;
  background:var(--bg-header);
  color:var(--text-on-dark);
  position:relative;z-index:1;
}
.footer-inner{display:grid;gap:1rem;text-align:center}
.footer-brand{font-family:var(--font-display);font-size:1.2rem;color:var(--near-black)}
.footer-brand span{color:var(--dusty-rose)}
.footer-tag{font-size:.82rem;color:var(--text-muted);letter-spacing:.04em}
.footer-nav{display:flex;justify-content:center;gap:1.4rem;flex-wrap:wrap}
.footer-nav a{color:var(--text-muted);font-size:.82rem}
.footer-nav a:hover{color:var(--dusty-rose)}
.footer-imprint{font-size:.7rem;color:var(--text-muted);font-weight:500;letter-spacing:.06em;text-transform:uppercase}
.copyright{font-size:.7rem;color:var(--text-muted);opacity:.7}

@media(max-width:900px){
  .hero{grid-template-columns:1fr;text-align:center;padding-top:3rem}
  .hero .tagline{margin-inline:auto}
  .hero-ctas{justify-content:center}
  .book-hero{grid-template-columns:1fr;text-align:center}
  .book-hero-cover{max-width:180px;margin-inline:auto}
  .trope-list{justify-content:center}
  .product-cols{grid-template-columns:1fr}
  .about-layout{grid-template-columns:1fr}
  .books-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}
  .logo-img{height:82px}
  .nav-inner{height:96px}
}
@media(max-width:700px){
  .nav-toggle{display:flex}
  .main-nav{position:fixed;top:84px;left:0;right:0;background:var(--bg-header);flex-direction:column;align-items:center;padding:1.2rem;gap:1rem;border-bottom:none;transform:translateY(-130%);opacity:0;pointer-events:none;transition:all .3s ease}
  .main-nav.open{transform:translateY(0);opacity:1;pointer-events:auto}
  .site-header{margin-top:36px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Book carousel */
.carousel-wrap{position:relative;overflow:hidden;border-radius:var(--radius-lg)}
.carousel-track{display:flex;transition:transform .5s ease}
.carousel-slide{min-width:100%;padding:0.5rem}
.carousel-slide .book-cover{max-width:180px;margin:0 auto;aspect-ratio:2/3;border-radius:8px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-family:var(--font-display);font-weight:600;box-shadow:var(--shadow)}
.carousel-dots{display:flex;justify-content:center;gap:0.4rem;margin-top:1rem}
.carousel-dots button{width:8px;height:8px;border-radius:50%;border:none;background:rgba(29,41,42,.2);cursor:pointer;padding:0}
.carousel-dots button.active{background:var(--dusty-rose)}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
@media(max-width:800px){.split-section{grid-template-columns:1fr}}

.cta-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.6rem;
  align-items: center;
}
.cta-row .btn { flex: 1; min-width: 0; text-align: center; white-space: nowrap; font-size: 0.8rem; padding: 0.6rem 0.9rem; }
.also-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .also-grid-3 { grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
  .cta-row .btn { font-size: 0.72rem; padding: 0.55rem 0.5rem; }
}
.social-row-about {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
  align-items: center;
}
.social-row-about a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--bg-card);
  display: flex; align-items: center; justify-content: center;
  transition: 0.2s;
}
.social-row-about a:hover { border-color: var(--dusty-rose); transform: translateY(-2px); }
.social-row-about svg { width: 16px; height: 16px; fill: var(--deep-teal); }
.kit-grid-6 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 800px) { .kit-grid-6 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .kit-grid-6 { grid-template-columns: 1fr; } }
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.footer-grid h4 { font-family: var(--font-display); font-size: 0.95rem; margin-bottom: 0.6rem; color: var(--near-black); }
.footer-grid a { display: block; color: var(--text-muted); font-size: 0.84rem; margin-bottom: 0.35rem; }
.footer-grid a:hover { color: var(--dusty-rose); }
.footer-bottom { text-align: center; margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid var(--border); }
@media (max-width: 700px) {
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
}

/* Header flourishes – decorative lines around titles */
.flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.flourish::before,
.flourish::after {
  content: "";
  height: 1px;
  width: 48px;
  background: linear-gradient(90deg, transparent, var(--dusty-rose), transparent);
}
.flourish h2, .flourish h1 {
  margin: 0;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.section-title .swash {
  color: var(--dusty-rose);
  font-style: italic;
  font-weight: 500;
}

/* Vertical tropes under cover */
.trope-list-vert {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 1rem 0;
  justify-content: flex-start;
}
.trope-list-vert span {
  font-size: 0.7rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(173,90,90,0.12);
  color: var(--dusty-rose);
  border: 1px solid rgba(173,90,90,0.28);
  white-space: nowrap;
}

/* Product description fills column */
.book-hero-info {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.book-hero-info .body-text:last-of-type {
  flex: 1;
}

.site-footer .footer-brand { color: #f5efe8; }
.site-footer .footer-brand span { color: var(--peach); }
.site-footer h4 { color: var(--peach) !important; font-family: var(--font-display); font-size: 0.95rem; margin-bottom: 0.6rem; }
.site-footer a { color: rgba(245,239,232,0.75) !important; }
.site-footer a:hover { color: var(--peach) !important; }
.site-footer .footer-imprint { color: rgba(245,239,232,0.55); }
.site-footer .copyright { color: rgba(245,239,232,0.45); }
.site-footer .footer-bottom { border-top-color: rgba(245,239,232,0.12) !important; }
.site-footer p { color: rgba(245,239,232,0.7); }
.mdw-logo { height: 40px; width: auto; margin-bottom: 0.6rem; display: block; }

.carousel-nav { display:flex; align-items:center; gap:0.5rem; justify-content:center; margin-top:0.8rem; }
.carousel-arrow {
  width:36px; height:36px; border-radius:50%;
  border:1.5px solid rgba(173,90,90,0.35);
  background:var(--bg-card); color:var(--dusty-rose);
  cursor:pointer; font-size:1.1rem; line-height:1;
  display:flex; align-items:center; justify-content:center;
  transition:0.2s;
}
.carousel-arrow:hover { background:var(--dusty-rose); color:#fff; border-color:var(--dusty-rose); }
.eyebrow-pink { color: var(--dusty-rose) !important; }
.about-split { align-items: center !important; }

.text-panel {
  background: var(--bg);
  position: relative;
  z-index: 1;
  padding: 0.15rem 0.35rem;
  border-radius: 4px;
}
.book-hero-info .text-panel,
.about-body .text-panel {
  background: var(--bg);
}

/* Preorder ribbon */
.cover-wrap { position: relative; display: inline-block; width: 100%; }
.preorder-ribbon {
  position: absolute;
  top: 14px; right: -8px;
  background: linear-gradient(135deg, var(--dusty-rose), var(--rust));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 4px 12px rgba(153,72,61,0.35);
  z-index: 2;
}
.release-date {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
  text-align: center;
}
.release-date strong { color: var(--dusty-rose); font-weight: 500; }

/* Footer brand all caps white, letter-spacing */
.site-footer .footer-brand {
  color: #f5efe8 !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.05rem;
}
.site-footer .footer-brand span { color: #f5efe8 !important; }
.site-footer .copyright { color: rgba(245,239,232,0.75) !important; }
.site-footer a { color: rgba(245,239,232,0.88) !important; }
.mdw-logo { height: 56px !important; width: auto; margin-bottom: 0.75rem; }

/* Footer column alignment - push explore/connect down to align with text under logo */
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2.5rem 3rem;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  align-items: start;
}
.footer-col-links { padding-top: 4.2rem; }

/* Nav links whiter */
.main-nav a { color: rgba(245,239,232,0.92) !important; }

/* Social colorful brand borders */
.social-row-about a {
  border: 2px solid transparent;
  background: linear-gradient(var(--bg-card), var(--bg-card)) padding-box,
              linear-gradient(135deg, var(--peach), var(--dusty-rose), var(--rust)) border-box;
}
.social-row-about a:hover {
  background: linear-gradient(135deg, rgba(224,149,134,0.15), rgba(173,90,90,0.12)) padding-box,
              linear-gradient(135deg, var(--peach), var(--dusty-rose), var(--rust)) border-box;
}
.social-row-about svg { fill: var(--dusty-rose); }
.social-row-about { justify-content: center; }

/* About title no wrap */
.about-body .section-title {
  white-space: nowrap;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
}

/* Books page btn not grey */
.books-grid .btn-small {
  background: rgba(63,109,109,0.18);
  color: var(--deep-teal);
  border-color: rgba(63,109,109,0.4);
}
.books-grid .btn-small:hover {
  background: var(--teal);
  color: #fff;
}

/* Product section headers */
.product-cols .flourish { justify-content: center; }
.book-section .flourish.left { justify-content: flex-start; }

/* Global readable paragraph panels over particles */
main p.body-text,
main p.blurb,
main .text-panel p,
.kit-card p,
.progress-card p,
.book-blurb,
.book-meta,
.status-note,
.release-date {
  position: relative;
  z-index: 1;
}
.text-panel {
  background: var(--bg);
  padding: 0.85rem 1rem;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.book-info .book-blurb {
  /* keep readable on books grid */
}

/* Social inverse hover */
.social-row-about a:hover {
  background: var(--dusty-rose) !important;
  border-color: var(--dusty-rose) !important;
}
.social-row-about a:hover svg {
  fill: #fff !important;
}

/* Footer: logo row then links row - stack logo block, then force links lower */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem 3.5rem;
  align-items: start;
}
.footer-brand-block { grid-column: 1; }
.footer-col-links { padding-top: 0; }
@media (min-width: 701px) {
  .footer-col-links { margin-top: 5.5rem; }
}
.mdw-logo { height: 72px !important; width: auto; margin-bottom: 0.85rem; }

/* Quote blocks interactive */
.home-quote {
  background: var(--bg-card);
  border-left: 3px solid var(--dusty-rose);
  padding: 1.15rem 1.35rem;
  border-radius: 0 10px 10px 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--near-black);
  line-height: 1.55;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}
.home-quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(29,41,42,0.12);
}
.home-quote cite {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.78rem;
  font-style: normal;
  font-family: var(--font-body);
  color: var(--dusty-rose);
  letter-spacing: 0.04em;
}

/* Tighter split */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.95fr;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 900px) {
  .split-section { grid-template-columns: 1fr; }
}

/* Drive button pretty */
.btn-drive {
  background: linear-gradient(135deg, var(--teal), var(--deep-teal));
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 14px rgba(63,109,109,0.35);
}
.btn-drive:hover {
  background: linear-gradient(135deg, #4f8585, var(--teal));
  color: #fff !important;
  transform: translateY(-2px);
}

/* Also-like less padding */
.also-like { margin: 2rem 0 1.5rem; padding: 1rem 0; }

/* Product section headers left-aligned to content */
.book-section .flourish { justify-content: flex-start; }

.footer-grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 1.75rem !important;
}
.footer-brand-block {
  text-align: center;
}
.footer-links-row {
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}
.footer-links-row h4 { text-align: left; }
@media (max-width: 500px) {
  .footer-links-row { gap: 2rem; text-align: center; }
  .footer-links-row h4 { text-align: center; }
}
.mdw-logo { margin-left: auto; margin-right: auto; }
.release-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0.25rem 0 0.5rem;
}
.release-label strong { color: var(--dusty-rose); font-weight: 600; letter-spacing: 0.06em; }
.where-start h2 { font-size: 1.35rem; white-space: nowrap; }
.preorder-ribbon-sm {
  position: absolute;
  top: 10px; right: -6px;
  background: linear-gradient(135deg, var(--dusty-rose), var(--rust));
  color: #fff;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 3px 0 0 3px;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(153,72,61,0.3);
}
.book-card { position: relative; }
.book-card .book-cover { position: relative; }
.cta-row-dual { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cta-row-dual .btn { flex: 1; min-width: 120px; font-size: 0.78rem; }

.footer-grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  text-align: left !important;
  gap: 1.5rem !important;
  max-width: 900px;
  margin: 0 auto;
}
.footer-logo-row {
  text-align: center;
}
.footer-logo-row .mdw-logo {
  margin: 0 auto 0.25rem;
  height: 72px !important;
}
.footer-cols-3 {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem 2.5rem;
  align-items: start;
  text-align: left;
}
.footer-cols-3 h4 { margin-bottom: 0.55rem; }
.footer-cols-3 a { display: block; margin-bottom: 0.3rem; }
@media (max-width: 650px) {
  .footer-cols-3 { grid-template-columns: 1fr; text-align: center; }
  .footer-cols-3 h4 { text-align: center; }
  .footer-brand-block { text-align: center; }
}
.preorder-ribbon-sm {
  font-size: 0.68rem !important;
  padding: 0.35rem 0.85rem !important;
  letter-spacing: 0.12em !important;
  box-shadow: 0 4px 14px rgba(153,72,61,0.45), 0 0 20px rgba(224,149,134,0.35) !important;
  background: linear-gradient(135deg, #E09586, #AD5A5A, #99483D) !important;
}
.tbr-block { margin-top: 1rem; text-align: center; }
.tbr-block h4 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
}
.tbr-icons { display: flex; justify-content: center; gap: 0.75rem; }
.tbr-icons a {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(173,90,90,0.35);
  background: var(--bg-card);
  transition: 0.2s;
}
.tbr-icons a:hover {
  background: var(--dusty-rose);
  border-color: var(--dusty-rose);
  transform: translateY(-2px);
}
.tbr-icons a:hover svg { fill: #fff; }
.tbr-icons svg { width: 22px; height: 22px; fill: var(--dusty-rose); }

.footer-logo-row { text-align: left !important; }
.footer-logo-row .mdw-logo { margin-left: 0 !important; margin-right: 0 !important; }
.footer-brand-block { text-align: left !important; }
.main-nav a { font-size: 1.05rem !important; }

/* Subtler preorder ribbon */
.preorder-ribbon,
.preorder-ribbon-sm {
  box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
  background: var(--dusty-rose) !important;
  background-image: none !important;
}
.preorder-ribbon-sm {
  font-size: 0.62rem !important;
  padding: 0.28rem 0.7rem !important;
}

/* Purchase buttons */
.buy-block {
  margin-top: 1rem;
  text-align: left;
}
.buy-block .btn-amazon {
  display: inline-block;
  background: var(--dusty-rose);
  color: #fff !important;
  border: 1.5px solid var(--dusty-rose);
  padding: 0.55rem 1.1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.45rem;
  transition: 0.2s;
}
.buy-block .btn-amazon:hover {
  background: #fff;
  color: var(--dusty-rose) !important;
}
.buy-block .btn-retailers {
  display: inline-block;
  background: #fff;
  color: var(--dusty-rose) !important;
  border: 1.5px solid var(--dusty-rose);
  padding: 0.55rem 1.1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: 0.2s;
}
.buy-block .btn-retailers:hover {
  background: var(--dusty-rose);
  color: #fff !important;
}
.tbr-block { text-align: left !important; }
.tbr-icons { justify-content: flex-start !important; }
.tbr-icons a {
  width: auto !important;
  height: auto !important;
  padding: 0.4rem 0.65rem;
  border-radius: 8px;
  gap: 0.35rem;
}
.tbr-icons a span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--near-black);
}
.tbr-icons a:hover span { color: #fff; }

.footer-logo-row { margin-bottom: 0.35rem !important; }
.footer-logo-row .mdw-logo { margin-bottom: 0.2rem !important; }
.main-nav a { font-size: 0.92rem !important; }
.buy-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.1rem;
  text-align: left;
}
.buy-block .btn-amazon,
.buy-block .btn-retailers {
  margin-bottom: 0;
}
.release-label {
  text-align: center !important;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.book-hero-info h1 + .release-label {
  /* center under title width */
  margin-top: 0.35rem;
  margin-bottom: 0.65rem;
}
.tbr-icons img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
.tbr-icons a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.6rem;
}
.social-row-about img,
.social-row img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.footer-logo-row { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.footer-logo-row .mdw-logo { margin-bottom: 0 !important; height: 64px !important; }
.footer-grid { gap: 0.85rem !important; }
.footer-cols-3 { margin-top: 0.25rem; }

.footer-logo-row { margin-bottom: 0 !important; padding: 0 !important; line-height: 0; }
.footer-logo-row .mdw-logo { height: 88px !important; margin: 0 0 0.1rem 0 !important; }
.footer-brand { margin-top: 0 !important; padding-top: 0 !important; }
.footer-grid { gap: 0.4rem !important; }
.footer-cols-3 { margin-top: 0.15rem !important; }

/* Product: title left, release centered under title block width */
.book-hero-info h1 { text-align: left !important; }
.book-hero-info .title-block { text-align: left; }
.book-hero-info .title-block .release-label {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0.35rem 0 0.75rem;
}

/* Align TBR and buy bottoms */
.book-hero { align-items: start; }
.book-hero .cover-col {
  display: flex;
  flex-direction: column;
}
.book-hero .cover-col .tbr-block { margin-top: 0.75rem; }
.book-hero-info {
  display: flex;
  flex-direction: column;
}
.book-hero-info .buy-block { margin-top: 1rem; padding-top: 0; }

.btn-drive { display: inline-block; }
.kit-card .btn-drive { display: inline-block; }

.social-row-about img,
.social-row img {
  /* icons already pink PNGs */
}
.social-row-about a img[alt="Goodreads"],
.social-row a img[alt="Goodreads"] {
  filter: none;
}

/* Release left, less gap before description */
.book-hero-info .title-block .release-label,
.book-hero-info .release-label {
  text-align: left !important;
  display: block !important;
  width: auto !important;
  margin: 0.2rem 0 0.45rem !important;
}
.book-hero-info .title-block h1 { margin-bottom: 0.15rem; }
.book-hero-info .text-panel { margin-top: 0.35rem; }

/* Footer ultra tight logo to name */
.footer-logo-row { margin: 0 !important; padding: 0 !important; line-height: 0 !important; }
.footer-logo-row .mdw-logo { height: 96px !important; margin: 0 !important; padding: 0 !important; display: block; }
.footer-brand { margin-top: -0.15rem !important; padding-top: 0 !important; line-height: 1.1; }
.footer-grid { gap: 0.2rem !important; }
.footer-cols-3 { margin-top: 0.35rem !important; }

/* Books page header spacing */
.books-page-intro h1,
.books-page-intro .flourish { margin-bottom: 0.25rem !important; }
.books-page-intro p { margin-top: 0.25rem !important; margin-bottom: 1.5rem !important; }

/* Contact form area wider like other pages */
.contact-main .container { max-width: 720px !important; }
.contact-main .text-panel { max-width: 100% !important; }

/* Social icons larger in circles */
.social-row-about img,
.social-row img {
  width: 20px !important;
  height: 20px !important;
}
.tbr-icons img {
  width: 32px !important;
  height: 32px !important;
}

/* TBR hover: icons turn white, stay visible */
.tbr-icons a:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.tbr-icons a:hover span { color: #fff !important; }
.tbr-icons a:hover {
  background: var(--dusty-rose) !important;
  border-color: var(--dusty-rose) !important;
}
.tbr-icons img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  vertical-align: middle;
}
.tbr-icons a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem;
}

/* Footer: logo row + 3 cols starting same line as logo area - use grid with logo in col1 */
.footer-grid {
  display: grid !important;
  grid-template-columns: 1.3fr 1fr 1fr !important;
  gap: 1.5rem 2rem !important;
  align-items: start !important;
  flex-direction: unset !important;
}
.footer-logo-row {
  display: contents; /* children participate in parent grid - won't work for multiple */
}
/* Better approach: single grid, first column has logo+brand */
.footer-grid-v2 {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem 2.5rem;
  align-items: start;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.footer-grid-v2 .mdw-logo {
  height: 88px !important;
  margin: 0 0 0.15rem 0 !important;
  display: block;
}
.footer-grid-v2 .footer-brand {
  margin-top: 0 !important;
}
@media (max-width: 650px) {
  .footer-grid-v2 { grid-template-columns: 1fr; text-align: center; }
  .footer-grid-v2 .mdw-logo { margin-left: auto; margin-right: auto; }
}

/* Books intro spacing */
.books-page-intro .flourish { margin-bottom: 0.15rem !important; }
.books-page-intro .section-title { margin-bottom: 0 !important; }
.books-page-intro p.text-panel {
  margin-top: 0.2rem !important;
  margin-bottom: 1.75rem !important;
}

/* About header match other pages */
.about-body .section-title,
.about-split .section-title {
  font-family: var(--font-display) !important;
  font-size: clamp(1.85rem, 4vw, 2.5rem) !important;
  font-weight: 600 !important;
}

/* Footer links MUST stack */
.footer-grid-v2 a {
  display: block !important;
  margin-bottom: 0.35rem !important;
  color: rgba(245,239,232,0.88) !important;
}
.footer-grid-v2 h4 {
  display: block !important;
  margin-bottom: 0.55rem !important;
  color: var(--peach) !important;
}
.site-footer a {
  display: block !important;
}

/* Links page social hover: white icons */
.social-row a:hover img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}
.social-row a:hover svg {
  fill: #fff !important;
}

.footer-nav-col a {
  display: block !important;
  margin-bottom: 0.4rem !important;
}
.footer-nav-col h4 {
  display: block !important;
  width: 100%;
}

/* Rising embers */
.particles { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.ember {
  position: absolute;
  bottom: -10px;
  border-radius: 50%;
  opacity: 0.75;
  animation-name: emberRise;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform, opacity;
}
@keyframes emberRise {
  0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
  8% { opacity: 0.85; }
  50% { opacity: 0.7; transform: translate3d(8px, -50vh, 0) scale(0.9); }
  100% { transform: translate3d(-12px, -105vh, 0) scale(0.4); opacity: 0; }
}

.footer-grid-v2 .mdw-logo { margin-top: 0 !important; padding-top: 0 !important; }

/* Favicon links handled in HTML */

@media (max-width: 700px) {
  .top-banner { font-size: 0.68rem !important; padding: 0.45rem 0.6rem !important; line-height: 1.3; }
  .site-header { margin-top: 34px !important; }
  .logo-img { height: 56px !important; max-width: 140px; object-fit: contain; }

  /* Product mobile: reorder title above cover, center content */
  .book-hero {
    display: flex !important;
    flex-direction: column !important;
  }
  .book-hero .product-title-block { order: 1 !important; text-align: center; }
  .book-hero .cover-col { order: 2 !important; }
  .book-hero .product-desc-col, .book-hero .book-hero-info { order: 3 !important; text-align: center; }
  .book-hero-info .title-block,
  .book-hero-info .eyebrow,
  .book-hero-info h1,
  .book-hero-info .release-label { text-align: center !important; }
  .book-hero-info .text-panel { text-align: left; }
  .book-hero-info .buy-block { justify-content: center; }
  .trope-list-vert { justify-content: center; }
  .tbr-block { text-align: center; }
  .tbr-icons { justify-content: center !important; }
  .book-section .flourish { justify-content: center; }
  .product-cols { text-align: center; }
  .product-cols .body-text { text-align: left; }

  /* Preorder ribbon stays on cover */
  .cover-wrap {
    position: relative !important;
    display: block !important;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .book-hero-cover { width: 100%; }
  .preorder-ribbon {
    position: absolute !important;
    top: 12px !important;
    right: 0 !important;
    left: auto !important;
    z-index: 5 !important;
  }
  .preorder-ribbon-sm {
    position: absolute !important;
    top: 8px !important;
    right: 0 !important;
    z-index: 5 !important;
  }
  .book-card { position: relative; overflow: visible; }
  .book-card .book-cover { position: relative; overflow: hidden; border-radius: 8px; }
  .book-card .preorder-ribbon-sm {
    top: 8px;
    right: 4px;
  }

  /* Footer mobile condensed + drawers */
  .footer-grid-v2 {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 0.5rem !important;
  }
  .footer-grid-v2 .mdw-logo {
    margin: 0 auto 0.1rem !important;
    height: 64px !important;
  }
  .footer-brand { margin: 0 !important; }
  .footer-imprint, .footer-grid-v2 p { margin-top: 0.2rem !important; }
  .footer-nav-col { display: none; }
  .footer-drawers { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 0.6rem; align-items: center; }
  .footer-drawer-btn {
    background: none; border: none; color: var(--peach);
    font-size: 0.9rem; font-family: var(--font-display);
    cursor: pointer; display: flex; align-items: center; gap: 0.35rem;
    padding: 0.35rem 0.6rem;
  }
  .footer-drawer-btn .arrow { transition: transform 0.2s; display: inline-block; }
  .footer-drawer-btn[aria-expanded="true"] .arrow { transform: rotate(180deg); }
  .footer-drawer-panel {
    display: none;
    text-align: center;
    padding: 0.35rem 0 0.5rem;
  }
  .footer-drawer-panel.open { display: block; }
  .footer-drawer-panel a {
    display: block;
    color: rgba(245,239,232,0.88) !important;
    margin: 0.25rem 0;
    font-size: 0.88rem;
  }
  .footer-bottom { margin-top: 0.6rem !important; padding-top: 0.6rem !important; }
}
@media (min-width: 701px) {
  .footer-drawers { display: none !important; }
}

/* Home where to start centered */
@media (max-width: 900px) {
  .split-section > div:first-child { text-align: center; }
  .split-section > div:first-child .flourish { justify-content: center; }
  .split-section > div:first-child ul { display: inline-block; text-align: left; }
}
.where-start-center { text-align: center; }
.where-start-center .flourish { justify-content: center !important; }
.where-start-center .eyebrow { text-align: center !important; }

.product-meta { margin-bottom: 0.5rem; }
.product-meta .eyebrow { margin-bottom: 0.35rem; }
@media (min-width: 701px) {
  .product-meta { text-align: left; }
  .product-meta .title-block { text-align: left; }
  .product-meta .release-label { text-align: left !important; }
  /* On desktop meta sits above full hero width spanning */
  .book-hero { display: grid; grid-template-columns: 1fr 1.2fr; grid-template-areas: "meta meta" "cover info"; gap: 1.5rem 2rem; }
  .product-meta { grid-area: meta; }
  .book-hero > div:first-of-type:not(.product-meta) { grid-area: cover; }
  .book-hero-info { grid-area: info; }
}
@media (max-width: 700px) {
  .product-meta { text-align: center; order: 0; }
  .product-meta .title-block,
  .product-meta h1,
  .product-meta .release-label,
  .product-meta .eyebrow { text-align: center !important; }
  .book-hero { display: flex !important; flex-direction: column; }
  .product-meta { order: 1; }
  .book-hero > div:not(.product-meta):not(.book-hero-info) { order: 2; }
  .book-hero-info { order: 3; }
}

/* Product cover slightly smaller */
.book-hero .cover-wrap {
  max-width: 240px;
  width: 100%;
}
.book-hero-cover {
  max-width: 240px;
  width: 100%;
}
@media (min-width: 701px) {
  .book-hero .cover-wrap,
  .book-hero-cover {
    max-width: 220px;
  }
}
/* Buy buttons directly under description with padding */
.book-hero-info .buy-block {
  margin-top: 1.35rem !important;
  padding-top: 0 !important;
  margin-bottom: 0.5rem;
}
.book-hero-info .text-panel {
  margin-bottom: 0;
}

/* Series line under title */
.series-line {
  font-size: 0.88rem;
  margin: 0.35rem 0 0.25rem;
}
.series-line a {
  color: var(--dusty-rose);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.series-line a:hover { color: var(--near-black); }

/* Trope pills constrained to cover width */
.book-hero .cover-col {
  max-width: 240px;
}
.trope-list-vert {
  max-width: 220px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.35rem !important;
  justify-content: flex-start !important;
}
.trope-list-vert span {
  max-width: 100%;
}

/* Tighter hero gap */
@media (min-width: 701px) {
  .book-hero {
    gap: 1rem 1.25rem !important;
  }
}

/* Cover lightbox */
.cover-wrap { cursor: zoom-in; }
.cover-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(11,18,14,0.88);
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  cursor: zoom-out;
}
.cover-lightbox.open { display: flex; }
.cover-lightbox-inner {
  max-width: min(360px, 90vw);
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  cursor: default;
}
.cover-lightbox-close {
  position: absolute;
  top: 1rem; right: 1.25rem;
  background: none; border: none;
  color: #fff; font-size: 1.75rem;
  cursor: pointer; line-height: 1;
}

/* Sample button */
.btn-sample {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  border-radius: 8px;
  border: 1.5px solid var(--dusty-rose);
  color: var(--dusty-rose);
  background: transparent;
  text-decoration: none;
  max-width: 220px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.btn-sample.is-unavailable {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  border-color: var(--text-muted);
  color: var(--text-muted);
}
.btn-sample:not(.is-unavailable):hover {
  background: var(--dusty-rose);
  color: #fff;
}

/* Arrow hyperlinks (media kit / bonus) */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--dusty-rose);
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
  text-align: left;
}
.link-arrow:hover { text-decoration: underline; }
.link-arrow .arr { transition: transform 0.15s; }
.link-arrow:hover .arr { transform: translateX(3px); }

/* Also-like bottom padding */
.also-like { padding-bottom: 3rem !important; margin-bottom: 1rem; }

/* Banner: slightly larger, avoid wrap */
.top-banner {
  font-size: 0.8rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: none !important;
  box-shadow: none !important;
}
.site-header {
  border-top: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  /* sticky under banner */
}
body { --banner-h: 36px; }
.top-banner { position: sticky; top: 0; z-index: 200; }
.site-header { position: sticky; top: var(--banner-h, 36px); z-index: 190; }

/* Kill white line between banner and nav */
.top-banner + .site-header,
.site-header {
  border-top: 0 !important;
  outline: none !important;
}
.top-banner { border-bottom: 0 !important; }

/* Mobile nav full-screen under banner only */
@media (max-width: 700px) {
  .main-nav.open {
    position: fixed !important;
    top: var(--banner-h, 36px) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 2rem 1.5rem 2rem !important;
    background: var(--deep-teal, #1D292A) !important;
    z-index: 300 !important;
    display: flex !important;
    flex-direction: column;
    gap: 0.35rem;
    overflow: hidden;
  }
  .main-nav.open a {
    position: relative;
    z-index: 2;
    font-size: 1.15rem;
    padding: 0.65rem 0;
    color: #F5EFE8 !important;
  }
  .main-nav.open .nav-embers {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
  }
  .main-nav.open .nav-ember {
    position: absolute;
    bottom: 0;
    width: 3px; height: 3px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,200,140,0.7), rgba(173,90,90,0.4) 50%, transparent 70%);
    animation: emberRise 10s linear infinite;
    opacity: 0.45;
  }

  .product-meta .release-label { text-align: center !important; }
  .tbr-block h4 { text-align: center !important; }
  .book-hero-info .text-panel { padding-top: 0.25rem !important; margin-top: 0.25rem !important; }

  /* Buy under TBR on mobile */
  .book-hero-info .buy-block { display: none !important; }
  .buy-block-mobile {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Books grid cards shorter on mobile */
  .book-info .book-blurb {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.82rem;
    line-height: 1.4;
  }
  .book-card .book-cover {
    max-height: 220px;
  }

  /* Footer drawers side by side when possible */
  .footer-drawers {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem !important;
  }
}

@media (min-width: 701px) {
  .buy-block-mobile { display: none !important; }
}

/* Home mobile: shop all under quotes */
@media (max-width: 700px) {
  .home-shop-desktop { display: none !important; }
  .home-shop-mobile {
    display: block !important;
    text-align: center;
    margin: 1.5rem 0 0.5rem;
  }
}
@media (min-width: 701px) {
  .home-shop-mobile { display: none !important; }
}

.cover-col { max-width: 220px; }
.trope-list-vert { max-width: 100%; box-sizing: border-box; }
@media (max-width: 700px) {
  .cover-col { max-width: 260px; margin: 0 auto; }
  .top-banner { font-size: 0.72rem !important; padding: 0.4rem 0.5rem !important; white-space: normal; }
}

/* Product: less gap cover vs description */
@media (min-width: 701px) {
  .book-hero {
    column-gap: 0.75rem !important;
    grid-template-columns: minmax(180px, 220px) 1fr !important;
  }
}
.btn-sample {
  margin-top: 0.35rem !important;
  margin-bottom: 0.85rem !important;
  display: block !important;
}
.trope-list-vert {
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}
.cover-col { margin-left: auto; margin-right: auto; }
@media (min-width: 701px) {
  .cover-col { margin-left: 0; margin-right: 0; }
  .trope-list-vert { margin-left: 0; margin-right: 0; justify-content: flex-start !important; }
}

/* Bonus section less padding from blurb */
.product-cols { margin-top: 1.25rem !important; gap: 1.25rem !important; }
.book-section { margin-top: 1rem !important; }

/* Mobile release center */
@media (max-width: 700px) {
  .product-meta,
  .product-meta .title-block,
  .product-meta h1,
  .product-meta .release-label,
  .product-meta .series-line {
    text-align: center !important;
  }
  .product-meta .release-label { display: block; width: 100%; }
  .trope-list-vert { justify-content: center !important; }
  .btn-sample { margin-bottom: 1rem !important; }
}

/* Nav drawer: NOT full page — panel under header, close button */
@media (max-width: 700px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--deep-teal, #1D292A);
    padding: 0.75rem 1.25rem 1.25rem;
    z-index: 250;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    max-height: none;
    bottom: auto;
  }
  .main-nav.open {
    display: flex !important;
    flex-direction: column;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    height: auto !important;
    padding: 0.5rem 1.25rem 1.5rem !important;
  }
  .main-nav .nav-close {
    align-self: flex-end;
    background: none;
    border: none;
    color: #F5EFE8;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.35rem;
    margin-bottom: 0.25rem;
  }
  .site-header { position: relative; }
  .site-header.is-open { z-index: 260; }
}

/* Footer mobile: brand col + drawers col; expand under button */
@media (max-width: 700px) {
  .footer-grid-v2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.75rem !important;
  }
  .footer-nav-col { display: none !important; }
  .footer-drawers {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    max-width: 280px;
    align-items: stretch;
  }
  .footer-drawer-btn {
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }
  .footer-drawer-btn .arr {
    color: var(--peach);
    font-size: 0.95rem;
  }
  .footer-drawer-panel {
    display: none;
    width: 100%;
    text-align: left;
    padding: 0.35rem 0.5rem 0.65rem;
  }
  .footer-drawer-panel.open {
    display: block !important;
  }
}

/* Filter dropdown mobile */
.filter-select-mobile {
  display: none;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1.5px solid rgba(173,90,90,0.35);
  background: var(--bg-card, #fff);
  font: inherit;
  color: var(--near-black);
}
@media (max-width: 700px) {
  .filters .filter-btn { display: none !important; }
  .filters { display: none !important; }
  .filter-select-mobile { display: block !important; }
  .book-info .book-blurb {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 2.8em;
  }
  .book-card .book-cover { aspect-ratio: 2/3; max-height: 200px; }
  .book-info { padding: 0.55rem 0.4rem 0.65rem !important; }
  .book-info h3 { font-size: 0.95rem !important; margin: 0.2rem 0 !important; }
}

/* Series page center */
.series-page main,
.series-centered { text-align: center; }
.series-centered .flourish { justify-content: center !important; }
.series-centered .books-grid { justify-content: center; }

/* Where to start mobile center / desktop left */
@media (max-width: 700px) {
  .where-start-list { text-align: center !important; }
  .where-start-list ul { display: inline-block; text-align: left; }
}
@media (min-width: 701px) {
  .where-start-list { text-align: left !important; }
}

/* Series page centered + bigger covers */
.series-centered { text-align: center !important; }
.series-centered .flourish { justify-content: center !important; }
.series-centered .text-panel {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  display: block !important;
}
.series-centered .books-grid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}
.series-centered .book-card {
  width: 200px;
  max-width: 46%;
}
.series-centered .book-cover {
  min-height: 280px !important;
  aspect-ratio: 2/3;
}

/* Desktop product: balanced gap cover / description */
@media (min-width: 701px) {
  .book-hero {
    column-gap: 1.75rem !important;
    grid-template-columns: minmax(180px, 220px) 1fr !important;
  }
}

/* Preorder ribbon ON the cover, no shift */
.book-card {
  position: relative;
  overflow: visible;
}
.book-card .book-cover,
.cover-wrap .book-hero-cover {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.book-card {
  overflow: hidden; /* card clips ribbon corners with cover */
}
.book-card .preorder-ribbon-sm,
.cover-wrap .preorder-ribbon {
  position: absolute !important;
  top: 10px !important;
  right: 0 !important;
  z-index: 3;
  margin: 0 !important;
}
.book-card > .preorder-ribbon-sm {
  /* if ribbon is sibling of cover link */
  top: 10px;
  right: 8px;
}
/* Prefer ribbon inside cover */
.book-cover .preorder-ribbon-sm {
  position: absolute;
  top: 10px;
  right: 0;
}

.also-grid-3 .book-card,
.also-like .book-card {
  overflow: visible;
  position: relative;
}
.you-might-also .section-title,
.also-like .section-title,
.also-like h2 {
  margin-bottom: 1.75rem;
}
.you-might-also .also-grid-3,
.also-like .also-grid-3,
.also-grid-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover,
.also-like a.book-cover {
  display: block;
  width: 120px;
  max-width: 32%;
  aspect-ratio: 2 / 3;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transform-origin: center center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover,
.also-like a.book-cover:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  z-index: 2;
}
.also-grid-3 .book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* Mobile product layout polish */
@media (max-width: 700px) {
  .top-banner {
    border: none !important;
    box-shadow: none !important;
  }
  .site-header {
    border: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    background: var(--deep-teal, #1D292A) !important;
  }
  /* kill white bar under banner */
  body > .top-banner + .site-header {
    border-top: 0 !important;
    background: var(--deep-teal, #1D292A);
  }
  main {
    padding-top: 0.35rem !important;
  }
  nav[aria-label="Breadcrumb"] {
    padding: 0.35rem 0 0.5rem;
    margin: 0 !important;
    font-size: 0.72rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-meta {
    margin-bottom: 0.5rem !important;
  }
  .cover-col {
    margin-top: 0.25rem !important;
    padding-top: 0 !important;
  }
  .cover-wrap {
    margin-top: 0 !important;
  }
  .book-hero-info .text-panel {
    margin-top: 0.5rem !important;
    padding-top: 0 !important;
  }
  .book-hero-info .buy-block,
  .buy-block-mobile {
    margin-top: 0.85rem !important;
    margin-bottom: 0.5rem !important;
  }
  .product-cols {
    margin-top: 1.25rem !important;
    gap: 1rem !important;
  }
  .book-section {
    margin-top: 1rem !important;
    margin-bottom: 0.75rem !important;
    padding-top: 0 !important;
  }
  .also-like {
    padding-top: 1rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* Nav drawer under header */
  .site-header {
    position: sticky;
    top: var(--banner-h, 36px);
    z-index: 200;
  }
  .main-nav {
    display: none;
  }
  .main-nav.open {
    display: flex !important;
    flex-direction: column;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    height: auto !important;
    max-height: 70vh;
    overflow-y: auto;
    background: #1D292A !important;
    padding: 0.35rem 1.25rem 1.25rem !important;
    z-index: 300;
  }
  .nav-toggle {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.35rem;
    z-index: 310;
  }
  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #F5EFE8;
  }

  /* Footer drawers centered text */
  .footer-drawer-btn {
    justify-content: center !important;
    gap: 0.4rem;
  }
  .footer-drawer-panel {
    text-align: center !important;
  }
  .footer-drawer-panel a {
    text-align: center !important;
  }

  /* Home mobile */
  .hero-tagline-pad {
    margin-top: 1rem !important;
  }
  .home-shop-in-hero {
    display: none !important;
  }
  .home-shop-mobile {
    display: block !important;
    margin-top: 0.75rem !important;
    margin-bottom: 1.75rem !important;
    padding-bottom: 0.25rem;
  }
  .where-start-list,
  .where-start-list ul {
    text-align: center !important;
  }
  .where-start-list ul {
    list-style-position: inside;
    display: inline-block;
    text-align: left;
  }
}

@media (min-width: 701px) {
  .home-shop-mobile { display: none !important; }
}

/* Kit card: link at bottom */
.kit-card {
  display: flex;
  flex-direction: column;
}
.kit-card .link-arrow {
  margin-top: auto;
  padding-top: 0.75rem;
}

.book-card { position: relative !important; }
.book-card .book-cover {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}
/* Ribbon overlays cover — never shifts layout */
.book-card > .preorder-ribbon-sm,
.book-card .preorder-ribbon-sm {
  position: absolute !important;
  top: 10px !important;
  right: 0 !important;
  left: auto !important;
  z-index: 5 !important;
  transform: none !important;
  margin: 0 !important;
  float: none !important;
}
.also-grid-3 .book-card .book-cover {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 700px) {
  .where-start .flourish,
  .flourish.where-start { justify-content: center !important; }
  .hero .tagline,
  .hero p.tagline { margin-top: 1.1rem !important; }
  .hero-covers { margin-top: 0.75rem !important; }
  .hero .btn { margin-bottom: 0.5rem !important; }
}

/* Product desktop: a bit more space between cover and description */
@media (min-width: 701px) {
  .book-hero {
    column-gap: 2.25rem !important;
  }
}
.book-section.warnings-section,
section.book-section:has(.section-title) {
  /* fallback padding for CW */
}
.warnings-section {
  padding-top: 1.25rem !important;
  margin-top: 1.5rem !important;
}

/* Mobile sticky: banner only freezes; header scrolls away after */
@media (max-width: 700px) {
  .top-banner {
    position: sticky !important;
    top: 0 !important;
    z-index: 300 !important;
  }
  .site-header {
    position: relative !important;
    top: auto !important;
    z-index: 200 !important;
  }
  /* when scrolled past half, banner hides via JS class */
  .top-banner.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  .bonus-page-main {
    padding-top: 2.75rem !important;
    text-align: center !important;
  }
  .page-top-pad {
    padding-top: 1.25rem !important;
  }
  /* About: headshot under name */
  .about-split {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .about-split .about-photo {
    order: 2 !important;
    margin: 1rem auto 1.25rem !important;
  }
  .about-split .about-body {
    order: 1 !important;
  }
  .about-split .eyebrow,
  #the-author-label {
    padding-top: 0.75rem !important;
  }

  .books-page-intro,
  .bonus-intro,
  .kit-intro,
  .about-intro {
    padding-top: 1rem !important;
  }

  /* Hide blurbs on books mobile */
  .book-info .book-blurb {
    display: none !important;
  }
  .book-card .book-cover {
    max-height: none !important;
    width: 100% !important;
  }

  /* Product mobile padding tweaks */
  .product-meta { margin-bottom: 0.35rem !important; }
  .cover-col { margin-top: 0.15rem !important; }
  .book-hero-info .text-panel {
    margin-top: 0.35rem !important;
    padding-top: 0.15rem !important;
  }
  .warnings-section {
    padding-top: 1.5rem !important;
    margin-top: 1.35rem !important;
  }

  /* Home mobile spacing */
  .hero .tagline,
  .hero p.tagline {
    margin-top: 1.5rem !important;
    padding-top: 0.35rem !important;
  }
  .hero .btn-chapter,
  .hero a.btn-ghost,
  .hero .btn:last-of-type {
    margin-bottom: 0.35rem !important;
    margin-top: 0.5rem !important;
  }
  .where-start-list ul {
    margin-top: 0.5rem !important;
    margin-bottom: 0.65rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .home-shop-mobile {
    margin-top: 0.4rem !important;
    margin-bottom: 1.75rem !important;
  }

  /* Footer explore/connect truly centered */
  .footer-drawers {
    align-items: center !important;
    width: 100%;
  }
  .footer-drawer-btn {
    display: flex !important;
    justify-content: center !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-drawer-panel {
    text-align: center !important;
  }
  .footer-drawer-panel a {
    display: block;
    text-align: center !important;
  }
}

/* Kit card flex for bottom link */
.kit-card .kit-card-body { flex: 1; }

/* NEVER sticky header/nav */
.site-header,
header.site-header,
.nav-inner {
  position: relative !important;
  top: auto !important;
  sticky: none;
}
.site-header {
  position: relative !important;
}

a, button, .link-arrow, .btn, .filter-btn, .book-card, .cover-wrap, .art-item, .carousel-slide a {
  cursor: pointer;
}
a:hover { cursor: pointer; }

/* Product cover / description gap */
@media (min-width: 701px) {
  .book-hero {
    column-gap: 2.75rem !important;
    grid-template-columns: minmax(180px, 220px) 1fr !important;
  }
}

/* Kit + bonus card titles match — not overly bold */
.kit-card h3,
.bonus-card h3,
.bonus-grid h3,
.kit-card h3 a,
.bonus-card h3 a {
  font-family: var(--font-display) !important;
  font-weight: 500 !important;
  font-size: 1.15rem !important;
  letter-spacing: 0.01em;
}

/* Character art gallery */
.art-gallery {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.15rem !important;
  max-width: 780px !important;
}
.art-item {
  aspect-ratio: 3/4 !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.art-item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}
.art-item-link {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: var(--dusty-rose);
  text-align: center;
}
.art-pager {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.art-pager button {
  border: 1px solid rgba(173,90,90,0.35);
  background: var(--bg-card, #fff);
  border-radius: 6px;
  padding: 0.35rem 0.7rem;
  cursor: pointer;
  color: var(--near-black);
}
.art-pager button.active {
  background: var(--dusty-rose);
  color: #fff;
  border-color: var(--dusty-rose);
}

/* Playlist accordion */
.playlist-list {
  max-width: 560px;
  margin: 1.5rem auto 2.5rem;
  text-align: left;
}
.playlist-item {
  border-bottom: 1px solid rgba(173,90,90,0.2);
}
.playlist-toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0.85rem 0.25rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--near-black);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.playlist-toggle .arr { color: var(--dusty-rose); transition: transform 0.2s; }
.playlist-item.open .playlist-toggle .arr { transform: rotate(90deg); }
.playlist-body {
  display: none;
  padding: 0 0.25rem 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.playlist-item.open .playlist-body { display: block; }
.playlist-body a { color: var(--dusty-rose); }

/* Moodboard gallery same as art */
.mood-gallery { margin-top: 1rem; }

/* World notes layout */
.world-notes-layout {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.world-notes-layout .wn-section {
  margin: 1.75rem 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(173,90,90,0.15);
}
.world-notes-layout h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: var(--near-black);
}
.world-notes-layout .wn-meta {
  font-size: 0.78rem;
  color: var(--dusty-rose);
  margin-bottom: 0.35rem;
}

@media (max-width: 700px) {
  /* Footer drawers centered under address */
  .footer-drawers {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 0.75rem !important;
  }
  .footer-drawer-btn {
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 200px;
    margin: 0.15rem auto !important;
  }
  .footer-drawer-panel {
    text-align: center !important;
    width: 100%;
  }
  .footer-drawer-panel a {
    text-align: center !important;
  }
  .footer-grid-v2 {
    text-align: center !important;
    align-items: center !important;
  }
  .footer-grid-v2 > div:first-child {
    text-align: center !important;
    width: 100%;
  }
  .footer-grid-v2 .mdw-logo {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Home hero buttons side by side */
  .hero-cta-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    flex-wrap: wrap;
    margin-bottom: 0.35rem !important;
  }
  .hero-cta-row .btn {
    margin: 0 !important;
    flex: 0 1 auto;
  }
  .hero-covers, .hero .book-preview-row, .hero-books {
    margin-top: 0.5rem !important;
    padding-top: 0 !important;
  }
  .home-shop-mobile {
    margin-top: 0.35rem !important;
    margin-bottom: 1.5rem !important;
  }
  .split-section .home-quote:last-child,
  .home-quote {
    margin-bottom: 0.35rem !important;
  }

  /* About: title, photo, bio */
  .about-split {
    display: flex !important;
    flex-direction: column !important;
  }
  .about-split .about-title-block { order: 1; }
  .about-split .about-photo { order: 2 !important; margin: 1rem auto !important; }
  .about-split .about-body { order: 3 !important; }

  .bonus-page-main,
  .bonus-main,
  main.page-top-pad {
    padding-top: 2rem !important;
  }
  .bonus.html main,
  body.bonus-page main {
    padding-top: 2.25rem !important;
  }

  .product-cols {
    margin-top: 0.85rem !important;
  }
  .product-cols .book-section:first-child {
    margin-top: 0.5rem !important;
  }

  .series-page {
    padding-top: 2.5rem !important;
  }
  .series-page .eyebrow {
    padding-top: 0.5rem !important;
  }

  .art-gallery {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.65rem !important;
  }
}

@media (max-width: 700px) {
  .home-shop-desktop { display: inline-block !important; }
  .hero-cta-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem !important;
  }
  .hero-covers {
    margin-top: 0.4rem !important;
  }
}
@media (min-width: 701px) {
  .hero-cta-row { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
}

html .site-header, body .site-header, .site-header.sticky, header.site-header {
  position: relative !important;
  top: auto !important;
  inset: auto !important;
}
.top-banner { position: relative !important; }
@media (max-width: 700px) {
  .top-banner { position: sticky !important; top: 0 !important; z-index: 300; }
  .site-header { position: relative !important; top: auto !important; }
}

@media (min-width: 701px) {
  .book-hero { column-gap: 3rem !important; }
}


@media (max-width: 700px) {
  .footer-drawers { align-items: center !important; text-align: center !important; }
  .footer-drawer-btn { margin-left: auto !important; margin-right: auto !important; display: flex !important; justify-content: center !important; }
}


/* Buy buttons align with description text start */
.book-hero-info .buy-block {
  margin-left: 0 !important;
  padding-left: 0 !important;
  align-self: flex-start;
  width: 100%;
  justify-content: flex-start !important;
  text-align: left !important;
}
.book-hero-info .text-panel {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.book-hero-info {
  text-align: left;
}

/* Desktop hero left-aligned content (as before) */
@media (min-width: 701px) {
  .hero {
    text-align: left !important;
  }
  .hero-content {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .hero-tagline, .hero h1, .hero .tagline {
    text-align: left !important;
  }
  .hero-cta-row, .hero-ctas {
    justify-content: flex-start !important;
  }
}

/* Footer Explore/Connect centered on mobile - nuclear */
@media (max-width: 700px) {
  .footer-drawers {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
  }
  .footer-drawer-btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    margin: 0.35rem auto !important;
    float: none !important;
    text-align: center !important;
  }
  .footer-drawer-panel {
    width: 100% !important;
    text-align: center !important;
  }
  .footer-drawer-panel a {
    text-align: center !important;
    display: block !important;
  }
  .site-footer .container {
    text-align: center !important;
  }

  .contact-main .eyebrow,
  .contact-main .section-title,
  .contact-main .flourish {
    /* reach out top pad */
  }
  .contact-main {
    padding-top: 2.25rem !important;
  }
  .contact-main .flourish {
    margin-top: 0.5rem;
  }

  /* Hero buttons equal shape on mobile */
  .hero-cta-row .btn,
  .hero-ctas .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px;
    padding: 0.65rem 1.15rem !important;
    border-radius: 999px !important;
    font-size: 0.88rem !important;
    line-height: 1.2 !important;
    box-sizing: border-box;
  }
  .hero-cta-row .btn-primary {
    background: var(--dusty-rose) !important;
    color: #fff !important;
  }

  .home-shop-mobile {
    margin-top: 0.2rem !important;
    margin-bottom: 1.5rem !important;
  }
  .split-section {
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem !important;
  }
  .home-quote {
    margin-bottom: 0.25rem !important;
  }
}

.book-card .book-series-link {
  display: block;
  font-size: 0.8rem;
  color: var(--dusty-rose);
  margin-top: 0.15rem;
  text-decoration: none;
}
.book-card .book-series-link:hover {
  text-decoration: underline;
}

/* Series line tight under genre */
.book-card .book-series-link {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3;
  font-size: 0.78rem;
}
.book-card .book-meta {
  margin-bottom: 0.15rem !important;
}
.book-card .book-blurb {
  margin-top: 0.45rem !important;
}

/* Product: more space cover vs description */
@media (min-width: 701px) {
  .book-hero {
    column-gap: 3.5rem !important;
    grid-template-columns: minmax(180px, 220px) 1fr !important;
  }
}

/* ===== MOBILE / SMALL SCREENS (max 900px) ===== */
@media (max-width: 900px) {
  /* Hero: center, covers ABOVE buttons */
  .hero {
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    padding-top: 2rem !important;
    gap: 0.75rem !important;
  }
  .hero-content {
    order: 1 !important;
    text-align: center !important;
    width: 100%;
  }
  .hero-tagline,
  .hero h1,
  .hero .tagline {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero .tagline {
    margin-bottom: 0.75rem !important;
  }
  .hero-covers {
    order: 2 !important;
    margin: 0.35rem auto 0.5rem !important;
    min-height: auto !important;
  }
  .hero-ctas,
  .hero-cta-row {
    order: 3 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    margin: 0.35rem auto 0.5rem !important;
    width: 100%;
  }
  /* Equal height/shape buttons */
  .hero-ctas .btn,
  .hero-cta-row .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 1.2rem !important;
    border-radius: 999px !important;
    font-size: 0.875rem !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }
  .hero-ctas .btn-primary {
    background: var(--dusty-rose, #AD5A5A) !important;
    color: #fff !important;
    border: 1.5px solid var(--dusty-rose, #AD5A5A) !important;
  }
  .hero-ctas .btn-ghost {
    background: transparent !important;
    border: 1.5px solid rgba(29,41,42,0.25) !important;
  }

  /* Quotes → shop tight */
  .home-shop-mobile {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
    padding-top: 0.15rem !important;
  }
  .split-section {
    padding-bottom: 0.25rem !important;
    margin-bottom: 0 !important;
  }
  .home-quote {
    margin-bottom: 0.35rem !important;
  }
  .split-section > div:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* About: name → photo → bio */
  .about-split {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .about-split .about-photo {
    order: 2 !important;
    margin: 1rem auto 1.25rem !important;
    max-width: 200px;
  }
  .about-split .about-body {
    order: 1 !important;
    width: 100%;
  }
  /* h1 name stays in body; photo after it visually via structure fix below */

  /* Contact top pad */
  .contact-main, main.page-top-pad {
    padding-top: 2rem !important;
  }

  /* Footer drawers centered */
  .footer-drawers {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0.75rem auto 0 !important;
    padding: 0 !important;
  }
  .footer-drawer-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    margin: 0.25rem auto !important;
    padding: 0.35rem 0.75rem !important;
    text-align: center !important;
  }
  .footer-drawer-panel {
    text-align: center !important;
    width: 100% !important;
  }
  .footer-drawer-panel a {
    text-align: center !important;
  }
  .footer-grid-v2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .footer-grid-v2 > div:first-child {
    text-align: center !important;
    width: 100% !important;
  }
  .footer-grid-v2 .mdw-logo {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .footer-nav-col {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .about-body {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0 2.5rem;
    align-items: start;
    max-width: 820px;
    margin: 0 auto;
  }
  .about-body > .eyebrow { grid-column: 2; }
  .about-body > .about-title-block { grid-column: 2; }
  .about-body > .about-photo {
    grid-column: 1;
    grid-row: 1 / span 5;
  }
  .about-body > .text-panel { grid-column: 2; }
  .about-body > p,
  .about-body > .social-row-about { grid-column: 2; }
}


/* Series line on catalog cards */
.book-series-line {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.25;
  font-size: 0.78rem;
}
.book-series-line a {
  color: var(--dusty-rose);
  text-decoration: none;
}
.book-series-line a:hover { text-decoration: underline; }
.book-meta { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.book-card .book-series-link { margin: 0 !important; padding: 0 !important; }

@media (max-width: 900px) {
  .book-series-line {
    margin-bottom: 0.55rem !important;
    padding-bottom: 0 !important;
  }

  /* Footer: no gap between Explore and Connect */
  .footer-drawers {
    gap: 0 !important;
  }
  .footer-drawer-btn {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .footer-drawer-panel {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
  }

  /* Quotes to shop - almost flush */
  .home-shop-mobile {
    margin-top: -0.25rem !important;
    padding-top: 0 !important;
  }
  .split-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .split-section .home-quote:last-child {
    margin-bottom: 0 !important;
  }

  /* Force identical hero buttons */
  .hero-ctas.hero-cta-row .btn,
  .hero-cta-row .btn,
  .hero-ctas .btn {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 1.15rem !important;
    line-height: 42px !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    border-width: 1.5px !important;
    border-style: solid !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* About desktop must stay 2-col */
@media (min-width: 901px) {
  .about-split {
    display: grid !important;
    grid-template-columns: 240px 1fr !important;
    gap: 2.8rem !important;
    align-items: center !important;
  }
  .about-photo { order: 0 !important; margin: 0 !important; }
  .about-body { order: 0 !important; }
}

/* Protect about desktop layout from global overrides */
@media (min-width: 901px) {
  .about-split {
    display: grid !important;
    grid-template-columns: 240px 1fr !important;
    gap: 2.8rem !important;
    align-items: center !important;
    max-width: 900px !important;
  }
  .about-photo { order: 0 !important; margin: 0 !important; max-width: none !important; }
  .about-body { order: 0 !important; display: block !important; text-align: left !important; }
}


/* Hero CTA buttons — same box on all sizes; shop is pink fill only */
.hero-ctas.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}
.hero-ctas.hero-cta-row .btn,
.hero-ctas.hero-cta-row .btn-ghost,
.hero-ctas.hero-cta-row .hero-btn-shop {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 1.25rem !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  border-radius: 999px !important;
  border-width: 1.5px !important;
  border-style: solid !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  transform: none !important;
  vertical-align: middle;
}
.hero-ctas.hero-cta-row .btn-ghost:not(.hero-btn-shop) {
  background: transparent !important;
  color: var(--deep-teal, #1D292A) !important;
  border-color: rgba(29, 41, 42, 0.22) !important;
}
.hero-ctas.hero-cta-row .hero-btn-shop {
  background: #AD5A5A !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #AD5A5A !important;
}
.hero-ctas.hero-cta-row .hero-btn-shop:hover {
  background: #99483D !important;
  border-color: #99483D !important;
  color: #fff !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  .hero-ctas.hero-cta-row {
    justify-content: center !important;
    width: 100%;
  }
  .hero-ctas.hero-cta-row .btn,
  .hero-ctas.hero-cta-row .btn-ghost,
  .hero-ctas.hero-cta-row .hero-btn-shop {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 1.15rem !important;
    font-size: 0.84rem !important;
  }
  /* padding under lower shop all books */
  .home-shop-mobile {
    margin-top: 0.15rem !important;
    margin-bottom: 2rem !important;
    padding-bottom: 0.5rem !important;
  }
}

/* Sample button centered under book cover */
.cover-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cover-col .btn-sample,
.btn-sample {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 220px !important;
  box-sizing: border-box !important;
}
.cover-col .trope-list-vert {
  justify-content: center !important;
  width: 100%;
  max-width: 220px;
}
.cover-col .tbr-block {
  width: 100%;
  max-width: 220px;
  text-align: center !important;
}
.cover-col .tbr-icons {
  justify-content: center !important;
}
.cover-col .cover-wrap {
  width: 100%;
  max-width: 220px;
}
@media (min-width: 701px) {
  .cover-col {
    align-items: center;
  }
}

/* === DIVINE DRAFT SITE FIX PACK === */

/* Every cover / thumb image fills its frame */
.book-cover,
.hero-cover,
.cover-wrap,
.book-hero-cover,
.carousel-slide .book-cover {
  padding: 0 !important;
  overflow: hidden !important;
  position: relative;
  background: transparent !important;
}
.book-cover {
  aspect-ratio: 2 / 3;
}
.book-cover img,
.hero-cover img,
.cover-wrap img,
.book-hero-cover img,
.carousel-slide .book-cover img,
.also-grid-3 .book-cover img,
.series-book .book-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: inherit;
}
.book-hero-cover {
  aspect-ratio: 2 / 3;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius, 8px);
}
.hero-cover {
  padding: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  color: transparent !important;
}

/* Smaller catalog covers */
.books-grid {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  gap: 1.1rem !important;
}
.books-grid .book-cover {
  /* max-height removed for 2:3 covers */
}
@media (max-width: 700px) {
  .books-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
  }
}

/* About photo fills 3:4 frame */
.about-photo {
  padding: 0 !important;
  overflow: hidden !important;
  aspect-ratio: 3 / 4 !important;
  max-width: 240px !important;
  width: 100% !important;
}
.about-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  opacity: 1 !important;
}
.about-photo > span { display: none !important; }

/* Character art portrait slots */
.art-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1rem !important;
}
.art-item {
  aspect-ratio: 2 / 3 !important;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 10px !important;
}
.art-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
@media (max-width: 700px) {
  .art-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

/* Series lines */
.series-line { font-size: 0.88rem; margin: 0.35rem 0 0.25rem; }
.series-line a { color: var(--dusty-rose); text-decoration: underline; text-underline-offset: 3px; }
.book-card .book-meta { margin: 0.15rem 0 0.1rem !important; padding: 0 !important; }
.book-card .book-series-line {
  margin: 0 0 0.45rem 0 !important;
  padding: 0 !important;
  line-height: 1.3;
  font-size: 0.78rem;
}
.book-card .book-series-line a { color: var(--dusty-rose); text-decoration: none; }
.book-card .book-series-line a:hover { text-decoration: underline; }

/* Coming soon ribbon */
.coming-soon-ribbon-sm {
  position: absolute; top: 10px; right: -6px; z-index: 2;
  background: linear-gradient(135deg, #3F6D6D, #1D292A);
  color: #fff; font-size: 0.58rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.25rem 0.65rem; border-radius: 3px 0 0 3px;
  pointer-events: none;
}
.coming-soon-ribbon {
  position: absolute; top: 14px; right: -8px; z-index: 2;
  background: linear-gradient(135deg, #3F6D6D, #1D292A);
  color: #fff; font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.35rem 0.9rem; border-radius: 4px 0 0 4px;
  pointer-events: none;
}
.book-cover, .cover-wrap { overflow: visible; }
.book-cover img, .book-hero-cover img { border-radius: 6px; }

/* Sticky footer */
html { height: 100%; }
body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body > main, main.page-top-pad { flex: 1 0 auto; }
.site-footer { flex-shrink: 0; margin-top: auto; width: 100%; }


/* === CATALOG + SERIES HOVER FIX === */
.books-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  gap: 1.35rem !important;
}
.books-grid .book-card {
  display: flex;
  flex-direction: column;
}
.books-grid .book-card .book-cover,
.books-grid .book-cover {
  aspect-ratio: 2 / 3 !important;
  width: 100% !important;
  max-height: none !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 8px 8px 0 0;
}
.books-grid .book-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.books-grid .book-info {
  padding: 0.85rem 1rem 1rem !important;
}
.books-grid .book-info h3 {
  font-size: 1.05rem !important;
  margin-bottom: 0.15rem;
}
.books-grid .book-blurb {
  font-size: 0.82rem !important;
  -webkit-line-clamp: 2 !important;
  margin-bottom: 0.55rem !important;
  min-height: 0 !important;
}
.books-grid .book-tags {
  margin-bottom: 0.5rem;
}
.books-grid .book-tags span {
  font-size: 0.68rem;
}
@media (max-width: 700px) {
  .books-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  }
}

/* Series page: hero-like hover lift on covers */
.series-centered .book-cover,
.series-book .book-cover,
a[href*="books/"] .book-cover {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.series-centered a:hover .book-cover,
.series-centered .book-cover:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  z-index: 2;
}


/* === SERIES COVERS: larger + no white edge on hover === */
.series-centered a {
  display: inline-block;
  vertical-align: top;
}
.series-centered .book-cover {
  max-width: 180px !important;
  width: 180px !important;
  aspect-ratio: 2 / 3 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.series-centered .book-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border: none !important;
  border-radius: 8px !important;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.series-centered a:hover .book-cover,
.series-centered .book-cover:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  border: none !important;
  outline: none !important;
  background: transparent !important;
  /* keep overflow hidden so scaled img doesn't show a frame gap */
  overflow: hidden !important;
}


/* === FEATURED ROW: start | carousel | quotes === */
.featured-row {
  display: grid;
  grid-template-columns: 1fr minmax(160px, 220px) 1fr;
  gap: 1.75rem 2rem;
  align-items: center;
}
.featured-col-start { text-align: left; }
.featured-col-start .eyebrow { text-align: center; }
.featured-col-start .flourish { justify-content: flex-start; }
.featured-col-start .start-list {
  list-style: none;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.85;
  margin: 0;
  padding: 0;
}
.featured-col-start .start-list strong { color: var(--near-black); }
.featured-col-carousel { text-align: center; }
.featured-col-quotes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.featured-col-quotes .home-quote {
  margin: 0;
  padding: 1rem 1.1rem;
  background: var(--bg-soft);
  border-left: 3px solid var(--dusty-rose);
  border-radius: 0 10px 10px 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.45;
  color: var(--near-black);
}
.featured-col-quotes .home-quote cite {
  display: block;
  margin-top: 0.55rem;
  font-style: normal;
  font-size: 0.8rem;
  font-family: var(--font-body);
}
.featured-col-quotes .home-quote cite a { color: var(--dusty-rose); }
@media (max-width: 900px) {
  .featured-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .featured-col-start { text-align: center; }
  .featured-col-start .eyebrow { text-align: center; }
  .featured-col-start .flourish { justify-content: center; }
  .featured-col-quotes { text-align: left; max-width: 28rem; margin: 0 auto; }
}

.books-pager {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}
.books-pager button {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.85rem;
}
.books-pager button:disabled { opacity: 0.4; cursor: default; }
.books-pager .pager-info {
  font-size: 0.8rem;
  color: var(--text-muted);
  width: 100%;
  text-align: center;
}


/* === PRODUCT PAGE LAYOUT (restored) === */
.product-main { padding-top: 1rem; padding-bottom: 3rem; }
.breadcrumb {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0.5rem 0 1.25rem;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb .crumb-current { color: var(--dusty-rose); }
.breadcrumb span { margin: 0 0.35rem; }

.book-hero {
  display: grid !important;
  grid-template-columns: minmax(180px, 240px) 1fr !important;
  gap: 2rem 2.5rem !important;
  align-items: start !important;
  padding: 0.5rem 0 2rem !important;
}
.book-hero .cover-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: 240px;
}
.book-hero .cover-wrap {
  position: relative;
  width: 100%;
  max-width: 240px;
}
.book-hero .book-hero-cover {
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: transparent !important;
}
.book-hero .book-hero-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.book-hero .book-hero-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left !important;
  min-height: 0 !important;
}
.book-hero .book-hero-info h1 {
  margin: 0.15rem 0 0.35rem !important;
  text-align: left !important;
}
.book-hero .product-blurb {
  width: 100%;
  margin-top: 0.5rem;
}
.book-hero .buy-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  justify-content: flex-start !important;
  text-align: left !important;
}
.product-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.also-grid-3 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.also-grid-3 .book-cover {
  max-width: 120px;
  width: 120px;
}
@media (max-width: 700px) {
  .book-hero {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .book-hero .cover-col { margin: 0 auto; }
  .book-hero .book-hero-info {
    align-items: center;
    text-align: center !important;
  }
  .book-hero .book-hero-info h1 { text-align: center !important; }
  .book-hero .buy-block { justify-content: center !important; }
  .product-cols { grid-template-columns: 1fr; }
}

/* Language select */
.lang-select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.75rem;
}
.lang-select {
  font-family: var(--font-body);
  font-size: 0.75rem;
  padding: 0.28rem 0.5rem;
  border-radius: 6px;
  border: 1px solid rgba(245,239,232,0.25);
  background: rgba(0,0,0,0.2);
  color: #f5efe8;
  cursor: pointer;
  max-width: 7.5rem;
}
.site-footer .lang-select {
  border-color: rgba(245,239,232,0.3);
  background: rgba(0,0,0,0.15);
  color: #f5efe8;
}
.footer-lang {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-top: 0.75rem;
}
.footer-lang .lang-label {
  font-size: 0.72rem;
  color: var(--peach);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (max-width: 900px) {
  .lang-select-wrap { display: none; } /* hide in cramped header; footer still has it */
  .footer-lang { display: flex; }
}

/* Compact inline pager */
.books-pager {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.35rem !important;
  margin-top: 1.5rem !important;
}
.books-pager .pager-info {
  width: auto !important;
  font-size: 0.82rem !important;
  color: var(--text-muted);
  white-space: nowrap;
  margin: 0 0.25rem;
}
.books-pager button {
  padding: 0.25rem 0.55rem !important;
  font-size: 0.8rem !important;
  min-width: auto !important;
  border-radius: 6px !important;
  background: transparent !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
}
.books-pager button:hover:not(:disabled) {
  border-color: var(--dusty-rose);
  color: var(--dusty-rose);
}
.books-pager .page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.35rem;
  border-radius: 6px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 0.82rem;
  cursor: pointer;
  font-family: var(--font-body);
  color: var(--text);
}
.books-pager .page-num.active {
  border-color: var(--dusty-rose);
  color: var(--dusty-rose);
  font-weight: 600;
}
.books-pager .page-nums {
  display: inline-flex;
  gap: 0.15rem;
  align-items: center;
}


/* === FOOTER LANG + NAV LANG + FEATURED ALIGN === */
.footer-brand-block { text-align: left; }
.footer-lang-under-address {
  display: flex;
  justify-content: center;
  margin-top: 0.85rem;
  width: 100%;
  max-width: 220px;
}
.footer-lang-under-address .footer-lang {
  align-items: center;
  width: 100%;
}
.footer-lang-under-address .lang-select {
  width: 100%;
  max-width: 11rem;
}
.footer-lang-mobile-only { display: none; }
.footer-email, .footer-address {
  font-size: 0.78rem;
  opacity: 0.85;
  margin-top: 0.25rem;
  line-height: 1.45;
}
.lang-in-drawer { display: none; }
.lang-nav-desktop { display: inline-flex; margin-left: 0.75rem; }

.featured-col-start .eyebrow {
  text-align: center !important;
  width: 100%;
}
.featured-col-start {
  text-align: left;
}
.featured-col-start .text-panel {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  display: block !important;
  padding-left: 0 !important;
  text-align: left !important;
}
.featured-col-start .start-list {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.featured-col-start .flourish {
  justify-content: flex-start;
}

/* Hero tagline align with title block */
.hero .container > p.text-panel,
.hero-copy .text-panel,
.hero p.lead,
section.hero .text-panel {
  margin-left: 0 !important;
  max-width: 36rem;
  display: block;
}

@media (max-width: 900px) {
  .lang-nav-desktop { display: none !important; }
  .lang-in-drawer {
    display: flex !important;
    justify-content: center;
    width: 100%;
    padding: 1rem 0 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(245,239,232,0.12);
  }
  .lang-drawer-wrap { justify-content: center; width: 100%; }
  .lang-drawer-wrap .lang-select {
    max-width: 12rem;
    width: 100%;
    text-align: center;
  }
  .footer-lang-under-address { display: none !important; }
  .footer-lang-mobile-only {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
  }
  .footer-lang-mobile-only .footer-lang {
    align-items: center;
  }
  .footer-drawers {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .featured-col-start .eyebrow { text-align: center !important; }
  .featured-col-start { text-align: center; }
  .featured-col-start .text-panel { text-align: center !important; }
  .featured-col-start .flourish { justify-content: center; }
  .featured-col-start .start-list { text-align: center; }
}

/* Map full landscape */
/* World map pages — landscape frame for all full maps */
/* World maps — landscape frame (all .map-full) */
.map-full {
  position: relative !important;
  max-width: min(960px, 96vw) !important;
  width: 100% !important;
  margin: 1.5rem auto !important;
  border-radius: 14px;
  overflow: hidden !important;
  cursor: zoom-in;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  aspect-ratio: 3 / 2 !important;
  height: auto !important;
  max-height: none !important;
}
.map-full img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  background: var(--bg-soft);
  min-height: 0 !important;
  max-height: none !important;
}

@media (max-width: 700px) {
  .map-full {
    aspect-ratio: 3 / 2 !important;
    max-height: none !important;
  }
  .map-full img {
    min-height: 0 !important;
    max-height: none !important;
  }
}

/* Shared compact pager (books + character art + world notes) */
.pager, .books-pager, #artPager, #wnPager {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.35rem !important;
  margin-top: 1.5rem !important;
}
.pager .pager-info, .books-pager .pager-info {
  width: auto !important;
  white-space: nowrap;
  font-size: 0.82rem !important;
  color: var(--text-muted);
  margin: 0 0.25rem;
}
.pager button, .books-pager button, #artPager button, #wnPager button {
  padding: 0.25rem 0.55rem !important;
  font-size: 0.8rem !important;
  border-radius: 6px !important;
  background: transparent !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  cursor: pointer;
  font-family: var(--font-body);
}
.pager .page-num, .books-pager .page-num, #artPager .page-num, #wnPager .page-num {
  min-width: 1.75rem;
  height: 1.75rem;
  border-radius: 6px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 0.82rem;
  cursor: pointer;
  font-family: var(--font-body);
  color: var(--text);
}
.pager .page-num.active, .books-pager .page-num.active,
#artPager .page-num.active, #wnPager .page-num.active {
  border-color: var(--dusty-rose);
  color: var(--dusty-rose);
  font-weight: 600;
}
.pager .page-nums, .books-pager .page-nums {
  display: inline-flex;
  gap: 0.15rem;
  align-items: center;
}

.hero-lead, .hero .tagline.text-panel {
  display: block !important;
  max-width: 36rem !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  padding-left: 0 !important;
}
.hero h1 { text-align: left; }
.featured-eyebrow { text-align: center !important; display: block; width: 100%; }
.featured-col-start .featured-eyebrow { text-align: center !important; }


/* === PRODUCT MOBILE ORDER + DESKTOP GRID === */
.book-hero {
  display: grid !important;
  grid-template-columns: minmax(180px, 240px) 1fr !important;
  grid-template-areas:
    "cover title"
    "cover desc" !important;
  gap: 1.25rem 2.5rem !important;
  align-items: start !important;
}
.book-hero .cover-col { grid-area: cover; }
.book-hero .product-title-block { grid-area: title; text-align: left; }
.book-hero .product-desc-col { grid-area: desc; text-align: left; }
.book-hero .product-title-block h1 { margin: 0.2rem 0 0.35rem; }
@media (max-width: 700px) {
  .book-hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .book-hero .product-title-block { order: 1; width: 100%; text-align: center !important; }
  .book-hero .product-title-block h1,
  .book-hero .product-title-block .series-line,
  .book-hero .product-title-block .release-label,
  .book-hero .product-title-block .eyebrow { text-align: center !important; }
  .book-hero .cover-col { order: 2; margin: 0.75rem auto; }
  .book-hero .product-desc-col { order: 3; width: 100%; text-align: center !important; }
  .book-hero .product-blurb { text-align: center !important; }
  .book-hero .product-blurb .body-text { text-align: center !important; }
  .book-hero .buy-block { justify-content: center !important; }
}

/* Lang in mobile drawer - force visible when nav open */
@media (max-width: 900px) {
  .lang-nav-desktop { display: none !important; }
  .lang-in-drawer {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 1.25rem 0 0.75rem !important;
    margin-top: 0.75rem !important;
    border-top: 1px solid rgba(245,239,232,0.15) !important;
  }
  .main-nav:not(.open) .lang-in-drawer { /* still in DOM when closed */
  }
  .lang-drawer-wrap {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .lang-drawer-wrap .lang-select {
    width: 100% !important;
    max-width: 14rem !important;
    text-align: center !important;
  }
}

/* Footer lang LEFT under address (desktop) */
.footer-lang-under-address {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 0.85rem !important;
  width: 100% !important;
  max-width: none !important;
}
.footer-lang-under-address .footer-lang {
  align-items: flex-start !important;
}
.footer-lang-under-address .lang-select {
  max-width: 11rem;
}

/* FEATURED left on desktop */
@media (min-width: 901px) {
  .featured-col-start .eyebrow,
  .featured-eyebrow {
    text-align: left !important;
    width: auto !important;
  }
  .featured-col-start .flourish { justify-content: flex-start !important; }
}

/* Map 12x18 shape = 2:3 portrait */
.map-full {
  max-width: min(640px, 94vw) !important;
  aspect-ratio: 2 / 3 !important;
  height: auto !important;
}
.map-full img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
}

/* Expandable search */
.search-expand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  position: relative;
}
.search-expand .search-toggle {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--text);
}
.search-expand .search-input {
  width: 0;
  opacity: 0;
  padding: 0;
  border: none;
  transition: width 0.25s ease, opacity 0.2s ease, padding 0.2s ease;
  font-family: var(--font-body);
  font-size: 0.88rem;
  border-radius: 999px;
  background: var(--bg-card);
  color: var(--text);
}
.search-expand.open .search-input {
  width: min(220px, 55vw);
  opacity: 1;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--border);
}
.list-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
  margin: 1.15rem 0 1.35rem;
}
.list-toolbar select {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  font-family: var(--font-body);
  font-size: 0.85rem;
  min-width: 160px;
}
.list-row {
  text-align: left;
  max-width: 36rem;
  margin: 0 auto 0.85rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
}
.list-row h3 { margin: 0 0 0.25rem; font-size: 1.05rem; }
.list-row .meta { font-size: 0.78rem; color: var(--teal); margin-bottom: 0.35rem; }
.list-row .desc { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 0.45rem; }
.list-row a.download-link { color: var(--dusty-rose); font-size: 0.88rem; }
.reading-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 28rem;
  margin: 0 auto 0.65rem;
  text-align: left;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.reading-step .step-arrow {
  color: var(--dusty-rose);
  font-size: 1.25rem;
  line-height: 1.2;
  flex-shrink: 0;
}
.reading-step .step-body { flex: 1; }
.reading-step h3 { margin: 0 0 0.2rem; font-size: 1.05rem; }
.reading-step h3 a { color: inherit; text-decoration: none; }
.reading-step h3 a:hover { color: var(--dusty-rose); }
.reading-step .meta { font-size: 0.8rem; color: var(--text-muted); }
.reading-step .meta a { color: var(--dusty-rose); }
.bonus-back { margin-top: 2rem; text-align: center; }
.mood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 720px;
  margin: 1rem auto 0;
}
.mood-item {
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-soft);
}
.mood-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 700px) {
  .mood-grid { grid-template-columns: repeat(2, 1fr); }
  .list-toolbar { flex-direction: column; }
  .search-expand.open .search-input { width: min(260px, 80vw); }
  .list-row, .reading-step { max-width: 100%; }
}


/* === ROUND 2 FIXES: search icon, product desktop, footer lang, toolbar === */
.search-expand .search-toggle {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: var(--dusty-rose) !important;
  font-size: 1.35rem !important;
  padding: 0.2rem !important;
  line-height: 1;
}
.search-expand .search-toggle:hover {
  color: var(--peach) !important;
  transform: scale(1.08);
}
.search-expand .search-input {
  border-color: rgba(173, 90, 90, 0.35) !important;
}
.search-expand.open .search-input {
  border-color: var(--dusty-rose) !important;
}

/* Product desktop: cover | title+desc stacked on right */
@media (min-width: 701px) {
  .book-hero {
    display: grid !important;
    grid-template-columns: minmax(180px, 240px) 1fr !important;
    grid-template-areas:
      "cover title"
      "cover desc" !important;
    gap: 0.75rem 2.5rem !important;
    align-items: start !important;
  }
  .book-hero .cover-col { grid-area: cover; }
  .book-hero .product-title-block {
    grid-area: title;
    text-align: left !important;
  }
  .book-hero .product-desc-col {
    grid-area: desc;
    text-align: left !important;
  }
  .book-hero .product-title-block .eyebrow,
  .book-hero .product-title-block h1,
  .book-hero .product-title-block .series-line,
  .book-hero .product-title-block .release-label {
    text-align: left !important;
  }
  .book-hero .product-blurb,
  .book-hero .product-blurb .body-text {
    text-align: left !important;
  }
  .book-hero .buy-block { justify-content: flex-start !important; }
}

/* Footer lang under address - left align with address text */
.footer-brand-block {
  text-align: left !important;
}
.footer-lang-under-address {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 0.75rem !important;
  padding-left: 0 !important;
  width: auto !important;
  max-width: none !important;
}
.footer-lang-under-address .footer-lang {
  align-items: flex-start !important;
  margin: 0 !important;
}
.footer-lang-under-address .lang-label {
  text-align: left !important;
}
.footer-lang-under-address .lang-select {
  margin-left: 0 !important;
}

/* Mobile: single centered lang under drawers; hide under-address */
@media (max-width: 900px) {
  .footer-lang-under-address {
    display: none !important;
  }
  .footer-lang-mobile-only {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 1rem !important;
  }
  .footer-lang-mobile-only .footer-lang {
    align-items: center !important;
  }
}

/* Bonus toolbars: filter + search side by side on mobile */
.list-toolbar {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.65rem !important;
}
@media (max-width: 700px) {
  .list-toolbar {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
  }
  .list-toolbar select {
    min-width: 0 !important;
    flex: 1 1 auto;
    max-width: 12rem;
  }
  .list-toolbar .search-expand {
    flex-shrink: 0;
  }
}

/* Reading order flow */
.reading-flow {
  max-width: 28rem;
  margin: 1.25rem auto 0;
  text-align: left;
}
.reading-start {
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dusty-rose);
  font-weight: 600;
  margin-bottom: 0.65rem;
}
.reading-flow .reading-step {
  margin: 0;
  position: relative;
}
.reading-connector {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.35rem 0;
  color: var(--dusty-rose);
  font-size: 1.5rem;
  line-height: 1;
}
.reading-connector span {
  display: inline-block;
  transform: rotate(90deg);
  font-weight: 600;
}

@media (max-width: 900px) {
  .home-shop-mobile {
    margin-top: 1.35rem !important;
    margin-bottom: 0.65rem !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0 !important;
  }
  .home-shop-mobile .btn {
    margin-bottom: 0 !important;
  }
}


/* === PRODUCT HERO FINAL (desktop + mobile) === */
.product-main .book-hero,
.book-hero {
  display: grid !important;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  grid-template-areas:
    "cover title"
    "cover desc" !important;
  column-gap: 2.5rem !important;
  row-gap: 0.5rem !important;
  align-items: start !important;
  position: relative !important;
  padding: 0.5rem 0 2rem !important;
}
.book-hero > * {
  position: relative !important;
  z-index: 1 !important;
}
.book-hero .cover-col {
  grid-area: cover !important;
  max-width: 240px !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
.book-hero .product-title-block {
  grid-area: title !important;
  text-align: left !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.book-hero .product-desc-col,
.book-hero .book-hero-info.product-desc-col {
  grid-area: desc !important;
  text-align: left !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
}
.book-hero .product-title-block .eyebrow,
.book-hero .product-title-block h1,
.book-hero .product-title-block .series-line,
.book-hero .product-title-block .release-label {
  text-align: left !important;
}
.book-hero .product-title-block h1 {
  margin: 0.15rem 0 0.35rem !important;
}
.book-hero .product-blurb,
.book-hero .product-blurb .body-text {
  text-align: left !important;
}
.book-hero .buy-block {
  justify-content: flex-start !important;
  text-align: left !important;
}

@media (max-width: 700px) {
  .product-main .book-hero,
  .book-hero {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    align-items: center !important;
    gap: 0.85rem !important;
  }
  .book-hero .product-title-block {
    order: 1 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .book-hero .product-title-block .eyebrow,
  .book-hero .product-title-block h1,
  .book-hero .product-title-block .series-line,
  .book-hero .product-title-block .release-label {
    text-align: center !important;
  }
  .book-hero .cover-col {
    order: 2 !important;
    margin: 0.5rem auto !important;
  }
  .book-hero .product-desc-col,
  .book-hero .book-hero-info.product-desc-col {
    order: 3 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .book-hero .product-blurb,
  .book-hero .product-blurb .body-text {
    text-align: center !important;
  }
  .book-hero .buy-block {
    justify-content: center !important;
  }
}

/* Shop all books under quotes — true center on mobile */
@media (max-width: 900px) {
  .home-shop-mobile {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1.35rem !important;
    margin-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    text-align: center !important;
  }
  .home-shop-mobile .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* Kill legacy first-child = cover assumptions */
.book-hero > .product-title-block:first-child {
  max-width: none !important;
  width: 100% !important;
  display: block !important;
}
.book-hero > div:first-of-type.product-title-block {
  max-width: none !important;
}


/* === PRODUCT DESKTOP: title + desc top-aligned under each other (match reference) === */
@media (min-width: 701px) {
  .book-hero,
  .product-main .book-hero {
    display: grid !important;
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
      "cover title"
      "cover desc" !important;
    align-items: start !important;
    justify-items: stretch !important;
    column-gap: 2.5rem !important;
    row-gap: 0.35rem !important;
  }
  .book-hero .cover-col {
    grid-area: cover !important;
    align-self: start !important;
  }
  .book-hero .product-title-block {
    grid-area: title !important;
    align-self: start !important;
    justify-self: stretch !important;
    text-align: left !important;
    max-width: 40rem !important;
  }
  .book-hero .product-desc-col,
  .book-hero .book-hero-info.product-desc-col {
    grid-area: desc !important;
    align-self: start !important;
    justify-self: stretch !important;
    display: block !important;
    text-align: left !important;
    max-width: 40rem !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .book-hero .product-title-block .eyebrow,
  .book-hero .product-title-block h1,
  .book-hero .product-title-block .series-line,
  .book-hero .product-title-block .release-label,
  .book-hero .product-title-block .release-label strong {
    text-align: left !important;
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .book-hero .product-title-block .release-label {
    margin: 0.35rem 0 0.15rem !important;
  }
  .book-hero .product-blurb {
    margin-top: 0.65rem !important;
    text-align: left !important;
  }
  .book-hero .product-blurb .body-text {
    text-align: left !important;
  }
  .book-hero .buy-block {
    margin-top: 1rem !important;
    justify-content: flex-start !important;
  }
  .book-hero .book-hero-info {
    display: block !important;
    min-height: 0 !important;
  }
}


/* === PRODUCT HERO: simple 2-column (cover | stacked text) === */
.book-hero {
  display: grid !important;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr) !important;
  grid-template-areas: none !important;
  grid-template-rows: none !important;
  gap: 1.5rem 2.5rem !important;
  align-items: start !important;
}
.book-hero .cover-col {
  grid-column: 1 !important;
  grid-row: 1 !important;
  max-width: 240px !important;
  width: 100% !important;
}
.book-hero .book-hero-info {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  max-width: 40rem !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.book-hero .product-title-block {
  width: 100% !important;
  text-align: left !important;
  margin: 0 0 0.75rem 0 !important;
}
.book-hero .product-title-block .eyebrow,
.book-hero .product-title-block h1,
.book-hero .product-title-block .series-line {
  text-align: left !important;
  width: 100% !important;
  display: block !important;
}
.book-hero .product-title-block .release-label {
  text-align: left !important;
  display: block !important;
  width: 100% !important;
  white-space: nowrap !important;
}
.book-hero .product-title-block .release-label strong {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
}
.book-hero .product-title-block h1 {
  margin: 0.2rem 0 0.4rem !important;
}
.book-hero .product-title-block .release-label {
  margin: 0.35rem 0 0 !important;
}
.book-hero .product-blurb {
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}
.book-hero .product-blurb .body-text {
  text-align: left !important;
  margin: 0 0 0.75rem 0 !important;
}
.book-hero .buy-block {
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
  justify-content: flex-start !important;
  width: 100% !important;
}

@media (max-width: 700px) {
  .book-hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.85rem !important;
  }
  /* Flatten info so title can order above cover */
  .book-hero .book-hero-info {
    display: contents !important;
  }
  .book-hero .product-title-block {
    order: 1 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .book-hero .product-title-block .eyebrow,
  .book-hero .product-title-block h1,
  .book-hero .product-title-block .series-line,
  .book-hero .product-title-block .release-label {
    text-align: center !important;
  }
  .book-hero .cover-col {
    order: 2 !important;
    margin: 0.5rem auto !important;
  }
  .book-hero .product-blurb {
    order: 3 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .book-hero .product-blurb .body-text {
    text-align: center !important;
  }
  .book-hero .buy-block {
    order: 4 !important;
    justify-content: center !important;
  }
}

.book-hero .release-label,
.product-title-block .release-label {
  white-space: nowrap !important;
}
.book-hero .release-label strong,
.product-title-block .release-label strong {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bonus-hub-link {
  display: inline-block;
  margin-top: 0.45rem;
  color: var(--dusty-rose);
}

/* ============================================================
   ENTRY LISTS — demure, same spirit as .list-row (deleted scenes)
   ============================================================ */
.entry-list {
  max-width: 36rem;
  margin: 1rem auto 0;
  padding: 0 0.5rem 1.5rem;
  text-align: left;
}
.entry-intro {
  max-width: 36rem;
  margin: 0.5rem auto 0.25rem;
  padding: 0 0.5rem;
  text-align: left;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.entry-card {
  max-width: 36rem;
  margin: 0 auto 0.85rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  text-align: left;
  box-shadow: none;
  transition: none;
}
.entry-card:hover {
  transform: none;
  box-shadow: none;
}
.entry-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--near-black);
  margin: 0 0 0.25rem;
  line-height: 1.25;
}
.entry-meta {
  font-size: 0.78rem;
  color: var(--teal);
  margin: 0 0 0.45rem;
  line-height: 1.45;
}
.entry-meta em {
  color: var(--dusty-rose);
  font-style: normal;
  font-weight: 500;
}
.entry-blocks {
  display: grid;
  gap: 0.35rem;
}
.entry-block {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.entry-block.alt {
  border: none;
}
.entry-label {
  display: inline;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-muted);
  font-weight: 600;
  margin: 0;
}


.site-note-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(11, 18, 14, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.site-note-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.site-note {
  position: relative;
  width: min(380px, 100%);
  background: #f8f5f2;
  border: 1px solid rgba(173, 90, 90, 0.28);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(11, 18, 14, 0.28);
  padding: 1.5rem 1.4rem 1.35rem;
  text-align: center;
}
.site-note-overlay.is-open .site-note {
  transform: none;
}
.site-note-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #AD5A5A;
  font-weight: 600;
  margin: 0 0 0.55rem;
}
.site-note-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0B120E;
  margin: 0 0 0.65rem;
}
.site-note-body {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a635f;
  margin: 0 0 1.15rem;
}
.site-note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.site-note-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}
.site-note-btn-primary {
  background: linear-gradient(135deg, #AD5A5A, #99483D);
  color: #fff !important;
}
.site-note-btn-ghost {
  background: transparent;
  color: #1D292A;
  border: 1.5px solid rgba(29, 41, 42, 0.18);
}
.site-note-close {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  color: #5a635f;
  font-size: 1.25rem;
  cursor: pointer;
  border-radius: 50%;
}
/* ============================================================

/* ============================================================
   LIP BOOKS GRID — stitching frame, cover-only, series spreads
   ============================================================ */

/* Toolbar: cute dropdown only */
.books-toolbar-lip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.85rem;
}
.filters,
.filter-select-mobile { display: none !important; }

.filter-select-cute,
.books-toolbar-lip .sort-select {
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1.5px solid rgba(173, 90, 90, 0.35);
  background: #fff;
  color: var(--near-black);
  font-size: 0.88rem;
  font-family: var(--font-body);
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23AD5A5A' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.2rem;
}
.filter-select-cute:focus,
.books-toolbar-lip .sort-select:focus {
  border-color: var(--dusty-rose);
  box-shadow: 0 0 0 3px rgba(173, 90, 90, 0.12);
}

/* Grid of covers only — like Lost Island */
.books-grid-lip {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
  gap: 1.6rem 1.35rem !important;
  justify-items: center;
  align-items: start;
}
.books-grid-lip[hidden],
#booksGrid[hidden] {
  display: none !important;
}

.lip-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  width: 100%;
  max-width: 180px;
  padding: 0 !important;
  display: block !important;
}
.lip-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.lip-cover-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  width: 100%;
}

/* Stitching frame: outer dashed border + soft pad + cover */
.lip-cover {
  position: relative;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  aspect-ratio: 2 / 3 !important;
  border-radius: 2px !important;          /* more square, like LIP */
  border: 1.5px dashed rgba(120, 130, 128, 0.55) !important;
  background: #ebe6e1;                   /* pad between stitch and art */
  padding: 7px !important;               /* “mat” like LIP */
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
  display: block !important;
}
.lip-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1px;
}
.lip-card:hover .lip-cover {
  transform: translateY(-8px);
  border-color: rgba(173, 90, 90, 0.75) !important;
  background: #f3eeea;
  box-shadow: 0 12px 28px rgba(29, 41, 42, 0.16);
}

/* Hide title / genre / series under covers on catalog */
.lip-card .lip-title,
.lip-card .book-meta,
.lip-card .book-series-line,
.lip-card .book-blurb,
.lip-card .book-tags,
.lip-card .btn-small {
  display: none !important;
}

/* ---- Series spreads only (same cover size as catalog) ---- */
.series-spreads {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2rem 1.5rem;
  justify-items: center;
  margin-top: 0.25rem;
}
.series-spreads[hidden] {
  display: none !important;
}
.series-spread {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: 220px;
  position: relative;
}
.series-spread-covers {
  position: relative;
  /* footprint matches one cover so spread reads as same size */
  width: 180px;
  height: calc(180px * 1.5);
  margin: 0 auto;
}
.series-spread-cover {
  position: absolute;
  width: 180px;
  aspect-ratio: 2 / 3;
  left: 50%;
  top: 0;
  border-radius: 2px;
  border: 1.5px dashed rgba(120, 130, 128, 0.55);
  background: #ebe6e1;
  padding: 7px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, border-color 0.28s ease;
  /* fan: slight rotate + offset, still same visual size */
  transform: translateX(calc(-50% + (var(--i, 0) - 1) * 18px)) rotate(calc((var(--i, 0) - 1) * 5deg));
  z-index: calc(5 - var(--i, 0));
}
.series-spread-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1px;
}
.series-spread:hover .series-spread-cover {
  border-color: rgba(173, 90, 90, 0.75);
  transform: translateX(calc(-50% + (var(--i, 0) - 1) * 22px)) translateY(-6px) rotate(calc((var(--i, 0) - 1) * 4deg));
}
.series-spread-label {
  margin-top: 0.85rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--near-black);
  text-align: center;
  opacity: 0.9;
  transition: color 0.25s;
}
.series-spread:hover .series-spread-label {
  color: var(--dusty-rose);
}

@media (max-width: 700px) {
  .books-grid-lip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.15rem 0.85rem !important;
  }
  .lip-card { max-width: 100%; }
  .lip-cover { max-width: 100%; }
  .series-spreads { grid-template-columns: 1fr 1fr; gap: 1.25rem 0.85rem; }
  .series-spread { max-width: 100%; }
  .series-spread-covers,
  .series-spread-cover { width: 100%; max-width: 160px; }
  .series-spread-covers { height: calc(160px * 1.5); margin: 0 auto; }
}

/* ---- Modern ribbons (coming soon / preorder) ---- */
.coming-soon-ribbon,
.coming-soon-ribbon-sm,
.preorder-ribbon {
  position: absolute;
  top: 14px;
  right: -2px;
  z-index: 6;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding: 0.38rem 0.7rem 0.38rem 0.85rem;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  font-family: var(--font-body);
}
.coming-soon-ribbon,
.coming-soon-ribbon-sm {
  background: linear-gradient(135deg, #3F6D6D 0%, #1D292A 100%);
}
.preorder-ribbon {
  background: linear-gradient(135deg, #AD5A5A 0%, #99483D 100%);
}
/* small notch on the left edge for a cleaner modern look */
.coming-soon-ribbon::before,
.coming-soon-ribbon-sm::before,
.preorder-ribbon::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  width: 6px;
  background: inherit;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

/* ---- Product: natural blurb + praise spacing ---- */
.product-blurb .body-text,
.product-blurb p,
.book-hero .product-blurb .body-text {
  line-height: 1.58 !important;
}
.product-blurb .body-text br,
.product-blurb p br {
  content: "";
  display: block;
  margin-top: 0.4em;
  line-height: 0;
}
.praise-grid {
  display: grid !important;
  gap: 0.85rem !important;
}
.praise-card {
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
  padding: 1.05rem 1.15rem !important;
  margin: 0 !important;
}
/* if praise cards are stacked as siblings outside grid */
.book-section .praise-grid + br,
.book-section br + .praise-grid {
  display: none;
}
.book-section .praise-grid + .praise-grid,
.book-section .praise-card + .praise-card {
  margin-top: 0.85rem !important;
}

/* ---- Home: FEATURED aligned to Where to start column ---- */
@media (min-width: 901px) {
  .featured-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr) !important;
    gap: 1.5rem !important;
    align-items: start !important;
  }
  .featured-col-start {
    text-align: left !important;
  }
  .featured-col-start .featured-eyebrow,
  .featured-col-start .eyebrow.featured-eyebrow {
    text-align: left !important;
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* optical center over the start-list / paragraph block */
    padding-left: 0.35rem !important;
  }
  .featured-col-start .flourish,
  .featured-col-start .section-title {
    text-align: left !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 900px) {
  .featured-col-start .featured-eyebrow {
    text-align: center !important;
    padding-left: 0 !important;
  }
}

/* Hero subscribe solid white + hover */
.hero .btn-ghost,
.hero-cta-row .btn-ghost {
  background: #ffffff !important;
  color: var(--deep-teal) !important;
  border: 1.5px solid rgba(29, 41, 42, 0.18) !important;
}
.hero .btn-ghost:hover,
.hero-cta-row .btn-ghost:hover {
  background: var(--dusty-rose) !important;
  color: #fff !important;
  border-color: var(--dusty-rose) !important;
  transform: translateY(-2px);
}

/* Social hover white */
.social-row-about a:hover svg,
.social-row a:hover svg { fill: #fff !important; }
.social-row-about a:hover img,
.social-row a:hover img { filter: brightness(0) invert(1) !important; opacity: 1 !important; }
.social-row-about a:hover,
.social-row a:hover {
  background: var(--dusty-rose) !important;
  border-color: var(--dusty-rose) !important;
}

a, button, .lip-cover-link, .series-spread { cursor: pointer; }

/* ============================================================
   ROUND: LIP stitch, 4-col centered grid, white+pink dots→green,
   solid white subscribe, bigger also-like, square shapes, embers
   ============================================================ */

/* —— Embers: larger, more fire-like —— */
.ember {
  width: 5px !important;
  height: 5px !important;
  min-width: 4px;
  min-height: 4px;
  border-radius: 50% !important;
  background: radial-gradient(
    circle at 35% 35%,
    rgba(255, 230, 160, 0.98) 0%,
    rgba(255, 170, 90, 0.9) 28%,
    rgba(224, 100, 70, 0.75) 55%,
    rgba(173, 50, 40, 0.15) 78%,
    transparent 100%
  ) !important;
  box-shadow:
    0 0 6px 2px rgba(255, 160, 80, 0.55),
    0 0 14px 4px rgba(224, 100, 60, 0.25) !important;
  opacity: 0.9 !important;
  filter: blur(0.2px);
}
@keyframes emberRise {
  0%   { transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
  6%   { opacity: 0.95; }
  40%  { opacity: 0.8; transform: translate3d(10px, -45vh, 0) scale(1.05); }
  75%  { opacity: 0.45; transform: translate3d(-8px, -80vh, 0) scale(0.7); }
  100% { transform: translate3d(6px, -110vh, 0) scale(0.35); opacity: 0; }
}

/* —— Hero Subscribe: solid white, hover brand —— */
.hero .btn-ghost,
.hero-ctas .btn-ghost,
.hero-cta-row .btn-ghost,
.hero-ctas.hero-cta-row .btn-ghost,
.hero a.btn-ghost {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: var(--deep-teal) !important;
  border: 1.5px solid rgba(29, 41, 42, 0.2) !important;
  box-shadow: 0 2px 10px rgba(29, 41, 42, 0.06) !important;
}
.hero .btn-ghost:hover,
.hero-ctas .btn-ghost:hover,
.hero-cta-row .btn-ghost:hover,
.hero-ctas.hero-cta-row .btn-ghost:hover,
.hero a.btn-ghost:hover {
  background: var(--dusty-rose) !important;
  background-color: var(--dusty-rose) !important;
  color: #ffffff !important;
  border-color: var(--dusty-rose) !important;
  transform: translateY(-2px) !important;
}

/* —— Shared stitch frame (catalog, spreads, also-like, about photo) —— */
.stitch-frame,
.lip-cover,
.series-spread-cover,
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover,
.about-photo {
  border-radius: 2px !important;
  border: 1.5px dotted #E09586 !important;   /* small pink dots */
  background: #ffffff !important;            /* white mat */
  padding: 8px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  transition: border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease !important;
}
.stitch-frame img,
.lip-cover img,
.series-spread-cover img,
.also-grid-3 > a.book-cover img,
.you-might-also a.book-cover img,
.about-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 1px !important;
}
.lip-card:hover .lip-cover,
.series-spread:hover .series-spread-cover,
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover,
.about-photo:hover {
  border-color: #3F6D6D !important;          /* green on hover */
  border-style: dotted !important;
  box-shadow: 0 12px 28px rgba(29, 41, 42, 0.14) !important;
}

/* Catalog covers — larger, 4 across, centered row */
.books-toolbar-lip {
  margin-bottom: 0 !important;
}
.books-grid-lip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 200px)) !important;
  gap: 1.85rem 1.5rem !important;
  justify-content: center !important;   /* centers incomplete first rows */
  justify-items: center !important;
  margin-top: 2rem !important;          /* pad under toolbar */
  width: 100%;
}
.lip-card {
  max-width: 200px !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.lip-cover {
  width: 100% !important;
  max-width: 200px !important;
  aspect-ratio: 2 / 3 !important;
  margin: 0 auto !important;
  border-radius: 2px !important;
}
.lip-card:hover .lip-cover {
  transform: translateY(-8px) !important;
}
/* hide text under covers */
.lip-card .lip-title,
.lip-card .book-meta,
.lip-card .book-series-line,
.lip-card .book-blurb,
.lip-card .book-tags,
.lip-card .btn-small {
  display: none !important;
}

@media (max-width: 900px) {
  .books-grid-lip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.25rem 1rem !important;
    margin-top: 1.5rem !important;
  }
  .lip-card { max-width: 100% !important; }
  .lip-cover { max-width: 100% !important; }
}

/* Series spreads — same cover size, white mat, pink dots → green */
.series-spreads {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 200px)) !important;
  gap: 2.25rem 1.5rem !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-top: 2rem !important;   /* pad under toolbar when series filter */
  width: 100%;
}
.series-spreads[hidden] { display: none !important; }
.series-spread {
  max-width: 200px !important;
  width: 100% !important;
}
.series-spread-covers {
  position: relative !important;
  width: 200px !important;
  height: calc(200px * 1.5) !important;
  margin: 0 auto !important;
}
.series-spread-cover {
  position: absolute !important;
  width: 200px !important;
  aspect-ratio: 2 / 3 !important;
  left: 50% !important;
  top: 0 !important;
  border: 1.5px dotted #E09586 !important;
  background: #ffffff !important;
  padding: 8px !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  transform: translateX(calc(-50% + (var(--i, 0) - 1) * 16px)) rotate(calc((var(--i, 0) - 1) * 4deg)) !important;
  z-index: calc(5 - var(--i, 0)) !important;
  transition: transform 0.3s ease, border-color 0.28s ease !important;
}
.series-spread:hover .series-spread-cover {
  border-color: #3F6D6D !important;
  transform: translateX(calc(-50% + (var(--i, 0) - 1) * 20px)) translateY(-6px) rotate(calc((var(--i, 0) - 1) * 3deg)) !important;
}
.series-spread-label {
  margin-top: 1.15rem !important;
  margin-bottom: 0.35rem !important;
  padding-top: 0.15rem !important;
  font-family: var(--font-display) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: var(--near-black) !important;
}
.series-spread:hover .series-spread-label {
  color: var(--dusty-rose) !important;
}
@media (max-width: 900px) {
  .series-spreads {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 1.5rem !important;
  }
  .series-spread-covers,
  .series-spread-cover { width: 100% !important; max-width: 170px !important; }
  .series-spread-covers { height: calc(170px * 1.5) !important; }
}

/* —— Sleeker ribbons —— */
.coming-soon-ribbon,
.coming-soon-ribbon-sm,
.preorder-ribbon {
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  z-index: 8 !important;
  font-size: 0.58rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  padding: 0.32rem 0.65rem !important;
  border-radius: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
  pointer-events: none !important;
  font-family: var(--font-body) !important;
  line-height: 1.2 !important;
}
.coming-soon-ribbon::before,
.coming-soon-ribbon-sm::before,
.preorder-ribbon::before {
  display: none !important;
}
.coming-soon-ribbon,
.coming-soon-ribbon-sm {
  background: #1D292A !important;
  border-left: 2px solid #3F6D6D !important;
}
.preorder-ribbon {
  background: #99483D !important;
  border-left: 2px solid #E09586 !important;
}

/* —— You might also like: bigger + stitch —— */
.also-grid-3,
.you-might-also .also-grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 160px)) !important;
  gap: 1.35rem !important;
  justify-content: center !important;
  margin-top: 1.25rem !important;
}
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover {
  width: 100% !important;
  max-width: 160px !important;
  aspect-ratio: 2 / 3 !important;
  display: block !important;
  border: 1.5px dotted #E09586 !important;
  background: #ffffff !important;
  padding: 8px !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover {
  border-color: #3F6D6D !important;
  transform: translateY(-6px) !important;
}
.also-grid-3 > a.book-cover img,
.you-might-also a.book-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 1px !important;
}
@media (max-width: 700px) {
  .also-grid-3,
  .you-might-also .also-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }
}

/* —— About photo: square-ish + stitch —— */
.about-photo {
  aspect-ratio: 3 / 4 !important;
  border: 1.5px dotted #E09586 !important;
  background: #ffffff !important;
  padding: 8px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.about-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  opacity: 1 !important;
  object-fit: cover !important;
  border-radius: 1px !important;
}
.about-photo:hover {
  border-color: #3F6D6D !important;
}

/* —— Character art: rectangle + stitch —— */
.art-item,
.art-item a,
.art-thumb,
.character-art-grid .art-item,
.gallery-item {
  border-radius: 2px !important;
}
.art-item img,
.art-thumb img,
.gallery-item img {
  border-radius: 1px !important;
  object-fit: cover !important;
}
.art-item,
.gallery-item {
  border: 1.5px dotted #E09586 !important;
  background: #ffffff !important;
  padding: 6px !important;
  overflow: hidden !important;
  transition: border-color 0.28s ease, transform 0.28s ease !important;
}
.art-item:hover,
.gallery-item:hover {
  border-color: #3F6D6D !important;
  transform: translateY(-4px);
}

/* —— Product blurb: natural paragraph spacing (override br bloat) —— */
.product-blurb .body-text,
.product-blurb p,
.book-hero .product-blurb .body-text {
  line-height: 1.6 !important;
}
.product-blurb .body-text br,
.product-blurb p br {
  content: "" !important;
  display: block !important;
  margin: 0.28em 0 0 !important;
  line-height: 0 !important;
  height: 0.28em !important;
}
.praise-grid {
  gap: 0.9rem !important;
}
.praise-card {
  font-size: 1rem !important;
  line-height: 1.55 !important;
  padding: 1.05rem 1.15rem !important;
  margin: 0 !important;
  border-radius: 2px !important;
}

/* —— Featured optical center to Where to start —— */
@media (min-width: 901px) {
  .featured-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr) !important;
    gap: 1.5rem !important;
    align-items: start !important;
  }
  .featured-col-start {
    text-align: left !important;
    padding-left: 0.25rem !important;
  }
  .featured-col-start .featured-eyebrow,
  .featured-col-start > .eyebrow,
  .featured-col-start p.eyebrow {
    text-align: center !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    /* center over the start column content block */
    display: block !important;
  }
  .featured-col-start .flourish {
    justify-content: center !important;
  }
  .featured-col-start .section-title {
    text-align: center !important;
  }
  .featured-col-start .text-panel,
  .featured-col-start .start-list {
    text-align: left !important;
  }
}

/* Global: less rounded, more rectangular modern feel */
.book-cover,
.book-hero-cover,
.hero-cover,
.kit-card,
.progress-card,
.entry-card,
.list-row,
.quote-block,
.praise-card,
.newsletter-box,
.contact-form {
  border-radius: 4px !important;
}
.btn,
.btn-primary,
.btn-ghost,
.btn-small,
.filter-select-cute,
.sort-select,
.filter-btn {
  border-radius: 4px !important; /* less pill, more modern rect with soft corners */
}
/* keep true pills only where intentional — optional override off for main CTAs */
.btn-primary,
.btn-ghost {
  border-radius: 6px !important;
}


/* ============================================================
   FIX PASS — only requested items
   ============================================================ */

/* Embers: small but bold/bright */
.ember {
  width: 3px !important;
  height: 3px !important;
  min-width: 2.5px !important;
  min-height: 2.5px !important;
  border-radius: 50% !important;
  background: radial-gradient(
    circle,
    #ffe8a8 0%,
    #ff9a4a 40%,
    #e05530 70%,
    transparent 100%
  ) !important;
  box-shadow:
    0 0 4px 1.5px rgba(255, 140, 60, 0.85),
    0 0 10px 2px rgba(224, 80, 40, 0.4) !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Hero: ONLY Subscribe free = white; Shop All Books = pink fill */
.hero .hero-btn-shop,
.hero-ctas .hero-btn-shop,
.hero-cta-row .hero-btn-shop,
.hero a.hero-btn-shop,
.hero-ctas.hero-cta-row .hero-btn-shop {
  background: linear-gradient(135deg, var(--dusty-rose), var(--rust)) !important;
  background-color: var(--dusty-rose) !important;
  color: #fff !important;
  border: 1.5px solid transparent !important;
}
.hero .hero-btn-shop:hover,
.hero-ctas .hero-btn-shop:hover,
.hero-cta-row .hero-btn-shop:hover,
.hero a.hero-btn-shop:hover {
  background: linear-gradient(135deg, #99483D, #7a3a30) !important;
  background-color: #99483D !important;
  color: #fff !important;
  border-color: transparent !important;
  transform: translateY(-2px) !important;
}
/* Subscribe free only (btn-ghost that is NOT shop) */
.hero a.btn-ghost:not(.hero-btn-shop),
.hero-ctas a.btn-ghost:not(.hero-btn-shop),
.hero-cta-row a.btn-ghost:not(.hero-btn-shop),
.hero-ctas.hero-cta-row .btn-ghost:not(.hero-btn-shop) {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: var(--deep-teal) !important;
  border: 1.5px solid rgba(29, 41, 42, 0.2) !important;
}
.hero a.btn-ghost:not(.hero-btn-shop):hover,
.hero-ctas a.btn-ghost:not(.hero-btn-shop):hover,
.hero-cta-row a.btn-ghost:not(.hero-btn-shop):hover {
  background: var(--dusty-rose) !important;
  color: #fff !important;
  border-color: var(--dusty-rose) !important;
}

/* FEATURED centered over Where to start column content */
@media (min-width: 901px) {
  .featured-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr) !important;
    align-items: start !important;
  }
  .featured-col-start {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* centers eyebrow + title over column */
    text-align: center !important;
  }
  .featured-col-start .featured-eyebrow,
  .featured-col-start > .eyebrow,
  .featured-col-start p.eyebrow {
    text-align: center !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
  }
  .featured-col-start .flourish {
    justify-content: center !important;
    width: 100% !important;
  }
  .featured-col-start .section-title {
    text-align: center !important;
  }
  /* body copy + list stay readable left-aligned but width-matched under centered header */
  .featured-col-start .text-panel,
  .featured-col-start .start-list {
    text-align: left !important;
    width: 100% !important;
    max-width: 22rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Stitch frame — dashed thin lines (stitch look), full border all 4 sides, white mat */
.lip-cover,
.series-spread-cover,
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover,
.about-photo {
  border: 1.5px dashed #E09586 !important;  /* continuous dashed = stitch-like */
  border-style: dashed !important;
  border-width: 1.5px !important;
  border-color: #E09586 !important;
  background: #ffffff !important;
  padding: 9px !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;              /* fully square */
  overflow: visible !important;             /* don't clip bottom border */
  background-clip: padding-box !important;
}
.lip-cover img,
.series-spread-cover img,
.also-grid-3 > a.book-cover img,
.you-might-also a.book-cover img {
  border-radius: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
/* inner clip for image only */
.lip-cover,
.series-spread-cover,
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover {
  /* use outline + padding so all 4 sides of dashed border show */
  outline: none !important;
}
.lip-card:hover .lip-cover,
.series-spread:hover .series-spread-cover,
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover,
.about-photo:hover {
  border-color: #3F6D6D !important;
}

/* Catalog grid: 4 max, centered, clear gap under toolbar */
.books-grid-lip {
  display: grid !important;
  grid-template-columns: repeat(4, 200px) !important;
  justify-content: center !important;
  justify-items: center !important;
  gap: 1.85rem 1.6rem !important;
  margin-top: 2.25rem !important;
  padding-top: 0.25rem !important;
  width: 100% !important;
  max-width: 100% !important;
}
.lip-card {
  width: 200px !important;
  max-width: 200px !important;
}
.lip-cover {
  width: 200px !important;
  max-width: 200px !important;
  height: auto !important;
  aspect-ratio: 2 / 3 !important;
  border-radius: 0 !important;
}
@media (max-width: 900px) {
  .books-grid-lip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 1.75rem !important;
    gap: 1.25rem 1rem !important;
  }
  .lip-card, .lip-cover {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Series spreads: centered, max 4, pad under toolbar */
.series-spreads {
  display: grid !important;
  grid-template-columns: repeat(4, 200px) !important;
  justify-content: center !important;
  justify-items: center !important;
  gap: 2.4rem 1.6rem !important;
  margin-top: 2.25rem !important;
  width: 100% !important;
}
.series-spread {
  width: 200px !important;
  max-width: 200px !important;
}
.series-spread-covers {
  width: 200px !important;
  height: 300px !important;
}
.series-spread-cover {
  width: 200px !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
.series-spread-label {
  margin-top: 1.35rem !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 900px) {
  .series-spreads {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 1.75rem !important;
  }
  .series-spread { width: 100% !important; max-width: 100% !important; }
  .series-spread-covers, .series-spread-cover {
    width: 100% !important;
    max-width: 170px !important;
  }
}

/* Ribbons: high-contrast so they read on green/dark covers */
.coming-soon-ribbon,
.coming-soon-ribbon-sm {
  background: #0B120E !important;
  color: #f5efe8 !important;
  border: 1px solid #E09586 !important;
  border-left: 3px solid #E09586 !important;
  right: 8px !important;
  top: 10px !important;
  border-radius: 0 !important;
  letter-spacing: 0.14em !important;
  font-size: 0.56rem !important;
  padding: 0.35rem 0.55rem !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35) !important;
}
.preorder-ribbon {
  background: #AD5A5A !important;
  color: #fff !important;
  border: 1px solid #FFAC90 !important;
  border-left: 3px solid #FFAC90 !important;
  right: 8px !important;
  top: 10px !important;
  border-radius: 0 !important;
  letter-spacing: 0.14em !important;
  font-size: 0.56rem !important;
  padding: 0.35rem 0.55rem !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}
.coming-soon-ribbon::before,
.coming-soon-ribbon-sm::before,
.preorder-ribbon::before {
  display: none !important;
}

/* You might also like — full stitch border including bottom, square */
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover {
  border-radius: 0 !important;
  overflow: visible !important;
  aspect-ratio: 2 / 3 !important;
  max-width: 160px !important;
}
.also-grid-3,
.you-might-also .also-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 160px)) !important;
  justify-content: center !important;
  gap: 1.35rem !important;
}

/* Product + home covers: square corners */
.book-hero-cover,
.book-hero-cover img,
.cover-wrap,
.hero-cover,
.hero-cover img,
.carousel-slide .book-cover,
.carousel-slide .book-cover img {
  border-radius: 0 !important;
}
.book-hero-cover {
  border: 1.5px dashed #E09586 !important;
  background: #fff !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}
.book-hero-cover:hover {
  border-color: #3F6D6D !important;
}

/* Description line breaks: tighter, less “paragraph gap” feel */
.product-blurb .body-text br,
.product-blurb p br,
.book-hero .product-blurb .body-text br {
  content: "" !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0.35em !important;
  line-height: 0.35em !important;
}
.product-blurb .body-text,
.product-blurb p {
  line-height: 1.55 !important;
}


/* ============================================================
   FIX: dotted stitch, diagonal ribbon, product no-border,
   series label pad, subscribe tan hover, featured center, embers
   ============================================================ */

/* Embers — very small but bold */
.ember {
  width: 2px !important;
  height: 2px !important;
  min-width: 2px !important;
  min-height: 2px !important;
  background: radial-gradient(circle, #ffd090 0%, #ff8a40 55%, transparent 100%) !important;
  box-shadow: 0 0 3px 1px rgba(255, 140, 50, 0.9) !important;
  opacity: 0.95 !important;
}

/* Subscribe free hover → soft tan (bg-soft), not rose */
.hero a.btn-ghost:not(.hero-btn-shop):hover,
.hero-ctas a.btn-ghost:not(.hero-btn-shop):hover,
.hero-cta-row a.btn-ghost:not(.hero-btn-shop):hover,
.hero-ctas.hero-cta-row .btn-ghost:not(.hero-btn-shop):hover {
  background: #f0ebe6 !important;
  background-color: #f0ebe6 !important;
  color: var(--deep-teal) !important;
  border-color: rgba(29, 41, 42, 0.25) !important;
}

/* Catalog + series + also-like: DOTTED pink → green dots on hover
   Full box border including bottom; white mat; square */
.lip-cover,
.series-spread-cover,
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover {
  border: 2px dotted #E09586 !important;
  border-style: dotted !important;
  background: #ffffff !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background-clip: padding-box !important;
}
.lip-cover img,
.series-spread-cover img,
.also-grid-3 > a.book-cover img,
.you-might-also a.book-cover img {
  border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.lip-card:hover .lip-cover,
.series-spread:hover .series-spread-cover,
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover {
  border-color: #3F6D6D !important;
  border-style: dotted !important;
}

/* PRODUCT main cover: NO dotted border (remove previous rule) */
.book-hero-cover,
.cover-wrap .book-hero-cover,
.product-main .book-hero-cover {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: var(--shadow-hover, 0 12px 32px rgba(0,0,0,0.15)) !important;
}
.book-hero-cover img {
  border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.book-hero-cover:hover {
  border: none !important;
}

/* Hide text under catalog covers — force again */
.lip-card .lip-title,
.lip-card h3,
.lip-card .book-meta,
.lip-card .book-series-line,
.lip-card .book-blurb,
.lip-card .book-tags,
.lip-card .btn-small {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Catalog grid: centered 4-col, space under toolbar */
.books-grid-lip {
  display: grid !important;
  grid-template-columns: repeat(4, 200px) !important;
  justify-content: center !important;
  gap: 1.85rem 1.5rem !important;
  margin-top: 2.5rem !important;
  width: 100% !important;
}
.lip-card {
  width: 200px !important;
  max-width: 200px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.lip-cover {
  width: 200px !important;
  aspect-ratio: 2 / 3 !important;
}

/* Series spreads centered + label padding */
.series-spreads {
  display: grid !important;
  grid-template-columns: repeat(4, 200px) !important;
  justify-content: center !important;
  gap: 2.5rem 1.5rem !important;
  margin-top: 2.5rem !important;
  width: 100% !important;
}
.series-spread-label {
  margin-top: 1.6rem !important;
  margin-bottom: 0.5rem !important;
  padding-top: 0.35rem !important;
}

/* Diagonal corner ribbon — thin, neutral, wraps top-right corner */
.coming-soon-ribbon,
.coming-soon-ribbon-sm,
.preorder-ribbon {
  position: absolute !important;
  top: 14px !important;
  right: -28px !important;
  z-index: 10 !important;
  width: 120px !important;
  text-align: center !important;
  font-size: 0.52rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #1a1f1e !important;
  background: #e8e2db !important;          /* neutral warm gray from brand family */
  border: none !important;
  border-left: none !important;
  padding: 0.28rem 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18) !important;
  transform: rotate(45deg) !important;
  transform-origin: center center !important;
  pointer-events: none !important;
  line-height: 1.2 !important;
}
.preorder-ribbon {
  background: #d4cfc8 !important;
  color: #0B120E !important;
}
.coming-soon-ribbon::before,
.coming-soon-ribbon-sm::before,
.preorder-ribbon::before {
  display: none !important;
}
/* Keep ribbon inside cover frame */
.lip-cover,
.cover-wrap,
.book-cover {
  position: relative !important;
  overflow: hidden !important; /* clip diagonal ribbon ends cleanly */
}
/* But allow full dotted border: use outline for stitch so overflow hidden doesn't clip border */
.lip-cover {
  overflow: hidden !important;
  border: none !important;
  outline: 2px dotted #E09586 !important;
  outline-offset: 0 !important;
  background: #fff !important;
  padding: 10px !important;
}
.lip-card:hover .lip-cover {
  outline-color: #3F6D6D !important;
}
.series-spread-cover {
  overflow: hidden !important;
  border: none !important;
  outline: 2px dotted #E09586 !important;
  background: #fff !important;
  padding: 10px !important;
}
.series-spread:hover .series-spread-cover {
  outline-color: #3F6D6D !important;
}
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover {
  overflow: hidden !important;
  border: none !important;
  outline: 2px dotted #E09586 !important;
  background: #fff !important;
  padding: 10px !important;
}
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover {
  outline-color: #3F6D6D !important;
}

/* Product blurb paragraphs — tight natural spacing */
.product-blurb .body-text,
.product-blurb p.body-text {
  margin: 0 0 0.65rem 0 !important;
  line-height: 1.55 !important;
  padding: 0 !important;
}
.product-blurb .body-text:last-child {
  margin-bottom: 0 !important;
}

/* FEATURED centered to Where to start column */
@media (min-width: 901px) {
  .featured-col-start {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .featured-col-start .eyebrow,
  .featured-col-start .featured-eyebrow {
    text-align: center !important;
    width: 100% !important;
  }
  .featured-col-start .flourish {
    width: 100% !important;
    justify-content: center !important;
  }
  .featured-col-start .section-title {
    text-align: center !important;
  }
  .featured-col-start .text-panel,
  .featured-col-start .start-list {
    width: 100% !important;
    max-width: 22rem !important;
    text-align: left !important;
  }
}

@media (max-width: 900px) {
  .books-grid-lip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lip-card, .lip-cover { width: 100% !important; max-width: 100% !important; }
  .series-spreads {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* ============================================================
   FIX PASS 2 — featured, true dots, bottom border, ribbons,
   praise pink line, search square, also-like, about photo
   ============================================================ */

/* FEATURED — force center over Where to start title */
@media (min-width: 901px) {
  .featured-col-start {
    text-align: center !important;
  }
  .featured-col-start > .eyebrow,
  .featured-col-start > p.eyebrow,
  .featured-col-start .featured-eyebrow {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 0.45rem auto !important;
    padding: 0 !important;
    text-align: center !important;
    float: none !important;
    position: relative !important;
    left: 0 !important;
  }
  .featured-col-start .flourish {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .featured-col-start .section-title {
    text-align: center !important;
    width: 100% !important;
  }
  .featured-col-start .text-panel {
    text-align: left !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .featured-col-start .start-list {
    text-align: left !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #ffffff !important;
    padding: 0.75rem 1rem !important;
    border-radius: 4px !important;
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
  }
}

/* True circular-looking dots via spaced border (avoid square dotted) */
.lip-cover,
.series-spread-cover,
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover,
.about-photo {
  /* white mat + continuous box so bottom always shows */
  background: #ffffff !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  /* use box-shadow ring of dots simulation + solid fallback */
  border: none !important;
  outline: none !important;
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 3px #fff,
    /* outer pink dot ring */
    0 0 0 4px #E09586 !important;
  /* actual dots: background border image */
  background-image:
    linear-gradient(#fff, #fff),
    radial-gradient(circle, #E09586 1.1px, transparent 1.25px) !important;
  background-origin: content-box, border-box !important;
  background-clip: content-box, border-box !important;
  background-size: auto, 8px 8px !important;
  border: 8px solid transparent !important;
}
.lip-cover img,
.series-spread-cover img,
.also-grid-3 > a.book-cover img,
.you-might-also a.book-cover img,
.about-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  background: #111 !important;
}
.lip-card:hover .lip-cover,
.series-spread:hover .series-spread-cover,
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover,
.about-photo:hover {
  background-image:
    linear-gradient(#fff, #fff),
    radial-gradient(circle, #3F6D6D 1.1px, transparent 1.25px) !important;
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 3px #fff,
    0 0 0 4px #3F6D6D !important;
}

/* Product main cover — no frame */
.book-hero-cover,
.product-main .book-hero-cover {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18) !important;
  outline: none !important;
}

/* Catalog grid centered */
.books-grid-lip {
  display: grid !important;
  grid-template-columns: repeat(4, 200px) !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-top: 2.5rem !important;
  gap: 1.85rem 1.5rem !important;
}
.series-spreads {
  display: grid !important;
  grid-template-columns: repeat(4, 200px) !important;
  justify-content: center !important;
  margin-inline: auto !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-top: 2.5rem !important;
}
@media (max-width: 900px) {
  .books-grid-lip,
  .series-spreads {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Diagonal ribbon — thinner, neutral, text centered, green text */
.coming-soon-ribbon,
.coming-soon-ribbon-sm,
.preorder-ribbon {
  position: absolute !important;
  top: 18px !important;
  right: -32px !important;
  z-index: 12 !important;
  width: 130px !important;
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 0.5rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #3F6D6D !important;          /* green text as requested */
  background: #e9e4de !important;     /* neutral */
  padding: 0.32rem 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2) !important;
  transform: rotate(45deg) !important;
  line-height: 1 !important;
}
.preorder-ribbon {
  background: #ddd7d0 !important;
  color: #3F6D6D !important;
}
.lip-cover,
.cover-wrap {
  overflow: hidden !important;
  position: relative !important;
}

/* Early praise — pink left rule like From the Pages quote */
.praise-card,
.book-section .praise-grid .praise-card {
  border-left: 3px solid var(--dusty-rose) !important;
  background: var(--bg-soft) !important;
  border-radius: 0 6px 6px 0 !important;
  padding: 1.05rem 1.2rem !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.praise-grid {
  gap: 1rem !important;
  margin-top: 0.75rem !important;
}

/* Section top padding on product */
.product-cols {
  margin-top: 2.75rem !important;
  padding-top: 0.5rem !important;
}
.product-main .book-section {
  margin-top: 2.25rem !important;
  padding-top: 0.35rem !important;
}
.product-main .book-section .section-title {
  margin-bottom: 1rem !important;
}

/* Cover lightbox */
.cover-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(11, 18, 14, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.cover-lightbox.open {
  display: flex !important;
}
.cover-lightbox-inner {
  max-width: min(420px, 92vw);
}
.cover-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

/* Search icon bigger; expand bar more square */
.search-toggle,
.search-expand .search-toggle {
  font-size: 1.55rem !important;
  line-height: 1 !important;
  padding: 0.25rem !important;
}
.search-expand .search-input,
.search-input {
  border-radius: 4px !important;
  border: 1.5px solid rgba(173, 90, 90, 0.35) !important;
  padding: 0.55rem 0.9rem !important;
}
.filter-select-cute,
.sort-select,
.list-toolbar select,
.filter-select-mobile {
  border-radius: 4px !important;
  border: 1.5px solid rgba(173, 90, 90, 0.35) !important;
  padding: 0.5rem 2rem 0.5rem 1rem !important;
  background-color: #fff !important;
  font-size: 0.88rem !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23AD5A5A' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.85rem center !important;
}

/* About photo same dots */
.about-photo {
  border-radius: 0 !important;
}

/* Hide catalog text under covers again */
.books-grid-lip .lip-title,
.books-grid-lip h3,
.books-grid-lip .book-meta,
.books-grid-lip .book-series-line {
  display: none !important;
}


/* ============================================================
   LIP-STYLE FRAME — thin subtle dots only (final)
   Matches Lost Island Press: small dotted outline + tiny gap
   Pink default → teal/green on hover
   ============================================================ */

.lip-cover,
.series-spread-cover,
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover,
.about-photo {
  /* reset every previous frame attempt */
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;

  /* LIP look: tiny gap + thin dotted line */
  padding: 5px !important;
  border: 1px dotted #E09586 !important;
  border-style: dotted !important;
  border-width: 1px !important;
  border-color: #E09586 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  transition: border-color 0.2s ease !important;
}

.lip-cover img,
.series-spread-cover img,
.also-grid-3 > a.book-cover img,
.you-might-also a.book-cover img,
.about-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.lip-card:hover .lip-cover,
.series-spread:hover .series-spread-cover,
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover,
.about-photo:hover {
  border-color: #3F6D6D !important;
  border-style: dotted !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Product main cover stays clean — no frame */
.book-hero-cover,
.product-main .book-hero-cover {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.16) !important;
  outline: none !important;
}

/* Catalog cards themselves have no extra chrome */
.lip-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}


/* ============================================================
   WHITE GAP + FULL 4-SIDE DOTTED FRAME (final LIP match)
   ============================================================ */

.lip-cover,
.series-spread-cover,
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover,
.about-photo {
  background: #ffffff !important;          /* white gap / mat */
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;

  padding: 6px !important;                 /* white space between dots & image */
  border: 1px dotted #E09586 !important;
  border-top: 1px dotted #E09586 !important;
  border-right: 1px dotted #E09586 !important;
  border-bottom: 1px dotted #E09586 !important;
  border-left: 1px dotted #E09586 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;

  /* do NOT clip the border */
  overflow: visible !important;
}

/* clip only the image, not the frame */
.lip-cover img,
.series-spread-cover img,
.also-grid-3 > a.book-cover img,
.you-might-also a.book-cover img,
.about-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  border: none !important;
}

/* parent must not clip bottom border either */
.lip-card,
.series-spread,
.also-grid-3 > a,
.you-might-also a {
  overflow: visible !important;
}

.lip-card:hover .lip-cover,
.series-spread:hover .series-spread-cover,
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover,
.about-photo:hover {
  border-color: #3F6D6D !important;
  background: #ffffff !important;
}

/* Ribbon sits on the IMAGE, not outside the white mat —
   so position it inside the padding box via a wrap */
.lip-cover,
.series-spread-cover,
.cover-wrap {
  position: relative !important;
}

/* Diagonal ribbon: sit on the cover image corner, clipped to image area */
.coming-soon-ribbon,
.coming-soon-ribbon-sm,
.preorder-ribbon {
  position: absolute !important;
  top: 12px !important;
  right: -26px !important;
  z-index: 5 !important;
  width: 110px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 0.48rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #3F6D6D !important;
  background: #e9e4de !important;
  padding: 0.28rem 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18) !important;
  transform: rotate(45deg) !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

/* On product pages the ribbon must sit on the cover image itself */
.book-hero-cover,
.cover-wrap {
  position: relative !important;
  overflow: hidden !important; /* clip ribbon ends to cover edges */
}
.book-hero-cover .coming-soon-ribbon,
.book-hero-cover .preorder-ribbon,
.cover-wrap .coming-soon-ribbon,
.cover-wrap .preorder-ribbon {
  top: 18px !important;
  right: -28px !important;
}

/* Catalog lip-cover: allow ribbon to show but keep bottom border.
   Use a inner clip for the image+ribbon only. */
.lip-cover {
  overflow: visible !important;
}
.lip-cover > img {
  /* image stays inside the white pad */
}
/* if ribbon is a child of lip-cover, nudge it inside the white pad */
.lip-cover .coming-soon-ribbon,
.lip-cover .preorder-ribbon,
.lip-cover .coming-soon-ribbon-sm {
  top: 18px !important;
  right: -22px !important;
}


/* ============================================================
   BOTTOM BORDER FIX — image must stay inside white padding
   Use grid so img cannot overflow the content box
   ============================================================ */

.lip-cover,
.series-spread-cover,
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover {
  display: grid !important;
  grid-template: 1fr / 1fr !important;
  aspect-ratio: 2 / 3 !important;
  width: 200px !important;
  max-width: 100% !important;
  height: auto !important;

  background: #ffffff !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;

  padding: 6px !important;
  border: 1px dotted #E09586 !important;
  border-bottom: 1px dotted #E09586 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important; /* clip ribbon + image to padded area; border still paints */
  position: relative !important;
}

.lip-cover img,
.series-spread-cover img,
.also-grid-3 > a.book-cover img,
.you-might-also a.book-cover img {
  grid-area: 1 / 1 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: stretch !important;
  justify-self: stretch !important;
}

/* ribbon stays in same grid cell, top-right of the IMAGE area */
.lip-cover .coming-soon-ribbon,
.lip-cover .coming-soon-ribbon-sm,
.lip-cover .preorder-ribbon,
.series-spread-cover .coming-soon-ribbon,
.series-spread-cover .preorder-ribbon {
  grid-area: 1 / 1 !important;
  justify-self: end !important;
  align-self: start !important;
  position: relative !important; /* not absolute — grid handles placement */
  top: 10px !important;
  right: -20px !important;
  margin: 0 !important;
  transform: rotate(45deg) !important;
  z-index: 2 !important;
}

.lip-card:hover .lip-cover,
.series-spread:hover .series-spread-cover,
.also-grid-3 > a.book-cover:hover,
.you-might-also a.book-cover:hover {
  border-color: #3F6D6D !important;
  background: #ffffff !important;
}

/* About photo — same white gap + 4-side dots */
.about-photo {
  display: grid !important;
  grid-template: 1fr / 1fr !important;
  background: #ffffff !important;
  background-image: none !important;
  padding: 6px !important;
  border: 1px dotted #E09586 !important;
  border-bottom: 1px dotted #E09586 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  box-shadow: none !important;
  outline: none !important;
}
.about-photo img {
  grid-area: 1 / 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
.about-photo:hover {
  border-color: #3F6D6D !important;
  background: #ffffff !important;
}

/* Catalog grid still centered */
.books-grid-lip {
  display: grid !important;
  grid-template-columns: repeat(4, 200px) !important;
  justify-content: center !important;
  gap: 1.85rem 1.5rem !important;
  margin-top: 2.5rem !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 900px) {
  .books-grid-lip {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lip-cover {
    width: 100% !important;
  }
}


/* ============================================================
   SERIES STACK — restore fan (was broken by grid on covers)
   ============================================================ */

.series-spreads {
  display: grid !important;
  grid-template-columns: repeat(4, 220px) !important;
  justify-content: center !important;
  gap: 2.5rem 1.75rem !important;
  margin-top: 2.5rem !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.series-spread {
  display: block !important;
  width: 220px !important;
  text-decoration: none !important;
  color: inherit !important;
  background: transparent !important;
  border: none !important;
  overflow: visible !important;
}

.series-spread-covers {
  position: relative !important;
  width: 200px !important;
  height: 300px !important;
  margin: 0 auto !important;
  display: block !important;
  /* NOT grid — absolute children for fan */
}

/* Each cover in the fan — absolute, offset by --i */
.series-spread-cover {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 200px !important;
  height: 300px !important;
  display: block !important;
  grid-template: none !important;

  background: #ffffff !important;
  padding: 6px !important;
  border: 1px dotted #E09586 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;

  transform: rotate(calc((var(--i, 0) - 1) * 5deg))
             translateX(calc(var(--i, 0) * 14px))
             translateY(calc(var(--i, 0) * 4px)) !important;
  z-index: calc(10 - var(--i, 0)) !important;
  transition: border-color 0.2s ease, transform 0.25s ease !important;
}

.series-spread-cover img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  margin: 0 !important;
  grid-area: auto !important;
}

.series-spread:hover .series-spread-cover {
  border-color: #3F6D6D !important;
}

.series-spread:hover .series-spread-cover:nth-child(1) {
  transform: rotate(-6deg) translateX(-8px) translateY(0) !important;
}
.series-spread:hover .series-spread-cover:nth-child(2) {
  transform: rotate(0deg) translateX(14px) translateY(-4px) !important;
}
.series-spread:hover .series-spread-cover:nth-child(3) {
  transform: rotate(6deg) translateX(36px) translateY(0) !important;
}

.series-spread-label {
  text-align: center !important;
  margin-top: 1.75rem !important;
  margin-bottom: 0.35rem !important;
  font-family: var(--font-display, Georgia, serif) !important;
  font-size: 1.05rem !important;
  color: var(--near-black, #1a1f1e) !important;
}

@media (max-width: 900px) {
  .series-spreads {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .series-spread {
    width: 100% !important;
  }
  .series-spread-covers {
    width: 160px !important;
    height: 240px !important;
  }
  .series-spread-cover {
    width: 160px !important;
    height: 240px !important;
  }
}

/* ============================================================
   RIBBON — centered text + flush on product cover
   ============================================================ */

.coming-soon-ribbon,
.coming-soon-ribbon-sm,
.preorder-ribbon {
  position: absolute !important;
  top: 16px !important;
  right: -30px !important;
  z-index: 6 !important;
  width: 120px !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  font-size: 0.48rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  padding: 0 !important;
  margin: 0 !important;

  color: #3F6D6D !important;
  background: #e9e4de !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18) !important;
  transform: rotate(45deg) !important;
  transform-origin: center center !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}

.preorder-ribbon {
  background: #ddd7d0 !important;
  color: #3F6D6D !important;
}

/* Product page: ribbon flush to cover thumbnail */
.cover-wrap {
  position: relative !important;
  display: inline-block !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  max-width: 100% !important;
}
.cover-wrap .book-hero-cover {
  display: block !important;
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}
.cover-wrap .coming-soon-ribbon,
.cover-wrap .preorder-ribbon {
  top: 18px !important;
  right: -28px !important;
  width: 115px !important;
  height: 22px !important;
}

/* Catalog lip-cover ribbon stays inside overflow:hidden frame */
.lip-cover {
  position: relative !important;
}
.lip-cover .coming-soon-ribbon,
.lip-cover .coming-soon-ribbon-sm,
.lip-cover .preorder-ribbon {
  position: absolute !important;
  top: 14px !important;
  right: -28px !important;
  grid-area: auto !important;
  justify-self: auto !important;
  align-self: auto !important;
}


/* ============================================================
   Product cover: kill mystery right strip
   ============================================================ */
.cover-wrap,
.cover-col .cover-wrap {
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.book-hero-cover,
.cover-wrap .book-hero-cover {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.book-hero-cover img {
  display: block !important;
  width: 100% !important;
  max-width: 280px !important;
  height: auto !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Ribbon text truly centered on the band */
.coming-soon-ribbon,
.coming-soon-ribbon-sm,
.preorder-ribbon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  width: 128px !important;
  padding: 0 4px !important;
  margin: 0 !important;
  line-height: 20px !important;
  letter-spacing: 0.08em !important;
  font-size: 0.46rem !important;
  white-space: nowrap !important;
}

/* Advanced praise: less top space */
.praise-section {
  margin-top: 1.1rem !important;
  padding-top: 0 !important;
}
.praise-section .section-title {
  margin-top: 0 !important;
  margin-bottom: 0.7rem !important;
}

/* All books + series spreads: centered row, then wrap left-to-right */
.books-grid-lip {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 1.85rem 1.5rem !important;
  width: 100% !important;
  max-width: 920px !important;
  margin: 2.5rem auto 0 auto !important;
  grid-template-columns: none !important;
}
.lip-card {
  width: 200px !important;
  flex: 0 0 200px !important;
}
.series-spreads {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 2.5rem 2rem !important;
  width: 100% !important;
  max-width: 920px !important;
  margin: 2.5rem auto 0 auto !important;
  grid-template-columns: none !important;
}

/* Series stack = horizontal overlapping row (not a vertical fan) */
.series-spread {
  width: 280px !important;
  flex: 0 0 280px !important;
}
.series-spread-covers {
  position: relative !important;
  width: 280px !important;
  height: 220px !important;
  margin: 0 auto !important;
  display: block !important;
}
.series-spread-cover {
  position: absolute !important;
  top: 0 !important;
  left: calc(var(--i, 0) * 56px) !important;
  width: 148px !important;
  height: 222px !important;
  display: block !important;
  grid-template: none !important;
  transform: none !important;
  z-index: calc(1 + var(--i, 0)) !important;
  background: #fff !important;
  padding: 5px !important;
  border: 1px dotted #E09586 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
.series-spread:hover .series-spread-cover {
  transform: none !important;
  border-color: #3F6D6D !important;
}
.series-spread:hover .series-spread-cover:nth-child(1),
.series-spread:hover .series-spread-cover:nth-child(2),
.series-spread:hover .series-spread-cover:nth-child(3) {
  transform: none !important;
}
.series-spread-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 900px) {
  .books-grid-lip {
    max-width: 100% !important;
  }
  .lip-card {
    width: calc(50% - 0.75rem) !important;
    flex: 0 0 calc(50% - 0.75rem) !important;
  }
  .series-spread {
    width: 240px !important;
    flex: 0 0 240px !important;
  }
  .series-spread-covers {
    width: 240px !important;
    height: 190px !important;
  }
  .series-spread-cover {
    width: 128px !important;
    height: 192px !important;
    left: calc(var(--i, 0) * 48px) !important;
  }
}


/* You might also like — centered */
.also-grid-3,
.you-might-also .also-grid-3 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 1.25rem !important;
  width: 100% !important;
  margin: 0.75rem auto 0 auto !important;
  grid-template-columns: none !important;
}
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover {
  width: 140px !important;
  max-width: 140px !important;
  flex: 0 0 140px !important;
  border-radius: 0 !important;
}

/* Series page covers — square corners + same dotted frame */
.series-centered .book-cover,
.series-centered .book-cover img {
  border-radius: 0 !important;
}
.series-centered .book-cover {
  background: #fff !important;
  padding: 6px !important;
  border: 1px dotted #E09586 !important;
  overflow: hidden !important;
}

/* Series filter stack — homepage hero look, tighter overlap */
.series-spread-covers {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 240px !important;
  height: 230px !important;
  margin: 0 auto !important;
}
.series-spread {
  width: 250px !important;
  flex: 0 0 250px !important;
}
.series-spread-cover {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 118px !important;
  height: 177px !important;
  margin: 0 -18px !important;
  transform: none !important;
  background: #fff !important;
  padding: 4px !important;
  border: 1px dotted #E09586 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.16) !important;
  transition: transform 0.3s ease, z-index 0.3s ease !important;
}
.series-spread-cover:nth-child(1) {
  transform: rotate(-7deg) translateY(8px) !important;
  z-index: 1 !important;
}
.series-spread-cover:nth-child(2) {
  transform: rotate(1deg) translateY(-2px) !important;
  z-index: 3 !important; /* book 1 in front when 3 covers */
}
.series-spread-cover:nth-child(3) {
  transform: rotate(8deg) translateY(6px) !important;
  z-index: 2 !important;
}
.series-spread:hover .series-spread-cover:nth-child(1),
.series-spread:hover .series-spread-cover:nth-child(2),
.series-spread:hover .series-spread-cover:nth-child(3) {
  transform: rotate(0deg) translateY(-8px) scale(1.04) !important;
  z-index: 5 !important;
  border-color: #3F6D6D !important;
}
.series-spread-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

/* Lightbox close — visible X + click-outside already handled */
.cover-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  background: rgba(11, 18, 14, 0.78) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1.5rem !important;
  cursor: zoom-out !important;
}
.cover-lightbox.open {
  display: flex !important;
}
.cover-lightbox-inner {
  max-width: min(420px, 92vw);
  cursor: default;
}
.cover-lightbox-close {
  position: absolute !important;
  top: 1rem !important;
  right: 1.2rem !important;
  z-index: 10000 !important;
  width: 44px !important;
  height: 44px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #0B120E !important;
  font-size: 1.8rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25) !important;
}
.cover-lightbox-close:hover {
  background: #E09586 !important;
  color: #fff !important;
}

.series-centered .breadcrumb {
  justify-content: center;
  margin-bottom: 1.25rem;
  text-align: center;
}


/* FEATURED sits on the same center line as Where to start */
.featured-start-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  text-align: center !important;
}
.featured-start-head .featured-eyebrow,
.featured-start-head .eyebrow {
  display: block !important;
  width: auto !important;
  margin: 0 0 0.3rem 0 !important;
  padding: 0 !important;
  text-align: center !important;
  letter-spacing: 0.16em !important;
}
.featured-start-head .flourish {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
}
.featured-col-start .featured-start-head + .text-panel,
.featured-col-start .featured-start-head + p {
  text-align: left !important;
}

/* Series stacks: bigger covers, tighter overlap, name closer */
.series-spread {
  width: 280px !important;
  flex: 0 0 280px !important;
}
.series-spread-covers {
  width: 280px !important;
  height: 280px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.series-spread-cover {
  width: 150px !important;
  height: 225px !important;
  margin: 0 -32px !important;
}
.series-spread-label {
  margin-top: 0.55rem !important;
  margin-bottom: 0 !important;
}


/* Series stack — larger + tight overlap */
.series-spread {
  width: 340px !important;
  flex: 0 0 340px !important;
}
.series-spread-covers {
  width: 340px !important;
  height: 340px !important;
}
.series-spread-cover {
  width: 190px !important;
  height: 285px !important;
  margin: 0 -58px !important;
}
.series-spread-label {
  margin-top: 0.4rem !important;
}

/* Playlist accordion — brand match */
.playlist-row {
  max-width: 36rem;
  margin: 0 auto 0.65rem;
  background: #fff;
  border: 1px solid rgba(173, 90, 90, 0.22);
  border-radius: 0;
  text-align: left;
}
.playlist-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  border: none;
  padding: 0.95rem 1.1rem;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.playlist-toggle-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.playlist-book {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dusty-rose);
  font-weight: 600;
}
.playlist-name {
  font-family: var(--font-display);
  font-size: 1.12rem;
  color: var(--near-black);
  line-height: 1.25;
}
.playlist-toggle .arr {
  color: var(--dusty-rose);
  flex-shrink: 0;
  transition: transform 0.2s ease;
  font-size: 1.05rem;
}
.playlist-row.open .playlist-toggle .arr {
  transform: rotate(90deg);
}
.playlist-body {
  display: none;
  padding: 0 1.1rem 1.1rem;
  border-top: 1px dotted rgba(173, 90, 90, 0.35);
}
.playlist-row.open .playlist-body {
  display: block;
}
.playlist-mood {
  margin: 0.85rem 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.playlist-songs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.playlist-songs li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(29, 41, 42, 0.08);
  font-size: 0.92rem;
}
.playlist-songs li:last-child {
  border-bottom: none;
}
.song-title {
  color: var(--near-black);
}
.song-artist {
  color: var(--text-muted);
  font-style: italic;
  text-align: right;
}
.playlist-spotify {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--dusty-rose);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}
.playlist-spotify:hover {
  color: var(--near-black);
}


/* FEATURED sits above the title words, between the flourish lines */
.featured-flourish {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
.featured-flourish .featured-start-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.featured-flourish .featured-eyebrow {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 0 0.2rem 0 !important;
  padding: 0 !important;
}

/* 4 series stacks per row: compact + tight overlap */
.series-spreads {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1.1rem 0.75rem !important;
  max-width: 1080px !important;
  margin: 2rem auto 0 auto !important;
}
.series-spread {
  width: 230px !important;
  flex: 0 0 230px !important;
  text-align: center !important;
}
.series-spread-covers {
  width: 230px !important;
  height: 250px !important;
  margin: 0 auto !important;
}
.series-spread-cover {
  width: 148px !important;
  height: 222px !important;
  margin: 0 -46px !important;
}
.series-spread-label {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 0.35rem !important;
  margin-bottom: 0 !important;
}

/* Playlist card rounded */
.playlist-row {
  border-radius: 12px !important;
  overflow: hidden;
}


/* FEATURED — nudge toward the middle of Where to start */
.featured-flourish .featured-eyebrow {
  transform: translateX(14px);
}

/* You might also like — slightly larger */
.also-grid-3 > a.book-cover,
.you-might-also a.book-cover {
  width: 168px !important;
  max-width: 168px !important;
  flex: 0 0 168px !important;
}

/* Cohesive cards sitewide: white fill, grey border, soft-square radius */
.kit-card,
.playlist-row,
.wn-section,
.list-row,
.scene-row,
.note-card,
.god-card,
.list-card,
.bonus-main .kit-card,
.deleted-row,
.ann-row,
.guide-row {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(29, 41, 42, 0.11) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.playlist-row {
  overflow: hidden;
}


/* FEATURED — one more nudge toward the title center */
.featured-flourish .featured-eyebrow {
  transform: translateX(28px) !important;
}

/* Tighter gap between featured paragraph and book list */
.featured-col-start .text-panel {
  margin-bottom: 0.45rem !important;
}
.featured-col-start .start-list {
  margin-top: 0.2rem !important;
}

/* Advanced praise — less space above */
.praise-section {
  margin-top: 0.75rem !important;
  padding-top: 0.35rem !important;
}

/* Search always on the left of its toolbar */
.list-toolbar,
.books-toolbar,
.books-toolbar-lip,
.wn-toolbar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.65rem !important;
}
.list-toolbar .search-expand,
.books-toolbar .search-expand,
.wn-toolbar .search-expand {
  order: -1 !important;
}

/* Search input actually usable */
.search-expand.open .search-input,
.search-expand:focus-within .search-input {
  width: min(240px, 62vw) !important;
  opacity: 1 !important;
  padding: 0.45rem 0.8rem !important;
  border: 1.5px solid var(--dusty-rose) !important;
  background: #fff !important;
  pointer-events: auto !important;
}

/* Series: 1 per row on small screens */
@media (max-width: 700px) {
  .series-spreads {
    flex-direction: column !important;
    align-items: center !important;
  }
  .series-spread {
    width: 260px !important;
    flex: 0 0 auto !important;
  }
}


/* Series spreads visible when not hidden */
.series-spreads[hidden] {
  display: none !important;
}
.series-spreads:not([hidden]) {
  display: flex !important;
  visibility: visible !important;
}

/* Search field must expand */
.search-expand.open .search-input {
  display: inline-block !important;
  visibility: visible !important;
  width: 220px !important;
  min-width: 180px !important;
  max-width: 70vw !important;
  opacity: 1 !important;
  height: auto !important;
  padding: 0.45rem 0.8rem !important;
  border: 1.5px solid #AD5A5A !important;
  background: #fff !important;
  color: #1D292A !important;
}


.featured-flourish .featured-eyebrow {
  transform: translateX(40px) !important;
}

.featured-col-start .text-panel {
  margin: 0.7rem 0 0.15rem 0 !important;
}
.featured-col-start .start-list,
.featured-col-start ul.start-list {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Homepage buttons match product: square-round 8px */
.hero .btn,
.hero a.btn,
.home-shop-mobile .btn,
.newsletter-home .btn,
.index-page .btn,
body .hero .btn-ghost,
body .hero .btn-primary,
body .featured-section + * .btn,
.home-newsletter .btn,
.section .btn-primary,
.section .btn-ghost {
  border-radius: 8px !important;
}

/* Search: field always visible next to icon — no hidden expand */
.search-expand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
}
.search-expand .search-input,
.search-input {
  display: inline-block !important;
  width: 200px !important;
  min-width: 160px !important;
  max-width: 55vw !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: 2.4rem !important;
  padding: 0.4rem 0.75rem !important;
  border: 1.5px solid rgba(173, 90, 90, 0.35) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #1D292A !important;
}

/* Reader guide cards = world notes cards */
#roList .wn-section,
.bonus-page-main .wn-section {
  text-align: left !important;
  max-width: 36rem !important;
  margin: 0 auto 1.15rem !important;
  padding: 1.15rem 1.25rem !important;
  border: 1px solid rgba(29, 41, 42, 0.11) !important;
  border-radius: 12px !important;
  background: #fff !important;
}


.featured-flourish .featured-eyebrow {
  transform: none !important;
  margin-left: 3.25rem !important;
}

.is-search-hidden {
  display: none !important;
}

/* Hero + links buttons: 8px like product */
.hero .btn,
.hero a.btn,
.hero .btn-ghost,
.hero .btn-primary,
.hero-ctas .btn,
.hero-cta-row .btn,
.hero-btn-shop,
a.hero-btn-shop,
.link-btn,
a.link-btn {
  border-radius: 8px !important;
}


/* FEATURED + title: one shrink-wrapped stack so the word sits on the title */
.featured-title-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}
.featured-title-stack .featured-eyebrow {
  margin: 0 0 0.2rem 0 !important;
  padding: 0 !important;
  transform: none !important;
  width: auto !important;
  text-align: center !important;
}
.featured-title-stack .featured-flourish {
  width: auto;
}

@media (max-width: 700px) {
  .featured-col-start,
  .featured-title-stack {
    width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .featured-title-stack .featured-flourish {
    max-width: 15.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* LAST word on hero button corners — beats the old 999px pill rule */
.hero-ctas.hero-cta-row .btn,
.hero-ctas.hero-cta-row .btn-ghost,
.hero-ctas.hero-cta-row .hero-btn-shop,
.hero .hero-cta-row a.btn {
  border-radius: 8px !important;
}


/* FEATURED: center on the title words only */
.featured-title-stack {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  text-align: center !important;
}
.featured-title-stack .featured-eyebrow {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 0 0.15rem 0 !important;
  padding: 0 !important;
  transform: none !important;
  letter-spacing: 0.16em;
}
.featured-col-start .eyebrow,
.featured-col-start .featured-eyebrow {
  text-align: center !important;
}

/* Bonus cards: solid white, embers cannot show through */
.kit-card,
.wn-section,
.playlist-row,
.list-row,
.bonus-page-main .wn-section,
.bonus-main .kit-card,
article.wn-section,
.deleted-row,
.ann-row {
  background: #ffffff !important;
  background-color: #ffffff !important;
  isolation: isolate;
  position: relative;
  z-index: 1;
}


@media (min-width: 701px) {
  .featured-title-stack .featured-eyebrow {
    padding-left: 2.75rem !important;
    margin-left: 0 !important;
    transform: none !important;
    text-align: center !important;
  }
}
@media (max-width: 700px) {
  .featured-title-stack .featured-eyebrow {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
}


@media (max-width: 900px) {
  .about-split,
  .about-split .about-body,
  .about-split .text-panel,
  .about-split .text-panel p {
    text-align: center !important;
  }
  .about-split .text-panel {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}



/* ============================================================
   True-mobile hero / embers / product pages + start-list panel
   ============================================================ */
.featured-col-start .start-list,
ul.start-list {
  background: #fff !important;
  background-color: #fff !important;
  display: inline-block;
  padding: 0.65rem 0.9rem !important;
  border-radius: 8px;
}

@media (max-width: 700px) {
  section.hero,
  .hero,
  section.hero[style] {
    text-align: center !important;
    overflow: visible !important;
    width: min(100%, 92vw) !important;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 1.75rem !important;
  }
  .hero-content {
    text-align: center !important;
  }
  .hero-tagline,
  .hero h1,
  .hero .tagline,
  .hero-lead,
  .hero p,
  .hero p.tagline,
  .hero p.hero-lead,
  .hero p.text-panel,
  .hero .tagline.text-panel,
  .hero p.tagline.text-panel.hero-lead {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 28rem !important;
  }
  .hero-covers {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 0 !important;
    padding-bottom: 1.4rem !important;
    gap: 0 !important;
  }
  .hero-cover {
    width: 96px !important;
    max-width: 30vw !important;
    flex: 0 0 96px;
    padding: 0 !important;
  }
  .hero-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .hero-cover:nth-child(1) {
    margin-left: 0 !important;
    margin-right: -14px !important;
  }
  .hero-cover:nth-child(2) {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .hero-cover:nth-child(3) {
    margin-left: -14px !important;
    margin-right: 0 !important;
  }

  .product-cols {
    margin-top: 0.7rem !important;
    padding-top: 0 !important;
    gap: 0.7rem !important;
  }
  .product-main .book-section,
  .product-cols .book-section {
    margin-top: 0.35rem !important;
    margin-bottom: 0.2rem !important;
    padding-top: 0 !important;
  }
  .product-cols .book-section:first-child,
  .product-main .product-cols .book-section:first-child,
  .product-main .book-section:first-of-type {
    margin-top: 0.35rem !important;
    padding-top: 0 !important;
  }
  .product-main .book-section .section-title,
  .product-cols .book-section .section-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0.55rem !important;
  }

  .ember {
    width: 1.5px !important;
    height: 1.5px !important;
    min-width: 1.5px !important;
    min-height: 1.5px !important;
    box-shadow: 0 0 2px 0.5px rgba(255, 140, 50, 0.7) !important;
    opacity: 0.7 !important;
  }
}

@media (max-width: 700px) {
  .praise-section + .book-section {
    margin-top: 1.35rem !important;
    padding-top: 0.55rem !important;
  }
}
