:root {
  --cream: #f3efe1;
  --cream-2: #fff8e8;
  --sage: #cfe2c7;
  --sage-2: #879b6b;
  --sky: #b7d6e6;
  --blue: #6eb6e6;
  --herbal: #2e4a3b;
  --herbal-dark: #14261c;
  --ink: #1a1a1a;
  --muted: #6f6a5f;
  --line: rgba(46, 74, 59, 0.2);
  --white: rgba(255, 255, 255, 0.72);
  --shadow: 0 24px 80px rgba(46, 74, 59, 0.15);
  --radius: 28px;
  --title: Georgia, "Times New Roman", serif;
  --body: Inter, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--herbal-dark);
  background:
    radial-gradient(circle at 20% 10%, rgba(207, 226, 199, .58), transparent 27rem),
    radial-gradient(circle at 90% 0%, rgba(183, 214, 230, .42), transparent 23rem),
    linear-gradient(180deg, var(--cream-2), var(--cream));
  font-family: var(--body);
  overflow-x: hidden;
}

body.cart-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: .32;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(46, 74, 59, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 74, 59, .025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.leaf {
  position: fixed;
  z-index: -1;
  color: rgba(46, 74, 59, .12);
  font-size: clamp(5rem, 18vw, 14rem);
  filter: blur(.2px);
  pointer-events: none;
  animation: drift 13s ease-in-out infinite alternate;
}

.leaf-a {
  left: -2rem;
  top: 18%;
}

.leaf-b {
  right: -3rem;
  top: 8%;
  animation-delay: -4s;
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0) rotate(-8deg); }
  to { transform: translate3d(0, 24px, 0) rotate(7deg); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  backdrop-filter: blur(18px);
  background: rgba(243, 239, 225, .72);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 40px rgba(46, 74, 59, .08);
  background: rgba(243, 239, 225, .9);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  min-width: 0;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(46, 74, 59, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .46);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(46, 74, 59, .08);
}

.brand-mark img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
}

.brand-text {
  display: grid;
  gap: .13rem;
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: var(--title);
  font-size: 1.02rem;
  color: var(--herbal-dark);
}

.brand small {
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .17em;
  color: var(--muted);
}

.desktop-nav {
  display: none;
}

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 42px;
  padding: .45rem .55rem .45rem .85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .54);
  color: var(--herbal-dark);
}

.cart-pill b,
.sticky-cart span {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 .45rem;
  border-radius: 999px;
  background: var(--herbal);
  color: var(--cream-2);
  font-size: .8rem;
}

.section-pad {
  padding: clamp(3rem, 9vw, 7rem) 1rem;
}

.hero {
  display: grid;
  gap: 2rem;
  min-height: calc(100svh - 70px);
  align-items: center;
  padding-top: 2rem;
}

.eyebrow {
  margin: 0 0 .85rem;
  color: var(--sage-2);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--title);
  font-weight: 400;
  letter-spacing: -.055em;
  color: var(--herbal-dark);
}

h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
  font-size: clamp(4rem, 18vw, 8.4rem);
  line-height: .86;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.55rem, 11vw, 5.4rem);
  line-height: .9;
}

h3 {
  margin-bottom: .5rem;
  font-family: var(--title);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -.03em;
}

p {
  line-height: 1.65;
  color: var(--muted);
}

.hero-text {
  max-width: 39rem;
  font-size: 1.05rem;
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .85rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0) scale(.98);
}

.btn-primary {
  background: var(--herbal);
  color: var(--cream-2);
  box-shadow: 0 16px 40px rgba(46, 74, 59, .24);
}

.btn-ghost {
  background: rgba(255, 255, 255, .46);
  border-color: var(--line);
  color: var(--herbal);
}

.btn-full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.25rem;
}

.trust-row span,
.product-badge,
.icons-row span,
.mini-list li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .42rem .72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  color: var(--herbal);
  font-size: .8rem;
  font-weight: 700;
}

.hero-visual {
  min-width: 0;
}

.product-stage {
  position: relative;
  isolation: isolate;
  padding: .65rem;
  border: 1px solid rgba(46, 74, 59, .16);
  border-radius: calc(var(--radius) + .45rem);
  background: rgba(255, 255, 255, .44);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 14% -7% auto auto;
  z-index: -1;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(207, 226, 199, .65);
  filter: blur(42px);
}

