:root {
  --forest: #294936;
  --forest-dark: #183126;
  --cream: #f7f1e5;
  --sand: #e9ddc8;
  --gold: #bd8a3a;
  --terracotta: #a75737;
  --ink: #1f271f;
  --muted: #6c746e;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(41, 73, 54, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(22px, 5vw, 78px); background: rgba(255,253,248,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(41,73,54,.08); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display:grid; place-items:center; width:42px; height:42px; background: var(--forest); border-radius: 50%; }
.brand strong { display:block; letter-spacing:.12em; font-size:.92rem; }
.brand small { display:block; color: var(--muted); font-size:.72rem; }
.site-nav { display:flex; gap:28px; font-weight:600; font-size:.92rem; }
.site-nav a:hover { color:var(--gold); }
.menu-toggle { display:none; border:1px solid var(--forest); background:transparent; border-radius:999px; padding:8px 14px; }
.hero { min-height: 78vh; display:grid; grid-template-columns: 1.05fr .95fr; gap:60px; align-items:center; padding: clamp(54px, 8vw, 110px) clamp(22px, 6vw, 96px); background: linear-gradient(135deg, var(--cream), #fffaf1 65%, #f0e4ce); overflow:hidden; }
.eyebrow { text-transform:uppercase; letter-spacing:.18em; font-size:.75rem; font-weight:700; color:var(--gold); margin:0 0 12px; }
h1,h2,h3 { font-family:"Playfair Display", serif; line-height:1.08; margin-top:0; }
h1 { font-size:clamp(3rem, 6vw, 6.3rem); margin-bottom:24px; max-width:820px; }
h2 { font-size:clamp(2.2rem, 4vw, 4.2rem); margin-bottom:18px; }
h3 { font-size:1.5rem; }
.hero-text { max-width:680px; font-size:1.1rem; color:#4d594f; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin:32px 0 24px; }
.button { display:inline-flex; align-items:center; justify-content:center; padding:13px 20px; border-radius:999px; font-weight:700; border:1px solid transparent; cursor:pointer; }
.button-primary { background:var(--forest); color:white; }
.button-primary:hover { background:var(--forest-dark); }
.button-secondary { border-color:var(--forest); color:var(--forest); }
.trust-list { display:flex; gap:18px; flex-wrap:wrap; list-style:none; padding:0; margin:0; color:var(--forest); font-weight:600; }
.trust-list li::before { content:"✓"; margin-right:7px; color:var(--gold); }
.hero-art { min-height:520px; position:relative; display:flex; align-items:flex-end; justify-content:center; gap:18px; border-radius:48% 48% 18% 18%; background: radial-gradient(circle at 55% 30%, #f9df9a, #d6a052 55%, #8a5a2e 100%); box-shadow:var(--shadow); }
.sun { position:absolute; top:55px; right:60px; width:90px; height:90px; background:#ffe3a1; border-radius:50%; opacity:.8; }
.bottle { position:relative; width:118px; border-radius:22px 22px 16px 16px; display:flex; align-items:center; justify-content:center; color:#fff7e8; font-weight:700; writing-mode:vertical-rl; letter-spacing:.08em; box-shadow:0 20px 40px rgba(0,0,0,.18); }
.bottle::before { content:""; position:absolute; top:-50px; width:60px; height:58px; border-radius:12px 12px 4px 4px; background:#efe0bd; border:8px solid #5f4024; }
.bottle-one { height:330px; background:linear-gradient(#b66f30,#6b3f1d); }
.bottle-two { height:380px; background:linear-gradient(#7a5431,#312116); }
.bottle-three { height:300px; background:linear-gradient(#8ea37d,#536b48); }
.leaf { position:absolute; width:100px; height:48px; background:var(--forest); border-radius:100% 0 100% 0; opacity:.8; }
.leaf-one { left:30px; bottom:60px; transform:rotate(-25deg); }
.leaf-two { right:10px; bottom:120px; transform:rotate(35deg); }
.section { padding:clamp(72px, 8vw, 120px) clamp(22px, 6vw, 96px); }
.intro-strip { padding-top:24px; padding-bottom:24px; background:var(--forest); color:white; display:flex; justify-content:center; gap:26px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; font-size:.8rem; }
.section-heading { max-width:760px; margin-bottom:48px; }
.section-heading > p:last-child { color:var(--muted); }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.product-card { background:#fff; border:1px solid #eee3d2; border-radius:24px; overflow:hidden; box-shadow:0 15px 45px rgba(81,57,28,.07); transition:.25s ease; }
.product-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.product-visual { height:250px; display:grid; place-items:center; font-size:5rem; }
.groundnut { background:linear-gradient(135deg,#f2d7aa,#c88b49); }
.sesame { background:linear-gradient(135deg,#d9c2a1,#8c6543); color:#3b2518; }
.coconut { background:linear-gradient(135deg,#dce7d2,#8fab77); }
.product-body { padding:28px; }
.product-kicker { color:var(--gold); text-transform:uppercase; letter-spacing:.12em; font-size:.72rem; font-weight:700; }
.product-body p:last-child { color:var(--muted); }
.story-section { background:var(--cream); display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.story-panel { position:sticky; top:120px; }
.story-panel p { color:#4e5b50; }
.values-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.values-grid article { background:var(--white); padding:28px; border-radius:20px; border:1px solid #eadfcd; }
.values-grid span,.steps span { display:inline-grid; place-items:center; width:36px; height:36px; border-radius:50%; background:var(--forest); color:#fff; font-weight:700; margin-bottom:18px; }
.values-grid p,.steps p { color:var(--muted); }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.steps article { padding:28px; border-top:3px solid var(--gold); background:#fffaf3; border-radius:0 0 20px 20px; }
.coming-soon { background:var(--forest); color:white; display:grid; grid-template-columns:1fr .9fr; gap:48px; align-items:center; }
.coming-soon .eyebrow { color:#e5bd72; }
.signup-form { display:flex; gap:10px; background:white; padding:8px; border-radius:999px; }
.signup-form input { flex:1; border:0; padding:0 16px; font:inherit; outline:none; min-width:0; }
.contact-section { display:grid; grid-template-columns:1fr .8fr; gap:50px; }
.contact-card { display:grid; gap:14px; background:var(--cream); padding:32px; border-radius:24px; align-content:center; }
.contact-card a { font-weight:700; color:var(--forest); }
.site-footer { display:flex; justify-content:space-between; gap:24px; padding:34px clamp(22px, 6vw, 96px); border-top:1px solid #ece3d7; color:var(--muted); }
.site-footer strong { color:var(--forest); letter-spacing:.1em; }
.site-footer p { margin:.25rem 0; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
@media (max-width: 920px) {
  .menu-toggle { display:block; }
  .site-nav { position:absolute; top:78px; left:22px; right:22px; display:none; flex-direction:column; padding:20px; background:white; border-radius:18px; box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .hero,.story-section,.coming-soon,.contact-section { grid-template-columns:1fr; }
  .hero-art { min-height:430px; }
  .story-panel { position:static; }
  .product-grid { grid-template-columns:1fr; }
  .steps { grid-template-columns:1fr 1fr; }
}
@media (max-width: 600px) {
  .brand small { display:none; }
  .hero { padding-top:46px; }
  .hero-art { min-height:350px; gap:10px; }
  .bottle { width:84px; }
  .bottle-one { height:230px; }
  .bottle-two { height:270px; }
  .bottle-three { height:210px; }
  .bottle::before { top:-38px; width:42px; height:42px; border-width:6px; }
  .values-grid,.steps { grid-template-columns:1fr; }
  .signup-form { flex-direction:column; border-radius:18px; }
  .signup-form input { min-height:48px; }
  .site-footer { flex-direction:column; }
  .intro-strip { flex-wrap:wrap; gap:10px 16px; }
}
