:root {
  --display: Fredoka, "Nunito", ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "Varela Round", sans-serif;
  --cream: #fbf5ea;
  --cream-deep: #f1e5d2;
  --brown: #522811;
  --brown-soft: #75401f;
  --green: #647f2d;
  --green-deep: #405a1d;
  --orange: #c8641d;
  --ink: #2e2119;
  --muted: #75675d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(73, 39, 17, 0.14);
  --shadow-soft: 0 12px 40px rgba(73, 39, 17, 0.09);
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(251, 245, 234, 0.92);
  border-bottom: 1px solid rgba(82, 40, 17, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  text-decoration: none;
  display: grid;
  gap: 1px;
}
.brand-name {
  font-family: var(--display);
  color: var(--brown);
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}
.brand-name em { color: var(--green); font-style: normal; font-weight: 600; }

/* Brand name when it appears inside body copy */
.brand-inline { font-family: var(--display); font-weight: 600; color: var(--brown); white-space: nowrap; }
.brand-inline em { font-style: normal; color: var(--green); }
.brand-inline.big { font-size: 1.6rem; letter-spacing: -0.02em; }
.brand-tagline {
  text-transform: uppercase;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--green-deep);
  font-weight: 800;
}

.nav { display: flex; align-items: center; gap: 24px; }
.nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}
.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  color: white;
  background: var(--brown);
}

.hero {
  position: relative;
  overflow: hidden;
  background: #ead9c5;
}
.hero-image {
  width: 100%;
  height: clamp(520px, 72vh, 760px);
  object-fit: cover;
  object-position: 70% 50%;
}
.hero-card {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: max(28px, calc((100% - var(--max)) / 2));
  width: min(440px, calc(100% - 56px));
}
.glass-card {
  padding: 24px 26px;
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.74rem;
  font-weight: 850;
  color: var(--green-deep);
}
.hero h1, .section-heading h2, .validation-copy h2, .form-card h3, .product-overlay h3, .compare-label {
  font-family: var(--display);
  font-weight: 600;
  margin: 0;
  color: var(--brown);
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.hero h1 { font-size: clamp(2rem, 3.4vw, 3.3rem); }
.hero h1 span { color: var(--green-deep); }
.hero-card > p:not(.eyebrow):not(.microcopy) { font-size: 1.02rem; margin: 12px 0 18px; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 0.8rem; }

.button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 850;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { color: white; background: var(--brown); box-shadow: 0 10px 26px rgba(82,40,17,0.19); }
.button.primary:hover { background: #3f1e0d; }
.button.secondary { color: var(--brown); background: #f4e8d7; }
.button.secondary:hover { background: #ead8c1; }
.button.full { width: 100%; }

.icon-band { padding: 30px 24px 6px; }
.icon-band ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: var(--max);
  display: flex;
  justify-content: center;
  gap: clamp(28px, 7vw, 96px);
}
.icon-band li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brown);
}
.icon-band .icon {
  width: 44px;
  height: 44px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf1dc;
  color: var(--green-deep);
}
.icon-band svg { width: 22px; height: 22px; }

.section {
  padding: 92px 24px;
}
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-heading { text-align: center; max-width: 780px !important; margin-bottom: 44px !important; }
.section-heading h2, .validation-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.section-heading > p:last-child { max-width: 660px; margin: 14px auto 0; color: var(--muted); font-size: 1.05rem; }
.section-heading.wide { max-width: 900px !important; }
.section-heading.wide h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.section-heading > p:last-child strong { color: var(--brown); }

.promise-section { background: #fffaf1; }
.compare-figure { position: relative; margin: 0 auto; }
.compare-figure img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(82, 40, 17, 0.08);
}
.compare-label {
  position: absolute;
  top: 6%;
  width: 40%;
  text-align: center;
  font-size: clamp(1rem, 2.1vw, 1.75rem);
  line-height: 1.12;
}
.compare-label.left { left: 5%; }
.compare-label.right { right: 5%; color: var(--green-deep); }

.products-section { background: var(--cream); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  background: #ead8c2;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(82, 40, 17, 0.08);
}
.product-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.product-card:hover > img { transform: scale(1.025); }
.product-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 70px 24px 22px;
  background: linear-gradient(180deg, rgba(37,20,9,0) 0%, rgba(37,20,9,0.55) 45%, rgba(37,20,9,0.78) 100%);
  color: white;
  display: grid;
  gap: 6px;
  justify-items: start;
}
.product-overlay h3 { font-size: 1.6rem; color: white; }
.product-overlay p { margin: 0 0 8px; color: rgba(255,255,255,0.85); font-size: 0.95rem; max-width: 420px; }
.product-overlay .button.secondary { background: rgba(255,250,242,0.96); min-height: 42px; padding: 8px 18px; }
.product-overlay .button.secondary:hover { background: white; }

