:root {
  --cream:        #f5ecd8;
  --cream-deep:   #ecdfc1;
  --table:        #d8d2c4;
  --table-deep:   #c4bda9;
  --ink:          #2a1e15;
  --ink-soft:     #4a3a2c;
  --mustard:      #e7b339;
  --terracotta:   #d65a36;
  --blueberry:    #4f4f9e;
  --moringa:      #4d7a3a;
  --pencil-blue:  #2d3960;
  --rule:         rgba(42, 30, 21, 0.18);

  --display: 'Bagel Fat One', 'Sniglet', system-ui, sans-serif;
  --hand:    'Caveat', cursive;
  --note:    'Patrick Hand', 'Caveat', cursive;
  --body:    'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Paper grain on top of everything */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.16  0 0 0 0 0.12  0 0 0 0 0.09  0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.7;
  pointer-events: none;
  z-index: 100;
  mix-blend-mode: multiply;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- TOP STRIP ---------- */
.tape {
  background: var(--ink);
  color: var(--cream);
  padding: 11px 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  z-index: 50;
}
.tape__track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: scroll 38s linear infinite;
  font-family: var(--note);
  font-size: 18px;
  letter-spacing: 0.02em;
  will-change: transform;
}
.tape__track span { margin: 0 2.4rem; color: var(--cream); flex-shrink: 0; }
.tape__track span.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--mustard);
  border-radius: 50%;
  margin: 0 1.2rem;
  flex-shrink: 0;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .tape__track { animation-duration: 90s; }
}

/* ---------- NAV ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--cream);
  border-bottom: 2px solid var(--ink);
}
.nav__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.nav__links {
  display: flex;
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.nav__links a {
  position: relative;
  padding: 4px 2px;
  transition: color 0.2s;
}
.nav__links a:hover { color: var(--terracotta); }
.nav__links a:hover::after {
  content: '';
  position: absolute;
  left: -4px; right: -4px; bottom: -2px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='80' height='6' viewBox='0 0 80 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3 Q 10 1 20 3 T 40 3 T 60 3 T 80 3' stroke='%23d65a36' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x center;
  background-size: 80px 6px;
}

.nav__brand {
  font-family: var(--display);
  font-size: 30px;
  letter-spacing: -0.01em;
  text-align: center;
  white-space: nowrap;
  color: var(--ink);
  line-height: 0.9;
}
.nav__brand .dot { color: var(--terracotta); }

.nav__cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 600;
}
/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: 60px 32px 0;
  overflow: hidden;
}
.hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero__left { padding-bottom: 80px; }
.hero__hello {
  font-family: var(--hand);
  font-size: 56px;
  color: var(--terracotta);
  line-height: 1;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  transform: rotate(-3deg);
}
.hero__hello::after {
  content: '';
  position: absolute;
  left: 4px; right: 24px;
  bottom: -4px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3 Q 15 0 30 3 T 60 3 T 90 3 T 120 3' stroke='%23d65a36' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x;
  background-size: 120px 6px;
}

.hero__title {
  font-family: var(--display);
  font-size: clamp(58px, 7.5vw, 112px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 18px;
  margin-bottom: 28px;
}
.hero__title .accent-1 { color: var(--terracotta); }
.hero__title .accent-2 { color: var(--mustard); }

.hero__sub {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 520px;
  margin-bottom: 36px;
}
.hero__sub b { color: var(--ink); font-weight: 600; }

.hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all 0.2s;
  font-family: var(--body);
}
.btn--primary {
  background: var(--ink);
  color: var(--cream);
  box-shadow: 4px 4px 0 var(--terracotta);
}
.btn--primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--terracotta);
}
.btn--ghost {
  border: 2px solid var(--ink);
  color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: var(--cream); }

/* Hero photo with painted backdrop */
.hero__media {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
}
.hero__photo {
  position: relative;
  width: 100%;
  max-width: 540px;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
  transform: rotate(-1.5deg);
  -webkit-mask-image: radial-gradient(ellipse 95% 95% at 50% 45%, #000 35%, transparent 88%);
          mask-image: radial-gradient(ellipse 95% 95% at 50% 45%, #000 35%, transparent 88%);
}
.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: sepia(0.30) saturate(0.95) brightness(1.04);
}

/* Hand-drawn doodles around hero photo */
.doodle {
  position: absolute;
  pointer-events: none;
}
.doodle--star {
  top: -16px;
  right: -12px;
  width: 88px;
  height: 88px;
  z-index: 3;
  animation: spin 22s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.doodle--arrow {
  top: 40%;
  left: -52px;
  width: 80px;
  height: 80px;
  z-index: 3;
}
.doodle--scribble {
  bottom: -10px;
  right: -32px;
  width: 130px;
  z-index: 1;
}

/* "Table surface" band at bottom of hero */
.hero__table {
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(to bottom, transparent, var(--table) 40%, var(--table) 100%);
  z-index: 1;
}
.hero__table::before {
  content: '';
  position: absolute;
  top: 32%;
  left: 0; right: 0;
  height: 2px;
  background: rgba(42, 30, 21, 0.12);
}

.hero__strip {
  position: relative;
  background: var(--table);
  padding: 22px 32px;
  z-index: 2;
}
.hero__strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--note);
  font-size: 18px;
  color: var(--ink);
}
.hero__strip-inner span::before {
  content: '✿';
  color: var(--terracotta);
  margin-right: 10px;
}