.product-stage img {
  width: 100%;
  max-height: 72svh;
  object-fit: cover;
  border-radius: var(--radius);
}

.floating-card {
  position: absolute;
  right: .3rem;
  display: grid;
  gap: .1rem;
  width: max-content;
  max-width: 76%;
  padding: .8rem .95rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 248, 232, .78);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(46, 74, 59, .13);
}

.floating-card small {
  color: var(--muted);
  font-size: .72rem;
}

.floating-card strong {
  color: var(--herbal);
}

.card-top {
  top: 1.2rem;
  animation: floaty 4s ease-in-out infinite;
}

.card-bottom {
  bottom: 1.2rem;
  left: .3rem;
  right: auto;
  animation: floaty 4.6s ease-in-out infinite reverse;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.quick-buy {
  padding: 4rem 1rem;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, .22);
}

.section-head {
  max-width: 54rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  text-align: center;
}

.section-head p:not(.eyebrow) {
  margin-inline: auto;
  max-width: 42rem;
}

.steps {
  display: grid;
  gap: .85rem;
  max-width: 1120px;
  margin-inline: auto;
}

.steps article,
.product-card,
.brand-note-inner,
.cart-drawer {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .46);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 50px rgba(46, 74, 59, .08);
}

.steps article {
  padding: 1.15rem;
  border-radius: 22px;
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: .8rem;
  border-radius: 50%;
  background: var(--herbal);
  color: var(--cream-2);
  font-weight: 800;
}

.products-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin-inline: auto;
}

.product-card {
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 74, 59, .34);
  box-shadow: 0 24px 70px rgba(46, 74, 59, .14);
}

.product-media {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .42);
}

.product-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .6s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.07);
}

.product-badge {
  position: absolute;
  left: .85rem;
  top: .85rem;
  min-height: 30px;
  background: rgba(255, 248, 232, .82);
  backdrop-filter: blur(12px);
}

.product-body {
  padding: 1.1rem;
}

.product-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.product-title-row h3 {
  margin-bottom: .15rem;
}

.price {
  color: var(--herbal);
  font-weight: 900;
  white-space: nowrap;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: .85rem 0;
}

.product-meta span {
  padding: .4rem .6rem;
  border-radius: 999px;
  background: rgba(46, 74, 59, .07);
  color: var(--herbal);
  font-size: .78rem;
  font-weight: 700;
}

.ingredients {
  margin: .9rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.ingredients li {
  padding: .35rem .55rem;
  border: 1px solid rgba(46, 74, 59, .14);
  border-radius: 999px;
  color: var(--muted);
  font-size: .78rem;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, .42);
}

.qty-control button {
  width: 42px;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--herbal);
  font-size: 1.1rem;
  font-weight: 900;
}

.qty-control span {
  min-width: 32px;
  text-align: center;
  font-weight: 800;
}

.bundle {
  padding-top: 1rem;
}

.bundle-card {
  display: grid;
  gap: 1.2rem;
  max-width: 1120px;
  margin-inline: auto;
  padding: .75rem;
  border: 1px solid rgba(46, 74, 59, .18);
  border-radius: calc(var(--radius) + .75rem);
  background:
    radial-gradient(circle at 15% 10%, rgba(207, 226, 199, .6), transparent 23rem),
    rgba(255, 255, 255, .46);
  box-shadow: var(--shadow);
}

.bundle-image img {
  width: 100%;
  max-height: 580px;
  object-fit: cover;
  object-position: center 38%;
  border-radius: var(--radius);
}

.bundle-copy {
  padding: 1rem .35rem .5rem;
}

.bundle-price {
  font-family: var(--title);
  font-size: clamp(1.95rem, 8vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--herbal-dark);
}

.bundle-price strong {
  color: var(--herbal);
  font-weight: 400;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0 1.3rem;
  padding: 0;
  list-style: none;
}

.brand-note {
  padding-top: 1rem;
  padding-bottom: 8rem;
}

.brand-note-inner {
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(1.5rem, 6vw, 3rem);
  border-radius: var(--radius);
  text-align: center;
}

.icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin-top: 1rem;
}

.mobile-sticky {
  position: fixed;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  z-index: 45;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  padding: .55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 248, 232, .82);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(46, 74, 59, .16);
}

