:root {
  --plum: #163f2b;
  --deep-plum: #09281a;
  --papaya: #ff7a1a;
  --rose: #ffd8cf;
  --cream: #fffdf4;
  --paper: #fffdf8;
  --leaf: #278a47;
  --lime: #eaff45;
  --sun: #ffd52e;
  --orange: #ed7426;
  --milk: #f0e0ba;
  --ink: #281820;
  --line: rgba(22, 63, 43, 0.18);
  --shadow: 0 24px 60px rgba(22, 63, 43, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

.announcement { min-height: 34px; display: grid; place-items: center; padding: 6px 20px; background: var(--plum); color: var(--cream); text-align: center; }
.announcement p { margin: 0; font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.site-header { width: min(1360px, calc(100% - 52px)); min-height: 88px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; }
.brand-logo { width: 150px; height: 58px; display: block; object-fit: contain; object-position: left center; }
.brand small { padding-left: 9px; border-left: 1px solid var(--line); font: 800 8px/1.3 Inter, sans-serif; letter-spacing: .2em; text-transform: uppercase; color: var(--plum); }
.brand-mark { width: 36px; height: 36px; display: block; position: relative; border: 2px solid var(--plum); border-radius: 50% 50% 48% 24%; transform: rotate(-12deg); }
.brand-mark i, .brand-mark b { position: absolute; display: block; background: var(--papaya); }
.brand-mark i { width: 13px; height: 18px; left: 9px; top: 8px; border-radius: 70% 20% 70% 40%; }
.brand-mark b { width: 9px; height: 5px; right: -1px; top: -5px; border-radius: 100% 0; transform: rotate(26deg); background: var(--leaf); }
.site-header nav { display: flex; gap: clamp(24px, 4vw, 56px); }
.site-header nav a { position: relative; font-size: 12px; font-weight: 750; letter-spacing: .05em; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--papaya); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.language-button, .cart-button { min-height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.language-button { width: 42px; border-radius: 50%; }
.cart-button { padding: 0 8px 0 16px; border-radius: 999px; display: flex; align-items: center; gap: 10px; }
.cart-button b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: white; }

.hero { width: min(1360px, calc(100% - 52px)); min-height: 720px; margin: 24px auto 62px; padding: 70px clamp(36px, 5vw, 78px); display: flex; align-items: center; position: relative; overflow: hidden; border: 1px solid rgba(41,77,47,.15); border-radius: 38px; background: #f7d6c8; box-shadow: var(--shadow); }
.hero-copy { width: min(600px, 49%); position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; color: var(--plum); }
.eyebrow > span:first-child { width: 9px; height: 9px; border-radius: 50%; background: var(--papaya); box-shadow: 0 0 0 5px rgba(255,124,114,.14); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.06em; }
.hero h1 { max-width: 700px; margin-bottom: 26px; color: var(--plum); font-size: clamp(62px, 7vw, 106px); line-height: .88; text-wrap: balance; }
.hero h1 em { color: var(--papaya); font-weight: inherit; }
.lede { max-width: 620px; margin-bottom: 34px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.62; color: #5a4851; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.primary-button, .quiet-button, .order-submit { border: 0; cursor: pointer; }
.primary-button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 999px; background: var(--plum); color: white; font-size: 12px; font-weight: 800; letter-spacing: .04em; box-shadow: 0 8px 0 rgba(75,22,48,.12); transition: transform .18s ease, box-shadow .18s ease; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 11px 0 rgba(75,22,48,.12); }
.primary-button > span:last-child { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--papaya); color: var(--plum); }
.quiet-button { padding: 10px 2px; background: transparent; border-bottom: 1px solid var(--plum); font-size: 12px; font-weight: 800; }
.trust-row { display: flex; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; font-style: normal; color: var(--papaya); }
.trust-row b { font-size: 10px; letter-spacing: .04em; }

.hero-art { position: absolute; inset: 0; z-index: 0; min-height: 100%; overflow: hidden; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,249,238,.98) 0%, rgba(255,240,224,.91) 31%, rgba(255,240,224,.34) 51%, rgba(255,240,224,0) 68%); }
.hero-lifestyle { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-vibe-tags { position: absolute; right: 24px; bottom: 22px; z-index: 4; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.hero-vibe-tags span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(23,51,31,.82); color: white; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(9px); }
.sun-ring { width: 530px; height: 530px; position: absolute; left: 50%; top: 50%; transform: translate(-46%, -50%); border-radius: 50%; background: var(--sun); box-shadow: inset 0 0 0 48px rgba(255,255,255,.16); }
.sun-ring::after { content: ""; position: absolute; inset: 80px; border-radius: 50%; border: 1px solid rgba(75,22,48,.14); }
.bottle { position: relative; border-radius: 42px 42px 34px 34px; background: linear-gradient(90deg, rgba(255,255,255,.48), rgba(255,255,255,.1) 18%, var(--juice) 42%, var(--juice) 75%, rgba(255,255,255,.28)); border: 1px solid rgba(75,22,48,.22); box-shadow: inset -12px 0 22px rgba(255,255,255,.22), 0 26px 35px rgba(75,22,48,.19); }
.bottle::before { content: ""; position: absolute; left: 20%; right: 20%; top: -35px; height: 48px; border-radius: 8px 8px 2px 2px; background: linear-gradient(90deg, #f7e8c8, #fffaf0 45%, #dec998); border: 1px solid rgba(75,22,48,.2); }
.bottle .cap { position: absolute; left: 22%; right: 22%; top: -44px; height: 14px; border-radius: 4px 4px 1px 1px; background: var(--plum); }
.bottle-label { position: absolute; left: 8%; right: 8%; top: 39%; min-height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; background: rgba(255,248,237,.92); border: 1px solid rgba(75,22,48,.16); color: var(--plum); text-align: center; transform: rotate(-2deg); }
.bottle-label small { font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.bottle-label b { font-family: Georgia, serif; font-size: 30px; font-weight: 500; letter-spacing: -.05em; }
.bottle-label i { font-size: 7px; font-style: normal; letter-spacing: .07em; text-transform: uppercase; }
.bottle-yellow { --juice: #efb93e; }
.bottle-rose { --juice: #a9305a; }
.bottle-green { --juice: #6d9745; }
.bottle-orange { --juice: #e47a3a; }
.bottle-cream { --juice: #eadcac; }
.hero-bottle { width: 165px; height: 410px; position: absolute; bottom: 34px; z-index: 2; }
.hero-bottle.bottle-yellow { left: 12%; transform: rotate(-10deg); }
.hero-bottle.bottle-rose { left: 39%; bottom: 66px; z-index: 3; transform: scale(1.09); }
.hero-bottle.bottle-green { right: 7%; transform: rotate(10deg); }
.hero-product { position: absolute; z-index: 2; display: block; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 24px 20px rgba(41,77,47,.18)); }
.hero-product-one { width: 200px; height: 455px; left: 4%; bottom: 20px; transform: rotate(-8deg); }
.hero-product-two { width: 220px; height: 500px; left: 35%; bottom: 32px; z-index: 3; }
.hero-product-three { width: 190px; height: 400px; right: 1%; bottom: 28px; transform: rotate(8deg); }
.fruit { position: absolute; z-index: 4; display: grid; place-items: center; border-radius: 50%; color: var(--plum); }
.fruit-one { width: 102px; height: 102px; left: 3%; bottom: 10px; background: var(--papaya); font-size: 44px; }
.fruit-two { width: 76px; height: 76px; right: 0; top: 64px; background: var(--lime); border: 12px solid var(--leaf); color: var(--cream); font-size: 40px; }
.botanical { position: absolute; width: 120px; height: 65px; border-radius: 100% 0 100% 0; background: var(--leaf); opacity: .95; }
.botanical-one { right: 1%; bottom: 36px; transform: rotate(28deg); }
.botanical-two { left: 2%; top: 52px; transform: rotate(-32deg) scale(.7); }
.fresh-stamp { width: 118px; height: 118px; position: absolute; left: 4%; top: 135px; z-index: 5; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--plum); border-radius: 50%; background: var(--cream); color: var(--plum); text-align: center; transform: rotate(-9deg); box-shadow: 0 8px 0 rgba(75,22,48,.1); }
.fresh-stamp span, .fresh-stamp small { max-width: 80px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.fresh-stamp b { margin: 4px; color: var(--papaya); font-size: 24px; }

.marquee { overflow: hidden; padding: 17px 0; background: var(--papaya); color: var(--plum); transform: rotate(-1deg) scale(1.01); }
.marquee div { white-space: nowrap; text-align: center; font-family: Georgia, serif; font-size: clamp(21px, 2vw, 31px); letter-spacing: .03em; }
.marquee span { display: inline-block; margin: 0 16px; color: var(--cream); }

.drop-section, .menu-section, .occasion-section, .faq-section { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.6fr); gap: 60px; align-items: start; margin-bottom: 70px; }
.section-number { margin: 5px 0 0; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; color: var(--papaya); }
.section-heading h2, .occasion-copy h2, .faq-section h2, .story-copy h2 { margin-bottom: 18px; color: var(--plum); font-size: clamp(46px, 6vw, 82px); line-height: .96; }
.section-heading > div > p, .occasion-copy > p, .story-copy > p { max-width: 650px; color: #66525b; font-size: 17px; line-height: 1.7; }
.section-heading .local-callout { margin-bottom: 12px; color: var(--papaya); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.drop-section { padding-bottom: 70px; }
.drop-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 22px; }
.drop-map { min-height: 610px; position: relative; overflow: hidden; border: 1px solid rgba(41,77,47,.18); border-radius: 34px; background: #dfe9c8; box-shadow: 0 10px 0 rgba(41,77,47,.06); }
.drop-map::before { content: "DOUALA"; position: absolute; left: 35px; bottom: 18px; z-index: 2; color: rgba(41,77,47,.12); font: 500 clamp(70px, 10vw, 145px)/1 Georgia, serif; letter-spacing: -.08em; }
.map-water { width: 44%; height: 130%; position: absolute; right: -16%; top: -13%; border-radius: 48%; background: #bfd8d7; transform: rotate(12deg); box-shadow: -18px 0 0 rgba(255,255,255,.28); }
.map-road { position: absolute; display: block; height: 4px; border-radius: 999px; background: rgba(255,253,248,.9); box-shadow: 0 0 0 1px rgba(41,77,47,.08); transform-origin: left center; }
.road-one { width: 86%; left: 5%; top: 38%; transform: rotate(-18deg); }
.road-two { width: 74%; left: 16%; top: 62%; transform: rotate(23deg); }
.road-three { width: 64%; left: 39%; top: 7%; transform: rotate(78deg); }
.map-pin { position: absolute; z-index: 3; min-width: 130px; padding: 11px 14px 11px 43px; display: flex; flex-direction: column; border: 1px solid rgba(41,77,47,.22); border-radius: 15px; background: rgba(255,253,248,.94); color: var(--plum); box-shadow: 0 9px 20px rgba(41,77,47,.12); transition: transform .18s ease, box-shadow .18s ease; }
.map-pin:hover { transform: translateY(-4px); box-shadow: 0 13px 24px rgba(41,77,47,.17); }
.map-pin i { width: 28px; height: 28px; position: absolute; left: 9px; top: 50%; display: grid; place-items: center; border-radius: 50%; background: var(--papaya); color: var(--plum); font-size: 16px; font-style: normal; transform: translateY(-50%); }
.map-pin b { font: 500 18px/1 Georgia, serif; }
.map-pin small { margin-top: 4px; color: #6b7c64; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pin-bonapriso { left: 12%; bottom: 15%; }
.pin-akwa { left: 39%; top: 39%; }
.pin-bali { left: 19%; top: 46%; }
.pin-deido { right: 8%; top: 51%; }
.pin-makepe { left: 32%; top: 12%; }
.pin-bonamoussadi { right: 8%; top: 18%; }
.map-key { position: absolute; left: 25px; top: 22px; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-radius: 999px; background: rgba(41,77,47,.82); color: white; }
.map-key span { width: 8px; height: 8px; border-radius: 50%; background: var(--papaya); }
.map-key small { font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.drop-panel { padding: clamp(34px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; border-radius: 34px; background: var(--plum); color: white; }
.drop-panel > p { margin-bottom: 10px; color: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.drop-panel h3 { margin-bottom: 24px; font: 500 clamp(42px, 5vw, 66px)/.94 Georgia, serif; letter-spacing: -.06em; }
.drop-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; }
.drop-tags span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.76); font-size: 9px; }
.drop-panel ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.drop-panel li { padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
.drop-panel li b { font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.drop-panel li span { color: rgba(255,255,255,.65); font-size: 10px; text-align: right; }
.drop-panel .primary-button { width: fit-content; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.product-card { min-height: 410px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: 0 8px 0 rgba(75,22,48,.05); }
.product-card:last-child { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
.product-art { min-height: 410px; position: relative; display: grid; place-items: end center; overflow: hidden; background: color-mix(in srgb, var(--juice) 65%, white); }
.product-art::before, .product-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(75,22,48,.17); }
.product-art::before { width: 250px; height: 250px; left: -60px; top: -80px; }
.product-art::after { width: 160px; height: 160px; right: -40px; bottom: -50px; background: rgba(255,255,255,.17); }
.product-yellow { --juice: #f2c34d; }
.product-rose { --juice: #cc6d8d; }
.product-orange { --juice: #ec9b5f; }
.product-cream { --juice: #eadcb2; }
.product-green { --juice: #9db772; }
.product-guava { --juice: #ef8668; }
.product-bissap { --juice: #e9a83b; }
.product-art .ingredient { position: absolute; left: 16px; top: 2px; color: rgba(75,22,48,.11); font-family: Georgia, serif; font-size: 190px; line-height: 1; }
.product-art em { position: absolute; right: 19px; top: 18px; z-index: 3; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(75,22,48,.3); border-radius: 50%; font-size: 10px; font-style: normal; }
.mini-bottle { width: 118px; height: 285px; z-index: 2; margin-bottom: 28px; }
.mini-bottle .bottle-label { min-height: 90px; }
.mini-bottle .bottle-label b { font-size: 23px; }
.product-photo { width: 82%; height: 92%; position: relative; z-index: 2; display: block; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 16px 18px rgba(41,77,47,.13)); }
.product-photo.compact { width: 68%; height: 78%; margin-bottom: 20px; }
.flavour-orb { width: 210px; height: 210px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(41,77,47,.24); border-radius: 50% 47% 52% 38%; background: rgba(255,253,248,.8); color: var(--plum); transform: rotate(-6deg); box-shadow: 16px 18px 0 rgba(255,255,255,.24); }
.flavour-orb::before { content: ""; width: 80px; height: 40px; position: absolute; right: -24px; top: 22px; border-radius: 100% 0; background: var(--leaf); transform: rotate(20deg); }
.flavour-orb b { font: 500 38px/1 Georgia, serif; letter-spacing: -.05em; }
.flavour-orb small { margin-top: 7px; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.flavour-orb.coconut { border-radius: 48%; background: #fff8e9; transform: rotate(5deg); }
.product-info { padding: 32px 28px 27px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.product-info p, .bundle-copy > p { margin-bottom: 8px; color: var(--papaya); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.product-info h3, .bundle-copy h3 { margin-bottom: 12px; color: var(--plum); font-family: Georgia, serif; font-size: clamp(28px, 3vw, 42px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.product-info > div > span { font-size: 12px; line-height: 1.6; color: #6a5860; }
.product-buy { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
.product-buy strong, .bundle-copy strong { color: var(--plum); font-size: 19px; letter-spacing: -.03em; }
.product-buy strong small, .bundle-copy strong small { font-size: 9px; letter-spacing: .04em; }
.product-buy button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--plum); color: white; cursor: pointer; font-size: 23px; transition: transform .15s ease, background .15s ease; }
.product-buy button:hover { transform: rotate(10deg) scale(1.07); background: var(--papaya); color: var(--plum); }
.bundle-card { min-height: 390px; margin-top: 22px; display: grid; grid-template-columns: 1fr .95fr; overflow: hidden; border-radius: 30px; background: var(--plum); color: white; }
.bundle-copy { padding: clamp(38px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.bundle-copy h3 { color: white; font-size: clamp(43px, 5vw, 66px); }
.bundle-copy > span { max-width: 560px; color: rgba(255,255,255,.72); line-height: 1.7; }
.bundle-copy > div { margin-top: 32px; display: flex; align-items: center; gap: 28px; }
.bundle-copy strong { color: white; }
.bundle-card .primary-button { background: var(--papaya); color: var(--plum); box-shadow: none; }
.bundle-card .primary-button > span:last-child { background: var(--cream); }
.bundle-art { min-height: 390px; position: relative; overflow: hidden; background: var(--rose); }
.bundle-art::before { content: ""; width: 410px; height: 410px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid rgba(75,22,48,.2); box-shadow: inset 0 0 0 55px rgba(255,255,255,.12); }
.bundle-bottle { width: 64px; height: 240px; position: absolute; bottom: 46px; z-index: 2; border-radius: 20px 20px 15px 15px; border: 1px solid rgba(75,22,48,.22); background: var(--bottle-color); box-shadow: inset 8px 0 rgba(255,255,255,.25), 0 14px 20px rgba(75,22,48,.2); }
.bundle-bottle::before { content: ""; position: absolute; left: 17px; right: 17px; top: -31px; height: 37px; border-radius: 5px 5px 0 0; background: var(--cream); border-top: 9px solid var(--plum); }
.bundle-bottle::after { content: "Fresh"; position: absolute; left: 5px; right: 5px; top: 92px; padding: 19px 2px; background: var(--cream); color: var(--plum); text-align: center; font: 700 7px/1 Georgia, serif; }
.bundle-bottle.one { --bottle-color: #e5ad2c; left: 16%; transform: rotate(-12deg); }
.bundle-bottle.two { --bottle-color: #a82f5a; left: 32%; bottom: 65px; transform: rotate(-5deg); }
.bundle-bottle.three { --bottle-color: #e27534; left: 47%; bottom: 73px; }
.bundle-bottle.four { --bottle-color: #e6d6a4; left: 62%; bottom: 65px; transform: rotate(5deg); }
.bundle-bottle.five { --bottle-color: #6f9847; left: 77%; transform: rotate(12deg); }
.bundle-art b { position: absolute; right: 23px; top: 20px; color: var(--plum); font: 500 54px/1 Georgia, serif; }

.how-section { padding: 130px max(32px, calc((100vw - 1280px) / 2)); background: var(--plum); color: white; }
.section-heading.light h2 { color: white; }
.section-heading.light > div > p { color: rgba(255,255,255,.66); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.steps article { min-height: 350px; padding: 26px 38px 34px 0; border-right: 1px solid rgba(255,255,255,.25); position: relative; }
.steps article + article { padding-left: 38px; }
.steps article:last-child { border-right: 0; }
.steps article > span { font-size: 9px; color: var(--papaya); font-weight: 800; }
.step-icon { width: 72px; height: 72px; margin: 54px 0 34px; display: grid; place-items: center; border-radius: 50%; background: var(--papaya); color: var(--plum); font-family: Georgia, serif; font-size: 31px; }
.steps article:nth-child(2) .step-icon { background: var(--sun); }
.steps article:nth-child(3) .step-icon { background: var(--lime); }
.steps h3 { font: 500 29px/1.05 Georgia, serif; letter-spacing: -.04em; }
.steps p { max-width: 310px; margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }

.story-section { min-height: 760px; display: grid; grid-template-columns: .92fr 1.08fr; }
.story-art { min-height: 720px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--papaya); }
.story-art::before, .story-art::after { content: ""; position: absolute; width: 300px; height: 140px; border-radius: 100% 0; background: var(--leaf); }
.story-art::before { left: -80px; bottom: -15px; transform: rotate(15deg); }
.story-art::after { right: -95px; top: 30px; transform: rotate(-25deg); }
.portrait-mark { width: min(480px, 72%); aspect-ratio: 1; display: grid; place-items: center; position: relative; border-radius: 50% 50% 45% 28%; background: var(--plum); color: var(--cream); transform: rotate(-4deg); box-shadow: 28px 30px 0 rgba(255,248,237,.35); }
.portrait-mark span { position: relative; z-index: 3; font: italic 500 clamp(150px, 20vw, 280px)/1 Georgia, serif; }
.portrait-mark i, .portrait-mark b { position: absolute; display: block; border-radius: 100% 0; background: var(--sun); }
.portrait-mark i { width: 170px; height: 74px; left: -60px; top: 80px; transform: rotate(-18deg); }
.portrait-mark b { width: 210px; height: 90px; right: -70px; bottom: 70px; transform: rotate(30deg); background: var(--lime); }
.story-art > p { position: absolute; bottom: 30px; left: 34px; margin: 0; color: var(--plum); font: italic 34px/1 Georgia, serif; transform: rotate(-7deg); }
.story-copy { padding: clamp(60px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.story-copy h2 { margin: 24px 0; }
.story-copy blockquote { margin: 34px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); color: var(--plum); }
.story-copy blockquote span { float: left; margin-right: 12px; color: var(--papaya); font: 70px/.7 Georgia, serif; }
.story-copy blockquote p { margin-bottom: 13px; font: italic 24px/1.4 Georgia, serif; }
.story-copy blockquote cite { font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.occasion-section > .section-number { margin-bottom: 40px; }
.occasion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.occasion-copy h2 { font-size: clamp(48px, 6vw, 86px); }
.primary-button.inverse { margin-top: 22px; background: var(--papaya); color: var(--plum); }
.primary-button.inverse > span:last-child { background: var(--plum); color: white; }
.occasion-list { border-top: 1px solid var(--line); }
.occasion-list article { display: grid; grid-template-columns: 42px 1fr; column-gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.occasion-list article > span { grid-row: 1 / span 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: white; font-size: 8px; }
.occasion-list h3 { margin: 0 0 8px; font: 500 26px/1 Georgia, serif; color: var(--plum); }
.occasion-list p { margin: 0; color: #755f68; font-size: 13px; }

.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; border-top: 1px solid var(--line); }
.faq-section h2 { margin-top: 27px; font-size: clamp(44px, 5vw, 68px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 500 20px/1.2 Georgia, serif; color: var(--plum); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { font: 300 27px/1 Inter, sans-serif; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; padding: 0 40px 26px 0; color: #715e66; font-size: 13px; line-height: 1.7; }

.final-cta { min-height: 350px; padding: 70px max(32px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 50px; background: var(--sun); color: var(--plum); }
.final-cta p { margin-bottom: 13px; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.final-cta h2 { max-width: 830px; margin: 0; font-size: clamp(50px, 7vw, 98px); line-height: .9; }
.final-cta .primary-button { flex-shrink: 0; }

footer { padding: 72px max(32px, calc((100vw - 1280px) / 2)) 35px; display: grid; grid-template-columns: 1fr 1.2fr .7fr; align-items: start; gap: 45px; background: var(--deep-plum); color: white; }
.footer-brand { color: white; }
.footer-brand .brand-logo { padding: 5px 8px; border-radius: 10px; background: white; }
.footer-brand small { color: white; border-color: rgba(255,255,255,.28); }
.footer-brand .brand-mark { border-color: white; }
footer > p { color: rgba(255,255,255,.6); font: italic 24px/1.3 Georgia, serif; }
footer > div { display: flex; flex-direction: column; gap: 13px; font-size: 11px; }
footer > small { grid-column: 1 / -1; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .1em; }

.mobile-order-bar { display: none; }
.cart-dialog, .success-dialog { width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; }
.cart-dialog::backdrop, .success-dialog::backdrop { background: rgba(35, 8, 23, .63); backdrop-filter: blur(7px); }
.cart-shell { width: min(560px, 100%); min-height: 100%; margin-left: auto; display: flex; flex-direction: column; background: var(--cream); box-shadow: -30px 0 80px rgba(35,8,23,.28); animation: drawer-in .25s ease both; }
@keyframes drawer-in { from { transform: translateX(100%); } }
.cart-header { min-height: 128px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-header p { margin-bottom: 5px; color: var(--papaya); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.cart-header h2 { margin: 0; color: var(--plum); font-size: 43px; }
.close-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; font-size: 25px; line-height: 1; }
.cart-body { flex: 1; padding: 28px; overflow-y: auto; }
.cart-empty { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty > span { width: 85px; height: 85px; display: grid; place-items: center; border-radius: 50%; background: var(--papaya); color: var(--plum); font-size: 37px; }
.cart-empty h3 { max-width: 330px; margin: 27px 0 12px; color: var(--plum); font: 500 34px/1.05 Georgia, serif; }
.cart-empty p { max-width: 340px; margin-bottom: 25px; color: #715e66; line-height: 1.6; }
.cart-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 15px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-swatch { width: 64px; height: 74px; display: grid; place-items: center; border-radius: 18px; background: var(--swatch); color: var(--plum); font: 500 26px/1 Georgia, serif; }
.cart-item h3 { margin: 0 0 7px; color: var(--plum); font: 500 18px/1.1 Georgia, serif; }
.cart-item p { margin: 0; font-size: 11px; color: #745f68; }
.quantity-control { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity-control button { width: 30px; height: 30px; border: 0; background: var(--paper); cursor: pointer; }
.quantity-control span { min-width: 22px; text-align: center; font-size: 11px; font-weight: 800; }
.checkout-fields { margin-top: 36px; }
.checkout-fields[hidden] { display: none; }
fieldset { margin: 0 0 25px; padding: 0; border: 0; }
legend, .form-grid label > span, .notes-label > span { margin-bottom: 10px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; color: var(--plum); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-grid label { position: relative; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid label > span { min-height: 82px; padding: 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); cursor: pointer; }
.choice-grid label > span b { font-size: 12px; }
.choice-grid label > span small { margin-top: 6px; color: #76616a; font-size: 10px; }
.choice-grid input:checked + span { border-color: var(--plum); box-shadow: inset 0 0 0 1px var(--plum); background: #fff2e7; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 12px; }
.form-grid label, .notes-label { display: flex; flex-direction: column; }
.form-grid input, .form-grid select, .notes-label textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); }
.notes-label { margin-top: 15px; }
.notes-label textarea { resize: vertical; }
.cart-footer { padding: 20px 28px 22px; border-top: 1px solid var(--line); background: var(--paper); }
.cart-footer[hidden] { display: none; }
.totals p { margin: 0 0 8px; display: flex; justify-content: space-between; font-size: 11px; color: #725e67; }
.totals p:last-child { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--plum); font-size: 16px; }
.order-submit { width: 100%; min-height: 58px; margin-top: 13px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; border-radius: 999px; background: var(--plum); color: white; font-size: 12px; font-weight: 800; }
.order-submit:disabled { opacity: .65; cursor: wait; }
.cart-footer > small { display: block; margin-top: 12px; color: #7f6972; text-align: center; font-size: 9px; line-height: 1.5; }
.form-error { margin: 10px 0 0; color: #a41f39; font-size: 11px; }
.success-dialog { display: none; place-items: center; padding: 24px; }
.success-dialog[open] { display: grid; }
.success-dialog > div { width: min(480px, 100%); padding: 36px; position: relative; border-radius: 30px; background: var(--cream); text-align: center; box-shadow: var(--shadow); }
.success-dialog .close-button { position: absolute; right: 20px; top: 20px; }
.success-icon { width: 74px; height: 74px; margin: 4px auto 22px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--plum); font-size: 30px; }
.success-dialog > div > p:first-of-type { color: var(--papaya); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.success-dialog h2 { margin-bottom: 15px; color: var(--plum); font-size: 42px; line-height: 1; }
.success-dialog [data-success-message] { color: #705d65; font-size: 13px; line-height: 1.6; }
.success-dialog > div > div { margin: 24px 0; padding: 17px; border: 1px dashed var(--line); border-radius: 15px; }
.success-dialog > div > div small { display: block; margin-bottom: 5px; color: #7b6670; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.success-dialog > div > div strong { color: var(--plum); font-size: 20px; letter-spacing: .05em; }
.success-dialog .primary-button { min-width: 150px; }
.success-dialog .quiet-button { margin: 15px auto 0; display: block; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; padding: 13px 18px; border-radius: 999px; background: var(--deep-plum); color: white; font-size: 11px; font-weight: 750; transform: translate(-50%, 120px); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: 650px; }
  .hero-copy { width: 56%; }
  .hero h1 { font-size: clamp(60px, 8vw, 84px); }
  .hero-art { min-height: 100%; transform: none; }
  .drop-layout { grid-template-columns: 1fr; }
  .drop-panel { min-height: 420px; }
  .product-card { grid-template-columns: 1fr; }
  .product-art { min-height: 335px; }
  .product-card:last-child { grid-template-columns: 1fr 1fr; }
  .occasion-grid, .faq-section { gap: 60px; }
}

@media (max-width: 760px) {
  .announcement p { font-size: 8px; }
  .site-header { width: calc(100% - 30px); min-height: 72px; }
  .brand { font-size: 17px; }
  .brand-logo { width: 118px; height: 46px; }
  .brand small { display: none; }
  .brand-mark { width: 31px; height: 31px; }
  .header-actions { gap: 7px; }
  .cart-button { width: 41px; padding: 0; border: 0; }
  .cart-button span { display: none; }
  .cart-button b { width: 37px; height: 37px; }
  .hero { width: calc(100% - 30px); min-height: auto; margin: 15px auto 28px; padding: 45px 22px 0; display: flex; flex-direction: column; overflow: hidden; border-radius: 26px; }
  .hero-copy { width: 100%; padding: 0; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(55px, 18vw, 78px); }
  .lede { font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .trust-row { margin-top: 38px; gap: 10px; justify-content: space-between; }
  .trust-row span { flex-direction: column; align-items: flex-start; }
  .trust-row b { font-size: 8px; }
  .hero-art { width: calc(100% + 44px); min-height: 390px; position: relative; inset: auto; margin: 34px -22px 0; transform: none; overflow: hidden; }
  .hero-art::after { background: linear-gradient(180deg, #fff9ee 0%, rgba(255,249,238,.15) 28%, rgba(255,249,238,0) 48%); }
  .hero-lifestyle { object-position: 58% center; }
  .hero-vibe-tags { left: 12px; right: 12px; bottom: 12px; justify-content: flex-start; }
  .hero-vibe-tags span { padding: 8px 10px; font-size: 7px; }
  .sun-ring { width: 390px; height: 390px; }
  .hero-bottle { width: 112px; height: 310px; bottom: 30px; }
  .hero-bottle.bottle-yellow { left: 8%; }
  .hero-bottle.bottle-rose { left: 36%; bottom: 50px; }
  .hero-bottle.bottle-green { right: 5%; }
  .hero-product-one { width: 132px; height: 330px; left: 0; bottom: 28px; }
  .hero-product-two { width: 145px; height: 360px; left: 32%; bottom: 38px; }
  .hero-product-three { width: 125px; height: 290px; right: -2%; bottom: 35px; }
  .bottle::before { top: -27px; height: 37px; }
  .bottle .cap { top: -35px; }
  .hero-bottle .bottle-label { min-height: 90px; }
  .hero-bottle .bottle-label b { font-size: 23px; }
  .fresh-stamp { width: 90px; height: 90px; left: 0; top: 82px; }
  .fresh-stamp span, .fresh-stamp small { font-size: 6px; }
  .fruit-one { width: 75px; height: 75px; }
  .fruit-two { width: 61px; height: 61px; }
  .botanical-one { width: 95px; }
  .marquee div { font-size: 18px; }
  .drop-section, .menu-section, .occasion-section, .faq-section { width: calc(100% - 30px); padding: 85px 0; }
  .drop-section { padding-bottom: 45px; }
  .drop-map { min-height: 690px; border-radius: 25px; }
  .drop-map::before { left: 16px; font-size: 72px; }
  .map-pin { min-width: 126px; padding: 10px 10px 10px 40px; }
  .map-pin b { font-size: 16px; }
  .pin-bonapriso { left: 5%; bottom: 8%; }
  .pin-akwa { left: 5%; top: 40%; }
  .pin-bali { right: 5%; left: auto; top: 50%; }
  .pin-deido { right: 5%; top: auto; bottom: 18%; }
  .pin-makepe { left: 5%; top: 13%; }
  .pin-bonamoussadi { right: 5%; top: 22%; }
  .map-key { left: 14px; top: 14px; }
  .drop-panel { min-height: 0; padding: 42px 25px; border-radius: 25px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .section-heading h2, .occasion-copy h2, .faq-section h2, .story-copy h2 { font-size: clamp(44px, 14vw, 61px); }
  .section-heading > div > p { font-size: 15px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:last-child { grid-template-columns: 1.05fr .95fr; min-height: 330px; }
  .product-art { min-height: 330px; }
  .mini-bottle { width: 87px; height: 225px; }
  .mini-bottle .bottle-label { min-height: 70px; padding: 6px; }
  .mini-bottle .bottle-label b { font-size: 18px; }
  .product-photo { width: 92%; height: 91%; }
  .product-photo.compact { width: 82%; height: 74%; }
  .flavour-orb { width: 128px; height: 128px; }
  .flavour-orb b { font-size: 25px; }
  .product-info { padding: 24px 18px 20px; }
  .product-info h3 { font-size: 29px; }
  .product-buy { align-items: flex-start; gap: 10px; flex-direction: column; }
  .product-buy button { width: 40px; height: 40px; }
  .product-art .ingredient { font-size: 140px; }
  .bundle-card { grid-template-columns: 1fr; }
  .bundle-copy { padding: 38px 27px; }
  .bundle-copy > div { align-items: flex-start; flex-direction: column; }
  .bundle-art { min-height: 320px; grid-row: 1; }
  .bundle-bottle { transform: scale(.8) !important; transform-origin: bottom; }
  .how-section { padding: 85px 15px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { min-height: auto; padding: 26px 0 34px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .step-icon { width: 58px; height: 58px; margin: 27px 0 23px; }
  .story-section { grid-template-columns: 1fr; }
  .story-art { min-height: 480px; }
  .story-copy { padding: 70px 25px; }
  .story-copy blockquote p { font-size: 21px; }
  .occasion-grid, .faq-section { grid-template-columns: 1fr; gap: 55px; }
  .faq-section { padding-top: 85px; }
  .final-cta { min-height: 410px; padding: 60px 25px 100px; align-items: flex-start; flex-direction: column; }
  footer { padding: 60px 25px 100px; grid-template-columns: 1fr; }
  footer > small { grid-column: 1; }
  .mobile-order-bar { min-height: 62px; padding: 8px 9px 8px 20px; position: fixed; left: 12px; right: 12px; bottom: 11px; z-index: 30; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: var(--plum); color: white; box-shadow: 0 15px 40px rgba(45,12,29,.32); }
  .mobile-order-bar span { display: flex; flex-direction: column; align-items: flex-start; }
  .mobile-order-bar b { font-size: 11px; }
  .mobile-order-bar small { margin-top: 2px; color: rgba(255,255,255,.62); font-size: 9px; }
  .mobile-order-bar i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--papaya); color: var(--plum); font-style: normal; font-weight: 850; }
  .cart-shell { width: 100%; }
  .cart-header { min-height: 105px; padding: 18px 20px; }
  .cart-body { padding: 20px; }
  .cart-footer { padding: 16px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
}

/* Leen Empire juice-first refresh */
.announcement { background: var(--deep-plum); }
.site-header { background: rgba(255,253,244,.92); }
.brand small { color: var(--plum); }

.hero {
  min-height: 710px;
  padding: clamp(38px, 5vw, 74px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(28px, 4vw, 70px);
  background:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,.92) 0 9%, transparent 9.2%),
    linear-gradient(135deg, #fff8cd 0%, #f4ff9d 53%, #eaff45 100%);
  border-color: rgba(22,63,43,.2);
  box-shadow: 0 24px 70px rgba(22,63,43,.16);
}
.hero-copy { width: auto; max-width: 650px; padding: 10px 0; }
.hero h1 { max-width: 650px; font-size: clamp(58px, 6.6vw, 96px); }
.hero h1 em { display: block; color: var(--papaya); }
.hero .lede { max-width: 590px; color: #355541; }
.hero .primary-button { background: var(--deep-plum); box-shadow: 0 8px 0 rgba(9,40,26,.16); }
.hero .primary-button > span:last-child { background: var(--lime); }
.trust-row { max-width: 570px; border-color: rgba(22,63,43,.23); }

.hero-art {
  min-height: 570px;
  position: relative;
  inset: auto;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(22,63,43,.18);
  border-radius: 34px 100px 34px 100px;
  background:
    radial-gradient(circle at 72% 16%, #ff8c20 0 12%, transparent 12.3%),
    radial-gradient(circle at 17% 82%, #ffcf29 0 15%, transparent 15.3%),
    #dfff3f;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.25), 0 22px 45px rgba(22,63,43,.16);
}
.hero-art::after { display: none; }
.hero-signature-bottle {
  width: 100%;
  height: 100%;
  max-height: 670px;
  padding: 20px 30px 14px;
  position: relative;
  z-index: 2;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  filter: saturate(1.12) contrast(1.04) drop-shadow(0 25px 20px rgba(22,63,43,.18));
}
.fruit-slice, .cold-bubble { position: absolute; z-index: 1; display: block; border-radius: 50%; }
.fruit-slice { border: 12px solid rgba(255,255,255,.72); box-shadow: inset 0 0 0 2px rgba(22,63,43,.15); }
.fruit-slice-one { width: 116px; height: 116px; left: -22px; top: 15%; background: var(--papaya); }
.fruit-slice-two { width: 88px; height: 88px; right: 5%; bottom: 18%; background: #ffd72e; }
.cold-bubble { border: 1px solid rgba(255,255,255,.74); background: rgba(255,255,255,.25); }
.cold-bubble-one { width: 35px; height: 35px; left: 13%; top: 8%; }
.cold-bubble-two { width: 18px; height: 18px; right: 14%; top: 34%; }
.hero-price {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 4;
  min-width: 152px;
  padding: 16px 17px;
  border-radius: 20px;
  background: var(--deep-plum);
  color: white;
  box-shadow: 0 10px 24px rgba(9,40,26,.22);
  transform: rotate(2deg);
}
.hero-price small { display: block; color: var(--lime); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-price strong { display: block; margin: 5px 0 2px; font: 500 26px/1 Georgia, serif; }
.hero-price strong span, .hero-price b { font: 800 8px/1 Inter, sans-serif; letter-spacing: .1em; }
.hero-cold { position: absolute; left: 18px; bottom: 18px; z-index: 4; padding: 11px 15px; border: 1px solid rgba(22,63,43,.16); border-radius: 999px; background: rgba(255,253,244,.93); color: var(--plum); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-film { display: block; background: var(--deep-plum); box-shadow: 0 22px 45px rgba(9,40,26,.25); }
.hero-story-video { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center; background: var(--deep-plum); }
.hero-film::before { content: ""; position: absolute; inset: auto 0 0; z-index: 2; height: 34%; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(9,40,26,.58)); }
.sound-toggle { min-height: 48px; max-width: calc(100% - 36px); padding: 7px 17px 7px 8px; position: absolute; left: 18px; bottom: 64px; z-index: 4; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(9,40,26,.88); color: white; cursor: pointer; box-shadow: 0 9px 24px rgba(9,40,26,.25); backdrop-filter: blur(10px); font-size: 10px; font-weight: 850; letter-spacing: .05em; }
.sound-toggle:hover { background: rgba(22,63,43,.97); }
.sound-toggle[aria-pressed="true"] { background: var(--papaya); color: var(--deep-plum); }
.sound-icon { width: 33px; height: 33px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--lime); color: var(--deep-plum); font-size: 17px; }

.marquee { background: var(--papaya); color: var(--deep-plum); }
.thirst-section { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 115px 0 45px; }
.thirst-heading { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.6fr); gap: 60px; margin-bottom: 50px; }
.thirst-heading .local-callout { margin-bottom: 11px; color: var(--papaya); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.thirst-heading h2 { max-width: 760px; margin: 0; color: var(--plum); font-size: clamp(48px, 6.3vw, 88px); line-height: .91; }
.thirst-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.thirst-card { min-height: 360px; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(22,63,43,.2); border-radius: 28px; color: var(--deep-plum); box-shadow: 0 8px 0 rgba(22,63,43,.07); transition: transform .2s ease, box-shadow .2s ease; }
.thirst-card:hover { transform: translateY(-7px); box-shadow: 0 15px 0 rgba(22,63,43,.08); }
.thirst-one { background: #ffd8cf; }
.thirst-three { background: #ff9a35; }
.thirst-six { background: #dfff3f; }
.thirst-card > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(22,63,43,.25); border-radius: 50%; font: 500 24px/1 Georgia, serif; }
.thirst-card > p { margin: 44px 0 8px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.thirst-card h3 { margin: 0 0 9px; font: 500 clamp(32px, 3.2vw, 46px)/.94 Georgia, serif; letter-spacing: -.05em; }
.thirst-card small { color: rgba(9,40,26,.68); font-size: 10px; font-weight: 800; }
.thirst-card button { min-height: 54px; margin-top: auto; padding: 6px 7px 6px 18px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 999px; background: var(--deep-plum); color: white; cursor: pointer; }
.thirst-card button b { font-size: 10px; letter-spacing: .08em; }
.thirst-card button i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--deep-plum); font-size: 23px; font-style: normal; }

.drop-section { padding-top: 95px; }
.menu-section { padding-top: 105px; }
.product-card { border-color: rgba(22,63,43,.19); box-shadow: 0 8px 0 rgba(22,63,43,.06); }
.product-art { padding: 18px; place-items: center; }
.product-photo, .product-photo.compact { width: 100%; height: 100%; max-width: 320px; max-height: 365px; margin: 0; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.product-art .ingredient { z-index: 0; }
.how-section { background: var(--deep-plum); }

.story-section { align-items: center; background: #fff4de; }
.story-art {
  min-height: 0;
  align-self: center;
  margin: clamp(22px, 4vw, 58px);
  padding: 16px;
  overflow: visible;
  border-radius: 34px;
  background: var(--lime);
  box-shadow: 16px 16px 0 var(--papaya);
}
.story-art::before, .story-art::after { display: none; }
.story-art img { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; object-fit: cover; object-position: center; border-radius: 23px; }
.story-art > p { left: 28px; bottom: 23px; z-index: 2; padding: 9px 12px; border-radius: 999px; background: var(--cream); font: italic 20px/1 Georgia, serif; transform: rotate(-4deg); }
.story-copy { background: #fff4de; }
.final-cta { background: var(--lime); }
footer { background: var(--deep-plum); }
.mobile-order-bar { background: var(--deep-plum); }

@media (max-width: 1050px) {
  .hero { min-height: 650px; grid-template-columns: 1.08fr .92fr; gap: 25px; }
  .hero-copy { width: auto; }
  .hero h1 { font-size: clamp(56px, 7.4vw, 80px); }
  .hero-art { min-height: 520px; }
  .thirst-grid { grid-template-columns: 1fr 1fr; }
  .thirst-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .brand small { display: none; }
  .hero { width: calc(100% - 22px); min-height: auto; margin: 11px auto 28px; padding: 38px 21px 20px; grid-template-columns: 1fr; gap: 28px; border-radius: 28px; }
  .hero-copy { width: 100%; padding: 0; }
  .hero h1 { font-size: clamp(54px, 16vw, 72px); }
  .hero h1 em { max-width: 300px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 16px; }
  .hero .primary-button { min-height: 50px; padding: 0 17px; gap: 12px; }
  .hero .quiet-button { font-size: 10px; }
  .trust-row { margin-top: 32px; }
  .hero-art { width: 100%; min-height: 500px; margin: 0; border-radius: 24px 70px 24px 70px; }
  .hero-signature-bottle { min-height: 0; padding: 12px 20px; }
  .hero-price { min-width: 127px; right: 10px; top: 10px; padding: 12px; }
  .hero-price strong { font-size: 21px; }
  .hero-cold { left: 10px; bottom: 10px; padding: 9px 11px; font-size: 7px; }
  .sound-toggle { left: 10px; bottom: 50px; max-width: calc(100% - 20px); font-size: 9px; }
  .fruit-slice-one { width: 85px; height: 85px; }
  .fruit-slice-two { width: 65px; height: 65px; }
  .thirst-section { width: calc(100% - 30px); padding: 80px 0 20px; }
  .thirst-heading { grid-template-columns: 1fr; gap: 19px; margin-bottom: 35px; }
  .thirst-heading h2 { font-size: clamp(47px, 14vw, 62px); }
  .thirst-grid { grid-template-columns: 1fr; gap: 13px; }
  .thirst-card, .thirst-card:last-child { min-height: 315px; grid-column: auto; }
  .thirst-card > p { margin-top: 35px; }
  .drop-section { padding-top: 75px; }
  .product-card, .product-card:last-child { grid-template-columns: 1fr; min-height: 0; }
  .product-art { min-height: 360px; }
  .product-photo, .product-photo.compact { width: 100%; height: 100%; max-height: 330px; }
  .product-info { min-height: 255px; }
  .story-section { grid-template-columns: 1fr; padding: 26px 0 0; }
  .story-art { min-height: 0; margin: 0 15px; padding: 10px; border-radius: 24px; box-shadow: 9px 9px 0 var(--papaya); }
  .story-art img { border-radius: 17px; }
  .story-copy { padding: 65px 25px; }
}

/* Menu-first storefront refresh inspired by leading juice-bar ordering patterns */
[hidden] { display: none !important; }
h1, h2 { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 900; letter-spacing: -.065em; }
.site-header { width: 100%; min-height: 82px; padding: 0 max(22px, calc((100vw - 1360px) / 2)); position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(22,63,43,.12); background: rgba(255,253,244,.96); box-shadow: 0 8px 26px rgba(22,63,43,.08); backdrop-filter: blur(14px); }
.site-header nav { gap: clamp(20px, 2.8vw, 42px); }
.site-header nav a { font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.header-actions { gap: 7px; }
.header-order-button { min-height: 48px; min-width: 92px; padding: 6px 14px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--plum); border-radius: 9px; cursor: pointer; text-align: left; }
.header-order-button small { margin-bottom: 2px; font-size: 7px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.header-order-button b { font-size: 11px; }
.header-order-button.pickup { background: white; color: var(--plum); }
.header-order-button.delivery { background: var(--plum); color: white; }
.cart-button { min-height: 48px; }

.hero { min-height: 690px; margin: 20px auto 38px; grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr); border-radius: 24px; background: linear-gradient(135deg, #fff8c9 0%, #f4ff9e 58%, #eaff45 100%); }
.hero h1 { max-width: 720px; font-size: clamp(68px, 7.2vw, 104px); line-height: .86; }
.hero h1 em { color: var(--papaya); }
.hero .lede { max-width: 620px; font-size: clamp(17px, 1.4vw, 20px); }
.hero-film { width: min(100%, 410px); min-height: 0; aspect-ratio: 9 / 16; justify-self: center; border-radius: 20px; background: var(--deep-plum); }
.hero-story-video { object-fit: contain; object-position: center; }
.hero-deal { min-width: 138px; padding: 13px 15px; position: absolute; right: 14px; top: 14px; z-index: 4; border-radius: 12px; background: var(--lime); color: var(--deep-plum); box-shadow: 0 8px 20px rgba(9,40,26,.2); }
.hero-deal small { display: block; font-size: 7px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-deal strong { display: block; margin: 4px 0 1px; font-size: 22px; line-height: 1; }
.hero-deal strong span, .hero-deal > b { font-size: 7px; letter-spacing: .1em; }
.sound-toggle { bottom: 57px; }
.hero-cold { bottom: 12px; left: 12px; }

.order-rail { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 76px 0 35px; display: grid; grid-template-columns: minmax(260px, .85fr) minmax(260px, 1fr) minmax(260px, 1fr); gap: 14px; align-items: stretch; }
.order-rail-copy { padding: 15px 30px 15px 0; display: flex; flex-direction: column; justify-content: center; }
.order-rail-copy > p { margin-bottom: 8px; color: var(--papaya); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.order-rail-copy h2 { margin: 0 0 9px; color: var(--plum); font-size: clamp(34px, 3.4vw, 50px); line-height: .92; }
.order-rail-copy > small { color: #637565; font-size: 11px; }
.order-mode { min-height: 156px; padding: 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; border: 1px solid rgba(22,63,43,.2); border-radius: 18px; cursor: pointer; text-align: left; transition: transform .18s ease, box-shadow .18s ease; }
.order-mode:hover { transform: translateY(-4px); box-shadow: 0 11px 0 rgba(22,63,43,.08); }
.order-mode.delivery { background: var(--papaya); color: var(--deep-plum); }
.order-mode.pickup { background: var(--lime); color: var(--deep-plum); }
.order-mode > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-weight: 900; }
.order-mode div { display: flex; flex-direction: column; }
.order-mode div small { margin-bottom: 5px; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.order-mode div strong { font-size: 20px; line-height: 1.1; }
.order-mode div b { margin-top: 5px; font-size: 9px; }
.order-mode > i { font-size: 24px; font-style: normal; }

.menu-section { padding: 92px 0 110px; }
.menu-section .section-heading { margin-bottom: 38px; }
.menu-section .section-heading h2 { max-width: 830px; font-size: clamp(52px, 6vw, 82px); }
.menu-filters { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.menu-filters button { min-height: 43px; padding: 0 18px; border: 1px solid rgba(22,63,43,.2); border-radius: 999px; background: white; color: var(--plum); cursor: pointer; font-size: 10px; font-weight: 850; letter-spacing: .06em; }
.menu-filters button.active { border-color: var(--plum); background: var(--plum); color: white; }
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.product-card, .product-card:last-child { min-height: 540px; grid-column: auto; display: flex; flex-direction: column; border-radius: 20px; background: white; box-shadow: 0 5px 0 rgba(22,63,43,.06); }
.product-art { min-height: 305px; flex: 0 0 305px; padding: 18px; }
.product-photo, .product-photo.compact { width: 100%; height: 100%; max-width: 280px; max-height: 275px; }
.product-art .ingredient { font-size: 145px; }
.flavour-orb { width: 174px; height: 174px; }
.flavour-orb b { font-size: 32px; }
.product-info { min-height: 235px; flex: 1; padding: 24px 23px 20px; }
.product-info h3 { font-family: Inter, ui-sans-serif, sans-serif; font-size: clamp(25px, 2.3vw, 34px); font-weight: 900; line-height: .96; letter-spacing: -.05em; }
.product-buy { margin-top: auto; }
.trio-card { min-height: 155px; margin-top: 22px; padding: 26px 28px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 28px; border-radius: 20px; background: #ffd8cf; color: var(--deep-plum); }
.trio-card p { margin-bottom: 6px; color: var(--papaya); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.trio-card h3 { margin: 0 0 7px; font: 900 clamp(28px, 3vw, 40px)/.95 Inter, sans-serif; letter-spacing: -.05em; }
.trio-card div > span { color: #576d5a; font-size: 11px; }
.trio-card > strong { white-space: nowrap; font-size: 23px; }
.trio-card > strong small { font-size: 8px; }
.bundle-card { margin-top: 17px; border-radius: 20px; }

.drop-section { padding: 105px 0; background: transparent; }
.drop-map { min-height: 520px; border-radius: 20px; }
.drop-panel { border-radius: 20px; }
.how-section { padding-top: 100px; padding-bottom: 100px; }
.story-art { overflow: hidden; }
.story-art img { object-fit: contain; }

@media (max-width: 1120px) {
  .header-order-button { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-rail { grid-template-columns: 1fr 1fr; }
  .order-rail-copy { grid-column: 1 / -1; max-width: 650px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; padding: 0 15px; }
  .hero { width: calc(100% - 20px); padding: 34px 19px 18px; margin-top: 10px; border-radius: 20px; }
  .hero h1 { font-size: clamp(55px, 16vw, 72px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-film { width: min(100%, 360px); min-height: 0; aspect-ratio: 9 / 16; border-radius: 16px; }
  .hero-story-video { object-fit: contain; }
  .hero-deal { right: 8px; top: 8px; }
  .order-rail { width: calc(100% - 28px); padding: 65px 0 15px; grid-template-columns: 1fr; }
  .order-rail-copy { grid-column: auto; padding-right: 0; }
  .order-mode { min-height: 130px; }
  .menu-section { width: calc(100% - 28px); padding: 75px 0; }
  .menu-section .section-heading h2 { font-size: clamp(46px, 13vw, 60px); }
  .menu-filters { margin-right: -14px; padding-right: 14px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .menu-filters::-webkit-scrollbar { display: none; }
  .menu-filters button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:last-child { min-height: 510px; }
  .product-art { min-height: 300px; flex-basis: 300px; }
  .product-info { min-height: 210px; }
  .trio-card { grid-template-columns: 1fr; gap: 18px; }
  .trio-card .primary-button { width: fit-content; }
  .drop-section { padding: 78px 0; }
  .drop-map { min-height: 650px; }
}

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

/* Touch-first order studio, guided discovery and connected checkout */
.order-studio {
  margin: 0 0 26px;
  padding: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(205px, .7fr) minmax(230px, .8fr);
  gap: 10px;
  align-items: stretch;
  border: 1px solid rgba(22,63,43,.18);
  border-radius: 20px;
  background: #fff8df;
  box-shadow: 0 12px 34px rgba(22,63,43,.08);
}
.order-studio-copy { padding: 11px 15px; display: flex; flex-direction: column; justify-content: center; }
.studio-kicker { margin-bottom: 6px; color: var(--papaya); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.order-studio-copy strong { color: var(--deep-plum); font-size: 17px; line-height: 1.18; }
.order-studio-copy small { margin-top: 6px; color: #687667; font-size: 9px; }
.fresh-guide-button, .bag-drop-zone, .guide-mini-button {
  min-height: 72px;
  border: 1px solid rgba(22,63,43,.18);
  border-radius: 14px;
  cursor: pointer;
}
.fresh-guide-button { padding: 10px 15px; display: flex; align-items: center; gap: 12px; background: #ffd8cf; text-align: left; }
.fresh-guide-button > span:first-child { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--papaya); color: white; font-size: 18px; }
.fresh-guide-button > span:last-child, .bag-drop-zone > span:last-child { display: flex; flex-direction: column; }
.fresh-guide-button b, .bag-drop-zone b { color: var(--deep-plum); font-size: 11px; }
.fresh-guide-button small, .bag-drop-zone small { margin-top: 4px; color: #667366; font-size: 9px; }
.bag-drop-zone { padding: 10px 15px; display: flex; align-items: center; gap: 12px; border: 1px dashed rgba(22,63,43,.45); background: white; text-align: left; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.bag-drop-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: var(--deep-plum); color: white; font-size: 20px; }
.bag-drop-zone.drag-ready { border-color: var(--papaya); background: #fff2e8; box-shadow: 0 0 0 5px rgba(255,122,26,.12); }
.bag-drop-zone.drag-over { transform: scale(1.025); background: var(--lime); box-shadow: 0 14px 32px rgba(22,63,43,.18); }
.bag-drop-zone.has-items .bag-drop-icon { background: var(--papaya); }
.product-card[draggable="true"] { cursor: grab; }
.product-card.is-dragging { opacity: .48; transform: scale(.985); }
.product-card.in-bag { border-color: var(--papaya); box-shadow: 0 0 0 3px rgba(255,122,26,.13), 0 7px 0 rgba(22,63,43,.06); }
.product-card.in-bag::after { content: "IN YOUR BAG"; padding: 7px 9px; position: absolute; right: 10px; top: 10px; z-index: 5; border-radius: 999px; background: var(--deep-plum); color: white; font-size: 7px; font-weight: 900; letter-spacing: .09em; }
.product-card { position: relative; }
.product-card .product-photo, .product-card .product-photo.compact { object-fit: contain; object-position: center; }
.product-buy button { min-width: 46px; min-height: 46px; }

.payment-availability { margin-top: 7px; color: #687667; font-size: 8px; line-height: 1.4; }
.form-grid option:disabled { color: #8d918d; }
.marketing-consent { margin-top: 16px; padding: 14px; display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; border: 1px solid rgba(22,63,43,.16); border-radius: 13px; background: #f4fbdc; cursor: pointer; }
.marketing-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--leaf); }
.marketing-consent span { display: flex; flex-direction: column; }
.marketing-consent b { color: var(--deep-plum); font-size: 10px; }
.marketing-consent small { margin-top: 4px; color: #657066; font-size: 8px; line-height: 1.5; }
.cart-empty-actions { display: flex; align-items: center; gap: 18px; }
.guide-mini-button { min-height: 42px; padding: 8px 14px; background: var(--lime); color: var(--deep-plum); font-size: 10px; font-weight: 850; }

.fresh-guide-dialog, .payment-dialog {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 24px;
  border: 0;
  background: transparent;
}
.fresh-guide-dialog:not([open]), .payment-dialog:not([open]) { display: none; }
.fresh-guide-dialog[open], .payment-dialog[open] { display: grid; place-items: center; }
.fresh-guide-dialog::backdrop, .payment-dialog::backdrop { background: rgba(9,40,26,.69); backdrop-filter: blur(8px); }
.fresh-guide-shell { width: min(690px, 100%); padding: clamp(28px, 5vw, 50px); position: relative; overflow: hidden; border-radius: 30px; background: #fff8df; box-shadow: 0 30px 90px rgba(9,40,26,.35); }
.fresh-guide-shell::before { content: ""; width: 260px; height: 260px; position: absolute; right: -100px; top: -100px; border-radius: 50%; background: var(--lime); }
.fresh-guide-shell .close-button, .payment-shell .close-button { position: absolute; right: 20px; top: 20px; z-index: 2; }
.guide-avatar { width: 58px; height: 58px; display: grid; place-items: center; position: relative; border-radius: 18px; background: var(--papaya); color: white; font-size: 25px; transform: rotate(-4deg); }
.guide-kicker { margin: 20px 0 8px; color: var(--papaya); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fresh-guide-shell h2 { max-width: 570px; margin-bottom: 10px; position: relative; color: var(--deep-plum); font-size: clamp(39px, 6vw, 61px); line-height: .92; }
.fresh-guide-shell > p:not(.guide-kicker) { color: #657066; font-size: 12px; }
.guide-moods { margin: 25px 0 20px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.guide-moods button { min-height: 96px; padding: 10px 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(22,63,43,.18); border-radius: 14px; background: white; cursor: pointer; }
.guide-moods button span { font-size: 22px; }
.guide-moods button b { max-width: 95px; color: var(--deep-plum); font-size: 9px; line-height: 1.2; }
.guide-moods button.active { border-color: var(--deep-plum); background: var(--lime); box-shadow: inset 0 0 0 1px var(--deep-plum); }
.guide-result { padding: 15px; display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; gap: 14px; align-items: center; border-radius: 18px; background: var(--deep-plum); color: white; }
.guide-result[hidden] { display: none; }
.guide-result > span { width: 58px; height: 64px; display: grid; place-items: center; border-radius: 14px; background: var(--guide-color); color: var(--deep-plum); font: 900 23px/1 Inter, sans-serif; }
.guide-result small { color: var(--lime); font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.guide-result h3 { margin: 3px 0 4px; font-size: 19px; }
.guide-result p { margin: 0; color: rgba(255,255,255,.7); font-size: 9px; line-height: 1.4; }
.guide-result button { min-height: 46px; padding: 6px 7px 6px 14px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 999px; background: var(--papaya); color: var(--deep-plum); cursor: pointer; font-size: 9px; font-weight: 900; }
.guide-result button b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: white; font-size: 18px; }
.guide-human-link { margin-top: 17px; display: inline-block; color: var(--deep-plum); border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 850; }
.guide-human-link[hidden] { display: none; }
.floating-guide { padding: 8px 15px 8px 8px; position: fixed; right: 20px; bottom: 20px; z-index: 29; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: var(--deep-plum); color: white; cursor: pointer; box-shadow: 0 16px 40px rgba(9,40,26,.3); }
.floating-guide > span:first-child { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--deep-plum); font-size: 17px; }
.floating-guide > span:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.floating-guide b { font-size: 9px; }
.floating-guide small { margin-top: 2px; color: rgba(255,255,255,.62); font-size: 7px; }

.payment-shell { width: min(470px, 100%); padding: 42px 36px 34px; position: relative; border-radius: 30px; background: #fff8df; color: var(--deep-plum); text-align: center; box-shadow: 0 30px 90px rgba(9,40,26,.35); }
.payment-pulse { width: 88px; height: 88px; margin: 2px auto 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,213,46,.3); animation: payment-pulse 1.4s ease-in-out infinite; }
.payment-pulse i { width: 52px; height: 52px; display: block; border: 8px solid var(--sun); border-right-color: var(--deep-plum); border-radius: 50%; animation: payment-spin 1s linear infinite; }
.payment-dialog.paid .payment-pulse { background: var(--lime); animation: none; }
.payment-dialog.paid .payment-pulse i { border: 0; animation: none; }
.payment-dialog.paid .payment-pulse i::before { content: "✓"; display: grid; place-items: center; font: 900 30px/52px Inter, sans-serif; }
.payment-dialog.failed .payment-pulse { background: #ffd8cf; animation: none; }
.payment-dialog.failed .payment-pulse i { border-color: #b31d39; animation: none; }
@keyframes payment-spin { to { transform: rotate(360deg); } }
@keyframes payment-pulse { 50% { transform: scale(1.06); } }
.payment-shell > p:first-of-type { margin-bottom: 8px; color: var(--papaya); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.payment-shell h2 { margin-bottom: 12px; font-size: 46px; line-height: .95; }
.payment-shell [data-payment-message] { min-height: 42px; color: #657066; font-size: 11px; line-height: 1.55; }
.payment-progress { height: 8px; margin: 22px 0 18px; overflow: hidden; border-radius: 999px; background: rgba(22,63,43,.12); }
.payment-progress span { width: 8%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--papaya), var(--sun), var(--leaf)); transition: width .4s ease; }
.payment-reference { padding: 14px; display: flex; flex-direction: column; border: 1px dashed rgba(22,63,43,.28); border-radius: 13px; }
.payment-reference small { margin-bottom: 4px; color: #6e7b6e; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.payment-reference strong { font-size: 17px; letter-spacing: .04em; }
.payment-shell .quiet-button { margin-top: 18px; }

.privacy-page { min-height: 100vh; background: #fff8df; }
.privacy-header { width: min(900px, calc(100% - 36px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.privacy-main { width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 70px 0 100px; }
.privacy-main h1 { margin-bottom: 20px; color: var(--deep-plum); font-size: clamp(50px, 9vw, 90px); line-height: .9; }
.privacy-main > p { color: #607062; font-size: 16px; line-height: 1.7; }
.privacy-card { margin-top: 20px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.privacy-card h2 { margin-bottom: 10px; color: var(--deep-plum); font-size: 28px; }
.privacy-card p, .privacy-card li { color: #607062; font-size: 12px; line-height: 1.7; }

@media (max-width: 900px) {
  .order-studio { grid-template-columns: 1fr 1fr; }
  .order-studio-copy { grid-column: 1 / -1; }
  .guide-moods { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .order-studio { margin-bottom: 18px; padding: 9px; grid-template-columns: 1fr; border-radius: 16px; }
  .order-studio-copy { grid-column: auto; padding: 10px; }
  .order-studio-copy strong { font-size: 15px; }
  .fresh-guide-button, .bag-drop-zone { min-height: 66px; }
  .bag-drop-zone { border-style: solid; }
  .product-card[draggable="true"] { cursor: default; }
  .product-card.in-bag::after { right: 8px; top: 8px; }
  .product-art { min-height: 270px; flex-basis: 270px; }
  .product-card, .product-card:last-child { min-height: 470px; }
  .product-info { min-height: 200px; }
  .product-buy { flex-direction: row; align-items: center; }
  .product-buy button { width: 48px; height: 48px; }
  .fresh-guide-dialog, .payment-dialog { padding: 0; place-items: end center; }
  .fresh-guide-shell, .payment-shell { width: 100%; max-height: 92dvh; padding: 28px 18px calc(26px + env(safe-area-inset-bottom)); overflow-y: auto; border-radius: 26px 26px 0 0; }
  .fresh-guide-shell .close-button, .payment-shell .close-button { right: 15px; top: 15px; }
  .guide-avatar { width: 50px; height: 50px; }
  .fresh-guide-shell h2 { padding-right: 20px; font-size: clamp(37px, 12vw, 49px); }
  .guide-moods { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .guide-moods button { min-height: 78px; flex-direction: row; text-align: left; }
  .guide-moods button:last-child { grid-column: 1 / -1; }
  .guide-result { grid-template-columns: 52px 1fr; }
  .guide-result > span { width: 50px; height: 58px; }
  .guide-result button { grid-column: 1 / -1; width: 100%; justify-content: space-between; }
  .floating-guide { right: 15px; bottom: 84px; padding-right: 8px; }
  .floating-guide > span:last-child { display: none; }
  .cart-empty-actions { flex-direction: column; gap: 9px; }
  .marketing-consent { padding: 13px; }
  .payment-shell h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .payment-pulse, .payment-pulse i { animation: none !important; }
}