/* ---------- PROMISE / PILLARS ---------- */
.promise {
  padding: 110px 32px 100px;
  position: relative;
  background: var(--cream);
}
.promise__inner {
  max-width: 1320px;
  margin: 0 auto;
}
.promise__head {
  text-align: center;
  margin-bottom: 80px;
}
.kicker {
  display: inline-block;
  font-family: var(--hand);
  font-size: 28px;
  color: var(--terracotta);
  margin-bottom: 8px;
  transform: rotate(-2deg);
  font-weight: 600;
}
.promise__title {
  font-family: var(--display);
  font-size: clamp(40px, 5.5vw, 78px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 900px;
  margin: 0 auto;
}
.promise__title .underline-y {
  background-image: linear-gradient(transparent 65%, var(--mustard) 65%, var(--mustard) 92%, transparent 92%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 6px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.pillar {
  text-align: center;
  padding: 0 8px;
  position: relative;
}
.pillar__icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 18px;
  display: block;
}
.pillar__title {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  color: var(--ink);
  line-height: 1.05;
  text-transform: uppercase;
}
.pillar__body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.pillar:nth-child(1) .pillar__title { color: var(--terracotta); }
.pillar:nth-child(2) .pillar__title { color: var(--moringa); }
.pillar:nth-child(3) .pillar__title { color: var(--pencil-blue); }
.pillar:nth-child(4) .pillar__title { color: var(--mustard); }

/* ---------- COLLECTION BANNER ---------- */
.banner {
  position: relative;
  padding: 90px 32px;
  background: var(--cream-deep);
  overflow: hidden;
}
.banner--alt { background: #ecdcc4; }

.banner__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.banner--alt .banner__inner {
  grid-template-columns: 1.1fr 1fr;
}
.banner--alt .banner__copy { order: 2; }

.banner__copy .kicker { transform: rotate(-1.5deg); }
.banner__title {
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.95;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.banner--alt .banner__title { color: var(--terracotta); }
.banner__lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 28px;
  max-width: 460px;
}

.banner__media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
}
.banner__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(42, 30, 21, 0.15);
}
.banner__media img:nth-child(1) { transform: rotate(-2deg); }
.banner__media img:nth-child(2) { transform: rotate(1deg) translateY(8px); }
.banner__media img:nth-child(3) { transform: rotate(-1deg); }

/* ---------- COLLECTIONS / PRODUCT GRID ---------- */
.collections {
  padding: 110px 32px;
  background: var(--cream);
  position: relative;
}
.collections__inner {
  max-width: 1320px;
  margin: 0 auto;
}
.coll__head {
  text-align: center;
  margin-bottom: 64px;
}
.coll__head .promise__title { font-size: clamp(36px, 5vw, 64px); }

.subhead {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 2px dashed rgba(42, 30, 21, 0.25);
  padding-bottom: 16px;
  margin: 60px 0 32px;
  flex-wrap: wrap;
  gap: 12px;
}
.subhead h3 {
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.subhead p {
  font-family: var(--note);
  font-size: 18px;
  color: var(--ink-soft);
}

.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 28px;
}
.product {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
}
.product:hover { transform: translateY(-4px); }

.product__media {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream-deep);
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(42, 30, 21, 0.12);
}
.product__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.product:hover .product__media img { transform: scale(1.05); }

