:root {
  --jw-dark: #222;
  --jw-darker: #111;
  --jw-accent: #ee2357;
  --jw-accent-light: #ee2357;
  --jw-muted: #aaa;
}
html { scroll-behavior: smooth; }
body { font-family: 'Lora', serif; background-color: var(--jw-dark); color: #e0e0e0; }

/* NAVBAR */
.navbar.is-dark-custom {
  background-color: #ee2357;
  border-bottom: none;
  position: sticky; top: 0; z-index: 100;
}
.site-title { display: none; }
.navbar-item, .navbar-link { color: #fff !important; font-size: 0.82rem; letter-spacing: 1.5px; text-transform: uppercase; }
.navbar-item:hover { color: rgba(255,255,255,0.75) !important; background: transparent !important; }
.navbar-burger span { background-color: #fff; }
.navbar-menu { background-color: #ee2357; }

/* SERIES HERO */
.series-hero {
  background: linear-gradient(to bottom, #111, #222);
  padding: 4rem 1.5rem 3rem;
  border-bottom: 1px solid #333;
  text-align: center;
}
.series-hero h1 { font-family: 'Lora', serif; font-size: clamp(2rem, 5vw, 3.5rem); color: #fff; }
.series-hero h1 em { color: #ee2357; font-style: normal; }
.series-divider { width: 60px; height: 2px; background: #ee2357; margin: 1rem auto 0; }
.breadcrumb-bar { font-size: 0.78rem; color: #fff; margin-bottom: 0.75rem; }
.breadcrumb-bar a { color: #fff; text-decoration: none; }
.breadcrumb-bar a:hover { color: #ee2357; }

/* BOOK SECTIONS */
.book-section { padding: 4rem 1.5rem; border-bottom: 1px solid #333; background-color: #222; }
.book-section:nth-child(even) { background-color: #333; }

.book-cover { text-align: center; }
.book-cover img {
  border-radius: 3px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
  max-width: 220px; width: 100%;
  border: 1px solid #fff;
}

.book-title { font-family: 'Lora', serif; font-size: clamp(1.3rem, 3vw, 1.9rem); color: #ee2357; margin-bottom: 0.25rem; }
.book-subtitle { font-family: 'Lora', serif; font-style: italic; color: #e0e0e0; font-size: 1rem; margin-bottom: 1.25rem; }
.book-desc { font-family: 'Lora', serif; font-size: 0.95rem; line-height: 1.9; color: #bbb; }
.book-desc p + p { margin-top: 1rem; }

.buy-btn {
  display: inline-block; margin-top: 1.5rem; padding: 0.65rem 1.75rem;
  background: #ee2357; color: #fff; font-weight: 600; font-size: 0.78rem;
  letter-spacing: 2px; text-transform: uppercase; text-decoration: none;
  border-radius: 2px; transition: background 0.2s;
}
.buy-btn:hover { background: #c41a47; color: #fff; }

/* QUOTE IMAGES */
.quotes-grid { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.quotes-grid img {
  border-radius: 3px;
  width: 400px; max-width: 100%; flex: 0 0 auto;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
  border: 1px solid #fff;
}

/* VIDEO */
.video-section { text-align: center; padding: 3rem 1.5rem; background: #333; border-bottom: 1px solid #333; }
.video-section h2 { font-family: 'Lora', serif; color: #ee2357; margin-bottom: 1.5rem; font-size: 1.2rem; letter-spacing: 1px; }
.video-section video { max-width: 640px; width: 100%; border-radius: 4px; box-shadow: 0 8px 32px rgba(0,0,0,0.6); }

/* FOOTER */
.jw-footer {
  background: #111; border-top: 1px solid #333; padding: 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.5rem;
  font-family: 'Lora', serif;
  font-size: 0.85rem; letter-spacing: 1.5px; text-transform: uppercase;
  color: #fff;
}
.jw-footer a { color: #fff; text-decoration: none; }
.jw-footer a:hover { color: #ee2357; }
