:root {
  --paper: #fbf8ef;
  --ink: #2f382a;
  --muted: #747767;
  --olive: #4b6438;
  --olive-dark: #31451f;
  --sage: #b7c0a5;
  --line: #d7d0be;
  --gold: #e7b73e;
  --white: #fffdf7;
  --shadow: 0 22px 70px rgba(67, 73, 48, 0.12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 5%, rgba(232, 190, 72, 0.12), transparent 20rem),
    radial-gradient(circle at 94% 12%, rgba(118, 151, 77, 0.12), transparent 22rem),
    var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}
h1 { font-size: clamp(4.2rem, 8vw, 8.8rem); color: var(--olive-dark); }
h2 { font-size: clamp(2.4rem, 4vw, 4rem); color: var(--olive-dark); }
h3 { font-size: 2rem; color: var(--olive); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  width: min(1520px, calc(100% - 64px));
  margin: 0 auto;
  padding: 28px 0 14px;
  background: rgba(251, 248, 239, 0.86);
  backdrop-filter: blur(14px);
}
.logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.35rem;
  font-weight: 600;
  color: var(--olive-dark);
}
.nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 4.6rem);
  color: #3e413b;
  font-size: 0.95rem;
  font-weight: 700;
}
.header-cta {
  border: 2px solid var(--sage);
  border-radius: 999px;
  padding: 12px 27px;
  color: var(--olive);
  font-size: 0.92rem;
  font-weight: 800;
}
main {
  width: min(1520px, calc(100% - 64px));
  margin: 0 auto 56px;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.15fr);
  align-items: center;
  min-height: 650px;
  padding: 18px 0 48px;
}
.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 620px;
  padding-left: 150px;
}
.kicker {
  margin: 0 0 12px;
  color: var(--olive);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-lead {
  margin: 4px 0 18px;
  color: #393d35;
  font-size: clamp(1.7rem, 2.2vw, 2.7rem);
  font-weight: 800;
  line-height: 1.16;
}
.hero-text {
  max-width: 420px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 34px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 800;
}
.btn-primary { background: var(--olive); color: var(--white); box-shadow: 0 14px 26px rgba(49, 69, 31, 0.18); }
.btn-ghost, .btn-outline { border-color: var(--sage); color: var(--olive); }
.btn-light { background: var(--white); color: var(--olive-dark); }
.btn-gold { background: var(--gold); color: #423211; }
.hero-visual { position: relative; min-height: 620px; }
.hero-visual img {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(760px, 100%);
  height: 620px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: var(--shadow);
  border: 12px solid rgba(255, 253, 247, 0.82);
}
.fruit {
  position: absolute;
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #8f513b;
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
}
.fruit-lemon { top: 44px; right: -14px; background: #f2c84e; color: #fff7c7; }
.fruit-fig { left: 20px; top: 154px; }
.soft-panel {
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.72);
  box-shadow: var(--shadow);
  border: 1px solid rgba(215, 208, 190, 0.48);
}
.audience { padding: 36px 54px 46px; text-align: center; }
.audience-grid, .process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.audience article, .process article {
  min-height: 142px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 16px;
  padding: 12px;
}
.audience span, .process span { font-size: 3rem; }
.audience p, .process p { margin: 0; color: #45483e; font-size: 0.92rem; font-weight: 700; }
.constructor {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 0.72fr 0.55fr;
  align-items: center;
  gap: 28px;
  padding: 62px 0;
}
.section-copy { padding-left: 58px; }
.section-copy p { max-width: 485px; color: #4d5147; font-weight: 650; }
.hand-note {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--olive);
  font-size: 1.55rem;
  font-style: italic;
  line-height: 1.2;
}
.salad-stack { position: relative; height: 430px; }
.stack-layer {
  position: absolute;
  left: 50%;
  width: 260px;
  height: 42px;
  border-radius: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 10px rgba(80, 70, 45, 0.12));
}
.layer-base { bottom: 88px; background: linear-gradient(90deg, #5b7d2c, #9db45d, #3f6428); }
.layer-fruit { bottom: 135px; background: repeating-radial-gradient(circle at 25% 50%, #c4422f 0 13px, #f0b648 14px 20px, #8a9d32 21px 31px); }
.layer-protein { bottom: 183px; background: repeating-radial-gradient(circle at 60% 40%, #b98c55 0 14px, #f5ddb5 15px 27px, #dbb076 28px 38px); }
.layer-cheese { bottom: 232px; background: repeating-radial-gradient(circle at 40% 40%, #f3f0dc 0 16px, #d8c16c 17px 28px, #a86c2a 29px 38px); }
.layer-crunch { bottom: 279px; background: repeating-radial-gradient(circle at 30% 50%, #7a2c35 0 13px, #c45c56 14px 24px, #8d4c25 25px 33px); }
.layer-dressing { bottom: 326px; width: 180px; height: 26px; background: linear-gradient(90deg, #e8bc3d, #fff0a8, #d29422); }
.layer-herbs { bottom: 363px; width: 190px; height: 34px; background: repeating-radial-gradient(circle at 28% 40%, #4c7532 0 8px, #9fb55b 9px 16px, transparent 17px 23px); }
.layer-finish { bottom: 404px; width: 120px; height: 20px; background: repeating-radial-gradient(circle, #343526 0 3px, transparent 4px 9px); }
.bowl {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 330px;
  height: 116px;
  transform: translateX(-50%);
  border-radius: 0 0 170px 170px;
  background: linear-gradient(#fffef8, #d8c9af);
  box-shadow: inset 0 -14px 26px rgba(71, 56, 33, 0.18), var(--shadow);
}
.layer-list { margin: 0; padding: 0; list-style: none; counter-reset: layers; }
.layer-list li {
  counter-increment: layers;
  position: relative;
  margin: 12px 0;
  padding: 12px 10px 12px 52px;
  border-bottom: 1px solid var(--line);
  color: #4c5047;
  font-weight: 800;
}
.layer-list li::before {
  content: counter(layers);
  position: absolute;
  left: 0;
  top: 8px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  color: var(--olive);
}
.note-card {
  rotate: 3deg;
  min-height: 260px;
  padding: 34px 28px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.note-card strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--olive-dark);
  font-size: 2rem;
  line-height: 1;
}
.practice {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr 128px;
  gap: 26px;
  align-items: center;
  padding: 38px 36px;
}
.practice-copy p { color: #4e5148; font-weight: 700; }
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
}
.count-badge {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border: 2px solid var(--sage);
  border-radius: 50%;
  color: var(--olive);
  text-align: center;
  background: rgba(255, 253, 247, 0.8);
}
.count-badge strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 4rem; line-height: 0.8; }
.count-badge span { max-width: 88px; font-size: 0.92rem; font-weight: 800; line-height: 1.18; }
.knowledge { display: grid; grid-template-columns: 0.95fr 1.35fr; gap: 22px; padding: 38px 0; }
.knowledge-card {
  min-height: 320px;
  padding: 36px;
  border-radius: var(--radius);
  border: 1px solid rgba(215, 208, 190, 0.55);
  background: rgba(255, 253, 247, 0.74);
  box-shadow: var(--shadow);
}
.knowledge-card p { color: #53574d; font-weight: 650; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.mini-grid div { padding: 24px; border: 2px solid var(--line); border-radius: var(--radius); }
.mini-grid h3 { font-size: 1.7rem; }
.sauce-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 34px; }
.sauce-row span { display: grid; justify-items: center; gap: 10px; color: #515449; font-size: 0.84rem; font-weight: 800; text-align: center; }
.sauce-row span::before {
  content: "";
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--sauce);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.55), 0 13px 22px rgba(76, 72, 56, 0.18);
}
.process { padding: 22px 0 44px; text-align: center; }
.process-grid { grid-template-columns: repeat(5, 1fr); }
.vip {
  display: grid;
  grid-template-columns: 1.05fr 1fr 340px;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  margin: 8px 0 42px;
  padding: 42px 56px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(115deg, #304a22, #536d39 58%, #263918);
}
.vip h2 { color: var(--white); }
.vip p { max-width: 620px; color: #eaf0dd; font-weight: 700; }
.vip ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.vip li {
  min-height: 110px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  text-align: center;
  font-weight: 800;
}
.vip img { width: 340px; height: 220px; object-fit: cover; border-radius: 50%; border: 10px solid rgba(255, 253, 247, 0.62); }
.pricing { padding: 0 20px 30px; }
.pricing-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; max-width: 920px; }
.price-card { position: relative; padding: 38px; border: 2px solid var(--line); border-radius: var(--radius); background: rgba(255, 253, 247, 0.82); }
.price-card.featured { border-color: var(--gold); }
.price-card h3 { display: inline-block; margin-right: 28px; text-transform: uppercase; }
.price { display: inline-block; margin: 0; color: var(--olive); font-size: 1.7rem; font-weight: 800; }
.price-card ul { min-height: 220px; margin: 22px 0 26px; padding-left: 1.2rem; color: #4f5348; font-weight: 700; }
.best {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 24px;
  border-radius: 999px;
  background: var(--gold);
  color: #4a3610;
  font-size: 0.85rem;
  font-weight: 900;
}
.bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: 12px 0 60px; }
.reviews, .faq { padding: 0 20px; }
.review-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-row article { min-height: 150px; padding: 24px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.review-row p, .reviews > p { color: #55594f; font-size: 0.92rem; font-weight: 650; }
details { border-bottom: 1px solid var(--line); background: rgba(255, 253, 247, 0.58); }
summary { cursor: pointer; padding: 18px 42px 18px 0; color: #3e4239; font-weight: 850; }
details p { margin: 0; padding: 0 0 18px; color: #5b5e54; font-weight: 650; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { order: 3; grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 6px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-left: 24px; }
  .hero-visual { min-height: 500px; }
  .hero-visual img { width: 620px; height: 500px; }
  .audience-grid, .process-grid { grid-template-columns: repeat(3, 1fr); }
  .constructor, .practice, .knowledge, .vip, .bottom-grid { grid-template-columns: 1fr; }
  .section-copy { padding-left: 0; }
  .note-card { rotate: 0deg; }
  .vip ul { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  body { font-size: 15px; }
  .site-header, main { width: min(100% - 28px, 1520px); }
  .site-header { gap: 12px; padding-top: 18px; }
  .logo { font-size: 1.8rem; }
  .header-cta { padding: 10px 15px; }
  .hero { min-height: auto; padding-bottom: 24px; }
  .hero-copy { padding-left: 0; }
  .hero-actions, .btn { width: 100%; }
  .hero-visual { min-height: 360px; margin-top: 24px; }
  .hero-visual img { width: 100%; height: 340px; }
  .fruit { width: 78px; height: 78px; font-size: 1.25rem; }
  .audience, .practice, .knowledge-card, .vip, .price-card { padding: 24px; }
  .audience-grid, .process-grid, .gallery, .sauce-row, .pricing-grid, .review-row, .mini-grid, .vip ul { grid-template-columns: 1fr; }
  .constructor { padding: 34px 0; }
  .salad-stack { height: 360px; transform: scale(0.82); transform-origin: center top; margin-bottom: -56px; }
  .count-badge { width: 112px; height: 112px; justify-self: center; }
  .vip img { width: 100%; height: 220px; }
  .price-card ul { min-height: 0; }
}