.product__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100px;
  font-family: var(--body);
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.product__badge--vegan { background: var(--moringa); color: var(--cream); }
.product__badge--bestseller { background: var(--terracotta); color: var(--cream); }
.product__badge--new { background: var(--mustard); color: var(--ink); }

/* Product card link wrapper (whole card image+info area is clickable to product page) */
.product__view {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* Add-to-cart pill on product card (replaces old More info button) */
.product__cart {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 8px 14px;
  background: rgba(245, 236, 216, 0.96);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: var(--ink);
  border: none;
  border-radius: 100px;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(42, 30, 21, 0.16);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.3, 1), background 0.2s, box-shadow 0.25s;
  z-index: 3;
}
.product__cart:hover {
  background: var(--mustard);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(42, 30, 21, 0.22);
}
.product__cart:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
}

/* ---------- NAV CART ---------- */
.nav__cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 100px;
  transition: background 0.2s, transform 0.2s;
  font-weight: 600;
}
.nav__cart:hover {
  background: var(--terracotta);
  transform: translateY(-1px);
}
.nav__cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: var(--mustard);
  color: var(--ink);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

/* ---------- CART TOAST ---------- */
.cart-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 300;
  padding: 12px 22px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 100px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 32px rgba(42, 30, 21, 0.28), 0 4px 10px rgba(42, 30, 21, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.cart-toast.is-shown {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .cart-toast { transition: none !important; }
}

/* ---------- PRODUCT PAGE (per-product detail) ---------- */
.pp {
  padding: 60px 32px 48px;
  background: var(--cream);
}
.pp__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.pp__crumbs {
  font-size: 13px;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.pp__crumbs a { color: var(--ink-soft); border-bottom: 1px dashed transparent; }
.pp__crumbs a:hover { border-color: var(--terracotta); color: var(--terracotta); }
.pp__crumbs span { margin: 0 8px; opacity: 0.55; }

.pp__media {
  position: relative;
}
.pp__photo {
  position: relative;
  background: var(--cream-deep);
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 18px 48px rgba(42, 30, 21, 0.16), 0 4px 12px rgba(42, 30, 21, 0.08);
}
.pp__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pp__badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
}
.pp__badge {
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 100px;
  background: var(--cream);
  color: var(--ink);
}
.pp__badge--bestseller { background: var(--terracotta); color: var(--cream); }
.pp__badge--new { background: var(--mustard); color: var(--ink); }
.pp__badge--vegan { background: var(--moringa); color: var(--cream); }

.pp__info { padding-top: 6px; }
.pp__vol {
  font-family: var(--note);
  font-size: 16px;
  color: var(--moringa);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.pp__title {
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 14px;
}
.pp__tagline {
  font-family: var(--note);
  font-size: 22px;
  color: var(--ink-soft);
  margin-bottom: 20px;
  line-height: 1.3;
}
.pp__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 22px;
}
.pp__price-amount {
  font-family: var(--display);
  font-size: 36px;
  color: var(--terracotta);
  line-height: 1;
}
.pp__price-unit {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pp__pitch {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px dashed rgba(42, 30, 21, 0.18);
}
.pp__pitch b { color: var(--ink); font-weight: 600; }

.pp__cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.qty {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid rgba(42, 30, 21, 0.25);
  border-radius: 100px;
  overflow: hidden;
}
.qty button {
  width: 38px;
  height: 44px;
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.15s;
}
.qty button:hover { background: rgba(42, 30, 21, 0.08); }
.qty input {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  font-family: var(--body);
  outline: none;
  -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.pp-cta {
  padding: 13px 28px;
  background: var(--ink);
  color: var(--cream);
  border: none;
  border-radius: 100px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.pp-cta:hover { background: var(--terracotta); transform: translateY(-1px); }

/* Trust badges row */
.pp__trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}
.pp__trust-item {
  text-align: center;
  padding: 12px 6px;
  background: var(--cream-deep);
  border-radius: 8px;
}
.pp__trust-icon {
  font-size: 22px;
  margin-bottom: 4px;
}
.pp__trust-label {
  font-family: var(--note);
  font-size: 12px;
  color: var(--ink);
  line-height: 1.2;
  display: block;
}

/* Tabs */
.tabs {
  margin-top: 8px;
}
.tabs__head {
  display: flex;
  gap: 0;
  border-bottom: 1.5px solid rgba(42, 30, 21, 0.15);
  margin-bottom: 18px;
}
.tabs__btn {
  padding: 10px 18px 12px;
  background: transparent;
  border: none;
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -1.5px;
  transition: color 0.2s, border-color 0.2s;
}
.tabs__btn.is-active {
  color: var(--terracotta);
  border-bottom-color: var(--terracotta);
}
.tabs__panel { display: none; }
.tabs__panel.is-active { display: block; }
.tabs__panel p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
.tabs__panel p b { color: var(--ink); font-weight: 600; }
.tabs__panel ul { list-style: none; padding: 0; }
.tabs__panel li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: var(--ink-soft);
  border-bottom: 1px dashed rgba(42, 30, 21, 0.12);
}
.tabs__panel li:last-child { border-bottom: 0; }
.tabs__panel li b { color: var(--ink); font-weight: 600; }

/* Story sections (full-width below grid) */
.pp-story {
  padding: 60px 32px;
  background: var(--cream-deep);
}
.pp-story__inner {
  max-width: 880px;
  margin: 0 auto;
}
.pp-story__section + .pp-story__section {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px dashed rgba(42, 30, 21, 0.18);
}
.pp-story__h {
  font-family: var(--note);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 12px;
}
.pp-story__title {
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.pp-story__body {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.pp-story__body em { color: var(--ink); font-style: italic; }
.pp-story__body b { color: var(--ink); font-weight: 600; }

/* Reviews boilerplate */
.pp-reviews {
  padding: 60px 32px;
  background: var(--cream);
}
.pp-reviews__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pp-reviews__head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.pp-reviews__h {
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 36px);
  color: var(--ink);
  letter-spacing: -0.01em;
}
.pp-reviews__avg {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 14px;
}
.pp-reviews__stars { color: var(--mustard); letter-spacing: 1px; }
.pp-reviews__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.pp-review {
  background: var(--cream-deep);
  padding: 22px 22px 18px;
  border-radius: 10px;
  border-left: 3px solid var(--mustard);
}
.pp-review__stars { color: var(--mustard); margin-bottom: 8px; letter-spacing: 1px; }
.pp-review__body {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 10px;
}
.pp-review__by {
  font-family: var(--note);
  font-size: 14px;
  color: var(--ink-soft);
  letter-spacing: 0.03em;
}

/* More from this volume */
.pp-more {
  padding: 60px 32px 80px;
  background: var(--cream-deep);
}
.pp-more__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.pp-more__h {
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 32px);
  color: var(--ink);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.pp-more__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.pp-more__card {
  display: block;
  background: var(--cream);
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.25s;
}
.pp-more__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(42, 30, 21, 0.14);
}
.pp-more__card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin-bottom: 10px;
}
.pp-more__name {
  font-family: var(--display);
  font-size: 16px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0;
}
.pp-more__price {
  font-size: 13px;
  color: var(--terracotta);
  margin-top: 4px;
  font-weight: 700;
}

@media (max-width: 880px) {
  .pp__inner { grid-template-columns: 1fr; gap: 32px; }
  .pp { padding: 40px 20px 32px; }
  .pp-story, .pp-reviews, .pp-more { padding: 48px 20px; }
  .pp__trust { grid-template-columns: repeat(2, 1fr); }
}

.product__info {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}
.product__name {
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0;
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.product__desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 92%;
}
.product__price {
  font-family: var(--display);
  font-size: 22px;
  color: var(--terracotta);
  white-space: nowrap;
  line-height: 1;
}
.product__price small {
  display: block;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-soft);
  margin-top: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---------- STORY ---------- */
.story {
  padding: 110px 32px;
  background: var(--cream-deep);
  position: relative;
}
.story__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
  align-items: start;
}
.story__sketch {
  position: relative;
  background: var(--cream);
  padding: 30px 30px 18px;
  border-radius: 6px;
  box-shadow: 0 14px 36px rgba(42, 30, 21, 0.18), 0 4px 10px rgba(42, 30, 21, 0.10);
  transform: rotate(-1.5deg);
  max-width: 460px;
  margin: 0 auto;
  transition: transform .5s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.story__sketch::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  width: 110px;
  height: 26px;
  background: rgba(231, 179, 57, 0.6);
  transform: translateX(-50%) rotate(-3deg);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(42, 30, 21, 0.15);
}
.story__sketch img {
  width: 100%;
  display: block;
  transform: scaleX(-1);
}
.story__caption {
  margin-top: 16px;
  text-align: center;
  font-family: var(--note);
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.35;
  transform: rotate(-0.3deg);
}

