:root {
  --plum: #294d2f;
  --deep-plum: #17331f;
  --papaya: #f28b25;
  --rose: #ffd1b9;
  --cream: #fff9ee;
  --paper: #fffdf8;
  --leaf: #7ea33b;
  --lime: #dce66f;
  --sun: #ffb42f;
  --orange: #ed7426;
  --milk: #f0e0ba;
  --ink: #281820;
  --line: rgba(75, 22, 48, 0.18);
  --shadow: 0 24px 60px rgba(75, 22, 48, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; 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: 0 auto; padding: 70px 0 62px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .95fr); align-items: center; gap: 34px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding-left: clamp(0px, 3vw, 45px); }
.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, 108px); line-height: .88; }
.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 { min-height: 590px; position: relative; }
.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); }

.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; }
.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 { grid-template-columns: 1fr .8fr; min-height: 650px; }
  .hero h1 { font-size: clamp(60px, 8vw, 84px); }
  .hero-art { min-height: 520px; transform: scale(.86); transform-origin: right center; }
  .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; padding: 55px 0 20px; display: flex; flex-direction: column; overflow: visible; }
  .hero-copy { 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: 100%; min-height: 455px; margin-top: 28px; transform: none; overflow: hidden; }
  .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; }
  .menu-section, .occasion-section, .faq-section { width: calc(100% - 30px); padding: 85px 0; }
  .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; }
}

@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; }
}
