:root {
  --paper: #f7f9f8;
  --canvas: #f7f9f8;
  --ink: #24372f;
  --muted: #58665e;
  --line: #d4ddda;
  --forest: #174b3a;
  --forest-soft: #eaf0ec;
  --gold: #9a6c1f;
  --gold-soft: #eef2ef;
  --white: #ffffff;
  color-scheme: light;
  font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.sheet {
  width: min(1120px, calc(100% - 32px));
  min-height: 760px;
  margin: 24px auto;
  padding: clamp(28px, 5vw, 62px);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 5px 24px rgba(36, 64, 40, 0.04);
}

.topline,
.hero,
.offer-grid,
.persona-grid,
.proof-strip,
.closing,
.index-grid,
.proof-band,
.secondary-offer,
.answer-grid {
  display: grid;
}

.topline > *,
.hero > *,
.offer-grid > *,
.persona-grid > *,
.proof-strip > *,
.closing > *,
.index-grid > *,
.proof-band > *,
.secondary-offer > *,
.answer-grid > * { min-width: 0; }

.topline {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.brand {
  color: var(--forest);
  font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -.02em;
  text-decoration: none;
}

.status {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #71501b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: 0.75rem;
  font-weight:600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

h3 {
  margin: 0;
  font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 4.4vw, 3.875rem);
  line-height: 1.06;
}

h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  line-height: 1.18;
}

.lede {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.price-card {
  padding: 28px;
  background: var(--forest);
  color: var(--white);
  border-radius: 6px;
}

.price-card span,
.metric span,
.boundary strong,
.step span {
  display: block;
  font-size: 0.75rem;
  font-weight:600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 10px 0 8px;
  font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 500;
  line-height: 0.95;
}

.price-card p { margin: 0; color: #d8e6db; font-size: 0.88rem; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.secondary-cta,
.text-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
}

.secondary-cta:hover,
.text-link:hover { background: var(--forest-soft); }

.secondary-cta:focus-visible,
.text-link:focus-visible { outline: 3px solid #3b745e; outline-offset: 4px; }

.offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 48px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.metric {
  min-height: 150px;
  padding: 22px;
  background: var(--paper);
}

.metric span { color: var(--muted); }
.metric strong { display: block; margin: 18px 0 8px; font-size: 1.05rem; }
.metric p { margin: 0; color: var(--muted); font-size: 0.82rem; }

.persona-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 48px 0;
}

.persona {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.persona:nth-child(2) { background: var(--forest-soft); }
.persona span { color: var(--forest); font-size: 0.75rem; font-weight:600; letter-spacing: 0.1em; text-transform: uppercase; }
.persona strong { display: block; margin: 24px 0 12px; font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1.375rem; font-weight: 500; line-height: 1.2; }
.persona p { margin: 0; color: var(--muted); font-size: 0.86rem; }

.proof-strip {
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: 24px;
  margin-top: 34px;
}

.proof-figure {
  position: relative;
  min-height: 290px;
  margin: 0;
  overflow: hidden;
  background: var(--forest-soft);
  border-radius: 6px;
}

.proof-figure img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.proof-figure.phone img { object-position: center 8%; }

.proof-figure figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 4px;
  background: rgba(245, 245, 239, 0.96);
  color: var(--muted);
  font-size: 0.75rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.steps-stacked {
  grid-template-columns: 1fr;
}

.steps-stacked .step {
  min-height: 0;
  display: grid;
  grid-template-columns: 42px minmax(150px, 0.6fr) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.steps-stacked .step strong,
.steps-stacked .step p { margin: 0; }

.step {
  min-height: 140px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.step span { color: var(--forest); }
.step strong { display: block; margin: 18px 0 7px; }
.step p { margin: 0; color: var(--muted); font-size: 0.8rem; }

.boundary {
  margin-top: 12px;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: var(--gold-soft);
  color: #5d4b2c;
  font-size: 0.78rem;
}

.boundary strong { margin-bottom: 5px; }

.answer-section {
  margin-top: clamp(54px, 8vw, 88px);
}

.section-heading {
  max-width: 760px;
}

.answer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.answer-grid article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.answer-grid h3 { color: var(--forest); font-size: 1.375rem; }
.answer-grid p { margin: 12px 0 0; color: var(--muted); font-size: 0.88rem; }

.closing {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.closing strong { display: block; margin-bottom: 5px; font-size: 1rem; }
.closing p { max-width: 700px; margin: 0; color: var(--muted); }

.cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 4px;
  background: var(--forest);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.cta:hover { background: #10392c; }
.cta:focus-visible, .brand:focus-visible { outline: 3px solid #3b745e; outline-offset: 4px; }

.index-intro { max-width: 740px; margin-bottom: 38px; }
.index-intro h1 { font-size: clamp(2.5rem, 4.4vw, 3.875rem); }
.index-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.index-grid-primary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.index-card { min-height: 340px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); text-decoration: none; }
.index-card-featured { min-height: 360px; padding: clamp(26px, 4vw, 40px); }
.index-card small { color: var(--forest); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.index-card h2 { margin-top: auto; }
.index-card p { color: var(--muted); }
.index-card strong { color: var(--forest); }

.proof-band {
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 6vw, 72px);
  margin-top: 22px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 6px;
  background: var(--forest);
  color: var(--white);
}

.proof-band .eyebrow { color: #bcd2c2; }
.truth-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.truth-list li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
.truth-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.truth-list strong { color: var(--white); }
.truth-list span { color: #d5e2d8; font-size: 0.86rem; }

.secondary-offer {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
  margin-top: 22px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--gold-soft);
}

.secondary-offer h2 { max-width: 700px; }
.secondary-offer p { max-width: 720px; margin: 10px 0 0; color: #5d4b2c; }
.secondary-offer .text-link { white-space: nowrap; }

@media (max-width: 760px) {
  .topline,
  .hero,
  .proof-strip,
  .closing,
  .proof-band,
  .secondary-offer { grid-template-columns: 1fr; }
  .topline { gap: 12px; margin-bottom: 38px; }
  .status { max-width: 100%; justify-self: start; white-space: normal; }
  .offer-grid,
  .persona-grid,
  .steps,
  .index-grid,
  .answer-grid { grid-template-columns: 1fr; }
  .steps-stacked .step { grid-template-columns: 32px 1fr; }
  .steps-stacked .step p { grid-column: 2; }
  .truth-list li { grid-template-columns: 1fr; gap: 5px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions > * { width: 100%; }
  .metric { min-height: 0; }
  .sheet { width: min(100% - 20px, 640px); margin: 10px auto; border-radius: 6px; }
}

@page { size: letter portrait; margin: 0.35in; }

@media print {
  :root { font-size: 10px; }
  body { background: var(--white); }
  .sheet {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0.12in;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .topline { margin-bottom: 0.22in; }
  .hero { grid-template-columns: 1.15fr 0.85fr; gap: 0.32in; }
  h1 { max-width: 6.8in; font-size: 42px; }
  .price-card { padding: 0.2in; }
  .offer-grid { margin: 0.24in 0; }
  .metric { min-height: 1.06in; padding: 0.16in; }
  .proof-strip { grid-template-columns: 0.8fr 1.2fr; min-height: 2.3in; gap: 0.18in; margin-top: 0.18in; }
  .proof-figure, .proof-figure img { min-height: 2.3in; max-height: 2.3in; }
  .step { min-height: 1.02in; padding: 0.15in; }
  .closing { margin-top: 0.18in; padding-top: 0.16in; }
  .cta { min-height: 0; padding: 9px 13px; }
}

/* Sales pages are an editorial extension of the company, not separate templates. */
h1 { font-weight:600; line-height:1.03; letter-spacing:-.05em; }
.brand { font-size:30px; color:var(--forest); }
.hero { border-bottom:2px solid var(--forest); padding-bottom:40px; }
.price-card,.proof-band,.secondary-offer { border-radius:0; }
.offer-grid,.feature,.card { border-radius:2px; }
.price-card { background:var(--forest); }