.story__content .kicker {
  color: var(--moringa);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.story__content .kicker::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
}

.story__title {
  font-family: var(--display);
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.story__title em {
  font-style: normal;
  color: var(--terracotta);
}
.story__title .hl {
  background-image: linear-gradient(180deg, transparent 62%, rgba(231, 179, 57, 0.6) 62%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  padding: 0 4px;
  white-space: nowrap;
  transition: background-size 1.1s cubic-bezier(0.65, 0, 0.35, 1) 0.55s;
}

.story__text {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.story__text b { color: var(--ink); font-weight: 600; }

.story__pull {
  position: relative;
  margin: 32px 0 28px;
  padding: 22px 28px 20px;
  background: var(--cream);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(42, 30, 21, 0.10);
  border-left: 5px solid var(--terracotta);
  transform: rotate(-0.6deg);
  max-width: 560px;
}
.story__pull-text {
  display: block;
  font-family: var(--hand);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.15;
  color: var(--ink);
  font-weight: 700;
}
.story__pull-meta {
  display: block;
  margin-top: 8px;
  font-family: var(--note);
  font-size: 15px;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
}
.story__pull-arrow {
  position: absolute;
  top: -34px;
  right: -10px;
  width: 96px;
  height: auto;
  color: var(--terracotta);
  transform: rotate(8deg);
  pointer-events: none;
  overflow: visible;
}
.story__pull-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  transition: stroke-dashoffset 1.3s ease 1.0s;
}

.story__sign {
  margin-top: 32px;
  display: inline-flex;
  align-items: flex-end;
  gap: 24px;
}
.story__sign-name {
  font-family: var(--hand);
  font-size: 46px;
  color: var(--ink);
  font-weight: 700;
  line-height: 0.9;
  transform: rotate(-2deg);
  display: inline-block;
  padding-bottom: 4px;
}
.story__sign-meta {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--note);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border: 1.5px dashed rgba(42, 30, 21, 0.35);
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 1.3;
  transform: rotate(2deg);
}

/* Stagger reveal for story content */
.fade-in.story-stagger { opacity: 1; transform: none; transition: none; }
.fade-in.story-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .75s cubic-bezier(0.2, 0.8, 0.3, 1), transform .75s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.fade-in.story-stagger.in-view > * { opacity: 1; transform: translateY(0); }
.fade-in.story-stagger.in-view > *:nth-child(1) { transition-delay: 0.05s; }
.fade-in.story-stagger.in-view > *:nth-child(2) { transition-delay: 0.18s; }
.fade-in.story-stagger.in-view > *:nth-child(3) { transition-delay: 0.30s; }
.fade-in.story-stagger.in-view > *:nth-child(4) { transition-delay: 0.42s; }
.fade-in.story-stagger.in-view > *:nth-child(5) { transition-delay: 0.55s; }
.fade-in.story-stagger.in-view > *:nth-child(6) { transition-delay: 0.70s; }
.fade-in.story-stagger.in-view > *:nth-child(7) { transition-delay: 0.85s; }

.fade-in.story-stagger > .story__pull { transform: translateY(20px) rotate(-0.6deg); }
.fade-in.story-stagger.in-view > .story__pull { transform: translateY(0) rotate(-0.6deg); }

.fade-in.story-stagger.in-view .story__title .hl { background-size: 100% 100%; }
.fade-in.story-stagger.in-view .story__pull-arrow path { stroke-dashoffset: 0; }

.story__sketch.fade-in {
  opacity: 0;
  transform: translateY(40px) rotate(-4deg);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.3, 1), transform 1s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.story__sketch.fade-in.in-view {
  opacity: 1;
  transform: translateY(0) rotate(-1.5deg);
}
.story__sketch.fade-in.in-view:hover {
  transform: rotate(-0.5deg) translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .story__sketch.fade-in,
  .fade-in.story-stagger > *,
  .story__title .hl,
  .story__pull-arrow path {
    transition: none !important;
    animation: none !important;
  }
  .story__sketch.fade-in,
  .fade-in.story-stagger > * { opacity: 1; transform: none; }
  .story__sketch.fade-in.in-view { transform: rotate(-1.5deg); }
  .fade-in.story-stagger > .story__pull { transform: rotate(-0.6deg); }
  .story__title .hl { background-size: 100% 100%; }
  .story__pull-arrow path { stroke-dashoffset: 0; }
}

/* ---------- WHY ---------- */
.why {
  padding: 110px 32px;
  background: var(--cream);
}
.why__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.why__head {
  text-align: center;
  margin-bottom: 72px;
}
.why__head .promise__title { font-size: clamp(36px, 5vw, 64px); }

.why__list {
  display: grid;
  gap: 24px;
}
.why__row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 24px 28px;
  background: var(--cream-deep);
  border-radius: 14px;
  border-left: 6px solid var(--mustard);
  transition: transform 0.2s;
}
.why__row:hover { transform: translateX(6px); }
.why__row:nth-child(1) { border-color: var(--terracotta); }
.why__row:nth-child(2) { border-color: var(--moringa); }
.why__row:nth-child(3) { border-color: var(--mustard); }
.why__row:nth-child(4) { border-color: var(--blueberry); }
.why__row:nth-child(5) { border-color: var(--pencil-blue); }

