:root {
  --v2-gold: #C0A060; --v2-gold-dark: #a8884b;
  --v2-ink: #1d1c1a; --v2-muted: #6b675f;
  --v2-paper: #faf8f4; --v2-line: #e7e2d8;
  --v2-dark: #15130f; --v2-dark-soft: #b6b0a4; --v2-dark-text: #f3efe8;
  --v2-serif: 'Cormorant Garamond', Georgia, serif;
  --v2-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--v2-sans); background: var(--v2-paper); color: var(--v2-ink); line-height: 1.65; font-size: 16px; }
a { color: inherit; }
img { max-width: 100%; }

/* ── Site header (dark, v2) ── */
.site-header { background: rgba(15,14,13,0.94); border-bottom: 0; position: sticky; top: 0; z-index: 50; backdrop-filter: blur(8px); }
.site-header .wrap { max-width: 1060px; margin: 0 auto; padding: 0.95rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-header a.brand, .site-header a.brand--founder { font-family: var(--v2-serif); font-weight: 600; font-size: 1.25rem; color: var(--v2-dark-text); text-decoration: none; letter-spacing: 0.01em; }
.site-header .brand-mark { color: var(--v2-gold); margin-right: 0.35em; }
.site-header nav a, .author-nav a { font-size: 0.85rem; color: var(--v2-dark-soft); margin-left: 1.6rem; text-decoration: none; transition: color 0.15s; }
.site-header nav a:hover, .author-nav a:hover, .author-nav a.active { color: #fff; }
.author-nav { display: flex; }
.site-header--founder .wrap { justify-content: space-between; }

/* ── Hero (shared) ── */
.v2-hero { position: relative; overflow: hidden; color: var(--v2-dark-text); background: var(--v2-dark); }
.v2-hero-bg { position: absolute; top: -40px; right: -40px; bottom: -40px; left: -40px;
  background-position: center 28%; background-size: cover;
  filter: blur(28px) brightness(0.32) saturate(0.9); transform: scale(1.15); }
.v2-hero-bg::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(180deg, rgba(10,9,8,0.28) 0%, rgba(10,9,8,0.58) 70%, var(--v2-paper) 100%); }
.v2-hero-inner { position: relative; z-index: 2; max-width: 1060px; margin: 0 auto;
  display: grid; gap: 3.5rem; align-items: center; padding: 4rem 2rem 5rem; }
.v2-hero-inner--book   { grid-template-columns: 300px 1fr; }
.v2-hero-inner--author { grid-template-columns: 1fr 290px; }
.v2-kicker { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--v2-gold); margin-bottom: 1.05rem; }
.v2-hero h1 { font-family: var(--v2-serif); font-weight: 700; font-size: clamp(2.3rem, 5vw, 3.5rem); line-height: 1.05; margin-bottom: 1.05rem; color: var(--v2-dark-text); }
.v2-hook { font-family: var(--v2-serif); font-style: italic; font-size: clamp(1.12rem, 2.1vw, 1.4rem); color: #d8d2c6; max-width: 36ch; line-height: 1.45; margin-bottom: 1.35rem; }
.v2-bio-line { font-size: 1rem; color: #d8d2c6; max-width: 54ch; line-height: 1.7; margin-bottom: 1.8rem; }
.v2-byline { font-size: 0.9rem; color: var(--v2-dark-soft); margin-bottom: 1.9rem; display: flex; align-items: center; gap: 0.6rem; }
.v2-byline strong { color: var(--v2-dark-text); font-weight: 600; }
.v2-byline img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }

/* 3D book */
.v2-book3d { perspective: 1200px; justify-self: center; position: relative; }
.v2-book3d .v2-latest { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); z-index: 3;
  font-size: 0.64rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--v2-gold); color: var(--v2-dark); padding: 0.3rem 0.9rem; border-radius: 999px; white-space: nowrap; }
.v2-book3d .v2-book { position: relative; display: block; width: 100%; max-width: 280px;
  transform: rotateY(-14deg) rotateX(2deg); transform-style: preserve-3d; transition: transform 0.5s ease; }
.v2-book3d:hover .v2-book { transform: rotateY(-4deg); }
.v2-book3d .v2-book img, .v2-book3d .v2-book .v2-tcover { display: block; width: 100%; border-radius: 3px 8px 8px 3px;
  box-shadow: 18px 28px 60px rgba(0,0,0,0.55), 2px 4px 12px rgba(0,0,0,0.4); }
