/** Shopify CDN: Minification failed

Line 1002:0 Unexpected "}"

**/
:root {
  --stacked-red: #e62020;
  --stacked-black: #0a0a0a;
  --stacked-black-soft: #121212;
  --stacked-white: #ffffff;
  --stacked-offwhite: #f2f2f2;
  --stacked-cream: #fff5df;
  --stacked-mint: #ddf4ec;
  --stacked-peach: #ffe4cf;
  --stacked-sand: #f9ecd4;
  --stacked-gray-100: #f3f3f3;
  --stacked-gray-300: #c8c8c8;
  --stacked-gray-600: #646464;
  --stacked-radius: 14px;
  --stacked-radius-sm: 10px;
  --stacked-max: 1240px;
  --stacked-gap: clamp(1rem, 2.4vw, 2rem);
  --stacked-section-pad: clamp(3rem, 7vw, 5.25rem);
  --stacked-shadow: 0 14px 40px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Barlow", sans-serif;
  color: #151515;
  background: linear-gradient(180deg, #fff9f0 0%, #fffaf3 60%, #fff6ee 100%);
  line-height: 1.45;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open {
  overflow: hidden;
}
body.mobile-nav-open {
  overflow: hidden;
}
body.prelaunch-mode.template-index .announcement-bar {
  display: none !important;
}
body.prelaunch-mode.template-index .site-footer__links-wrap,
body.prelaunch-mode.template-index .site-footer__legal {
  display: none !important;
}
@media (min-width: 750px) {
  body.prelaunch-mode.template-index .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease; }
p {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.58;
}
h1, h2, h3, h4 { margin: 0 0 .65rem; line-height: 1.05; letter-spacing: -.015em; }
h1, h2, .stack-title {
  font-family: "Fraunces", "Barlow", serif;
  font-weight: 800;
}
:focus-visible {
  outline: 2px solid var(--stacked-red);
  outline-offset: 2px;
}

.page-width {
  width: min(calc(100% - 2.4rem), var(--stacked-max));
  margin-inline: auto;
}

.section-shell {
  padding: var(--stacked-section-pad) 0;
  background: #fffefb;
  position: relative;
  overflow: clip;
}
.section-shell--dark {
  background: radial-gradient(circle at top left, #2f0b0f 0%, #151515 46%, #101010 100%);
  color: var(--stacked-white);
}
.section-shell--cream { background: var(--stacked-cream); }
.section-shell--mint { background: var(--stacked-mint); }
.section-shell--peach { background: var(--stacked-peach); }
.section-shell--sand { background: var(--stacked-sand); }
.section-shell--tomato { background: #ffd9d2; }
.section-shell--hero-pop {
  background:
    radial-gradient(circle at 85% 15%, rgba(230, 32, 32, .15) 0%, transparent 40%),
    linear-gradient(180deg, #fff6ee 0%, #ffefdf 100%);
}
.prelaunch-home {
  min-height: min(88vh, 860px);
  display: grid;
  align-items: center;
}
.prelaunch-home__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
}
.prelaunch-home__support {
  margin-bottom: .8rem;
}
.prelaunch-home__meta {
  margin-top: .65rem;
}
.prelaunch-home__media {
  padding: .75rem;
}
.prelaunch-home__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}
.prelaunch-waitlist-form {
  margin-top: .65rem;
  display: grid;
  gap: .55rem;
}
.prelaunch-waitlist-form__row {
  display: grid;
  gap: .5rem;
  grid-template-columns: 1fr;
}
.prelaunch-waitlist-form input[type="email"] {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #d6cec7;
  padding: .66rem .78rem;
  font-size: 1rem;
}
.section-shell--cream::before,
.section-shell--mint::before,
.section-shell--peach::before,
.section-shell--sand::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, .08) .5px, transparent 0);
  background-size: 24px 24px;
  opacity: .08;
}
.section-shell--dark .stack-title,
.section-shell--dark .stack-subtitle,
.section-shell--dark p {
  color: var(--stacked-white);
}
.section-shell--dark .stack-subtitle {
  color: #e5e5e5;
}
.section-shell--dark .stack-eyebrow {
  border-color: rgba(255, 255, 255, .28);
  color: #ffffff;
}
.stack-title {
  margin: 0 0 .55rem;
  font-size: clamp(2.3rem, 6.6vw, 4.9rem);
  line-height: .9;
  letter-spacing: -.01em;
  max-width: 14ch;
  text-wrap: balance;
}
.stack-title--hero {
  font-size: clamp(3rem, 10vw, 7.2rem);
  line-height: .82;
  letter-spacing: -.02em;
  max-width: 9ch;
}
.stack-subtitle {
  margin: 0 0 1.1rem;
  color: #3d3d3d;
  font-size: clamp(1.08rem, 3vw, 1.45rem);
  max-width: 52ch;
}
.stack-eyebrow {
  display: inline-flex;
  padding: .34rem .62rem;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 6px;
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .85rem;
}