.why__num {
  font-family: var(--display);
  font-size: 38px;
  color: var(--ink);
  line-height: 1;
}
.why__name {
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--ink);
}
.why__body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ---------- TRIBE / CTA ---------- */
.tribe {
  padding: 110px 32px;
  background: var(--terracotta);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.tribe::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.tribe__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.tribe .kicker { color: var(--mustard); }
.tribe__title {
  font-family: var(--display);
  font-size: clamp(38px, 5.5vw, 78px);
  line-height: 0.95;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}
.tribe__title em {
  font-style: normal;
  color: var(--mustard);
}
.tribe__sub {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}
.tribe__form {
  display: flex;
  max-width: 480px;
  margin: 0 auto 24px;
  background: var(--cream);
  border-radius: 100px;
  padding: 6px;
  box-shadow: 6px 6px 0 var(--ink);
}
.tribe__form input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 22px;
  font-size: 15px;
  color: var(--ink);
  outline: none;
  font-family: var(--body);
}
.tribe__form input::placeholder { color: var(--ink-soft); opacity: 0.6; }
.tribe__form button {
  background: var(--ink);
  color: var(--cream);
  padding: 14px 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.tribe__form button:hover { background: var(--mustard); color: var(--ink); }

.tribe__whatsapp {
  font-family: var(--note);
  font-size: 18px;
}
.tribe__whatsapp a { border-bottom: 2px solid var(--cream); padding-bottom: 2px; }

/* ---------- FOOTER ---------- */
.footer {
  background: var(--ink);
  color: var(--cream);
  padding: 70px 32px 28px;
}
.footer__inner {
  max-width: 1320px;
  margin: 0 auto;
}
.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(245, 236, 216, 0.18);
}
.footer__brand {
  font-family: var(--display);
  font-size: 44px;
  margin-bottom: 12px;
  line-height: 0.9;
}
.footer__brand .dot { color: var(--terracotta); }
.footer__tagline {
  font-family: var(--hand);
  font-size: 24px;
  color: var(--mustard);
  margin-bottom: 22px;
}
.footer__about {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.7;
  max-width: 360px;
}
.footer__col h4 {
  font-family: var(--display);
  font-size: 16px;
  color: var(--mustard);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.footer__col ul { list-style: none; }
.footer__col li { margin-bottom: 10px; font-size: 14px; }
.footer__col a {
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}
.footer__col a:hover { opacity: 1; color: var(--mustard); }

.footer__bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  opacity: 0.6;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__social { display: flex; gap: 18px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__left { padding-bottom: 0; }
  .pillars { grid-template-columns: repeat(2, 1fr); gap: 48px 24px; }
  .banner__inner { grid-template-columns: 1fr; gap: 36px; }
  .banner--alt .banner__copy { order: 1; }
  .products { grid-template-columns: repeat(2, 1fr); }
  .story__inner { grid-template-columns: 1fr; gap: 48px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .nav__inner { grid-template-columns: auto 1fr auto; }
  .nav__brand { font-size: 26px; text-align: left; }
  .nav__links { display: none; }
  .nav__cart { padding: 8px 14px; font-size: 13px; }
  .nav__cart-text { display: none; }
}
@media (max-width: 600px) {
  .hero { padding: 32px 20px 0; }
  .hero__title { font-size: 48px; }
  .hero__hello { font-size: 44px; }
  .promise, .collections, .story, .why, .tribe, .banner { padding: 70px 20px; }
  .pillars { grid-template-columns: 1fr; gap: 40px; }
  .products { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; }
  .footer { padding: 50px 20px 24px; }
  .tribe__form { flex-direction: column; border-radius: 16px; padding: 10px; box-shadow: 4px 4px 0 var(--ink); }
  .tribe__form input { padding: 12px; }
  .tribe__form button { padding: 14px; }
}

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); animation: r 0.8s cubic-bezier(0.2,0.8,0.3,1) forwards; }
@keyframes r { to { opacity: 1; transform: translateY(0); } }
.r1 { animation-delay: 0.05s; }
.r2 { animation-delay: 0.18s; }
.r3 { animation-delay: 0.32s; }
.r4 { animation-delay: 0.46s; }

