/* work/WorshiperBook-preview-3/frontend/src/styles.css */
:root {
  background: #f6f0e5;
  color: #171b19;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(246, 240, 229, 0.86);
  border-bottom: 1px solid rgba(49, 43, 36, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 3;
}
.logo {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}
.logo-mark {
  align-items: center;
  background: #f6f0e5;
  border: 1px solid rgba(23, 27, 25, 0.16);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(23, 27, 25, 0.08);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 40px;
}
.logo-mark img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.logo-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  line-height: 1;
}
.logo-title {
  font-size: 1rem;
  line-height: 0.98;
}
.logo-subtitle {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 0.98;
  margin-top: -1px;
}
nav,
.socials,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
nav a,
.socials a {
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}
.nav-cta {
  border-bottom: 2px solid #b76e3f;
}
.hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(13, 20, 18, 0.84),
      rgba(13, 20, 18, 0.32)),
    var(--hero-image) center / cover fixed;
  color: white;
  display: flex;
  min-height: 82vh;
  padding: 76px clamp(18px, 5vw, 76px);
}
.hero.short {
  min-height: 62vh;
}
.hero-panel {
  max-width: 830px;
}
.hero-book-title {
  color: white;
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(3.4rem, 7.5vw, 7rem);
  font-weight: 500;
  line-height: 0.94;
  margin: 0 0 24px;
}
.hero-tagline {
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
  line-height: 1.08;
  max-width: 760px;
}
.hero-panel p:not(.accent):not(.hero-book-title) {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 690px;
}
.accent {
  color: #b76e3f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1,
h2 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 22px;
}
h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
}
h2 {
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
}
p {
  font-size: 1.03rem;
  line-height: 1.7;
}
.center {
  align-items: center;
}
.book-section,
.split,
.section,
.testimonial-section,
.chapter-cta {
  margin: 0 auto;
  max-width: 1160px;
  padding: 88px 20px;
}
.book-section,
.split,
.lead-card {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  grid-template-columns: 0.86fr 1.14fr;
}
.book-section {
  grid-template-columns: 1fr;
  max-width: 960px;
}
.book-section > div:not(.book-cover) {
  margin: 0 auto;
  max-width: 900px;
}
.book-cover {
  justify-self: center;
  width: min(100%, 560px);
}
.book-cover-image {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}
.button,
button {
  background: #b76e3f;
  border: 1px solid #b76e3f;
  border-radius: 999px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 14px 22px;
  text-decoration: none;
}
.button.secondary {
  background: transparent;
  color: #171b19;
}
.button.light {
  border-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.proof-points {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
}
.proof-points div {
  background: #fffaf2;
  border: 1px solid #ded0bd;
  border-radius: 8px;
  padding: 18px;
}
dt {
  font-weight: 900;
}
dd {
  margin: 6px 0 0;
}
.chapter-cta {
  align-items: center;
  background: #182320;
  color: white;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: none;
  padding-left: clamp(20px, 6vw, 88px);
  padding-right: clamp(20px, 6vw, 88px);
}
.chapter-cta p:not(.accent) {
  color: rgba(255, 255, 255, 0.78);
}
.author-copy {
  background: #fffaf2;
  border: 1px solid #ded0bd;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(31, 26, 20, 0.1);
  padding: clamp(28px, 5vw, 54px);
}
.author-section {
  align-items: start;
}
.author-portrait {
  justify-self: center;
  margin: 0;
  width: min(100%, 440px);
}
.author-portrait img {
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(31, 26, 20, 0.24);
  display: block;
  height: auto;
  width: 100%;
}
.testimonial-section {
  text-align: center;
}
.testimonial-rotator {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  margin: 34px auto 0;
  max-width: 1040px;
}
.testimonial-window {
  overflow: hidden;
}
.testimonial-track {
  display: flex;
}
.testimonial-card {
  background: #fffaf2;
  border: 1px solid #ded0bd;
  border-radius: 8px;
  flex: 0 0 100%;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  transform: translateZ(0);
  width: 100%;
}
.testimonial-card p {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.5;
  margin-top: 0;
}
.carousel-button {
  align-items: center;
  aspect-ratio: 1;
  background: #b76e3f;
  border: 2px solid #171b19;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(23, 27, 25, 0.18);
  color: white;
  display: inline-flex;
  font-size: 1.8rem;
  justify-content: center;
  padding: 0;
  width: 64px;
}
.carousel-button:hover,
.carousel-button:focus-visible {
  background: #171b19;
  outline: 3px solid rgba(183, 110, 63, 0.32);
}
cite {
  color: #b76e3f;
  display: block;
  font-style: normal;
  font-weight: 900;
}
.testimonial-credential {
  color: #545b57;
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 4px;
}
.testimonial-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}
.testimonial-dots button {
  background: #d9c9b2;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  padding: 0;
  width: 28px;
}
.testimonial-dots button.active {
  background: #b76e3f;
  width: 42px;
}
.faq {
  border-top: 1px solid #d4c3ad;
}
details {
  border-bottom: 1px solid #d4c3ad;
  padding: 22px 0;
}
summary {
  cursor: pointer;
  font-size: 1.12rem;
  font-weight: 900;
}
.cards {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.cards article {
  background: #fffaf2;
  border: 1px solid #ded0bd;
  border-radius: 8px;
  padding: 26px;
}
.cards h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.lead-page {
  padding: 58px 20px 92px;
}
.lead-card {
  background: #fffaf2;
  border: 1px solid #ded0bd;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(24px, 5vw, 56px);
}
form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
label {
  display: grid;
  font-weight: 900;
  gap: 8px;
}
input {
  background: white;
  border: 1px solid #ccbba5;
  border-radius: 8px;
  font: inherit;
  padding: 14px;
}
.notice {
  background: #edf5e5;
  border: 1px solid #9db47f;
  border-radius: 8px;
  padding: 12px 14px;
}
.notice.error {
  background: #f9e8df;
  border-color: #d09b82;
}
footer {
  align-items: center;
  background: #171b19;
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  padding: 34px clamp(20px, 4vw, 58px);
}
footer .logo-mark {
  background: #f6f0e5;
  color: #171b19;
}
footer .logo-text {
  color: white;
}
footer .logo-title,
footer .logo-subtitle {
  font-size: 0.95rem;
}
footer .logo-subtitle {
  margin-top: -2px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .testimonial-card {
    animation: none;
  }
}
@media (max-width: 760px) {
  .site-header,
  footer,
  .chapter-cta {
    align-items: flex-start;
    display: grid;
  }
  .book-section,
  .split,
  .lead-card {
    grid-template-columns: 1fr;
  }
  .hero {
    background-attachment: scroll;
    min-height: 76vh;
  }
  .testimonial-rotator {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
  }
  .carousel-button {
    border-radius: 10px;
    font-size: 1.35rem;
    width: 52px;
  }
}
