:root {
  color-scheme: light;
  --orange: #d93d20;
  --orange-dark: #b92f18;
  --ink: #151515;
  --muted: #5f5a55;
  --paper: #ffffff;
  --cloud: #dceff8;
  --blue: #2188b8;
  --line: rgba(21, 21, 21, 0.14);
  --shadow: 0 28px 80px rgba(67, 31, 21, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 17px clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(12px);
}

.brand {
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.86rem;
  font-weight: 760;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  min-height: calc(100svh - 62px);
  padding: clamp(30px, 5vw, 62px) clamp(20px, 5vw, 76px);
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  background: var(--cloud);
  border-radius: 999px;
  content: "";
  height: clamp(120px, 19vw, 230px);
  left: clamp(120px, 20vw, 260px);
  opacity: 0.9;
  position: absolute;
  top: clamp(70px, 12vw, 160px);
  width: clamp(120px, 19vw, 230px);
  z-index: -1;
}

.eyebrow,
.section-kicker,
.author-line {
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  color: var(--orange);
  margin: 0 0 16px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: var(--orange);
  font-size: clamp(3.5rem, 8.5vw, 7.9rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.78;
  margin-bottom: 24px;
  max-width: 700px;
  text-transform: uppercase;
}

.hero-lede {
  color: var(--muted);
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  max-width: 590px;
}

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

.button {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.primary {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: white;
}

.secondary {
  background: white;
  border: 1px solid var(--ink);
  color: var(--ink);
}

.author-line {
  color: var(--muted);
  margin: 28px 0 0;
}

.amazon-badge {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  gap: 12px;
  margin-top: 18px;
  padding: 10px 12px;
}

.amazon-badge span:last-child {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.amazon-word {
  color: var(--ink);
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
  text-transform: lowercase;
}

.amazon-word::after {
  border-bottom: 3px solid #ff9900;
  border-radius: 0 0 70% 70%;
  bottom: 0;
  content: "";
  height: 8px;
  left: 16%;
  position: absolute;
  transform: rotate(-5deg);
  width: 62%;
}

.book-promo {
  margin: 0;
  position: relative;
}

.book-promo::before {
  background: var(--orange);
  bottom: -18px;
  content: "";
  height: 44%;
  left: -18px;
  position: absolute;
  width: 36%;
  z-index: -1;
}

.book-promo img {
  background: white;
  box-shadow: var(--shadow);
  width: 100%;
}

.start-section,
.guide-section,
.statement-band,
.author-section,
.pastor-section,
.bulk-order-section,
.next-section {
  padding-left: clamp(20px, 6vw, 92px);
  padding-right: clamp(20px, 6vw, 92px);
}

.start-section {
  background: var(--orange);
  color: white;
  display: block;
  padding-bottom: clamp(56px, 8vw, 104px);
  padding-top: clamp(56px, 8vw, 104px);
}

.start-section .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.start-section h2,
.guide-section h2,
.author-section h2,
.pastor-section h2,
.bulk-order-section h2,
.next-section h2 {
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.88;
  margin-bottom: 0;
  text-transform: uppercase;
}

.start-section p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  margin-top: clamp(32px, 6vw, 72px);
  margin-bottom: 0;
  max-width: 780px;
}

.guide-section {
  padding-bottom: clamp(28px, 4vw, 54px);
  padding-top: clamp(58px, 8vw, 108px);
}

.section-heading {
  max-width: 900px;
  padding-bottom: clamp(28px, 5vw, 54px);
}

.step-row {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 24px 0;
}

.step-row:last-child {
  border-bottom: 1px solid var(--line);
}

.step-row span {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 950;
}

.step-row h3 {
  color: var(--orange);
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.step-row p,
.author-section p,
.pastor-section p,
.bulk-order-section p,
.next-section p {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 680px;
}

.statement-band {
  background:
    radial-gradient(circle at 70% 50%, var(--cloud) 0 17%, transparent 17.5%),
    var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding-bottom: clamp(58px, 8vw, 112px);
  padding-top: clamp(58px, 8vw, 112px);
}

.statement-band p {
  color: var(--orange);
  font-size: clamp(3rem, 8vw, 8.8rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 0.78;
  margin: 0;
  max-width: 1120px;
  text-transform: uppercase;
}

.author-section {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.88fr);
  padding-bottom: clamp(58px, 8vw, 104px);
  padding-top: clamp(58px, 8vw, 104px);
}

.author-photo {
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: -12px 12px 0 var(--orange);
  margin: 0;
  max-width: 340px;
  overflow: hidden;
  position: relative;
}

.author-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.author-copy {
  max-width: 850px;
}

.author-copy h2 {
  color: var(--orange);
  margin-bottom: 24px;
}

.author-copy p + p {
  margin-top: 18px;
}

.pastor-section {
  align-items: start;
  background: var(--orange);
  color: white;
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.52fr);
  padding-bottom: clamp(58px, 8vw, 104px);
  padding-top: clamp(58px, 8vw, 104px);
}

.pastor-section .section-kicker,
.pastor-section p {
  color: rgba(255, 255, 255, 0.78);
}

.pastor-section h2 {
  color: white;
  margin-bottom: 24px;
}

.pastor-order-button {
  align-items: center;
  background: white;
  color: var(--orange);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 950;
  justify-content: center;
  margin-top: 28px;
  min-height: 50px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.calculator {
  background: white;
  color: var(--ink);
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
}

.calculator h3 {
  color: var(--orange);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.9;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.calculator label {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calculator input {
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  font: 900 1.45rem ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 54px;
  padding: 0 14px;
  width: 100%;
}

.calculator-result {
  background: var(--cloud);
  margin-top: 12px;
  padding: 22px;
}

.calculator-result span {
  color: var(--orange);
  display: block;
  font-size: clamp(3.6rem, 8vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.calculator-result p {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-transform: uppercase;
}

.bulk-order-section {
  align-items: start;
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(0, 0.66fr) minmax(320px, 0.76fr);
  padding-bottom: clamp(58px, 8vw, 104px);
  padding-top: clamp(58px, 8vw, 104px);
}

.bulk-order-copy {
  position: sticky;
  top: 92px;
}

.bulk-order-form {
  background: var(--cloud);
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.field-group {
  display: grid;
  gap: 14px;
}

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

.bulk-order-form label {
  color: var(--ink);
  display: grid;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bulk-order-form input,
.bulk-order-form textarea {
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  font: 750 1rem ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 48px;
  padding: 11px 12px;
  text-transform: none;
  width: 100%;
}

.bulk-order-form textarea {
  min-height: 96px;
  resize: vertical;
}

.form-submit {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: white;
  cursor: pointer;
  font: 950 0.86rem ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 52px;
  padding: 0 18px;
  text-transform: uppercase;
}

.next-section {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.48fr);
  padding-bottom: clamp(58px, 8vw, 104px);
  padding-top: clamp(58px, 8vw, 104px);
}

.large-link {
  background: var(--orange);
  color: white;
  display: grid;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.86;
  min-height: 220px;
  padding: 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.large-link span {
  align-self: end;
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.large-link .amazon-word {
  color: white;
  display: block;
  font-size: 1.28rem;
  margin-bottom: 10px;
  width: max-content;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 28px 20px;
}

.site-footer img {
  height: 42px;
  opacity: 0.42;
  width: 42px;
}

.site-footer span {
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero,
  .start-section,
  .author-section,
  .pastor-section,
  .bulk-order-section,
  .next-section {
    grid-template-columns: 1fr;
  }

  .bulk-order-copy {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .book-promo {
    justify-self: center;
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    position: static;
  }

  .hero {
    gap: 14px;
    padding-bottom: 14px;
    padding-top: 18px;
  }

  h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.35rem);
    margin-bottom: 16px;
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .button {
    width: 100%;
  }

  .book-promo::before {
    bottom: -10px;
    height: 38%;
    left: -10px;
  }

  .book-promo {
    max-width: 320px;
  }

  .step-row {
    grid-template-columns: 1fr;
  }

  .split-fields {
    grid-template-columns: 1fr;
  }
}