.stack-btn {
  border: 1px solid rgba(0, 0, 0, .1);
  background: var(--stacked-red);
  color: var(--stacked-white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  border-radius: 10px;
  padding: .9rem 1.3rem;
  transition: transform .2s ease, background-color .2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font-size: .98rem;
  box-shadow: 0 8px 18px rgba(230, 32, 32, .24);
}
.stack-btn:hover,
.stack-btn:focus-visible {
  transform: translateY(-1px);
  background: #ff3636;
}
.stack-btn:active { transform: translateY(0); }
.stack-btn--ghost {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid rgba(0, 0, 0, .45);
  box-shadow: none;
}
.stack-btn--ghost:hover,
.stack-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, .92);
  color: #111111;
  border-color: #111111;
  transform: translateY(-1px);
}
.final-cta .stack-btn--ghost,
.section-shell--dark .stack-btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, .92);
  background: transparent;
}
.final-cta .stack-btn--ghost:hover,
.final-cta .stack-btn--ghost:focus-visible,
.section-shell--dark .stack-btn--ghost:hover,
.section-shell--dark .stack-btn--ghost:focus-visible {
  background: #ffffff;
  color: #151515;
  border-color: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(255, 251, 244, .88);
  border-bottom: 1px solid #e8dccc;
}
.announcement-bar {
  background: linear-gradient(90deg, #a31f1f, #cf2a2a);
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}
.announcement-bar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
}
.announcement-bar__message {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .84rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}
.announcement-bar__message:hover {
  opacity: .9;
}
.announcement-bar__cta {
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .32);
  color: #fff;
  border-radius: 6px;
  padding: .2rem .42rem;
  font-size: .74rem;
  line-height: 1;
}
.announcement-bar__close {
  border: 0;
  background: transparent;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}