.v2-book3d .v2-spine { position: absolute; top: 1px; bottom: 1px; left: 0; width: 13px; z-index: 2;
  background: linear-gradient(90deg, rgba(255,255,255,0.18), rgba(0,0,0,0.35) 60%, rgba(0,0,0,0) 100%); border-radius: 3px 0 0 3px; }
.v2-book3d .v2-pages { position: absolute; top: 4px; bottom: 4px; right: -7px; width: 8px;
  background: repeating-linear-gradient(180deg, #eee8dc 0 2px, #d9d2c4 2px 3px); border-radius: 0 3px 3px 0; transform: translateZ(-6px); }
.v2-tcover { aspect-ratio: 10/16; display: flex; align-items: center; justify-content: center; text-align: center;
  background: linear-gradient(135deg, #3a3632, #1e1c1a); color: var(--v2-gold);
  font-family: var(--v2-serif); font-size: 1.5rem; font-weight: 700; padding: 1.2rem; line-height: 1.25; }

/* Buttons */
.v2-cta-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }
.v2-btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--v2-sans);
  font-weight: 600; font-size: 0.93rem; padding: 0.8rem 1.6rem; border-radius: 8px;
  cursor: pointer; text-decoration: none; border: 0; transition: transform 0.15s, box-shadow 0.15s, background 0.15s; }
.v2-btn-gold { background: var(--v2-gold); color: var(--v2-dark); box-shadow: 0 6px 24px rgba(192,160,96,0.35); }
.v2-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(192,160,96,0.45); }
.v2-btn-outline { background: transparent; color: var(--v2-dark-text); border: 1px solid rgba(243,239,232,0.4); }
.v2-btn-outline:hover { border-color: var(--v2-dark-text); }
.v2-btn-quiet { background: none; border: 0; color: var(--v2-dark-soft); font-size: 0.85rem; cursor: pointer; display: inline-flex; gap: 0.4rem; align-items: center; padding: 0.8rem 0.3rem; font-family: var(--v2-sans); }
.v2-btn-quiet:hover { color: #fff; }
.v2-price-chip { font-family: var(--v2-serif); font-size: 1.25rem; font-weight: 700; color: var(--v2-gold); margin-right: 0.2rem; }

/* Coming soon chip */
.v2-soon { display: inline-block; background: rgba(192,160,96,0.16); border: 1px solid rgba(192,160,96,0.5);
  color: var(--v2-gold); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em;
  padding: 0.55rem 1.1rem; border-radius: 999px; }

/* ── Content sections (book page) ── */
.v2-content { max-width: 680px; margin: 0 auto; padding: 3.2rem 1.5rem 0.5rem; }
.v2-blurb { font-size: 1.03rem; color: #36332e; }
.v2-blurb::first-letter { font-family: var(--v2-serif); font-size: 3.1em; float: left;
  line-height: 0.85; padding-right: 0.12em; color: var(--v2-gold-dark); font-weight: 600; }
.v2-pullquote { max-width: 760px; margin: 3.2rem auto 0; padding: 0 1.5rem; text-align: center; }
.v2-pullquote::before, .v2-pullquote::after { content: ''; display: block; width: 72px; height: 1px; background: var(--v2-gold); margin: 0 auto; }
.v2-pullquote blockquote { font-family: var(--v2-serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.45rem, 2.8vw, 2rem); line-height: 1.4; padding: 1.7rem 0; }
.v2-scenes { max-width: 1060px; margin: 3.2rem auto 0; padding: 0 1.5rem; }
.v2-scenes .v2-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--v2-muted); text-align: center; margin-bottom: 1.4rem; }
.v2-scenes .v2-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; cursor: pointer; }
.v2-scenes .v2-shot { overflow: hidden; border-radius: 10px; aspect-ratio: 16/10; box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
.v2-scenes .v2-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; display: block; }
.v2-scenes .v2-row:hover img { transform: scale(1.05); }
.v2-scenes .v2-sub { text-align: center; font-size: 0.92rem; color: var(--v2-muted); margin-top: 1.1rem; }
.v2-scenes .v2-trailer-link { color: var(--v2-gold-dark); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(168,136,75,0.4); cursor: pointer; }
.v2-scenes .v2-trailer-link:hover { color: var(--v2-gold); border-color: var(--v2-gold); }

