:root {
  --ink: #151917;
  --muted: #59615d;
  --cream: #faf6ee;
  --cream-deep: #f0e7d9;
  --mint: #dcece6;
  --teal: #058f8c;
  --teal-dark: #04716f;
  --coral: #f36f4f;
  --line: #e8dfd1;
  --shadow: 0 22px 70px rgba(63, 48, 33, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(220, 236, 230, 0.72), transparent 31%),
    linear-gradient(180deg, #fffdfa 0%, var(--cream) 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.33;
  background-image: radial-gradient(rgba(21, 25, 23, 0.075) 0.7px, transparent 0.7px);
  background-size: 13px 13px;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(245px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 28px;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 34px 0 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-dog {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: rgba(220, 236, 230, 0.78);
}

.brand-dog svg {
  width: 42px;
  height: 42px;
  stroke: var(--ink);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-text strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2vw, 2.45rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-text em {
  color: var(--coral);
  font-style: normal;
}

.brand-text small {
  display: block;
  margin-top: 9px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3.5vw, 48px);
  color: #171b19;
  font-size: 0.98rem;
}

.header-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  color: #252a28;
  font-size: 0.95rem;
}

.header-tools span {
  width: 1px;
  height: 28px;
  background: #9c9285;
}

.header-tools b {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--coral);
  font-size: 0.72rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(410px, 0.76fr) minmax(560px, 1.24fr);
  align-items: center;
  gap: 16px;
  width: min(1380px, calc(100% - 64px));
  min-height: 640px;
  margin: 0 auto;
  padding: 32px 0 0;
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding-bottom: 40px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  padding: 11px 22px;
  color: var(--teal-dark);
  border-radius: 999px;
  background: var(--mint);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pill::before {
  content: "♧";
  color: var(--teal);
  font-size: 1.04rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: clamp(4.2rem, 5.45vw, 6rem);
  line-height: 0.98;
}

.hero-lede {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.52;
}

.mini-benefits {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 24px;
  align-items: center;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.mini-benefits li {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 10px;
  color: #242c29;
  font-size: 0.88rem;
  line-height: 1.25;
}

.icon,
.rail-icon {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  color: var(--teal);
}

.icon.leaf::before,
.rail-icon.leaf::before {
  position: absolute;
  inset: 6px 10px 5px 8px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 100% 0 100% 0;
  transform: rotate(-28deg);
}

.icon.sparkle::before,
.icon.sparkle::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.icon.sparkle::before {
  top: 2px;
  left: 14px;
  width: 2px;
  height: 28px;
}

.icon.sparkle::after {
  top: 15px;
  left: 2px;
  width: 28px;
  height: 2px;
}

.icon.paw::before,
.rail-icon.paw::before {
  position: absolute;
  inset: 10px 7px 4px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 50% 50% 42% 42%;
}

.icon.heart::before,
.rail-icon.heart::before {
  position: absolute;
  inset: 4px 6px;
  content: "♡";
  color: var(--coral);
  font-size: 34px;
  line-height: 1;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button.primary {
  color: white;
  background: linear-gradient(180deg, #08a29d, var(--teal-dark));
  box-shadow: 0 18px 38px rgba(5, 143, 140, 0.23);
}

.hero-actions p {
  margin: 0;
  color: #383f3c;
  font-size: 0.92rem;
}

.truck {
  display: inline-grid;
  width: 27px;
  height: 19px;
  margin-right: 8px;
  place-items: center;
  color: var(--teal);
  border: 2px solid var(--teal);
  border-radius: 3px;
  font-size: 0;
  vertical-align: middle;
}

.hero-art {
  position: relative;
  min-height: 610px;
  overflow: hidden;
}

.hero-art::before {
  position: absolute;
  inset: 82px 7% 12px 10%;
  content: "";
  border-radius: 52% 48% 0 0;
  background: radial-gradient(circle at 42% 24%, rgba(255, 255, 255, 0.78), rgba(240, 231, 217, 0.3) 64%, transparent 72%);
}

.hero-art::after {
  position: absolute;
  right: -30%;
  bottom: -2px;
  z-index: 3;
  width: 135%;
  height: 92px;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(250, 246, 238, 0), var(--cream) 72%);
}

.hero-product {
  position: absolute;
  z-index: 2;
  right: -10%;
  top: -56px;
  width: 130%;
  max-width: 1050px;
  filter: drop-shadow(0 18px 34px rgba(68, 47, 28, 0.12));
  mix-blend-mode: multiply;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, black 10%, black 100%),
    linear-gradient(to bottom, transparent 0%, black 7%, black 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, black 10%, black 100%),
    linear-gradient(to bottom, transparent 0%, black 7%, black 100%);
  mask-composite: intersect;
}

.scribble {
  position: absolute;
  z-index: 4;
  right: 25%;
  bottom: 116px;
  margin: 0;
  color: #1e2a27;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 1.18rem;
  line-height: 1.2;
  transform: rotate(-5deg);
}

.scribble::after {
  display: block;
  width: 116px;
  height: 11px;
  margin-top: 5px;
  content: "";
  border-bottom: 3px solid rgba(5, 143, 140, 0.45);
  transform: rotate(-2deg);
}

.benefit-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  border-block: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 -10px 36px rgba(63, 48, 33, 0.04);
}

.benefit-rail article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 22px clamp(18px, 4vw, 54px);
  border-left: 1px solid var(--line);
}

.benefit-rail article:first-child {
  border-left: 0;
}

.rail-icon {
  width: 46px;
  height: 46px;
}

.rail-icon.clock {
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.rail-icon.clock::before,
.rail-icon.clock::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: var(--teal);
  transform-origin: left center;
}

.rail-icon.clock::before {
  width: 13px;
  height: 2px;
}

.rail-icon.clock::after {
  width: 2px;
  height: 15px;
  transform: translateY(-14px);
}

.benefit-rail h2 {
  margin-bottom: 6px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 850;
}

.benefit-rail p,
.lower-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.48;
}