.announcement-bar__close:hover {
  background: rgba(255, 255, 255, .16);
}
.site-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}
.site-header__logo {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.site-header__logo img {
  width: clamp(150px, 22vw, 220px);
  height: auto;
  border-radius: 0;
}
.site-header__nav {
  display: flex;
  gap: 1.1rem;
  font-weight: 700;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #191919;
}
.site-header__mobile-toggle {
  display: none;
  border: 1px solid #d9cdbf;
  background: #fff7ee;
  color: #251d17;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  line-height: 1;
}
.site-mobile-nav {
  border-top: 1px solid #eadfd4;
  background: #f8ece1;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height .28s ease, opacity .2s ease, transform .2s ease;
  will-change: max-height, opacity, transform;
}
.site-mobile-nav.is-open {
  max-height: 80vh;
  opacity: 1;
  transform: translateY(0);
}
.site-mobile-nav__inner {
  padding-block: .85rem 1.05rem;
  display: grid;
  gap: .95rem;
}
.site-mobile-nav__group {
  border: 1px solid #e5d8c9;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(36, 22, 11, .08);
  padding: .82rem;
}
.site-mobile-nav__label {
  margin: 0 0 .45rem;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  color: #5f5148;
}
.site-mobile-nav__links {
  display: grid;
  gap: .45rem;
}
.site-mobile-nav__links a {
  padding: .72rem .72rem;
  border-radius: 10px;
  font-size: 1.02rem;
  font-weight: 700;
  color: #1f1f1f;
  border: 1px solid #eadfce;
  background: #fffcf8;
}
.site-mobile-nav__links a:active,
.site-mobile-nav__links a:hover {
  background: #fff3e7;
  border-color: #e2c9b0;
}
.site-mobile-nav__links .site-mobile-nav__cart-link {
  margin-top: .3rem;
  background: linear-gradient(180deg, #ef3931, #dd2720);
  border-color: #cf251f;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 8px 18px rgba(207, 37, 31, .25);
}
.site-mobile-nav__links .site-mobile-nav__cart-link:hover,
.site-mobile-nav__links .site-mobile-nav__cart-link:active {
  background: linear-gradient(180deg, #ff4b42, #e22921);
  border-color: #c9221c;
  color: #ffffff;
}
.site-nav-dropdown {
  position: relative;
  padding-bottom: .4rem;
  margin-bottom: -.4rem;
}
.site-nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: .5rem;
}
.site-nav-dropdown__trigger {
  color: inherit;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: 0;
  cursor: pointer;
}
.site-nav-dropdown__menu {
  position: absolute;
  top: calc(100% + .45rem);
  left: 0;
  min-width: 240px;
  padding: .6rem;
  border-radius: 12px;
  border: 1px solid #eadfd4;
  background: #fffdf9;
  box-shadow: 0 16px 30px rgba(30, 20, 12, .12);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(3px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.site-nav-dropdown__menu a {
  display: block;
  padding: .5rem .55rem;
  border-radius: 8px;
  text-transform: none;
  letter-spacing: 0;
  font-size: .9rem;
  font-weight: 600;
  color: #232323;
}
.site-nav-dropdown__menu a:hover {
  background: #f4ede6;
}
.site-nav-dropdown:hover .site-nav-dropdown__menu,
.site-nav-dropdown:focus-within .site-nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-footer {
  border-top: 1px solid #e8e2dc;
  padding: 3rem 0 2rem;
  color: rgba(20, 20, 20, .75);
  background: #f2ede7;
}
.site-footer__top {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  padding-bottom: 1.2rem;
}
.site-footer__brand p {
  color: #3d3d3d;
  max-width: 34ch;
  font-size: .96rem;
}
.site-footer__logo img {
  width: min(220px, 100%);
  height: auto;
}
.site-footer__socials {
  display: flex;
  gap: .75rem;
  margin-top: .7rem;
}
.site-footer__socials a {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
}
.site-footer__links-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.site-footer__links-col h3,
.site-footer__newsletter h3 {
  margin: 0 0 .65rem;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .78rem;
}
.site-footer__links-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .5rem;
}
.site-footer__links-col a {
  color: #313131;
  font-size: 1rem;
}
.site-footer__newsletter p {
  color: #353535;
  font-size: 1rem;
  margin-bottom: .7rem;
}
.footer-newsletter-form__row {
  display: flex;
  gap: .45rem;
}
.footer-newsletter-form input[type="email"] {
  flex: 1;
  min-height: 50px;
  border: 1px solid #cec4ba;
  background: #fff;
  border-radius: 10px;
  padding: .7rem .75rem;
  font-family: inherit;
}
.site-footer__bottom {
  border-top: 1px solid #d9cec2;
  margin-top: .8rem;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .7rem;
}
.site-footer__bottom small {
  color: #525252;
}
.site-footer__legal {
  display: flex;
  gap: .8rem;
}
.site-footer__legal a {
  font-size: .88rem;
  color: #313131;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.card {
  border: 1px solid #ece6e2;
  border-radius: var(--stacked-radius);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 15, 15, .06);
}
.card--light {
  background: #ffffff;
  color: #121212;
  border-color: #ffffff;
}
.card--light p {
  color: #2a2a2a;
}
.card--light .stack-eyebrow {
  border-color: rgba(0, 0, 0, .2);
  color: #202020;
}
.card--light .stack-title {
  color: #111111;
}
.card--light .macro-mini__item {
  border: 1px solid rgba(0, 0, 0, .14);
  background: rgba(0, 0, 0, .03);
}
.card--light .macro-mini__label {
  color: rgba(0, 0, 0, .68);
}
.card--light .pill-options label {
  border-color: rgba(0, 0, 0, .18);
  background: rgba(0, 0, 0, .02);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
  align-items: center;
  padding: clamp(1.1rem, 3vw, 2.1rem);
  border-radius: 22px;
}
.section-shell--hero-pop .home-hero__grid {
  background: linear-gradient(140deg, #fffdf8 0%, #fff4e8 58%, #ffeadd 100%);
  border: 1px solid #efdacb;
  box-shadow: 0 16px 36px rgba(60, 36, 20, .12);
}
.section-shell--hero-pop .stack-title,
.section-shell--hero-pop .stack-subtitle,
.section-shell--hero-pop .hero-punch {
  color: #161616;
}
.section-shell--hero-pop .stack-eyebrow {
  border-color: rgba(0, 0, 0, .2);
  color: #171717;
}
.home-hero__content {
  position: relative;
  z-index: 1;
}
.home-hero__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.home-hero__actions--center { justify-content: center; }
.hero-marquee {
  background: linear-gradient(90deg, #7d1018, #ca2020);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  font-size: .72rem;
  padding: .42rem .8rem;
  overflow: hidden;
  white-space: nowrap;
}
.hero-marquee span {
  display: inline-block;
}
.hero-punch {
  margin-top: .35rem;
  font-size: 1.08rem;
  color: #642828;
  font-weight: 700;
  letter-spacing: .02em;
}
.hero-badges {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.hero-badges span {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(0, 0, 0, .14);
  color: #1f1f1f;
  border-radius: 999px;
  padding: .36rem .62rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.home-hero__media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}
.home-hero__media img,
.home-hero__media svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.highlights-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.highlight-badge {
  display: grid;
  gap: .45rem;
  padding: .95rem .85rem;
  text-align: center;
  min-height: 110px;
  border-top: 4px solid rgba(230, 32, 32, .9);
}
.highlight-badge__icon {
  font-size: 1.25rem;
  color: var(--stacked-red);
  font-weight: 800;
  letter-spacing: .04em;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #f8f3ef;
  display: grid;
  place-items: center;
  margin: 0 auto;
}
.highlight-badge__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin: 0 auto;
}
.highlight-badge__label {
  font-weight: 700;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.featured-product__grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
}
.featured-product__form {
  padding: 1.4rem;
}
.featured-product__price {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: .45rem 0 .75rem;
  font-weight: 700;
}
.featured-product__actions {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}
.pill-options {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: .75rem;
}
.pill-options label {
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 8px;
  padding: .45rem .68rem;
  font-weight: 600;
  cursor: pointer;
  background: #ffffff;
}
.pill-options input { display: none; }
.pill-options input:checked + span { color: var(--stacked-red); }
.pill-options input:checked + span::before { width: 100%; }
.pill-options span { position: relative; z-index: 0; }
.pill-options span::before {
  content: "";
  position: absolute;
  inset: auto 0 -.18rem;
  height: 2px;
  background: var(--stacked-red);
  width: 0;
  transition: width .2s ease;
}
.macro-mini {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .45rem;
  margin: .8rem 0;
}
.macro-mini__item {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: var(--stacked-radius-sm);
  padding: .4rem;
  text-align: center;
  background: #faf8f6;
}
.macro-mini__value {
  font-weight: 800;
  display: block;
}
.macro-mini__label {
  font-size: .72rem;
  color: rgba(0, 0, 0, .62);
}

.why-grid,
.lifestyle-grid,
.about-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr;
  align-items: start;
}
.why-points {
  margin: .75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .8rem;
}
.why-points li {
  border-left: 0;
  padding-left: 0;
  color: #252525;
}
.about-photo {
  margin-top: 1rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ebd8c8;
  box-shadow: 0 14px 26px rgba(49, 29, 14, .12);
}
.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.flavors-scroll {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.35rem;
}
.flavor-card {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
}
.flavor-card:nth-child(4n + 1) { background: #ffe59b; }
.flavor-card:nth-child(4n + 2) { background: #ffc2c5; }
.flavor-card:nth-child(4n + 3) { background: #c7efcf; }
.flavor-card:nth-child(4n + 4) { background: #d9cdf9; }
.flavor-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.flavor-card__placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, .58),
    rgba(255, 255, 255, .58) 12px,
    rgba(255, 255, 255, .38) 12px,
    rgba(255, 255, 255, .38) 24px
  );
}
.flavor-card__body { padding: 1.35rem; }
.flavor-card__body h3 {
  margin-bottom: .35rem;
  font-size: 1.45rem;
  line-height: .9;
}
.flavor-card__body h2 {
  margin-bottom: .35rem;
  font-size: 1.45rem;
  line-height: .9;
}
.flavor-card__body p { color: #2f2f2f; margin-bottom: .82rem; font-size: .98rem; }
.flavor-card--seasonal {
  border: 2px dashed rgba(0, 0, 0, .24);
}

.macros-grid {
  display: grid;
  gap: .9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.15rem;
}
.macros-hero {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  align-items: start;
}
.macros-summary {
  padding: 1.05rem;
  background: linear-gradient(155deg, #fff8f0, #ffe7d8);
  border: 1px solid #f0d3bb;
}
.macros-summary__label {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6d4a35;
  font-weight: 700;
  margin-bottom: .35rem;
}
.macros-summary h3 {
  font-family: "Fraunces", "Barlow", serif;
  font-size: 1.6rem;
  line-height: .95;
  margin: 0 0 .45rem;
}
.macros-summary p {
  margin: 0;
  color: #4c4036;
}
.macros-summary__chips {
  margin-top: .7rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.macros-summary__chips span {
  background: #fff;
  border: 1px solid #e7c9ae;
  color: #6a3e2a;
  border-radius: 999px;
  padding: .25rem .55rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.macros-grid .card {
  padding: 1.15rem .95rem 1rem;
  text-align: center;
  border: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ee 100%);
  box-shadow: 0 8px 20px rgba(73, 40, 15, .09);
}
.macro-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #f0dfd0;
}
.macro-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #f4ede8;
  color: #1f1f1f;
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
.macro-card__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.macro-value { font-size: 1.7rem; font-weight: 800; color: var(--stacked-red); }
.macro-label { text-transform: uppercase; font-size: .93rem; letter-spacing: .06em; color: #3c3c3c; }
.macro-help {
  margin: .65rem 0 0;
  font-size: .96rem;
  line-height: 1.35;
  color: #57504a;
  max-width: 23ch;
  flex: 1;
}
.macro-meter {
  margin-top: 1rem;
  width: 100%;
  height: 11px;
  border-radius: 999px;
  background: #efddd2;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(79, 40, 18, .16);
}
.macro-meter span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--macro-meter, linear-gradient(90deg, #d12626, #f25a35));
  box-shadow: 0 2px 8px rgba(194, 56, 33, .34);
}
.macro-meter span::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  margin-left: auto;
  background: rgba(255, 255, 255, .8);
}
.macros-grid .macro-card:nth-child(1) { --macro-meter: linear-gradient(90deg, #f08d2a, #ef4f39); }
.macros-grid .macro-card:nth-child(2) { --macro-meter: linear-gradient(90deg, #d32020, #ff3f3f); }
.macros-grid .macro-card:nth-child(3) { --macro-meter: linear-gradient(90deg, #ff6a1f, #ffb02e); }
.macros-grid .macro-card:nth-child(4) { --macro-meter: linear-gradient(90deg, #8f2be0, #d050ff); }
}

.why-card__media {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.why-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.why-card--media-only {
  padding: .7rem;
  align-self: start;
  height: auto;
}
.why-card--media-only .why-card__media {
  margin-bottom: 0;
}

.lifestyle-media {
  position: relative;
  padding-bottom: 2rem;
}
.lifestyle-media__secondary {
  width: clamp(145px, 38vw, 210px);
  border: 6px solid #fffef9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.lifestyle-media__secondary img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.reviews-feature {
  border-radius: 14px;
  overflow: hidden;
  margin: 1rem 0 1.1rem;
  border: 1px solid rgba(0, 0, 0, .08);
}
.reviews-feature img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}

.reviews-scroll {
  display: grid;
  grid-template-columns: 1fr;
  gap: .85rem;
  margin-top: 1.2rem;
}
.review-card { padding: 1.35rem; }
.review-card p { font-size: 1.1rem; line-height: 1.52; margin-bottom: .8rem; }
.review-stars {
  letter-spacing: .16em;
  color: #ffcd35;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: .65rem;
}

.final-cta {
  text-align: center;
  background: linear-gradient(145deg, #d71919, #ea5144);
  color: #ffffff;
  border: 0;
  border-radius: 20px;
  padding: clamp(1.6rem, 4.8vw, 3rem);
  box-shadow: 0 26px 45px rgba(186, 27, 27, .25);
}
.final-cta .stack-title,
.final-cta .stack-subtitle,
.final-cta .stack-eyebrow {
  color: #ffffff;
  margin-inline: auto;
}
.final-cta .stack-eyebrow {
  border-color: rgba(255, 255, 255, .35);
}

.main-product {
  padding: clamp(1.5rem, 5vw, 3rem) 0 4.4rem;
  background: #ffffff;
}
.main-product__layout {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
}
.main-product__gallery-wrap {
  position: relative;
}
.main-product__gallery-mask {
  overflow: hidden;
  border-radius: 14px;
}
.main-product__gallery {
  display: flex;
  will-change: transform;
}
.main-product__slide {
  flex: 0 0 100%;
}
.main-product__gallery img,
.main-product__slide svg {
  border-radius: 14px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .42);
  background: rgba(10, 10, 10, .62);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 3;
}
.carousel-arrow--prev { left: .65rem; }
.carousel-arrow--next { right: .65rem; }
.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: .65rem;
  transform: translateX(-50%);
  display: flex;
  gap: .36rem;
  z-index: 3;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, .5);
  padding: 0;
}
.carousel-dots button.is-active {
  background: #ffffff;
}
.product-info-card { padding: 1.45rem; }
.product-info-card > * {
  margin-bottom: 0;
}
.product-info-card > * + * {
  margin-top: 1rem;
}
.qty-input {
  width: 100%;
  height: 46px;
  margin: 0;
  border-radius: 12px;
  padding: .7rem .5rem;
  background: #ffffff;
  color: #171717;
  border: 1px solid rgba(0, 0, 0, .22);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.qty-control {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  width: 100%;
  align-items: center;
  gap: .5rem;
  margin: .5rem 0 0;
}
.qty-control button {
  width: 56px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #d8d1cb;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.main-product-form > .stack-btn {
  width: 100%;
  margin-top: .8rem;
}
.qty-control--compact {
  margin: 0;
}
.qty-control--compact input {
  width: 50px;
}
.product-meta-row {
  display: grid;
  gap: .45rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-meta-row span { text-align: center; padding: .45rem .35rem; border-radius: 10px; background: #f5f2ef; }
.sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(10, 10, 10, .96);
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding: .7rem .85rem calc(.7rem + env(safe-area-inset-bottom));
  display: none;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, .28);
}
.sticky-atc__inner { display: flex; gap: .6rem; }
.sticky-atc input {
  width: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: transparent;
  color: #fff;
  text-align: center;
}
.sticky-atc .stack-btn {
  flex: 1;
  min-width: 0;
}

.bundle-builder {
  padding: clamp(2rem, 5vw, 4rem) 0;
}
.bundle-builder__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
.bundle-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .8rem;
  align-items: center;
  padding: .72rem;
  cursor: pointer;
}
.bundle-option__qty {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.bundle-option__qty button {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #dbd3cd;
  background: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.bundle-option__qty input {
  width: 56px;
  height: 34px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #dbd3cd;
  font-size: .95rem;
}
.bundle-progress {
  padding: .8rem .9rem;
  margin-bottom: .7rem;
}
.bundle-progress p {
  margin: .25rem 0 0;
  font-size: .92rem;
}
.bundle-summary { padding: 1rem; }
.bundle-builder__empty {
  margin: .5rem 0 1rem;
  color: #3b3b3b;
}

.product-description__text {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.62;
  color: #2b2b2b;
}
.product-description.rte p + p {
  margin-top: .9rem;
}
.product-description.rte ul,
.product-description.rte ol {
  margin: .75rem 0 1rem 1.2rem;
}
.product-description.rte li {
  margin: .35rem 0;
}
.product-description__text.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-link-btn {
  margin-top: .4rem;
  border: 0;
  background: transparent;
  color: var(--stacked-red);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.cart-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.cart-continue {
  margin: .35rem 0 .9rem;
}
.cart-items {
  padding: .8rem;
}
.cart-item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  align-items: center;
  gap: .8rem;
  padding: .75rem 0;
  border-bottom: 1px solid #efe9e3;
}
.cart-item:last-child {
  border-bottom: 0;
}
.cart-item__media img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 12px;
}
.cart-item__meta label {
  font-size: .8rem;
  display: block;
  margin: .35rem 0 .2rem;
}
.cart-item__meta input {
  width: 76px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #dbd3cd;
  text-align: center;
}
.cart-item__line {
  font-weight: 700;
}
.cart-summary {
  padding: 1rem;
  display: grid;
  gap: .75rem;
}
.cart-summary__rows {
  display: grid;
  gap: .5rem;
  padding: .3rem 0 .1rem;
}
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: baseline;
  font-size: .96rem;
}
.cart-summary__row--muted {
  color: #6d675f;
  font-size: .88rem;
}
.cart-summary__row--total {
  border-top: 1px solid #e8dfd5;
  padding-top: .55rem;
  margin-top: .25rem;
  font-size: 1.02rem;
}
.cart-summary__actions {
  display: grid;
  gap: .55rem;
}
.cart-empty {
  padding: 1rem;
}
.contact-form {
  margin-top: .6rem;
  display: grid;
  gap: .7rem;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: .6rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d8d1cb;
  border-radius: 12px;
  padding: .72rem .78rem;
  font-family: inherit;
  font-size: .96rem;
}
.contact-form__success {
  background: #ecf8f0;
  border: 1px solid #b8e0c6;
  color: #145a2b;
  border-radius: 10px;
  padding: .55rem .65rem;
}
.not-found-wrap {
  display: grid;
  place-items: center;
}
.not-found-card {
  width: min(780px, 100%);
  padding: clamp(1.2rem, 3vw, 2rem);
}
.not-found-search {
  display: grid;
  gap: .55rem;
  grid-template-columns: 1fr;
  margin: .65rem 0 .25rem;
}
.not-found-search input[type="search"] {
  border: 1px solid #d8d1cb;
  border-radius: 10px;
  height: 46px;
  padding: .62rem .75rem;
  font-size: 1rem;
  font-family: inherit;
}
.password-wrap {
  min-height: min(88vh, 860px);
  display: grid;
  place-items: center;
}
.password-card {
  width: min(760px, 100%);
  padding: clamp(1.2rem, 3vw, 2rem);
}
.password-card__logo {
  width: min(220px, 100%);
  margin-bottom: .7rem;
}
.password-waitlist-form,
.password-unlock-form {
  margin-top: .7rem;
}
.password-waitlist-form__row {
  display: grid;
  gap: .5rem;
  grid-template-columns: 1fr;
}
.password-waitlist-form input {
  height: 48px;
  border: 1px solid #d8d1cb;
  border-radius: 10px;
  padding: .62rem .75rem;
  font-size: 1rem;
  font-family: inherit;
}
.customer-shell {
  display: grid;
  gap: 1rem;
}
.customer-card {
  padding: clamp(1rem, 3vw, 1.6rem);
}
.customer-card--narrow {
  width: min(760px, 100%);
  margin-inline: auto;
}
.customer-card__head {
  display: grid;
  gap: .7rem;
  margin-bottom: .9rem;
}
.customer-orders {
  display: grid;
  gap: .7rem;
}
.customer-order-item {
  display: grid;
  gap: .6rem;
}
.customer-order-item h3 {
  margin-bottom: .2rem;
}
.customer-order-item__label {
  margin: 0 0 .15rem;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6e6158;
}
.customer-auth-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  align-items: start;
}

[data-animate] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .45s ease, transform .45s ease;
}
[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 750px) {
  .home-hero__grid,
  .featured-product__grid,
  .why-grid,
  .lifestyle-grid,
  .about-grid,
  .main-product__layout,
  .bundle-builder__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }
  .home-hero__grid {
    grid-template-columns: 1.05fr .95fr;
  }
  .featured-product__grid {
    grid-template-columns: .96fr 1.04fr;
  }
  .why-grid {
    grid-template-columns: .95fr 1.05fr;
  }
  .lifestyle-grid {
    grid-template-columns: 1.08fr .92fr;
  }
  .highlights-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero-marquee {
    font-size: .78rem;
    padding: .52rem 1rem;
  }
  .home-hero__media img,
  .home-hero__media svg { aspect-ratio: 5 / 4; }
  .contact-form__row {
    grid-template-columns: 1fr 1fr;
  }
  .not-found-search {
    grid-template-columns: 1fr auto;
  }
  .password-waitlist-form__row {
    grid-template-columns: 1fr auto;
  }
  .customer-card__head {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
  .customer-order-item {
    grid-template-columns: 1fr 1fr 1fr auto;
    align-items: center;
  }
  .customer-auth-grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 1.2rem;
  }
  .flavors-scroll {
    grid-auto-flow: initial;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .reviews-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flavor-card,
  .review-card,
  .highlight-badge {
    transition: transform .28s ease, border-color .28s ease;
  }
  .flavor-card:hover,
  .review-card:hover,
  .highlight-badge:hover {
    transform: translateY(-5px);
    border-color: rgba(230, 32, 32, .55);
  }
  .flavor-card:nth-child(even) {
    transform: translateY(10px);
  }
  .flavor-card:nth-child(even):hover {
    transform: translateY(4px);
  }
  .cart-grid {
    grid-template-columns: 1.35fr .65fr;
    align-items: start;
  }
  .macros-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .macros-hero {
    grid-template-columns: 1.1fr .9fr;
    gap: 1.1rem;
  }
  .reviews-feature {
    margin-bottom: 1.4rem;
  }
  .lifestyle-media {
    padding-bottom: 2.8rem;
  }
  .lifestyle-media__secondary {
    right: 1.4rem;
    bottom: 0;
  }
  .site-footer__top {
    grid-template-columns: 1.2fr 1.2fr 1fr;
    align-items: start;
    gap: 1.8rem;
  }
  .site-footer__links-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .prelaunch-home__grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 1.6rem;
  }
  .prelaunch-waitlist-form__row {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 1040px) {
  .page-width { width: min(calc(100% - 4rem), var(--stacked-max)); }
  .featured-product__form,
  .product-info-card,
  .bundle-summary { padding: 1.15rem; }
  .main-product__layout { grid-template-columns: 1.3fr .7fr; }
}

@media (max-width: 749px) {
  .site-header__nav { display: none; }
  .site-header__mobile-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-header > .page-width > .stack-btn { display: none; }
  .sticky-atc.is-visible { display: block; }
  .site-header .stack-btn {
    min-height: 40px;
    padding: .55rem .92rem;
    font-size: .78rem;
  }
  .site-header__logo { font-size: 1.18rem; }
  .site-header__logo img {
    width: 146px;
  }
  .stack-title { font-size: clamp(2rem, 11vw, 3rem); }
  .stack-title--hero { font-size: clamp(2.5rem, 14vw, 4rem); }
  .stack-subtitle { font-size: 1.08rem; }
  .announcement-bar__inner {
    min-height: 38px;
    gap: .35rem;
  }
  .announcement-bar__message {
    font-size: .74rem;
    letter-spacing: .06em;
  }
  .announcement-bar__cta {
    display: none;
  }
  .carousel-arrow {
    width: 34px;
    height: 34px;
  }
  .product-meta-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-product__actions .stack-btn {
    flex: 1;
  }
  .cart-item {
    grid-template-columns: 74px 1fr;
  }
  .cart-item__line {
    grid-column: 2;
  }
  .reviews-feature img {
    max-height: 260px;
  }
}

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

.collection-grid {
  display: grid;
  gap: .95rem;
  grid-template-columns: 1fr;
  margin-top: 1.35rem;
}
.collection-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.collection-card__body {
  padding: 1.35rem;
}
.collection-card__body h2 {
  font-size: 1.35rem;
  margin-bottom: .35rem;
}
.collection-card__actions {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
}
.wholesale-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}
.wholesale-faq {
  margin-top: 1rem;
  padding: 1rem;
}
.wholesale-faq h3 {
  margin-bottom: .65rem;
}
.wholesale-faq details {
  border-top: 1px solid #eadfd4;
  padding: .65rem 0;
}
.wholesale-faq details:last-child {
  border-bottom: 1px solid #eadfd4;
}
.wholesale-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
}
.wholesale-faq summary::marker {
  color: var(--stacked-red);
}
.wholesale-faq details p {
  margin: .45rem 0 0;
  color: #464646;
}
@media (min-width: 750px) {
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wholesale-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1120px) {
  .flavors-scroll {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.stack-modal[hidden] {
  display: none !important;
}
.stack-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.stack-modal__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 10, 8, .54);
}
.stack-modal__panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  background: #fffdf9;
  border: 1px solid #e9d8cb;
  border-radius: 16px;
  box-shadow: 0 24px 45px rgba(28, 16, 9, .25);
  padding: 1.15rem;
}
.stack-modal__panel h3 {
  margin: .2rem 0 .35rem;
  font-size: 2rem;
  line-height: .92;
}
.stack-modal__panel p {
  color: #45413c;
  margin-bottom: .8rem;
}
.stack-modal__close {
  position: absolute;
  right: .65rem;
  top: .5rem;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  color: #5b5048;
  cursor: pointer;
}