.sticky-link,
.sticky-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 850;
}

.sticky-link {
  color: var(--herbal);
}

.sticky-cart {
  gap: .5rem;
  border: 0;
  background: var(--herbal);
  color: var(--cream-2);
}

.sticky-cart span {
  background: rgba(255, 255, 255, .18);
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(20, 38, 28, .38);
  backdrop-filter: blur(8px);
}

.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 90;
  display: flex;
  flex-direction: column;
  width: min(100%, 460px);
  max-height: 100svh;
  padding: 1rem;
  border-radius: 28px 0 0 28px;
  transform: translateX(105%);
  transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.cart-head h2 {
  margin-bottom: 0;
  font-size: 2.4rem;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  color: var(--herbal);
  font-size: 1.7rem;
  line-height: 1;
}

.cart-items {
  flex: 1;
  display: grid;
  align-content: start;
  gap: .7rem;
  overflow: auto;
  padding: 1rem 0;
}

.cart-empty {
  padding: 1.5rem;
  border: 1px dashed var(--line);
  border-radius: 22px;
  text-align: center;
  color: var(--muted);
}

.cart-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: .75rem;
  padding: .7rem;
  border: 1px solid rgba(46, 74, 59, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .42);
}

.cart-item img {
  width: 62px;
  height: 78px;
  object-fit: cover;
  border-radius: 14px;
}

.cart-item-main {
  display: grid;
  gap: .45rem;
}

.cart-item-title {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  font-weight: 850;
}

.cart-item-title span:last-child {
  color: var(--herbal);
}

.cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}

.remove-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  text-decoration: underline;
}

.cart-form {
  display: grid;
  gap: .65rem;
  padding: .75rem 0;
  border-top: 1px solid var(--line);
}

.cart-form label {
  display: grid;
  gap: .35rem;
  color: var(--herbal);
  font-size: .82rem;
  font-weight: 850;
}

.cart-form label span {
  color: var(--muted);
  font-weight: 500;
}

.cart-form input,
.cart-form textarea {
  width: 100%;
  border: 1px solid rgba(46, 74, 59, .17);
  border-radius: 16px;
  outline: 0;
  background: rgba(255, 255, 255, .58);
  color: var(--herbal-dark);
  padding: .82rem .9rem;
  resize: none;
}

.cart-form input:focus,
.cart-form textarea:focus {
  border-color: rgba(46, 74, 59, .48);
  box-shadow: 0 0 0 4px rgba(46, 74, 59, .08);
}

.cart-footer {
  display: grid;
  gap: .65rem;
  padding-top: .8rem;
  border-top: 1px solid var(--line);
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem 0;
}

.cart-total span {
  color: var(--muted);
}

.cart-total strong {
  color: var(--herbal);
  font-size: 1.4rem;
}

.cart-footer small {
  color: var(--muted);
  line-height: 1.45;
}

.toast {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 6.2rem;
  z-index: 100;
  display: none;
  padding: .9rem 1rem;
  border-radius: 18px;
  background: var(--herbal-dark);
  color: var(--cream-2);
  box-shadow: 0 18px 50px rgba(20, 38, 28, .25);
  text-align: center;
  font-weight: 800;
}

.toast.is-visible {
  display: block;
  animation: toastIn .25s ease both;
}

@keyframes toastIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s ease;
  transition-delay: var(--delay, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  .site-header {
    padding-inline: 1.4rem;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .32);
  }

  .desktop-nav a {
    padding: .65rem .9rem;
    border-radius: 999px;
    color: var(--muted);
    font-size: .88rem;
    font-weight: 750;
  }

  .desktop-nav a:hover {
    background: rgba(46, 74, 59, .08);
    color: var(--herbal);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
    gap: clamp(2rem, 5vw, 5rem);
    padding-inline: clamp(1.4rem, 4vw, 4rem);
  }

  .steps,
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bundle-card {
    grid-template-columns: .95fr 1fr;
    align-items: center;
    padding: 1rem;
  }

  .bundle-copy {
    padding: clamp(1.5rem, 4vw, 3rem);
  }

  .mobile-sticky {
    display: none;
  }

  .toast {
    left: auto;
    right: 1rem;
    bottom: 1rem;
    width: min(360px, calc(100% - 2rem));
  }
}

@media (min-width: 1040px) {
  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-body {
    padding: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
