:root {
  --ink: #183226;
  --forest: #164b2a;
  --leaf: #3f732c;
  --cream: #fbf5e9;
  --paper: #fffdf8;
  --gold: #d6a53d;
  --line: rgba(24, 50, 38, 0.14);
  --shadow: 0 24px 60px rgba(35, 55, 38, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px clamp(20px, 5vw, 76px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; text-decoration: none; letter-spacing: -0.02em; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); }
nav a { font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.nav-cta { padding: 9px 16px; color: white; background: var(--forest); border-radius: 999px; }

main, footer, .site-header { width: 100%; }
.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 690px;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 130px) clamp(22px, 7vw, 104px);
  background:
    radial-gradient(circle at 78% 40%, rgba(214, 165, 61, 0.25), transparent 28%),
    linear-gradient(135deg, var(--cream), #f9f4df 55%, #eef2db);
}
.hero::before { content: ""; position: absolute; width: 400px; height: 400px; left: -240px; bottom: -290px; border: 80px solid rgba(63, 115, 44, 0.09); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; max-width: 690px; }
.eyebrow { margin: 0 0 14px; color: var(--leaf); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; line-height: 1.06; letter-spacing: -0.045em; }
h1 { max-width: 720px; font-size: clamp(3.4rem, 6.7vw, 6.6rem); }
h1 em { color: var(--leaf); font-weight: inherit; }
.hero-lede { max-width: 590px; margin: 28px 0; color: #526458; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 12px 24px rgba(22, 75, 42, 0.18); }
.button-secondary { border-color: rgba(22, 75, 42, 0.28); background: rgba(255,255,255,.5); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 38px 0 0; padding: 0; color: #55675b; font-size: 0.83rem; list-style: none; }
.hero-notes li::before { content: "✦"; margin-right: 8px; color: var(--gold); }
.hero-mark { position: relative; display: grid; place-items: center; min-height: 460px; }
.logo-frame { position: relative; z-index: 2; overflow: hidden; width: min(92%, 460px); aspect-ratio: 1; padding: 10px; background: white; border-radius: 50%; box-shadow: var(--shadow); transform: rotate(2deg); }
.logo-frame img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.grain { position: absolute; width: 36px; height: 90px; border-radius: 100% 0 100% 0; background: var(--gold); opacity: .5; transform: rotate(35deg); }
.grain-one { top: 3%; right: 5%; }.grain-two { bottom: 6%; left: 8%; transform: rotate(215deg); }.grain-three { right: 0; bottom: 10%; width: 20px; height: 55px; background: var(--leaf); }

.section { max-width: 1440px; margin: 0 auto; padding: clamp(80px, 10vw, 140px) clamp(22px, 7vw, 104px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.section-heading > p { max-width: 460px; margin: 0; color: #66756b; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; background: #f6f0e4; border: 1px solid rgba(24,50,38,.09); border-radius: 24px; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(24,50,38,.10); }
.product-image { position: relative; overflow: hidden; display: block; width: 100%; height: 430px; padding: 0; border: 0; cursor: zoom-in; background: #ede7da; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s ease; }
.product-image:hover img { transform: scale(1.025); }
.product-image span { position: absolute; right: 14px; bottom: 14px; padding: 8px 13px; color: white; background: rgba(20,45,30,.88); border-radius: 999px; font: 600 .78rem "DM Sans", sans-serif; opacity: 0; transform: translateY(4px); transition: .2s ease; }
.product-image:hover span, .product-image:focus-visible span { opacity: 1; transform: none; }
.product-copy { padding: 25px 24px 28px; }
.product-type { margin: 0 0 5px; color: var(--leaf); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: 0; font: 700 1.5rem/1.2 "Playfair Display", Georgia, serif; }
.product-card .product-copy > p:not(.product-type) { min-height: 76px; margin: 12px 0 18px; color: #657168; font-size: .91rem; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chips span { padding: 5px 10px; border: 1px solid rgba(24,50,38,.13); border-radius: 999px; color: #435348; background: rgba(255,255,255,.45); font-size: .72rem; font-weight: 600; }
.beetroot { background: #f8eff0; }.carrot { background: #fff2e2; }.moringa { background: #eff4e7; }

.about { padding-top: 0; }
.about-card { padding: clamp(36px, 6vw, 84px); color: white; background: var(--forest); border-radius: 34px; }
.about-card .eyebrow { color: #d8ba66; }
.about-card h2 { max-width: 850px; }
.about-card > p:not(.eyebrow) { max-width: 690px; margin: 26px 0 45px; color: rgba(255,255,255,.72); font-size: 1.04rem; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.about-points div { display: flex; gap: 14px; align-items: baseline; }
.about-points strong { color: #d8ba66; font-size: .76rem; letter-spacing: .1em; }
.about-points span { font-weight: 600; }

.contact { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-top: 70px; padding-bottom: 70px; color: white; background: #a64231; }
.contact .eyebrow { color: #ffe1a6; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 240px; }
.button-light { color: #703126; background: white; }
.text-link { font-weight: 700; text-underline-offset: 4px; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1440px; margin: 0 auto; padding: 28px clamp(22px, 7vw, 104px); color: #6d786f; font-size: .8rem; border-top: 1px solid var(--line); }
.footer-brand img { width: 36px; height: 36px; }

.product-dialog { width: min(720px, calc(100vw - 28px)); max-height: 92vh; padding: 0; border: 0; border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.product-dialog::backdrop { background: rgba(14,31,20,.76); backdrop-filter: blur(5px); }
.dialog-bar { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 13px 16px 13px 20px; background: white; border-bottom: 1px solid var(--line); }
.dialog-bar h2 { font: 700 1rem "DM Sans", sans-serif; letter-spacing: 0; }
.dialog-bar button { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--cream); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.6rem; }
.product-dialog > img { width: 100%; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-mark { min-height: 430px; margin-top: 30px; }
  .logo-frame { width: min(65vw, 430px); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .about-points { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { padding: 10px 16px; }
  .brand span { font-size: .9rem; }
  .brand img { width: 40px; height: 40px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 66px; }
  h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hero-mark { min-height: 350px; }
  .logo-frame { width: min(84vw, 370px); }
  .hero-notes { display: grid; gap: 8px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 440px; }
  .product-card .product-copy > p:not(.product-type) { min-height: auto; }
  .contact, footer { align-items: flex-start; flex-direction: column; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
