:root {
  --ink: #171a12;
  --muted: #5b624f;
  --paper: #f5eddc;
  --card: #fff9ea;
  --line: rgba(23, 26, 18, 0.16);
  --moss: #30533a;
  --moss-dark: #183621;
  --ochre: #d99528;
  --ember: #a44723;
  --shadow: rgba(69, 45, 14, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 18%, rgba(217, 149, 40, 0.28), transparent 28rem),
    radial-gradient(circle at 84% 8%, rgba(48, 83, 58, 0.22), transparent 30rem),
    linear-gradient(135deg, #f7f0df, #ead9bb);
  font-family: Georgia, "Times New Roman", "Noto Serif", serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 26, 18, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 26, 18, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 28px;
}

.hero,
.proof-grid article,
.intake,
.price-card {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--card) 88%, white);
  box-shadow: 0 22px 55px var(--shadow);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 40px;
  padding: clamp(32px, 8vw, 86px);
  display: grid;
  align-content: center;
}

.hero::after {
  content: "</>";
  position: absolute;
  right: clamp(22px, 7vw, 88px);
  bottom: clamp(12px, 5vw, 58px);
  color: rgba(48, 83, 58, 0.1);
  font-family: "Courier New", monospace;
  font-size: clamp(90px, 18vw, 220px);
  font-weight: 900;
  line-height: 1;
}

.sample-hero {
  min-height: 430px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--ember);
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 0.95;
}

h1 {
  max-width: 780px;
  font-size: clamp(4rem, 14vw, 9.5rem);
  letter-spacing: -0.08em;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  letter-spacing: -0.05em;
}

.lede {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 2.1vw, 1.5rem);
  line-height: 1.45;
}

.actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 22px;
  font-family: "Courier New", monospace;
  font-weight: 800;
  text-decoration: none;
}

.primary {
  color: #fff8e7;
  background: var(--moss-dark);
}

.secondary {
  color: var(--moss-dark);
  background: #eadfca;
  border: 1px solid var(--line);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.proof-grid article {
  border-radius: 28px;
  padding: 28px;
}

.proof-grid span {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--ochre);
  font-family: "Courier New", monospace;
  font-weight: 900;
}

.proof-grid p,
.price-card span,
footer p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.intake {
  margin-top: 18px;
  border-radius: 32px;
  padding: clamp(26px, 5vw, 52px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

ol {
  margin: 0;
  padding-left: 1.3rem;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 1.08rem;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.patch {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: clamp(26px, 5vw, 52px);
  background: color-mix(in srgb, var(--card) 88%, white);
  box-shadow: 0 22px 55px var(--shadow);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

pre {
  margin: 0;
  overflow-x: auto;
  border-radius: 22px;
  padding: 20px;
  background: #17251d;
  color: #f8dfaf;
  font-family: "Courier New", monospace;
  font-size: 0.95rem;
  line-height: 1.55;
}

.price-card {
  min-height: 190px;
  border-radius: 28px;
  padding: 24px;
  display: grid;
  align-content: space-between;
}

.price-card p {
  margin: 0;
  color: var(--ember);
  font-family: "Courier New", monospace;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 18px 0 12px;
  font-size: clamp(3rem, 8vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.price-card.hot {
  color: #fff8e7;
  background: linear-gradient(145deg, var(--moss-dark), var(--moss));
}

.price-card.hot p,
.price-card.hot span {
  color: #f8dfaf;
}

footer {
  padding: 22px 6px 0;
  font-family: "Courier New", monospace;
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 22px, 560px);
    padding-top: 20px;
  }

  .hero {
    min-height: 460px;
    border-radius: 28px;
  }

  .proof-grid,
  .intake,
  .patch,
  .pricing {
    grid-template-columns: 1fr;
  }

  .proof-grid article,
  .price-card,
  .intake {
    border-radius: 22px;
  }
}
