:root {
  --cream: #f7f0df;
  --cream-2: #fffaf0;
  --ink: #263023;
  --muted: #67705b;
  --leaf: #5d7142;
  --leaf-dark: #324428;
  --sage: #d7dfc2;
  --clay: #c86f3d;
  --clay-dark: #9f4d2b;
  --line: rgba(38, 48, 35, 0.14);
  --shadow: 0 24px 70px rgba(56, 63, 40, 0.18);
  --radius: 28px;
  --display: "Fraunces", Georgia, serif;
  --text: "Nunito Sans", Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--text);
  background:
    radial-gradient(circle at 4% 14%, rgba(200, 111, 61, 0.22), transparent 24rem),
    radial-gradient(circle at 94% 4%, rgba(93, 113, 66, 0.25), transparent 28rem),
    linear-gradient(135deg, var(--cream-2), var(--cream));
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(93, 113, 66, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 113, 66, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 10;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: white;
  border-radius: 999px;
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 1rem auto 0;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 12px 38px rgba(56, 63, 40, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav,
.site-footer,
.hero-actions,
.trust-list,
.price-line {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 800;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.main-nav {
  gap: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.main-nav a {
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.25rem;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--clay), var(--clay-dark));
  box-shadow: 0 18px 42px rgba(200, 111, 61, 0.32);
}

.btn-ghost {
  color: var(--leaf-dark);
  background: rgba(93, 113, 66, 0.12);
}

.btn-small {
  min-height: 42px;
  color: white;
  background: var(--leaf);
}

.btn-wide {
  width: 100%;
}

.hero,
.pain-section,
.method-section,
.includes-section,
.recipe-section,
.audience-section,
.offer-section,
.faq-section,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: 5rem 0 4rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  letter-spacing: -0.06em;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

.lead {
  max-width: 640px;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.trust-list {
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.trust-list li {
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--leaf-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
}

.mockup-card,
.offer-card,
.pain-grid article,
.includes-grid article,
.faq-list details,
.recipe-grid figure {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 250, 240, 0.74);
  box-shadow: var(--shadow);
}

.mockup-card {
  overflow: hidden;
  padding: 0.85rem;
  border-radius: 34px;
  transform: rotate(1.6deg);
}

.mockup-card img {
  width: 100%;
  border-radius: 24px;
}

.price-card {
  position: absolute;
  right: -0.4rem;
  bottom: -1.4rem;
  width: min(230px, 52vw);
  padding: 1.2rem;
  border-radius: 24px;
  color: white;
  background: var(--leaf-dark);
  box-shadow: 0 18px 48px rgba(50, 68, 40, 0.32);
}

.price-card span,
.price-card small,
.price-line span,
.offer-copy small {
  display: block;
  opacity: 0.82;
}

.price-card strong {
  display: block;
  margin: 0.25rem 0;
  font-family: var(--display);
  font-size: 2rem;
}

.pain-section,
.method-section,
.includes-section,
.recipe-section,
.audience-section,
.offer-section,
.faq-section {
  padding: 5.5rem 0;
}

.pain-section > h2 {
  max-width: 840px;
}

.pain-grid,
.includes-grid,
.recipe-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-grid article,
.includes-grid article {
  padding: 1.4rem;
  border-radius: var(--radius);
}

.pain-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  color: white;
  background: var(--leaf);
  font-weight: 900;
}

.pain-grid p,
.includes-grid p,
.method-copy p,
.offer-copy p,
.faq-list p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.method-section,
.audience-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.steps {
  display: grid;
  gap: 0.9rem;
}

.steps div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem;
  border-left: 8px solid var(--leaf);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
}

.steps strong {
  color: var(--leaf-dark);
  font-family: var(--display);
  font-size: 1.35rem;
}

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

.includes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recipe-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.recipe-grid figure {
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
}

.recipe-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.recipe-grid figcaption {
  padding: 1rem;
  font-weight: 900;
}

.audience-section {
  padding: 3rem;
  border-radius: 36px;
  color: white;
  background:
    radial-gradient(circle at 96% 18%, rgba(255, 250, 240, 0.18), transparent 18rem),
    linear-gradient(135deg, var(--leaf-dark), var(--leaf));
}

.audience-section .eyebrow,
.audience-section h2,
.audience-section li {
  color: white;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  left: 1rem;
  content: "✓";
}

.offer-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(1rem, 4vw, 2rem);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.94), rgba(215, 223, 194, 0.72));
}

.offer-image img {
  width: 100%;
  border-radius: 28px;
}

.offer-copy {
  padding: 1rem;
}

.price-line {
  justify-content: space-between;
  gap: 1rem;
  margin: 1.4rem 0;
  padding: 1rem;
  border: 1px dashed rgba(93, 113, 66, 0.42);
  border-radius: 20px;
}

.price-line strong {
  font-family: var(--display);
  font-size: 2.2rem;
}

.offer-copy small {
  margin-top: 0.9rem;
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.faq-list details {
  padding: 1.2rem 1.4rem;
  border-radius: 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.site-footer {
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem 0 6rem;
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  margin-left: 1rem;
  color: var(--leaf-dark);
  font-weight: 900;
}

.mobile-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 14px 42px rgba(38, 48, 35, 0.18);
  backdrop-filter: blur(16px);
}

.mobile-cta span {
  padding-left: 0.75rem;
  font-weight: 900;
}

.reveal {
  animation: rise 680ms ease both;
}

.hero-visual.reveal {
  animation-delay: 120ms;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .site-header {
    border-radius: 26px;
  }

  .main-nav,
  .site-header .btn-small {
    display: none;
  }

  .hero,
  .method-section,
  .audience-section,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .pain-grid,
  .includes-grid,
  .recipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-cta {
    display: flex;
  }
}

@media (max-width: 620px) {
  .hero,
  .pain-section,
  .method-section,
  .includes-section,
  .recipe-section,
  .offer-section,
  .faq-section {
    padding: 3.4rem 0;
  }

  h1 {
    font-size: clamp(2.8rem, 17vw, 4rem);
  }

  .hero-actions .btn,
  .recipe-grid,
  .pain-grid,
  .includes-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .steps div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .audience-section {
    padding: 2rem 1.2rem;
  }

  .site-footer {
    display: block;
  }

  .site-footer a {
    display: inline-block;
    margin: 0 1rem 0.5rem 0;
  }
}