/* Lead capture */
.v2-lead { max-width: 680px; margin: 3.2rem auto 0; padding: 0 1.5rem; }
.v2-lead-inner { border: 1px solid var(--v2-gold); border-radius: 16px; padding: 2.1rem 2rem; text-align: center;
  background: linear-gradient(180deg, rgba(192,160,96,0.07), rgba(192,160,96,0.02)); }
.v2-lead-inner .v2-licon { font-size: 1.5rem; color: var(--v2-gold-dark); margin-bottom: 0.5rem; }
.v2-lead-inner h3 { font-family: var(--v2-serif); font-size: 1.65rem; font-weight: 700; margin-bottom: 0.45rem; }
.v2-lead-inner p { color: var(--v2-muted); font-size: 0.96rem; max-width: 44ch; margin: 0 auto 1.35rem; }
.v2-lead-form { display: flex; gap: 0.7rem; max-width: 460px; margin: 0 auto; }
.v2-lead-form input[type=email] { flex: 1; min-width: 0; font-family: var(--v2-sans); font-size: 0.95rem; padding: 0.8rem 1rem;
  border: 1px solid var(--v2-line); border-radius: 8px; background: #fff; }
.v2-lead-form input[type=email]:focus { outline: none; border-color: var(--v2-gold); }
.v2-lead-note { font-size: 0.78rem; color: var(--v2-muted); margin-top: 0.85rem; }
.v2-lead-msg { padding: 0.75rem 1rem; margin: 0 auto 1rem; border-radius: 8px; font-size: 0.95rem; max-width: 460px; }

/* Buy card */
.v2-buy { max-width: 680px; margin: 3.2rem auto 0; padding: 0 1.5rem; }
.v2-buy-inner { background: var(--v2-dark); border-radius: 16px; color: var(--v2-dark-text); text-align: center; padding: 2.3rem 2rem; }
.v2-buy-inner .v2-price { font-family: var(--v2-serif); font-size: 2.1rem; font-weight: 700; color: var(--v2-gold); }
.v2-buy-inner .v2-note { font-size: 0.85rem; color: var(--v2-dark-soft); margin: 0.25rem 0 1.4rem; }
.v2-buy-inner .v2-cta-row { justify-content: center; }

/* Sticky bar */
.v2-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; align-items: center; gap: 0.9rem;
  padding: 0.55rem 1.1rem; background: rgba(15,14,13,0.95); backdrop-filter: blur(10px); color: var(--v2-dark-text);
  transform: translateY(110%); transition: transform 0.3s ease; }
.v2-sticky.v2-show { transform: translateY(0); }
.v2-sticky img { width: 32px; border-radius: 2px; }
.v2-sticky .v2-t { font-family: var(--v2-serif); font-size: 0.98rem; font-weight: 600; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v2-sticky .v2-btn { padding: 0.5rem 1.05rem; font-size: 0.83rem; }

/* ── Books grid (author page) ── */
.v2-books { max-width: 1060px; margin: 0 auto; padding: 3.2rem 1.5rem 1rem; }
.v2-books .v2-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--v2-muted); text-align: center; margin-bottom: 2rem; }
.v2-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 2rem 1.6rem; }
.v2-bcard { text-decoration: none; transition: transform 0.25s ease; display: block; color: inherit; }
.v2-bcard:hover { transform: translateY(-6px); text-decoration: none; }
.v2-bcard .v2-cover { border-radius: 6px; overflow: hidden; box-shadow: 0 12px 32px rgba(0,0,0,0.22); }
.v2-bcard .v2-cover img { width: 100%; display: block; aspect-ratio: 10/16; object-fit: cover; }
.v2-bcard .v2-cover .v2-tcover { font-size: 1.2rem; border-radius: 0; box-shadow: none; }
.v2-bcard .v2-t { font-family: var(--v2-serif); font-size: 1.15rem; font-weight: 700; margin: 0.85rem 0 0.1rem; }
.v2-bcard .v2-g { font-size: 0.8rem; color: var(--v2-muted); }
.v2-bcard .v2-g .v2-dot { color: var(--v2-gold-dark); }
.v2-bcard .v2-soon-tag { display: inline-block; margin-top: 0.4rem; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.05em; color: var(--v2-gold-dark); background: rgba(192,160,96,0.12);
  border: 1px solid rgba(192,160,96,0.35); padding: 0.15rem 0.6rem; border-radius: 999px; }

