@font-face {
  font-family: 'Trebuchet';
  src: url('/fonts/trebuchet.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet';
  src: url('/fonts/trebuchet-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet';
  src: url('/fonts/trebuchet-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Trebuchet';
  src: url('/fonts/trebuchet-bold-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}


:root {
  --paper: #fdfdfb;
  --ink: #111111;
  --muted: #767676;
  --charcoal: #3a3a3a;
  --font-serif: "Charter", "Bitstream Charter", "Georgia", serif;
  --font-title: 'Playfair Display', serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 72px 22px 56px;
  min-height: 100svh;
}

.brand {
  margin-bottom: 48px;
  font-family: 'Trebuchet', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #444444;
  text-align: center;
  text-transform: lowercase;
}

.title-block {
  text-align: center;
  margin-bottom: 60px;
}

.book-title {
  font-family: var(--font-title);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.10em;
  color: var(--ink);
  margin-bottom: 12px;
}

.author-name {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: 700;
  font: size 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 12px;
}

.section-label {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--muted);
  text-transform: lowercase;
  text-align: center;
  display: block;
  margin-top: 8px;
}/* ── CONTENT ── */
.content {
  font-family: var(--font-serif);
  font-size: 20.5px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
}

.content p {
  margin: 0;
  text-indent: 1.6em;
}

.content p.no-indent { text-indent: 0; }

/* ── DROP CAP — only fires inside .content ── */
.content p.no-indent.drop-cap::first-letter {
  font-family: var(--font-title);
  font-size: 4.2em;
  font-weight: 700;
  line-height: 0.75;
  float: left;
  margin-right: 0.08em;
  margin-top: 0.08em;
  color: var(--ink);
}

.content p.drop-cap {
  text-indent: 0;
}

.content p.drop-cap::first-letter {
  margin-bottom: -0.1em;
}

.opening-verse {
  text-indent: 0 !important;
  font-style: italic;
  margin: 0;
}

.opening-verse + .opening-verse { margin-top: 0.15em; }
.opening-space { height: 26px; }

.section-break {
  text-align: left;
  margin: 34px 0;
  font-family: var(--font-serif);
  font-size: 20px;
  letter-spacing: 0.35em;
  color: var(--muted);
}

/* ── NARRATOR BLOCK ── */
.narrator-block {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 34px;
}

.narrator-block p {
  margin: 0;
  text-indent: 0;
}

.narrator-sig {
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-top: 10px;
  display: block;
}

/* ── AD UNIT ── */
.ad-unit {
  margin: 0;
}

.ad-spacer {
  height: 60px;
}

.ad-box {
  max-width: 380px;
  margin: 0 auto 60px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #ececec;
}

.ad-box img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.ad-caption {
  margin: 0;
  text-indent: 0;
  font-style: italic;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
}

/* ── CONTINUE ── */
.continue-section {
  margin-top: 70px;
}

.gate {
  margin-top: 70px;
}

.email-input {
  width: 100%;
  padding: 18px;
  margin-top: 18px;
  border: 1px solid #111;
  border-radius: 10px;
  font-size: 16px;
  font-family: system-ui, sans-serif;
  outline: none;
}

.continue-btn {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 22px 0 0;
  padding: 18px 20px;
  background: #111;
  color: #fff;
  border-radius: 12px;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 900;
  text-align: center;
  font-family: system-ui, sans-serif;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

/* ── SECTION NEXT ── */
.section-next {
  text-transform: capitalize;
}

/* ── ATTRIBUTION ── */
.attribution {
  margin-top: 60px;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #aaa;
  text-align: left;
  text-indent: 0;
}

/* ── DESKTOP ── */
@media (min-width: 900px) {
  body {
    background: #2c2c2c;
  }

  .wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 80px 56px 100px;
    background: var(--paper);
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    min-height: 100vh;
  }

  .content {
    font-size: 19.6px;
    line-height: 1.86;
    letter-spacing: 0.008em;
  }

  .wrap::-webkit-scrollbar { width: 10px; }

  .wrap::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.16);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
  }

  .wrap::-webkit-scrollbar-track { background: transparent; }
}
/* ── CURLY QUOTES ── */
.content {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q::before { content: open-quote; }
q::after  { content: close-quote; }

/* ── AD PLACEHOLDER ── */
.ad-placeholder {
  min-height: 120px;
  margin: 0 auto 0;
  max-width: 380px;
  border: 1px dashed #ddd;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #ccc;
  text-transform: uppercase;
}

.ad-placeholder::after {
  content: "ad";
}