.fade-in { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s cubic-bezier(0.2,0.8,0.3,1); }
.fade-in.in-view { opacity: 1; transform: translateY(0); }

/* ---------- PIN GATE (interface-only preview lock) ---------- */
.is-locked { overflow: hidden; }
.pin-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  transition: opacity 0.45s ease, visibility 0s linear 0s;
}
.pin-gate::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.16  0 0 0 0 0.12  0 0 0 0 0.09  0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.55;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.pin-gate.is-unlocked {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}
.pin-gate__card {
  position: relative;
  background: var(--cream);
  width: min(440px, 100%);
  padding: 36px 32px 26px;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(42, 30, 21, 0.22), 0 4px 12px rgba(42, 30, 21, 0.10);
  text-align: center;
  border: 1.5px dashed rgba(42, 30, 21, 0.20);
}
.pin-gate__card .kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--terracotta);
}
.pin-gate__title {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 10px;
}
.pin-gate__sub {
  font-family: var(--note);
  font-size: 17px;
  line-height: 1.4;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.pin-gate__form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pin-gate__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 16px;
  font-family: var(--body);
  font-size: 16px;
  color: var(--ink);
  background: rgba(245, 236, 216, 0.55);
  border: 1.5px solid rgba(42, 30, 21, 0.25);
  border-radius: 100px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.pin-gate__input:focus {
  border-color: var(--terracotta);
  background: var(--cream);
}
.pin-gate__btn {
  padding: 12px 20px;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.pin-gate__btn:hover {
  background: var(--terracotta);
  transform: translateY(-1px);
}
.pin-gate__err {
  margin-top: 14px;
  font-family: var(--note);
  font-size: 15px;
  color: var(--terracotta);
}
.pin-gate__foot {
  margin-top: 18px;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.55;
}
.pin-gate__card.shake {
  animation: pin-shake 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}
@keyframes pin-shake {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(4px); }
  30%, 50%, 70% { transform: translateX(-8px); }
  40%, 60% { transform: translateX(8px); }
}
@media (prefers-reduced-motion: reduce) {
  .pin-gate, .pin-gate__card.shake { transition: none !important; animation: none !important; }
}
