/* Protein Tree — production styles. Mobile-first, responsive. */
:root {
  --purple: #4A2472;
  --green: #7CB342;
  --lavender: oklch(94% 0.025 305);
  --cream: oklch(97% 0.012 80);
  --ink: oklch(22% 0.02 305);
  --ink-soft: oklch(40% 0.02 305);
  --berry: oklch(32% 0.13 5);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Inter', sans-serif; color: var(--ink); background: var(--cream); overflow-x: hidden; }
h1, h2, h3 { font-family: 'Poppins', sans-serif; color: var(--purple); letter-spacing: -0.01em; }
a { color: oklch(45% 0.17 305); text-decoration: none; }
a:hover { color: oklch(38% 0.17 305); }
img { max-width: 100%; }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes berry-float { 0%,100% { transform: translateY(0) rotate(-2deg);} 50% { transform: translateY(-16px) rotate(1.5deg);} }
@keyframes tap-pulse { 0%,100% { transform: scale(1);} 50% { transform: scale(1.1);} }

.reveal, .reveal-now { opacity: 0; transform: translateY(48px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal-scale { opacity: 0; transform: scale(.92); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in, .reveal-now.in { opacity: 1; transform: translateY(0); }
.reveal-scale.in { opacity: 1; transform: scale(1); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-now, .reveal-scale { opacity: 1; transform: none; transition: none; }
  * { animation-duration: 0.01s !important; }
}

/* buttons */
.pt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 16px; padding: 15px 32px; border-radius: 999px; border: none; cursor: pointer; font-family: 'Inter', sans-serif; transition: transform .2s, box-shadow .2s; text-align: center; }
.pt-btn:hover { transform: translateY(-2px); }
.pt-btn-green { background: var(--green); color: #fff; box-shadow: 0 10px 24px oklch(60% .15 140 / .35); }
.pt-btn-purple { background: var(--purple); color: #fff; box-shadow: 0 10px 24px oklch(35% .15 305 / .35); }
.pt-btn-outline { background: transparent; color: var(--purple); border: 2px solid var(--purple); }
.pt-btn-outline:hover { background: var(--purple); color: #fff; }
.pt-btn-red { background: #C2401F; color: #fff; box-shadow: 0 10px 22px oklch(40% .12 25 / .4); width: 100%; }
.pt-btn-disabled { background: oklch(88% .01 80); color: oklch(45% .02 305); pointer-events: none; box-shadow: none; width: 100%; }

/* marquee */
.marquee { background: var(--purple); color: #fff; padding: 10px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; gap: 48px; animation: marquee 22s linear infinite; font-size: 14px; font-weight: 600; letter-spacing: .03em; }
.marquee-track span { display: inline-flex; align-items: center; gap: 10px; }
.marquee-track i { opacity: .5; font-style: normal; }

/* nav */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; background: var(--cream); position: sticky; top: 0; z-index: 40; border-bottom: 1px solid oklch(90% .01 80); }
.nav-logo img { height: 110px; margin: -38px 0; width: auto; object-fit: contain; display: block; }
.nav-links { display: none; align-items: center; gap: 36px; font-weight: 600; font-size: 18px; }
.nav-links a { color: var(--purple); transition: color .2s; }
.nav-links a:hover { color: var(--green); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.cart-btn { position: relative; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--lavender); color: var(--purple); border: none; cursor: pointer; }
.pt-cart-badge { position: absolute; top: -4px; right: -4px; background: var(--green); color: #fff; font-size: 11px; font-weight: 700; min-width: 18px; height: 18px; border-radius: 999px; display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.nav-shop { font-size: 15px; padding: 12px 26px; }
@media (min-width: 900px) {
  .nav { padding: 18px 48px; }
  .nav-logo img { height: 190px; margin: -71px 0; }
  .nav-links { display: flex; }
}

/* hero */
.hero { position: relative; display: grid; grid-template-columns: 1fr; align-items: center; gap: 24px; padding: 48px 24px 40px; background-image: linear-gradient(oklch(97% .012 80/.35), oklch(97% .012 80/.55)), url('../assets/bg-strawberry.jpg'); background-size: cover; background-position: center; }
.hero h1 { font-weight: 800; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; margin: 0 0 22px; }
.hero-sub { font-size: clamp(17px, 1.7vw, 23px); line-height: 1.6; color: #000; margin: 0 0 32px; max-width: 460px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-stats .num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(30px, 3vw, 42px); color: var(--purple); font-variant-numeric: tabular-nums; }
.hero-stats .lbl { font-size: clamp(15px, 1.6vw, 22px); color: #000; font-weight: 700; white-space: nowrap; }
.hero-img { position: relative; display: flex; align-items: flex-end; justify-content: center; }
.hero-img .pouch { width: min(520px, 78vw); margin-right: -18%; filter: drop-shadow(0 30px 30px oklch(30% .15 305/.35)); position: relative; z-index: 2; }
.hero-img .glass { width: min(360px, 52vw); filter: drop-shadow(0 20px 24px oklch(30% .15 305/.3)); position: relative; z-index: 2; }
.hero-img .ground { position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); width: 80%; height: 44px; background: radial-gradient(ellipse at center, oklch(20% .02 305/.4), transparent 70%); z-index: 1; }
@media (min-width: 900px) {
  .hero { grid-template-columns: 1fr 1fr; padding: 72px 48px 40px; min-height: 640px; }
  .hero-img { height: 640px; justify-content: flex-start; padding-left: 20px; }
}

/* purchase */
.purchase { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; padding: 64px 24px; background: #fff; border-top: 1px solid oklch(90% .01 80); border-bottom: 1px solid oklch(90% .01 80); scroll-margin-top: 110px; }
.flip-wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.flip { perspective: 1600px; cursor: pointer; width: min(340px, 84vw); position: relative; }
.flip-inner { position: relative; width: 100%; padding-top: 137.3%; transform-style: preserve-3d; transition: transform .7s cubic-bezier(.4,.15,.2,1); }
.flip.flipped .flip-inner { transform: rotateY(180deg); }
.flip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; backface-visibility: hidden; filter: drop-shadow(0 24px 32px oklch(30% .15 305/.28)); }
.flip img.back { transform: rotateY(180deg); }
.tap-hint { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: oklch(50% .02 305); }
.tap-hint .dot { width: 30px; height: 30px; border-radius: 50%; background: var(--purple); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px oklch(30% .15 305/.35); animation: tap-pulse 2s ease-in-out infinite; flex-shrink: 0; }
.buy-info { max-width: 460px; margin: 0 auto; }
.buy-eyebrow { font-weight: 700; font-size: 13px; color: var(--green); letter-spacing: .05em; margin-bottom: 10px; }
.buy-info h2 { font-weight: 800; font-size: clamp(28px, 3vw, 36px); margin: 0 0 14px; }
.buy-price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; }
.buy-price { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 32px; color: var(--purple); }
.buy-price-note { font-size: 14px; color: oklch(50% .02 305); font-weight: 600; }
.qty-row { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.qty { display: flex; align-items: center; border: 2px solid var(--purple); border-radius: 999px; overflow: hidden; }
.qty button { width: 44px; height: 44px; border: none; background: transparent; color: var(--purple); font-size: 20px; font-weight: 700; cursor: pointer; }
.qty span { width: 40px; text-align: center; font-weight: 700; font-size: 16px; color: var(--purple); }
.made-in { display: flex; align-items: center; gap: 8px; font-size: 14px; color: oklch(45% .02 305); font-weight: 600; margin-top: 14px; }
@media (min-width: 900px) { .purchase { grid-template-columns: .85fr 1.15fr; gap: 64px; padding: 90px 48px; } }

/* freeze-dried */
.freeze { background: var(--berry); padding: 64px 24px 72px; }
.freeze-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
.badges { max-width: 1180px; margin: 0 auto 56px; }
.badges img { display: block; width: 100%; max-width: 800px; margin: 0 auto; filter: brightness(0) invert(1); }
.freeze .eyebrow { display: inline-block; background: oklch(100% 0 0/.12); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .14em; padding: 10px 22px; border-radius: 999px; margin-bottom: 26px; }
.freeze h2 { font-weight: 800; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; color: #fff; margin: 0 0 24px; }
.freeze p { font-size: 18px; line-height: 1.7; color: oklch(90% .03 5); margin: 0 0 36px; max-width: 560px; }
.freeze-cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.freeze-card { background: oklch(100% 0 0/.07); border: 1px solid oklch(100% 0 0/.12); border-radius: 18px; padding: 22px 24px; }
.freeze-card b { display: block; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 17px; color: #fff; margin-bottom: 8px; }
.freeze-card span { font-size: 14.5px; line-height: 1.6; color: oklch(88% .03 5); }
.freeze-photo { display: flex; justify-content: center; }
.freeze-photo img { width: 100%; max-width: 460px; border-radius: 24px; box-shadow: 0 30px 60px oklch(15% .08 5/.5); animation: berry-float 6s ease-in-out infinite; }
@media (min-width: 900px) { .freeze { padding: 80px 48px 90px; } .freeze-inner { grid-template-columns: 1.1fr .9fr; gap: 64px; } .freeze-cards { grid-template-columns: 1fr 1fr; } }

/* flavors / shop grid */
.flavors { padding: 80px 24px; text-align: center; background: #fff; scroll-margin-top: 110px; }
.flavors h2, .section-head h2 { font-weight: 800; font-size: clamp(30px, 4vw, 42px); margin: 0 0 12px; }
.flavors .sub { font-size: 18px; color: var(--ink-soft); margin: 0 auto 72px; max-width: 560px; }
.flavor-grid { display: flex; justify-content: center; gap: 32px; row-gap: 110px; flex-wrap: wrap; max-width: 1180px; margin: 0 auto; }
.flavor-card { width: 280px; border-radius: 24px; padding: 28px 24px 24px; position: relative; text-align: center; }
.flavor-card.live { background: linear-gradient(180deg, oklch(88% .06 25) 0%, oklch(94% .04 25) 100%); box-shadow: 0 16px 40px oklch(50% .12 25/.2); }
.flavor-card.soon { background: linear-gradient(180deg, oklch(93% .015 305) 0%, oklch(96% .01 305) 100%); box-shadow: 0 16px 40px oklch(30% .06 305/.12); }
.flavor-badge { position: absolute; top: -18px; left: -14px; color: #fff; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; z-index: 3; box-shadow: 0 6px 14px oklch(30% .1 25/.3); }
.flavor-badge.green { background: var(--green); }
.flavor-badge.gray { background: oklch(50% .02 305); }
.flavor-img { width: 250px; margin: -90px auto 16px; display: block; position: relative; filter: drop-shadow(0 14px 20px oklch(30% .1 25/.25)); }
.soon-img { width: 210px; height: 258px; margin: -78px auto 16px; border-radius: 16px; background: linear-gradient(180deg, oklch(88% .02 305), oklch(72% .04 305)); opacity: .75; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 -20px 40px oklch(30% .05 305/.15); font-size: 44px; }
.flavor-name { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 20px; color: #B23A1F; }
.flavor-name.muted { color: oklch(45% .02 305); }
.flavor-desc { font-size: 14px; color: oklch(45% .03 305); margin: 6px 0 20px; }
.notify { max-width: 480px; margin: 56px auto 0; background: var(--purple); border-radius: 20px; padding: 32px 36px; box-shadow: 0 20px 50px oklch(30% .15 305/.3); text-align: left; }
.notify b { color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; display: block; margin-bottom: 6px; }
.notify .note { color: oklch(85% .03 305); font-size: 14px; margin-bottom: 20px; }
.notify form { display: flex; gap: 10px; flex-wrap: wrap; }
.notify input { flex: 1; min-width: 180px; padding: 14px 16px; border-radius: 999px; border: none; font-size: 15px; font-family: inherit; }
.setup-note { background: #fdf3e0; border: 1px solid #eed9ac; color: #7a5a12; border-radius: 14px; padding: 16px 20px; font-size: 14px; max-width: 480px; margin: 20px auto; }

/* nutrition */
.nutrition { padding: 80px 24px; background: var(--lavender); scroll-margin-top: 110px; }
.nutrition-inner { max-width: 1180px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 56px; }
.pill { display: inline-block; background: var(--purple); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .08em; padding: 8px 20px; border-radius: 999px; margin-bottom: 18px; }
.pill.soft { background: var(--lavender); color: var(--purple); }
.section-head .sub { font-size: 16px; color: oklch(45% .02 305); font-weight: 600; }
.nutrition-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
.nutrition-pack { position: static; }
.nutrition-pack img { width: 100%; max-width: 340px; display: block; margin: 0 auto; border-radius: 20px; box-shadow: 0 24px 50px oklch(30% .1 305/.22); }
.nutrition-pack .cap { text-align: center; font-size: 13px; font-weight: 600; color: oklch(50% .02 305); margin-top: 14px; }
.stat-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 36px; }
.stat-tiles > div { background: #fff; border-radius: 16px; padding: 18px 14px; text-align: center; box-shadow: 0 6px 18px oklch(30% .08 305/.08); }
.stat-tiles .v { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 26px; color: var(--purple); }
.stat-tiles .l { font-size: 13px; font-weight: 600; color: oklch(45% .02 305); margin-top: 4px; }
.card { background: #fff; border-radius: 20px; padding: 28px 30px; box-shadow: 0 6px 18px oklch(30% .08 305/.08); margin-bottom: 24px; }
.card h3 { font-weight: 700; font-size: 22px; margin: 0 0 14px; }
.card p { font-size: 15.5px; line-height: 1.75; color: oklch(35% .02 305); margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tags span { background: var(--lavender); color: var(--purple); font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 999px; }
.steps { display: flex; flex-direction: column; gap: 16px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step .n { width: 32px; height: 32px; border-radius: 50%; background: var(--purple); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Poppins', sans-serif; }
.step .t { font-size: 15.5px; color: oklch(30% .02 305); padding-top: 4px; }
.allergen { background: oklch(93% .04 30); border-radius: 16px; padding: 18px 22px; font-size: 14px; color: oklch(35% .08 30); line-height: 1.6; }
@media (min-width: 900px) {
  .nutrition { padding: 100px 48px; }
  .nutrition-grid { grid-template-columns: 340px 1fr; gap: 56px; }
  .nutrition-pack { position: sticky; top: 130px; }
  .stat-tiles { grid-template-columns: repeat(4, 1fr); }
}

/* comparison */
.compare { padding: 80px 24px; background: #fff; }
.compare-inner { max-width: 980px; margin: 0 auto; }
.compare-table { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px oklch(30% .1 305/.15); border: 1px solid oklch(90% .02 305); }
.compare-row, .compare-head { display: grid; grid-template-columns: 1.3fr 1fr 1fr; }
.compare-head { background: var(--purple); }
.compare-head .h1 { padding: 20px 16px; color: oklch(80% .03 305); font-size: 12px; font-weight: 700; letter-spacing: .06em; display: flex; align-items: center; }
.compare-head .h2c { padding: 20px 8px; text-align: center; background: var(--green); overflow: visible; }
.compare-head .h2c img { height: 120px; display: block; margin: -42px auto -34px; filter: brightness(0) invert(1); }
.compare-head .h3c { padding: 20px 8px; text-align: center; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.compare-row { border-top: 1px solid oklch(92% .015 305); }
.compare-row:nth-child(odd) { background: oklch(98% .008 305); }
.compare-row .lbl { padding: 16px; font-weight: 700; font-size: 14px; color: var(--purple); display: flex; align-items: center; }
.compare-row .cell { padding: 14px 8px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 13px; }
.compare-row .us { background: oklch(96% .03 140/.5); font-weight: 700; color: oklch(40% .1 140); }
.compare-row .them { font-weight: 600; color: oklch(50% .02 305); }
.mark { width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; }
.mark.yes { background: var(--green); color: #fff; }
.mark.no { background: oklch(88% .02 305); color: oklch(50% .02 305); }
@media (min-width: 900px) {
  .compare { padding: 100px 48px; }
  .compare-head .h1 { padding: 20px 28px; font-size: 14px; }
  .compare-head .h2c img { height: 170px; margin: -62px auto -50px; }
  .compare-head .h3c { font-size: 15px; }
  .compare-row .lbl { padding: 18px 28px; font-size: 15.5px; }
  .compare-row .cell { padding: 18px 16px; font-size: 14px; }
}

/* reviews */
.reviews { padding: 80px 0 100px; background: #fff; }
.reviews-head { text-align: center; margin-bottom: 56px; padding: 0 24px; }
.reviews-head .stars { font-size: 30px; letter-spacing: 6px; color: oklch(75% .15 85); margin-bottom: 14px; }
.reviews-head h2 { font-weight: 800; font-size: clamp(32px, 4vw, 46px); margin: 0; }
.reviews-scroller { overflow: hidden; }
.reviews-track { display: flex; gap: 28px; width: max-content; animation: marquee 45s linear infinite; }
.reviews-track:hover { animation-play-state: paused; }
.review { background: oklch(97% .012 305); border-radius: 22px; padding: 36px 34px; display: flex; flex-direction: column; gap: 18px; width: min(375px, 84vw); flex-shrink: 0; }
.review .stars { font-size: 18px; letter-spacing: 4px; color: oklch(75% .15 85); }
.review .txt { font-size: 16.5px; line-height: 1.65; color: oklch(30% .03 305); flex: 1; }
.review .who b { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 17px; color: var(--purple); display: block; }
.review .who span { font-size: 14.5px; color: oklch(50% .02 305); }

/* faq */
.faq { padding: 80px 24px; background: var(--lavender); }
.faq-inner { max-width: 900px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item { background: #fff; border-radius: 18px; box-shadow: 0 6px 18px oklch(30% .08 305/.08); overflow: hidden; }
.faq-item > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: none; border: none; cursor: pointer; padding: 24px 28px; text-align: left; }
.faq-item .q { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; color: var(--purple); }
.faq-item .ic { font-size: 24px; font-weight: 700; color: var(--purple); flex-shrink: 0; line-height: 1; }
.faq-item .ic::before { content: '+'; }
.faq-item.open .ic::before { content: '−'; }
.faq-item .a { display: none; padding: 0 28px 24px; font-size: 16px; line-height: 1.75; color: oklch(38% .03 305); }
.faq-item.open .a { display: block; }

/* story + footer */
.story { padding: 90px 24px; text-align: center; background: #fff; scroll-margin-top: 110px; }
.story-inner { max-width: 700px; margin: 0 auto; }
.story h2 { font-weight: 800; font-size: clamp(26px, 3vw, 34px); margin: 0 0 18px; }
.story p { font-size: 17px; line-height: 1.7; color: oklch(38% .02 305); }
.footer { background: var(--purple); color: #fff; padding: 56px 24px 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; max-width: 1180px; margin: 0 auto 40px; }
.footer-brand { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 22px; margin-bottom: 12px; }
.footer p { font-size: 14px; color: oklch(85% .02 305); line-height: 1.6; max-width: 260px; }
.footer-col b { display: block; font-weight: 700; margin-bottom: 14px; font-size: 14px; letter-spacing: .03em; color: oklch(80% .03 305); }
.footer-col div { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-col a, .footer-col span { color: oklch(90% .01 80); }
.footer-bottom { border-top: 1px solid oklch(45% .1 305); padding-top: 20px; text-align: center; font-size: 13px; color: oklch(75% .02 305); }
@media (min-width: 900px) { .footer { padding: 56px 48px 28px; } .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; } }

/* mini-cart drawer */
.pt-cart-overlay { position: fixed; inset: 0; background: rgba(20,10,30,0); transition: background .35s; z-index: 200; }
.pt-cart-overlay.on { background: rgba(20,10,30,.5); }
.pt-cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(480px, 100vw); background: #fff; z-index: 210; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); box-shadow: -20px 0 60px rgba(0,0,0,.2); }
.pt-cart-drawer.on { transform: translateX(0); }
.pt-cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; border-bottom: 1px solid oklch(92% .01 80); }
.pt-cart-head h2 { margin: 0; font-size: 22px; }
.pt-cart-close { width: 36px; height: 36px; border-radius: 50%; border: none; background: var(--lavender); color: var(--purple); font-size: 16px; cursor: pointer; }
.pt-ship-banner { padding: 16px 26px; background: oklch(96% .03 140/.6); border-bottom: 1px solid oklch(92% .01 80); }
.pt-ship-text { font-size: 14px; color: oklch(35% .08 140); margin-bottom: 8px; }
.pt-ship-bar { height: 8px; border-radius: 999px; background: oklch(90% .02 140); overflow: hidden; }
.pt-ship-fill { height: 100%; border-radius: 999px; background: var(--green); transition: width .4s; }
.pt-cart-lines { flex: 1; overflow-y: auto; padding: 18px 26px; }
.pt-cart-empty { text-align: center; color: oklch(50% .02 305); padding: 48px 0; font-size: 15px; line-height: 2; }
.pt-line { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid oklch(94% .01 80); }
.pt-line img { width: 72px; height: 72px; object-fit: contain; border-radius: 12px; background: var(--cream); }
.pt-line-info { flex: 1; }
.pt-line-name { font-weight: 700; font-size: 15px; color: var(--purple); }
.pt-line-variant { font-size: 13px; color: oklch(50% .02 305); }
.pt-line-qty { display: inline-flex; align-items: center; gap: 4px; border: 1.5px solid oklch(88% .01 80); border-radius: 999px; margin-top: 8px; }
.pt-line-qty button { width: 30px; height: 30px; border: none; background: none; color: var(--purple); font-size: 16px; font-weight: 700; cursor: pointer; }
.pt-line-qty span { min-width: 22px; text-align: center; font-weight: 700; font-size: 14px; }
.pt-line-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.pt-line-price { font-weight: 800; color: var(--purple); font-size: 15px; }
.pt-line-remove { border: none; background: none; color: oklch(55% .1 25); cursor: pointer; padding: 4px; }
.pt-cart-foot { padding: 20px 26px 26px; border-top: 1px solid oklch(92% .01 80); }
.pt-cart-subtotal { display: flex; justify-content: space-between; font-size: 17px; margin-bottom: 6px; }
.pt-cart-subtotal strong { color: var(--purple); }
.pt-cart-note { font-size: 13px; color: oklch(50% .02 305); margin-bottom: 16px; }
.pt-checkout-btn { width: 100%; }

/* welcome popup */
.welcome { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; background: rgba(20,10,30,0); transition: background .4s; padding: 20px; }
.welcome.on { background: rgba(20,10,30,.5); }
.welcome-card { position: relative; background: #fff; border-radius: 24px; padding: 44px 64px; max-width: 420px; width: 100%; box-shadow: 0 30px 70px rgba(0,0,0,.3); text-align: center; overflow: hidden; opacity: 0; transform: scale(.94) translateY(14px); transition: opacity .4s cubic-bezier(.2,.8,.2,1), transform .4s cubic-bezier(.2,.8,.2,1); }
.welcome.on .welcome-card { opacity: 1; transform: scale(1) translateY(0); }
.welcome-card .berry { position: absolute; top: 0; height: 100%; width: 150px; object-fit: contain; object-position: left top; pointer-events: none; z-index: 0; }
.welcome-card .berry.l { left: 0; }
.welcome-card .berry.r { right: -20px; transform: scaleX(-1); object-position: right top; }
.welcome-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 50%; border: none; background: var(--lavender); color: var(--purple); font-size: 16px; cursor: pointer; z-index: 2; }
.welcome-card img.logo { height: 320px; width: auto; object-fit: contain; margin: -105px auto -95px; position: relative; }
.welcome-card h2 { font-weight: 800; font-size: 26px; margin: 0 0 8px; position: relative; }
.welcome-card p { font-size: 16px; color: oklch(25% .02 305); font-weight: 500; margin: 0 0 24px; line-height: 1.55; position: relative; }
.welcome-card form { display: flex; flex-direction: column; gap: 10px; position: relative; }
.welcome-card input { padding: 14px 16px; border-radius: 10px; border: 1.5px solid oklch(88% .01 80); font-size: 15px; font-family: inherit; }
.welcome-result { font-weight: 700; padding: 16px; border-radius: 12px; position: relative; }
.welcome-result.good { background: oklch(93% .04 140); color: oklch(30% .1 140); }
.welcome-result.warn { background: oklch(93% .04 30); color: oklch(35% .08 25); }
@media (max-width: 520px) { .welcome-card { padding: 40px 28px; } }

/* shop page */
.page-head { text-align: center; padding: 72px 24px 110px; }
.page-head h1 { font-weight: 800; font-size: clamp(32px, 4vw, 46px); margin: 0 0 12px; }
.page-head .sub { font-size: 18px; color: var(--ink-soft); }
.shop-grid { display: flex; justify-content: center; gap: 32px; row-gap: 110px; flex-wrap: wrap; max-width: 1180px; margin: 0 auto; padding: 0 24px 100px; }
