:root {
  --ink-black: #0b0b0d;
  --charcoal: #121316;
  --charcoal-soft: #1a1b1f;
  --parchment: #d3c8ac;
  --parchment-dim: #b3aa92;
  --muted-crimson: #6f2a2f;
  --muted-crimson-soft: #8a3a40;
  --line-fade: rgba(211, 200, 172, 0.22);
}

html {
  scroll-behavior: smooth;
  font-size: 125%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "EB Garamond", "Times New Roman", serif;
  color: #ddd7ca;
  background: radial-gradient(circle at 20% 0%, #1a1b21 0%, var(--ink-black) 55%, #080809 100%);
  letter-spacing: 0.01em;
}

.site-bg {
  position: relative;
  isolation: isolate;
}

.grain-overlay {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.45px, transparent 0.45px);
  background-size: 3px 3px;
}

.site-nav {
  background: rgba(11, 11, 13, 0.82);
  backdrop-filter: blur(2px);
}

.tracking-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  text-transform: uppercase;
  color: var(--parchment);
  letter-spacing: 0.12em;
}

.toc {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.06em;
}

.toc a {
  color: #beb7a5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.toc a:hover,
.toc a:focus-visible {
  color: #e2d5b8;
  border-color: var(--line-fade);
}

.eyebrow {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--parchment-dim);
}

.hero-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
  font-weight: 600;
  color: #e6dece;
}

.hook {
  font-size: clamp(1.1rem, 2.7vw, 1.4rem);
  line-height: 1.5;
  color: #c6bcaa;
}

.cover-frame {
  border: 1px solid rgba(211, 200, 172, 0.18);
  background: linear-gradient(180deg, rgba(26, 27, 31, 0.96), rgba(11, 11, 13, 0.96));
  padding: 0.65rem;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.5);
}

.cover-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: linear-gradient(145deg, #16171b, #0f1013);
  border: 1px solid rgba(211, 200, 172, 0.12);
}

.section-shell {
  border-top: 1px solid rgba(211, 200, 172, 0.1);
}

.section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  color: #e6dbc6;
  letter-spacing: 0.04em;
}

.book-placeholder {
  min-height: 370px;
  border: 1px dashed rgba(211, 200, 172, 0.25);
  background: linear-gradient(135deg, rgba(26, 27, 31, 0.9), rgba(11, 11, 13, 0.9));
  display: grid;
  place-items: center;
}

.placeholder-label {
  color: #9a9384;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
}

.book-panel,
.dispatch-panel,
.author-panel,
.reviews-panel,
.book-two-teaser {
  background: rgba(18, 19, 22, 0.76);
  border: 1px solid rgba(211, 200, 172, 0.14);
  padding: 1.5rem;
}

.blurb {
  color: #c8c0b0;
  line-height: 1.7;
  font-size: 1.12rem;
}

.dispatch-copy {
  color: #cbc3b3;
  font-size: 1.08rem;
  line-height: 1.65;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.38rem;
  color: #b9b09d;
  letter-spacing: 0.04em;
}

.form-input {
  width: 100%;
  border: 1px solid rgba(211, 200, 172, 0.25);
  background: rgba(11, 11, 13, 0.65);
  color: #ebe5d7;
  padding: 0.6rem 0.7rem;
  font-size: 1rem;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.form-input:focus-visible {
  border-color: var(--muted-crimson-soft);
  background: rgba(16, 16, 19, 0.9);
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #f0e5cf;
  border-color: #f0e5cf #f0e5cf #f0e5cf transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#mlb2-39851748.ml-form-embedContainer {
  width: 100%;
  margin: 0 auto;
}

#mlb2-39851748 .ml-form-embedWrapper {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(211, 200, 172, 0.14);
  background: rgba(11, 11, 13, 0.55);
  padding: 1rem;
}

#mlb2-39851748 .ml-form-embedContent h4,
#mlb2-39851748 .ml-form-successContent h4 {
  color: #d8c9a0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  margin: 0 0 0.25rem;
}

#mlb2-39851748 .ml-form-embedContent,
#mlb2-39851748 .ml-form-successContent {
  text-align: center;
}

#mlb2-39851748 .ml-form-embedContent p,
#mlb2-39851748 .ml-form-successContent p {
  color: #cbc3b3;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

#mlb2-39851748 .ml-form-fieldRow input {
  width: 100%;
  border: 1px solid rgba(211, 200, 172, 0.25);
  background: rgba(11, 11, 13, 0.65);
  color: #ebe5d7;
  padding: 0.65rem 0.75rem;
  font-size: 1rem;
  font-family: "EB Garamond", "Times New Roman", serif;
  outline: none;
}

#mlb2-39851748 .ml-form-fieldRow input::placeholder {
  color: #a89f8d;
}

#mlb2-39851748 .ml-form-fieldRow input:focus-visible {
  border-color: var(--muted-crimson-soft);
  background: rgba(16, 16, 19, 0.9);
}

#mlb2-39851748 .ml-form-embedSubmit button {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.02rem !important;
  color: #e7ddcc !important;
  border: 1px solid rgba(111, 42, 47, 0.65) !important;
  background: rgba(111, 42, 47, 0.14) !important;
  padding: 0.55rem 1rem !important;
  letter-spacing: 0.04em;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

#mlb2-39851748 .ml-form-embedSubmit button:hover,
#mlb2-39851748 .ml-form-embedSubmit button:focus-visible {
  background: rgba(111, 42, 47, 0.24) !important;
  border-color: rgba(138, 58, 64, 0.9) !important;
  color: #f0e5cf !important;
}

.subtle-button {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.02rem;
  color: #e7ddcc;
  border: 1px solid rgba(111, 42, 47, 0.65);
  background: rgba(111, 42, 47, 0.14);
  padding: 0.55rem 1rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.subtle-button:hover,
.subtle-button:focus-visible {
  background: rgba(111, 42, 47, 0.24);
  border-color: rgba(138, 58, 64, 0.9);
  color: #f0e5cf;
}

.author-panel p {
  color: #cec6b7;
  font-size: 1.1rem;
  line-height: 1.7;
}

.author-heading {
  text-align: center;
  color: #b8a470;
}

.journal-entry {
  background: rgba(17, 17, 20, 0.88);
  border: 1px solid rgba(184, 164, 112, 0.22);
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.6), inset 0 0 4px rgba(184, 164, 112, 0.15);
}

.review-list {
  margin: 0;
  padding-left: 1.2rem;
}

.review-list li {
  color: #cfc6b5;
  line-height: 1.6;
}

.review-list li + li {
  border-top: 1px solid rgba(211, 200, 172, 0.2);
  margin-top: 1rem;
  padding-top: 1rem;
}

.review-list li::marker {
  color: var(--muted-crimson-soft);
}

.review-list strong {
  color: #d8c27e;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.book-two-teaser {
  position: relative;
  border-style: dashed;
  border-color: rgba(184, 164, 112, 0.3);
}

.book-two-teaser p {
  color: #c9c1b1;
  line-height: 1.65;
  font-size: 1.08rem;
}

@media (max-width: 640px) {
  .site-nav nav {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.45rem;
  }

  .site-nav .tracking-title {
    font-size: 1rem;
    width: 100%;
  }

  .toc {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }

  .book-panel,
  .dispatch-panel,
  .author-panel,
  .reviews-panel,
  .book-two-teaser {
    padding: 1rem;
  }
}

