:root {
  --bg: #e1e4e8;
  --card: #fbfbfc;
  --text: #1e1e1e;
  --muted: #666;
  --accent: #202020;
  --accent-soft: #e7e8ea;
  --line: #d7d9dc;
  --cta: #181818;
  --cta-hover: #000;
  --success: #1f7a3f;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

a { color: inherit; }

.top-note {
  text-align: center;
  background: #666b72;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 12px;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.logo-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.logo-type {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.logo-name {
  font-weight: 850;
  letter-spacing: 0.01em;
  font-size: 16px;
}

.logo-tagline {
  margin-top: 2px;
  font-size: 11px;
  color: #6b7077;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn-home {
  border: 1px solid #d9d9d6;
  background: #fff;
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-home:hover {
  background: var(--accent-soft);
  border-color: #cfcfca;
}

main { max-width: 1080px; margin: 0 auto; padding: 22px 20px 60px; }

.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy { padding: 30px; }

.eyebrow {
  display: inline-block;
  background: #f4f4f2;
  border: 1px solid #e6e6e3;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h1 { margin: 0 0 12px; line-height: 1.15; font-size: clamp(30px, 4vw, 44px); }
p { margin: 0 0 12px; color: #2f2f2f; }

.hero-media img,
.section-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}

.hero-media { overflow: hidden; }

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 16px 0 24px;
}

.feature { padding: 18px; }
.feature h3 { margin: 0 0 6px; font-size: 18px; }
.feature p { margin: 0; font-size: 15px; color: var(--muted); }

.grid .feature {
  border-radius: 999px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
}

.grid .feature h3,
.grid .feature p {
  text-align: center;
}

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.story-full {
  grid-template-columns: 1fr;
}

.story .section-copy { padding: 22px; }
.story .section-copy h2 { margin: 0 0 10px; font-size: 26px; }

.kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #d2d4d7;
  background: #eef0f2;
  color: #3b3e42;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bullet {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #333;
}
.bullet li { margin-bottom: 7px; }

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 10px;
}

.chip {
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid #d5d7da;
  background: #f3f4f6;
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

.info-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.info-item {
  border: 1px solid #d7d9dc;
  background: #f6f7f8;
  border-radius: 10px;
  padding: 10px;
}

.info-item strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #565a60;
  margin-bottom: 4px;
}

.info-item span {
  font-size: 14px;
  color: #222;
}

.steps {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.steps li {
  border: 1px solid #d6d8dc;
  background: #f5f6f8;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  color: #30343a;
}

.qa-list {
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}

.qa-item {
  border-left: 3px solid #8a8f96;
  background: #f4f5f7;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: #2e3136;
}

.qa-item strong {
  display: block;
  margin-bottom: 4px;
  color: #202328;
}

/* Product hover tiles (2x2) */
.product-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  display: grid;
  gap: 8px;
}

.product-tile {
  position: relative;
  border-radius: 12px;
  border: 1px solid #d7d9dc;
  overflow: hidden;
  min-height: 160px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  background-size: cover;
  background-position: center;
  outline: none;
}

.product-text {
  border: 1px solid #d7d9dc;
  background: #f6f7f8;
  border-radius: 12px;
  padding: 10px 12px;
}

.product-text strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 2px;
  color: #202328;
}

.product-text span {
  display: block;
  font-size: 13px;
  color: #4b4f55;
}

/* Placeholder backgrounds (swap later with real photos) */
.product-pumpkin {
  background-image: url("../images/7.png");
}
.product-oats {
  background-image: url("../images/8.png");
}
.product-cucumber {
  background-image: url("../images/9.png");
}
.product-eggs {
  background-image: url("../images/10.png");
}

.product-media {
  display: flex;
  align-items: center;
}

.product-aside {
  padding: 22px;
}

.lead-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  margin: 10px 0 28px;
}

.lead-copy { padding: 24px; }
.lead-copy h2 { margin: 0 0 10px; font-size: 28px; }
.lead-copy p { margin-bottom: 16px; color: #474747; }

.btn-cta {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: var(--cta);
  cursor: pointer;
  transition: transform 0.12s ease, background 0.2s ease;
}

.btn-cta:hover { background: var(--cta-hover); transform: translateY(-1px); }

footer {
  background: #676c73;
  color: #e7e7e7;
  padding: 34px 20px;
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 14px;
}

.footer-top {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #80858c;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-links a:hover { border-color: rgba(255, 255, 255, 0.85); }

.disclosures p {
  margin: 0 0 9px;
  color: #f1f1f1;
  font-size: 13px;
  opacity: 0.92;
}

/* Legal pages */
.page-hero { padding: 26px; }
.page-hero h1 { font-size: clamp(26px, 3.2vw, 36px); margin-bottom: 6px; }
.page-hero p { color: #4b4f55; }
.legal {
  padding: 22px;
}
.legal h2 { margin: 18px 0 8px; font-size: 20px; }
.legal h3 { margin: 16px 0 6px; font-size: 16px; }
.legal p { margin: 0 0 10px; color: #2f2f2f; }
.legal ul { margin: 8px 0 12px; padding-left: 18px; }
.legal li { margin-bottom: 6px; color: #2f2f2f; }
.notice {
  border: 1px solid #d7d9dc;
  background: #f5f6f8;
  border-radius: 12px;
  padding: 12px;
  color: #30343a;
  margin: 12px 0 16px;
}

@media (max-width: 920px) {
  .hero, .lead-section, .story { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; }
  .hero-copy, .lead-copy, .page-hero, .legal { padding: 20px; }
  .info-grid { grid-template-columns: 1fr; }
}
