:root {
  --color-cream: #f8f4e9;
  --color-forest: #172018;
  --color-gold: #cfa85d;
  --color-blush: #b97873;
  --color-espresso: #2f241f;
  --color-muted: #66705f;
  --ink: #253026;
  --deep: var(--color-forest);
  --moss: #52643f;
  --fern: #74855d;
  --gold: var(--color-gold);
  --cream: var(--color-cream);
  --paper: #fffdf7;
  --line: #ded8c8;
  --muted: var(--color-muted);
  --shadow: 0 18px 42px rgba(23, 32, 24, 0.16);
  --shadow-soft: 0 20px 52px rgba(47, 36, 31, 0.14);
  --radius: 8px;
  --radius-card: 8px;
  --max-page-width: 1120px;
  --font-signature: "Segoe Script", "Lucida Handwriting", "Brush Script MT", cursive;
  --font-condensed: Impact, "Arial Narrow", "Agency FB", "Franklin Gothic Condensed", sans-serif;
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(207, 168, 93, 0.82);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 216, 200, 0.74);
  background: rgba(248, 244, 233, 0.97);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  width: min(var(--max-page-width), calc(100% - 32px));
  min-height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.brand-strip-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(104px, 13vw, 190px);
  padding: 0;
  overflow: hidden;
  background: url("assets/becca-callahan-banner.jpg") center center / 100% 100% no-repeat var(--deep);
  text-decoration: none;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(207, 168, 93, 0.46);
  border-radius: 50%;
  object-fit: cover;
}

.brand-wordmark {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.footer-brand strong {
  display: block;
  color: var(--deep);
  font-family: var(--font-signature);
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1;
}

.footer-brand span span {
  display: block;
  color: var(--muted);
  font-family: var(--font-condensed);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 4px;
  width: 100%;
  justify-content: center;
}

.site-nav a {
  padding: 11px 13px;
  border-radius: var(--radius);
  color: var(--deep);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(116, 133, 93, 0.18);
}

.nav-toggle {
  display: none;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.hero {
  min-height: clamp(540px, 72vh, 680px);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: var(--deep);
}

.hero.short {
  min-height: 440px;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.92;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 32, 24, 0.76), rgba(23, 32, 24, 0.34) 58%, rgba(23, 32, 24, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 62px 0 54px;
  color: white;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: var(--font-condensed);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  font-size: 3.55rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

.signature-title {
  font-family: var(--font-signature);
  font-size: 4.8rem;
  line-height: 0.96;
}

.hero-content p {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.16rem;
}

.hero-copy {
  max-width: 760px;
  margin-top: 22px;
}

.hero-copy p {
  max-width: none;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.5;
}

.hero-copy .signoff {
  margin-top: 16px;
  color: white;
  font-family: var(--font-signature);
  font-size: 1.75rem;
  line-height: 1;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.start-actions {
  align-items: flex-start;
}

.read-links {
  display: grid;
  gap: 12px;
}

.button,
.button-soft,
.button-subtle {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-family: var(--font-condensed);
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.button {
  background: var(--gold);
  color: #172018;
  box-shadow: 0 12px 24px rgba(207, 168, 93, 0.28);
}

.button:hover {
  background: #d9b56d;
}

.button-soft {
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: white;
}

.button-soft:hover {
  background: rgba(255, 255, 255, 0.13);
}

.button-subtle {
  border: 1px solid var(--line);
  color: var(--ink);
}

.button-subtle:hover {
  border-color: var(--fern);
  background: rgba(116, 133, 93, 0.13);
}

.section {
  padding: 76px 0;
}

.section.alt {
  background: #e8eadc;
}

.section.dark {
  background: var(--deep);
  color: var(--paper);
}

.inner {
  width: min(var(--max-page-width), calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
}

.dark .section-head p {
  color: rgba(255, 253, 247, 0.72);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 48px;
  align-items: center;
}

.text-stack > * + * {
  margin-top: 18px;
}

.text-stack p,
.card p,
.book-card p,
.contact-panel p {
  color: var(--muted);
}

.feature-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.logo-feature {
  width: min(500px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
  box-shadow: var(--shadow-soft);
}

.logo-feature img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.card-grid,
.book-grid,
.group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.card,
.book-card,
.group-card,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(23, 32, 24, 0.07);
}

.card,
.book-card,
.group-card,
.contact-panel {
  padding: 24px;
}

.group-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.group-card {
  min-height: 320px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.group-card p {
  color: var(--muted);
}

.book-card {
  min-height: 280px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.book-cover {
  width: min(180px, 100%);
  aspect-ratio: 2 / 3;
  margin-bottom: 8px;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}

.tier-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.tier-image {
  width: 100%;
  aspect-ratio: 25 / 21;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}

.tier-price {
  margin: 0;
  color: var(--moss);
  font-weight: 900;
}

.book-card h3,
.card h3 {
  color: var(--deep);
}

.book-card .actions,
.card .actions {
  margin-top: 8px;
}

.status-pill {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(207, 168, 93, 0.46);
  border-radius: 999px;
  background: rgba(207, 168, 93, 0.14);
  color: var(--color-espresso);
  font-family: var(--font-condensed);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.series-label {
  margin: 0 0 10px;
  color: var(--moss);
  font-family: var(--font-condensed);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.tag {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--moss);
  font-family: var(--font-condensed);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.feature-card,
.reader-path,
.note-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 4vw, 42px);
}

.feature-card {
  display: grid;
  gap: 18px;
}

.feature-card p:last-child,
.reader-path p:last-child,
.note-panel p:last-child {
  margin-bottom: 0;
}

.trope-grid,
.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.reason-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.contact-reasons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.trope-item,
.reason-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: rgba(255, 253, 247, 0.72);
  padding: 18px;
}

.trope-item strong,
.reason-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--deep);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 500;
}

.trope-item span,
.reason-card span {
  color: var(--muted);
  font-size: 0.94rem;
}

.privacy-note {
  color: var(--moss);
  font-weight: 800;
}

.coupon-note {
  border-left: 4px solid var(--gold);
  padding: 12px 14px;
  background: rgba(207, 168, 93, 0.12);
  color: var(--ink);
  overflow-wrap: anywhere;
}

.coupon-note span {
  color: var(--deep);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.subscription-panel h3 {
  margin-bottom: 16px;
}

.clean-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.clean-list li + li {
  margin-top: 12px;
}

.shelf-section + .shelf-section {
  margin-top: 42px;
}

.heat-note {
  margin-top: 30px;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(255, 253, 247, 0.16);
  border-radius: var(--radius);
  padding: 34px;
  background: rgba(255, 253, 247, 0.06);
}

.newsletter p {
  margin-bottom: 0;
  color: rgba(255, 253, 247, 0.72);
}

.newsletter-signup-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 36px;
  align-items: center;
}

.mailerlite-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  padding: 28px;
}

#mlb2-41918202,
#mlb2-41918202 * {
  box-sizing: border-box;
}

#mlb2-41918202.ml-form-embedContainer {
  width: 100%;
}

#mlb2-41918202 .ml-form-embedWrapper {
  width: 100%;
}

#mlb2-41918202 .ml-form-embedContent,
#mlb2-41918202 .ml-form-successContent {
  margin-bottom: 22px;
  text-align: left;
}

