:root {
  --green: #2f8f5b;
  --dark: #183329;
  --leaf: #dff0dc;
  --soft: #eef7ec;
  --paper: #fbfff7;
  --cream: #fffaf0;
  --line: #d3e4cd;
  --muted: #5d6b61;
  --sun: #e6b85c;
  --title: "Fraunces", serif;
  --body: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--body);
  background: var(--soft);
  color: var(--dark);
  line-height: 1.6;
}

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

img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.vv-top {
  min-height: 100vh;
  padding: 20px min(6vw, 72px);
  background: linear-gradient(90deg, rgba(24, 51, 41, 0.9), rgba(24, 51, 41, 0.28)), url("mock-hero.jpg") center / cover;
  color: #fff;
  display: flex;
  flex-direction: column;
}

nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
}

.brand {
  font-family: var(--title);
  font-size: 1.6rem;
}

nav a:last-child {
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 76px);
  max-width: 720px;
  padding: 72px 0 52px;
}

.hero h1,
.plans h2,
.builder h2,
.how h2,
.delivery h2 {
  font-family: var(--title);
  font-size: clamp(2.3rem, 8vw, 5.4rem);
  line-height: 0.96;
}

.hero p {
  max-width: 560px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
}

.hero img {
  display: none;
}

.tag {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .tag {
  color: #c9f5d0;
}

.plans {
  padding: 72px min(6vw, 72px);
  background: var(--paper);
}

.plans-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.plans-intro p:not(.tag),
.builder-head p:not(.tag),
.delivery p,
.note {
  color: var(--muted);
}

.plan-grid {
  display: grid;
  gap: 14px;
}

.plan-card {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.plan-copy {
  min-width: 0;
}

.plan-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #ffffff;
  color: var(--green);
  border: 1px solid var(--line);
}

.plan-icon svg {
  width: 23px;
  height: 23px;
}

.plan-card h3,
.sample-menu h3 {
  margin-bottom: 8px;
  font-family: var(--title);
  font-size: 1.65rem;
  line-height: 1;
}

.plan-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.plan-card img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(24, 51, 41, 0.12);
}

.builder {
  padding: 72px min(6vw, 72px);
  background: var(--cream);
}

.builder-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.packs {
  display: grid;
  gap: 12px;
}

.packs article {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #eadfcb;
}

.packs svg {
  width: 32px;
  height: 32px;
  color: var(--green);
}

.packs b {
  font-size: 1.8rem;
  line-height: 1;
}

.packs span {
  color: var(--muted);
}

.sample-menu {
  margin-top: 18px;
  padding: 22px;
  background: var(--dark);
  color: #fff;
  border-radius: 8px;
}

.sample-menu .tag {
  color: var(--sun);
}

.days {
  display: grid;
  gap: 10px;
  margin: 20px 0 14px;
}

.days p {
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.days b {
  color: #ffffff;
}

.days span,
.note {
  color: rgba(255, 255, 255, 0.72);
}

.how {
  padding: 72px min(6vw, 72px);
  display: grid;
  gap: 24px;
  background: var(--soft);
}

.steps {
  display: grid;
  gap: 12px;
}

.steps article {
  display: grid;
  gap: 5px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.steps b {
  color: var(--green);
  font-size: 1.05rem;
}

.steps span {
  color: var(--muted);
}

.photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 8px;
  background: #ffffff;
}

.photos img {
  aspect-ratio: 1;
  border-radius: 8px;
}

.delivery {
  padding: 72px min(6vw, 72px);
  display: grid;
  gap: 24px;
  background: var(--paper);
}

.delivery a {
  display: block;
  width: max-content;
  margin-top: 10px;
  color: var(--green);
  font-weight: 900;
}

.schedule {
  display: grid;
  gap: 10px;
}

.schedule p {
  padding: 16px;
  border-radius: 8px;
  background: var(--soft);
  border: 1px solid var(--line);
  color: var(--muted);
}

.map {
  padding: 0 min(6vw, 72px) 72px;
  background: var(--paper);
}

.map iframe {
  display: block;
  border-radius: 8px;
}

.wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(24, 51, 41, 0.24);
}

.wa svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

@media (min-width: 760px) {
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .sample-menu {
    padding: 28px;
  }

  .days {
    grid-template-columns: repeat(5, 1fr);
  }

  .days p {
    align-content: start;
    min-height: 150px;
  }

  .how,
  .delivery {
    grid-template-columns: 0.8fr 1.2fr;
  }

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

@media (min-width: 1060px) {
  .plans,
  .builder,
  .how,
  .delivery {
    padding-top: 86px;
    padding-bottom: 86px;
  }
}

@media (max-width: 420px) {
  nav {
    gap: 14px;
  }

  .brand {
    font-size: 1.3rem;
  }

  nav a:last-child {
    padding: 10px 12px;
  }

  .plan-card {
    grid-template-columns: 1fr 82px;
  }

  .plan-card img {
    width: 82px;
    height: 82px;
  }
}
