:root {
  --cream: #fbf6ed;
  --oat: #f4e7d3;
  --butter: #f3d56b;
  --butter-light: #fff4cc;
  --sage: #8d9a73;
  --forest: #3f513f;
  --rose: #d9a8a2;
  --ink: #3d382f;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}

a { color: inherit; }
.site-header {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.site-logo {
  display: block;
  width: clamp(180px, 20vw, 270px);
  height: auto;
}

.footer-logo {
  display: block;
  width: min(235px, 66vw);
  height: auto;
}




.hero {
  width: min(1160px, calc(100% - 40px));
  margin: 20px auto 90px;
  min-height: 590px;
  border-radius: 38px;
  background: var(--oat);
  padding: 76px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(63,81,63,.18);
  border-radius: 50%;
  right: -110px;
  bottom: -110px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.2px;
}
h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.08;
  margin: 0;
}
h1 { font-size: clamp(54px, 7vw, 92px); letter-spacing: -3px; }
h1 em { color: var(--forest); font-weight: 600; }
.intro {
  max-width: 610px;
  font-size: 18px;
  margin: 28px 0 34px;
}

.ingredient-highlights {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.ingredient-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid rgba(63,81,63,.18);
  border-radius: 999px;
  background: rgba(255,253,248,.42);
  color: var(--forest);
  font-size: 14px;
  font-weight: 600;
}
.ingredient-highlights span::before {
  content: "✓";
  margin-right: 8px;
  color: var(--sage);
}

.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--forest); color: var(--white); }
.button.primary:hover { background: #314331; }
.button.secondary { border: 1px solid rgba(61,56,47,.25); background: rgba(255,255,255,.25); }
.button.large { padding: 17px 28px; }

.hero-art { position: relative; height: 390px; }
.sun {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--butter);
  position: absolute;
  top: 12px;
  right: 30px;
}
.arch-card {
  position: absolute;
  width: 280px;
  height: 330px;
  right: 70px;
  bottom: 4px;
  border-radius: 140px 140px 24px 24px;
  background: var(--white);
  box-shadow: 0 24px 50px rgba(78,67,51,.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(3deg);
  border: 1px solid rgba(63,81,63,.10);
}
.arch-card p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  color: var(--forest);
}
.tiny-heart { position: absolute; top: 42px; font-size: 24px; color: var(--rose); }
.sprig { position: absolute; bottom: 40px; color: var(--sage); font-size: 28px; }

.products {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 100px;
}
.section-heading { text-align: center; margin-bottom: 45px; }
h2 { font-size: clamp(40px, 5vw, 62px); letter-spacing: -1.5px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  padding: 38px 32px 42px;
  border: 1px solid rgba(63,81,63,.15);
  border-radius: 24px;
  background: rgba(255,253,248,.55);
}
.product-card.featured { background: var(--butter-light); transform: translateY(-10px); }
.product-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--oat);
  color: var(--forest);
  margin-bottom: 24px;
}
.product-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  margin: 0 0 12px;
}
.product-card p { margin: 0; font-size: 15px; }

.about-strip {
  background: var(--forest);
  color: var(--white);
  padding: 22px 20px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  letter-spacing: .5px;
}
.about-strip p { margin: 0; }
.about-strip span { color: var(--butter); padding: 0 18px; }

.contact {
  width: min(1080px, calc(100% - 40px));
  margin: 95px auto;
  padding: 62px;
  border-radius: 30px;
  background: var(--butter-light);
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 55px;
  align-items: center;
}
.contact p { max-width: 620px; }
.contact-actions { flex-direction: column; align-items: stretch; }
.text-link { text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; }

footer {
  padding: 54px 20px 40px;
  text-align: center;
  border-top: 1px solid rgba(63,81,63,.12);
}
.footer-brand { margin-bottom: 10px; }
footer p { margin: 7px 0; font-size: 13px; }
.legal { max-width: 620px; margin: 15px auto; color: #6d675d; }
.copyright { color: #837b70; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding: 54px 38px; }
  .hero-art { height: 310px; margin-top: 36px; }
  .arch-card { right: 50%; transform: translateX(50%) rotate(2deg); width: 240px; height: 285px; }
  .sun { right: calc(50% - 150px); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card.featured { transform: none; }
  .contact { grid-template-columns: 1fr; padding: 44px 32px; }
}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 28px, 1160px);
    padding: 18px 0;
    gap: 16px;
  }

  .site-logo {
    width: min(185px, 52vw);
  }


  .hero {
    width: calc(100% - 28px);
    padding: 42px 24px;
    border-radius: 26px;
    margin-top: 8px;
  }

  h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .intro {
    font-size: 16px;
  }

  .ingredient-highlights {
    gap: 10px;
  }

  .ingredient-highlights span {
    width: 100%;
    justify-content: center;
  }

  .about-strip {
    font-size: 17px;
  }

  .about-strip span {
    padding: 0 7px;
  }

  .footer-logo {
    width: min(210px, 62vw);
  }
}