#mlb2-41918202 h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
}

#mlb2-41918202 p {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.5;
}

#mlb2-41918202 .ml-block-form,
#mlb2-41918202 .ml-form-formContent {
  display: grid;
  gap: 14px;
}

#mlb2-41918202 input[type="email"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

#mlb2-41918202 input[type="email"]::placeholder {
  color: rgba(102, 112, 95, 0.82);
}

#mlb2-41918202 .ml-form-embedSubmit {
  margin-top: 2px;
}

#mlb2-41918202 button.primary,
#mlb2-41918202 button.loading {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--moss);
  border-radius: var(--radius);
  background: var(--moss);
  color: white;
  cursor: pointer;
  font-family: var(--font-condensed);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#mlb2-41918202 button.primary:hover,
#mlb2-41918202 button.loading:hover {
  border-color: var(--deep);
  background: var(--deep);
  transform: translateY(-1px);
}

#mlb2-41918202 .row-success {
  border: 1px solid rgba(116, 133, 93, 0.32);
  border-radius: var(--radius);
  background: rgba(116, 133, 93, 0.1);
  padding: 22px;
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.ml-form-embedSubmitLoad::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border: 4px solid #fff;
  border-color: #fff #fff #fff transparent;
  border-radius: 50%;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  to {
    transform: rotate(360deg);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.contact-panel form {
  display: grid;
  gap: 14px;
}

.direct-email {
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}

.direct-email a {
  color: var(--moss);
  font-weight: 800;
}

.social-block {
  margin: 0 0 24px;
}

.social-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 22px;
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(23, 32, 24, 0.07);
}

.social-block h2 {
  margin: 0 0 14px;
  color: var(--deep);
  font-size: 1.45rem;
}

.social-links {
  display: grid;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 10px;
  background: rgba(255, 253, 247, 0.62);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.social-link:hover {
  border-color: rgba(207, 168, 93, 0.76);
  box-shadow: 0 12px 26px rgba(23, 32, 24, 0.1);
  transform: translateY(-1px);
}

.social-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--deep);
  color: var(--paper);
}

.social-facebook .social-icon {
  background: #1877f2;
}

.social-instagram .social-icon {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 8%, #fd5949 42%, #d6249f 62%, #285aeb 92%);
}

.social-tiktok .social-icon {
  background: linear-gradient(135deg, #00f2ea 0 17%, #000 17% 83%, #ff0050 83% 100%);
}

.social-threads .social-icon {
  background: #000;
}

.social-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.social-link:nth-child(2) .social-icon svg,
.social-link:nth-child(4) .social-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.social-link strong,
.social-link span span {
  display: block;
}

.social-link strong {
  color: var(--deep);
}

.social-link span span {
  color: var(--muted);
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  font-size: 0.88rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: 1fr;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }

  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero {
    min-height: 560px;
  }

  .section-head,
  .newsletter,
  .footer-wrap {
    display: grid;
    align-items: start;
  }

  .split,
  .contact-grid,
  .newsletter-signup-grid,
  .card-grid,
  .book-grid,
  .group-grid,
  .trope-grid,
  .reason-grid,
  .reason-grid.compact {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .hero-content,
  .inner,
  .nav-wrap,
  .footer-wrap {
    width: calc(100vw - 48px);
    max-width: none;
  }

  .nav-wrap {
    min-height: 58px;
    justify-content: center;
  }

  .nav-toggle {
    margin: 0;
  }

  .brand-wordmark {
    width: 100%;
  }

  h1 {
    max-width: calc(100vw - 48px);
    font-size: 1.42rem;
    overflow-wrap: break-word;
  }

  .hero-content p,
  .hero-copy,
  .hero-copy p {
    max-width: calc(100vw - 48px);
    overflow-wrap: break-word;
  }

  .signature-title {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .hero-content {
    padding-bottom: 56px;
  }

  .section {
    padding: 58px 0;
  }

  .actions {
    display: grid;
  }

  .mailerlite-panel {
    padding: 22px;
  }
}