.lower-grid {
  display: grid;
  grid-template-columns: 250px minmax(520px, 1fr) 330px;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 46px 0 28px;
}

.ingredients-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 3vw, 3.25rem);
  line-height: 1.02;
}

.ingredient-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.ingredient-list article {
  min-width: 0;
}

.ingredient {
  display: grid;
  width: 100px;
  height: 100px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  background: #f4eee5;
}

.ingredient::before {
  font-size: 3rem;
}

.ingredient.corn::before {
  content: "🌽";
}

.ingredient.arrowroot::before,
.ingredient.tea::before {
  content: "🌿";
}

.ingredient.charcoal::before {
  content: "◼";
  color: #303432;
}

.ingredient-list h3 {
  margin-bottom: 7px;
  font-size: 0.98rem;
}

.testimonial {
  position: relative;
  min-height: 225px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(145deg, #edf7f2, #f8fcf9);
  box-shadow: var(--shadow);
}

.stars {
  margin-bottom: 14px;
  color: var(--coral);
  letter-spacing: 0.18em;
}

blockquote {
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.55;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 44% 38%;
}

.reviewer p {
  color: var(--ink);
  font-size: 0.9rem;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9d5cf;
}

.dots span:first-child {
  background: var(--teal);
}

@media (max-width: 1120px) {
  .site-header,
  .hero,
  .lower-grid {
    width: min(100% - 32px, 1380px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 540px;
  }

  .benefit-rail,
  .lower-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ingredients-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 14px;
  }

  .header-tools {
    display: none;
  }

  .brand-dog {
    width: 40px;
    height: 40px;
  }

  .brand-text strong {
    font-size: 1.28rem;
  }

  .brand-text small {
    margin-top: 7px;
    font-size: 0.66rem;
  }

  .hero {
    min-height: 0;
    padding-top: 10px;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
  }

  .pill {
    margin-bottom: 14px;
    padding: 10px 18px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2.85rem, 13vw, 3.6rem);
    line-height: 0.94;
  }

  .hero-lede {
    margin-bottom: 16px;
    font-size: 1.02rem;
    line-height: 1.42;
  }

  .benefit-rail,
  .lower-grid,
  .ingredient-list {
    grid-template-columns: 1fr;
  }

  .mini-benefits {
    order: 5;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    margin-top: 22px;
    margin-bottom: 0;
  }

  .mini-benefits li {
    grid-template-columns: 28px 1fr;
    font-size: 0.84rem;
  }

  .hero-actions {
    order: 4;
    gap: 16px;
  }

  .button {
    min-height: 54px;
    padding-inline: 24px;
  }

  .hero-art {
    min-height: 430px;
  }

  .hero-product {
    right: -42%;
    top: 12px;
    width: 158%;
  }

  .scribble {
    right: 23%;
    bottom: 54px;
    font-size: 0.96rem;
  }

  .benefit-rail article {
    min-height: 96px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .benefit-rail article:first-child {
    border-top: 0;
  }
}
