:root {
  color-scheme: light;
  --ink: #17272a;
  --muted: #5d6968;
  --paper: #fbfaf5;
  --line: rgba(23, 39, 42, 0.16);
  --green: #153c3f;
  --teal: #2f7774;
  --copper: #b66b35;
  --gold: #d7a94f;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(21, 60, 63, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 76px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(47, 119, 116, 0.12), transparent 34%),
    linear-gradient(300deg, rgba(182, 107, 53, 0.12), transparent 42%),
    var(--paper);
}

main {
  overflow: hidden;
}

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 8vh, 92px) 0 46px;
}

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

.kicker,
.section-label,
.safe-note,
.sticky-cta,
.button,
.book-panel dt,
.book-panel dd,
.metric-row span {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kicker,
.section-label {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 820px;
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

h3 {
  margin: 14px 0 10px;
  color: var(--green);
  font-size: 1.35rem;
  line-height: 1.15;
}

.subtitle {
  max-width: 690px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.14rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.cta-row,
.final-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.cta-row {
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(21, 60, 63, 0.22);
}

.button-secondary {
  border-color: rgba(21, 60, 63, 0.24);
  background: rgba(255, 255, 255, 0.66);
  color: var(--green);
}

.safe-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.book-panel {
  display: grid;
  justify-items: center;
  gap: 20px;
}

.book-panel img {
  width: min(100%, 330px);
  aspect-ratio: 274 / 400;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
  transform: none;
}

.book-panel dl {
  display: grid;
  width: min(100%, 380px);
  margin: 0;
  border-top: 1px solid var(--line);
}

.book-panel div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
}

.book-panel dt {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-panel dd {
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.goal-band,
.split-band,
.audience-grid,
.proof-band,
.share-band,
.final-cta {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.goal-band {
  border-top: 1px solid var(--line);
  padding: 62px 0;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: var(--line);
}

.metric-row div {
  min-height: 146px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.7);
}

.metric-row strong {
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.9;
}

.metric-row span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: uppercase;
}

.split-band,
.proof-band,
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.split-band p,
.proof-band li,
.share-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.62;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.audience-grid article {
  min-height: 245px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.72);
}

.audience-grid span {
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
}

.audience-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.proof-band ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 24px;
}

.share-band {
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.share-copy {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  border-left: 5px solid var(--gold);
  padding: 18px 0 18px 24px;
}

.share-copy .button {
  width: fit-content;
}

#copyStatus {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.final-cta {
  padding-bottom: 96px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  border: 1px solid rgba(21, 60, 63, 0.18);
  border-radius: 999px;
  padding: 10px 12px 10px 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(21, 60, 63, 0.18);
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 850;
}

.sticky-cta a {
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--green);
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 860px) {
  .hero,
  .split-band,
  .proof-band,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .metric-row,
  .audience-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 112px;
  }

  .hero,
  .goal-band,
  .split-band,
  .audience-grid,
  .proof-band,
  .share-band,
  .final-cta {
    width: min(100% - 28px, 1160px);
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .sticky-cta {
    align-items: center;
    border-radius: 14px;
    flex-wrap: wrap;
    text-align: center;
  }
}
