:root {
  color-scheme: light;
  --ink: #183235;
  --muted: #60706d;
  --paper: #fbf5e6;
  --paper-deep: #f2e6cb;
  --red: #b33925;
  --red-dark: #842918;
  --green: #1f5148;
  --green-soft: #dce8db;
  --line: rgba(24, 50, 53, 0.14);
  --shadow: 0 28px 80px rgba(24, 50, 53, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(251, 245, 230, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(24, 50, 53, 0.16);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 30px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

nav a:hover {
  color: var(--red-dark);
}

.hero {
  min-height: calc(100svh - 75px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 70px) clamp(36px, 6vw, 74px);
  overflow: hidden;
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Fraunces, Georgia, serif;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(58px, 8.2vw, 112px);
}

h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 70px);
}

h3 {
  margin: 0 0 12px;
  font-size: clamp(25px, 3vw, 35px);
}

.hero-lede {
  max-width: 570px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: white;
  background: var(--red);
  box-shadow: 0 15px 34px rgba(179, 57, 37, 0.22);
}

.button.primary:hover {
  background: var(--red-dark);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid var(--line);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(31, 81, 72, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.hero-art {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.food-backdrop {
  position: absolute;
  width: min(42vw, 420px);
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.food-left {
  left: -10px;
  top: 44px;
}

.food-right {
  right: -42px;
  bottom: 54px;
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(360px, 84vw);
  padding: 12px;
  border-radius: 46px;
  background: #1f2728;
  box-shadow: var(--shadow);
}

.phone-status {
  width: 118px;
  height: 26px;
  margin: 0 auto -4px;
  border-radius: 0 0 16px 16px;
  background: #1f2728;
}

.phone-screen {
  min-height: 620px;
  padding: 16px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(#fdf8ed, #f8edd7);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -16px -16px 18px;
  padding: 18px 18px 15px;
  color: white;
  background: var(--green);
  font-family: Fraunces, Georgia, serif;
  font-size: 26px;
  font-weight: 750;
}

.grid-icon {
  width: 18px;
  height: 18px;
  background:
    linear-gradient(var(--paper) 0 0) 0 0 / 7px 7px,
    linear-gradient(var(--paper) 0 0) 11px 0 / 7px 7px,
    linear-gradient(var(--paper) 0 0) 0 11px / 7px 7px,
    linear-gradient(var(--paper) 0 0) 11px 11px / 7px 7px;
  background-repeat: no-repeat;
}

.phone-copy {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.search-pill,
.makeable {
  border-radius: 999px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 50, 53, 0.12);
  font-size: 14px;
  font-weight: 800;
}

.makeable {
  margin-top: 10px;
  color: var(--green);
}

.question {
  margin: 18px 0;
  padding: 20px 14px;
  border-radius: 8px;
  text-align: center;
  background: white;
  border: 1px solid rgba(24, 50, 53, 0.1);
}

.question span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.question strong {
  display: block;
  margin: 8px 0 18px;
  font-family: Fraunces, Georgia, serif;
  font-size: 38px;
}

.question button {
  min-width: 82px;
  margin: 0 4px;
  padding: 10px 16px;
  color: var(--green);
  background: white;
  border: 2px solid rgba(31, 81, 72, 0.32);
  border-radius: 8px;
  font-weight: 900;
}

.mini-recipes {
  display: grid;
  gap: 10px;
}

.mini-recipes article {
  overflow: hidden;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 22px rgba(24, 50, 53, 0.08);
}

.mini-recipes img {
  width: 100%;
  height: 95px;
  object-fit: cover;
}

.mini-recipes span {
  display: block;
  padding: 10px 12px;
  color: var(--green);
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  font-weight: 750;
}

.split,
.engine,
.browse,
.cta {
  padding: clamp(56px, 8vw, 108px) clamp(18px, 5vw, 70px);
}

.split {
  background: var(--green);
  color: white;
}

.split .section-kicker {
  color: #f8c7a8;
}

.split h2 {
  max-width: 970px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.path-grid article {
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.path-number {
  display: inline-block;
  margin-bottom: 22px;
  color: #f8c7a8;
  font-weight: 900;
}

.path-grid p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.engine {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.engine-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.signal-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.signal-strip div {
  min-height: 132px;
  padding: 22px;
  border-radius: 8px;
  background: var(--paper-deep);
  border: 1px solid rgba(24, 50, 53, 0.1);
}

.signal-strip strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(34px, 4vw, 55px);
  line-height: 0.96;
}

.signal-strip span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.browse {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  background: #fdf8ed;
}

.browse-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 19px;
}

.recipe-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: end;
}

.recipe-wall img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(24, 50, 53, 0.14);
}

.recipe-wall img:nth-child(1) {
  height: 360px;
}

.recipe-wall img:nth-child(2) {
  height: 260px;
}

.recipe-wall img:nth-child(3) {
  height: 420px;
}

.recipe-wall img:nth-child(4) {
  height: 310px;
}

.cta {
  text-align: center;
  background: var(--green);
  color: white;
}

.cta img {
  margin: 0 auto 22px;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.cta h2 {
  max-width: 780px;
  margin: 0 auto;
}

.cta p {
  max-width: 580px;
  margin: 20px auto 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 70px);
  color: var(--muted);
  background: #fdf8ed;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .hero,
  .engine,
  .browse {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 560px;
  }

  .food-backdrop {
    width: 58vw;
  }

  .path-grid,
  .signal-strip {
    grid-template-columns: 1fr;
  }

  .recipe-wall {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-art {
    min-height: 500px;
  }

  .food-backdrop {
    opacity: 0.62;
  }

  .phone-screen {
    min-height: 560px;
  }

  .recipe-wall img:nth-child(n) {
    height: 220px;
  }

  footer {
    flex-direction: column;
  }
}