.validation-section {
  background: linear-gradient(135deg, #5b2e17, #35200f);
  color: white;
}
.validation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
  gap: 54px;
  align-items: center;
}
.validation-copy .eyebrow { color: #cbdba0; }
.validation-copy h2 { color: white; }
.validation-copy > p:not(.eyebrow) { color: rgba(255,255,255,0.8); font-size: 1.04rem; max-width: 590px; margin: 12px 0 0; }
.validation-copy .brand-inline { color: #fbf5ea; }
.validation-copy .brand-inline em { color: #c5df77; }
.plain-list {
  list-style: none;
  padding: 0;
  margin: 22px 0;
  display: grid;
  gap: 8px;
}
.plain-list li::before { content: "✓"; color: #c5df77; font-weight: 900; margin-right: 10px; }

.form-card {
  background: #fffaf2;
  color: var(--ink);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 42px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.3);
}
.form-kicker { margin: 0 0 5px; color: var(--orange); font-weight: 850; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.73rem; }
.form-card h3 { margin: 0 0 18px; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.form-card form { display: grid; gap: 16px; }
.field-row { display: grid; gap: 14px; }
.field-row.two { grid-template-columns: 1fr 1fr; }
label > span, legend { display: block; margin-bottom: 7px; font-weight: 800; font-size: 0.9rem; color: #4c3729; }
label small { font-weight: 500; color: var(--muted); }
input[type="text"], input[type="email"], input[type="tel"], select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--ink);
  background: white;
  border: 1px solid #d8cabb;
  border-radius: 12px;
  outline: none;
}
input:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(100,127,45,0.13); }
.checkbox-row, .radio-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.checkbox-row input, .radio-row input { margin-top: 4px; accent-color: var(--green); }
.checkbox-row span { margin: 0; font-weight: 500; color: var(--muted); }
fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 8px; }
legend { margin-bottom: 10px; }
.radio-row { font-weight: 600; color: #5c493d; }
.form-message { min-height: 20px; color: #9d2a18; font-size: 0.88rem; text-align: center; }
.form-message.success { color: var(--green-deep); }
.text-button { border: 0; background: transparent; color: var(--muted); text-decoration: underline; padding: 4px; }
.research-intro { color: var(--muted); margin-top: -10px; }
#price-question { padding: 16px; border-radius: 14px; background: #edf1dc; border: 1px solid rgba(100, 127, 45, 0.25); }
#price-question legend { float: left; width: 100%; margin-bottom: 12px; font-size: 1rem; }
#price-question .chips { clear: both; }
.checkbox-row.plain span { font-weight: 700; color: #4c3729; }
.consent-note { margin: -6px 0 0; font-size: 0.8rem; color: var(--muted); text-align: center; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip span {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #d8cabb;
  background: white;
  font-weight: 700;
  color: #4c3729;
  margin: 0;
  transition: background 0.15s ease, color 0.15s ease;
}
.chip input:checked + span { background: var(--green); color: white; border-color: var(--green); }
.chip input:focus-visible + span { box-shadow: 0 0 0 3px rgba(100,127,45,0.3); }
#price-question-legend strong { color: var(--brown); }
.thank-you { text-align: center; padding: 28px 10px; }
.thank-you .heart { color: var(--green); font-size: 3rem; }
.thank-you p { color: var(--muted); }

.footer {
  background: var(--cream);
  color: var(--ink);
  border-top: 1px solid rgba(82, 40, 17, 0.1);
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 40px 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-brand { display: grid; gap: 2px; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a { text-decoration: none; font-weight: 700; font-size: 0.9rem; color: var(--brown); }
.footer-social { display: flex; gap: 14px; }
.footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf1dc;
  color: var(--brown);
}
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(82, 40, 17, 0.1); padding: 18px 24px 26px; }
.footer-bottom p { max-width: var(--max); margin: 0 auto; }
.footer .disclaimer { font-size: 0.76rem; color: var(--muted); }
.footer .copyright { font-size: 0.78rem; color: var(--muted); margin-top: 10px; }

[hidden] { display: none !important; }

@media (max-width: 900px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero-image { height: 78vh; min-height: 600px; object-position: 78% 50%; }
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(37,20,9,0) 40%, rgba(37,20,9,0.45) 100%);
  }
  .hero-card { top: auto; transform: none; bottom: 22px; left: 20px; right: 20px; width: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .validation-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { padding: 13px 16px; }
  .brand-tagline { display: none; }
  .nav { gap: 10px; }
  .nav-cta { padding: 9px 12px; }
  .glass-card { padding: 22px; }
  .hero h1 { font-size: 2.1rem; }
  .icon-band ul { flex-direction: column; align-items: flex-start; gap: 12px; }
  .section { padding: 68px 16px; }
  .field-row.two { grid-template-columns: 1fr; }
  .compare-label { top: 4%; width: 42%; font-size: 0.8rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
}

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