.v2-empty { text-align: center; padding: 3rem 1rem; color: var(--v2-muted);
  background: #fff; border-radius: 8px; border: 1px dashed var(--v2-line); max-width: 680px; margin: 3rem auto; }

/* ── Series page ── */
.v2-page-head { background: var(--v2-dark); color: var(--v2-dark-text); }
.v2-page-head-inner { max-width: 1060px; margin: 0 auto; padding: 3.4rem 2rem 2.6rem; }
.v2-page-head h1 { font-family: var(--v2-serif); font-weight: 700; font-size: clamp(2rem, 4.2vw, 3rem); line-height: 1.05; color: var(--v2-dark-text); }
.v2-series { max-width: 1060px; margin: 0 auto; padding: 3.2rem 1.5rem 1rem; }
.v2-series + .v2-series { border-top: 1px solid var(--v2-line); }
.v2-series-head { max-width: 680px; margin: 0 auto 2.2rem; text-align: center; }
.v2-series-title { font-family: var(--v2-serif); font-weight: 700; font-size: clamp(1.7rem, 3.5vw, 2.4rem); line-height: 1.1; margin-bottom: 0.65rem; }
.v2-series-meta { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--v2-muted);
  display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; align-items: center; margin-bottom: 1.15rem; }
.v2-series-meta .v2-dot { color: var(--v2-gold-dark); }
.v2-series-desc { font-size: 1.04rem; color: #36332e; line-height: 1.75; }
.v2-series .v2-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--v2-muted); text-align: center; margin-bottom: 1.6rem; }
.v2-bcard .v2-booknum { color: var(--v2-gold-dark); font-weight: 700; }
.v2-bcard--soon { cursor: default; }
.v2-bcard--soon:hover { transform: none; }
.v2-tcover--soon { background: repeating-linear-gradient(135deg,#efe9dd 0 12px,#e7e0d2 12px 24px);
  color: var(--v2-muted); font-style: italic; font-weight: 500; border: 1px dashed var(--v2-line); }

/* Series cross-link on the book hero (dark) */
.v2-bookseries { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1rem; margin: -0.6rem 0 1.7rem; }
.v2-bs-tag { display: inline-flex; align-items: center; gap: 0.4em; text-decoration: none;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; color: var(--v2-dark-text);
  background: rgba(192,160,96,0.14); border: 1px solid rgba(192,160,96,0.5);
  padding: 0.35rem 0.85rem; border-radius: 999px; transition: background 0.15s; }
.v2-bs-tag:hover { background: rgba(192,160,96,0.26); text-decoration: none; }
.v2-bs-tag .v2-bs-num { color: var(--v2-gold); font-weight: 700; }
.v2-bs-next { font-size: 0.85rem; color: var(--v2-gold); text-decoration: none; border-bottom: 1px solid rgba(192,160,96,0.4); }
.v2-bs-next:hover { border-color: var(--v2-gold); }
@media (max-width: 760px) { .v2-bookseries { justify-content: center; } }

/* Footer */
.site-footer { text-align: center; font-size: 0.8rem; color: var(--v2-muted);
  padding: 2.6rem 1rem 5.5rem; border-top: 1px solid var(--v2-line); margin-top: 3.5rem; background: var(--v2-paper); }
.site-footer a { color: var(--v2-gold-dark); }

/* About page */
.v2-avatar-lg { width: 128px; height: 128px; border-radius: 50%; object-fit: cover;
  border: 3px solid rgba(192,160,96,0.55); box-shadow: 0 12px 36px rgba(0,0,0,0.5); margin-bottom: 1.4rem; }
.v2-bio-full { font-size: 1.06rem; line-height: 1.8; }

/* Mobile */
@media (max-width: 760px) {
  .v2-hero-inner--book, .v2-hero-inner--author { grid-template-columns: 1fr; gap: 2.3rem; padding: 2.8rem 1.4rem 3.8rem; text-align: center; }
  .v2-hero-inner--book .v2-book3d { order: -1; }
  .v2-book3d .v2-book { max-width: 200px; }
  .v2-hook, .v2-bio-line { margin-left: auto; margin-right: auto; }
  .v2-cta-row, .v2-byline { justify-content: center; }
  .v2-scenes .v2-row { grid-template-columns: 1fr; }
  .v2-lead-form { flex-direction: column; }
  .site-header .wrap { padding: 0.85rem 1.2rem; }
}