:root{--green:#173f32;--paper:#faf8f0;--lime:#dcecaa;--red:#d54c34;--line:#dcded1;--muted:#73776b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--green);font-family:'DM Sans',sans-serif}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:4px}button{color:inherit}.header{max-width:1280px;margin:auto;height:108px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;border-bottom:1px solid var(--line)}.brand{font-family:'Manrope',sans-serif;font-weight:800;font-size:38px;letter-spacing:-2px;line-height:1}.brand span{display:block;font-size:8px;letter-spacing:2px;margin-top:8px}.header nav{display:flex;gap:35px;font-size:14px}.cart-trigger{background:transparent;border:1px solid var(--green);padding:12px 17px;border-radius:30px;font-size:13px}.cart-trigger span{background:var(--green);color:white;display:inline-grid;place-items:center;border-radius:50%;width:23px;height:23px;margin-left:16px}main{max-width:1184px;margin:auto}.location{display:flex;align-items:center;gap:10px;font-size:11px;padding:24px 0}.location-dot{height:7px;width:7px;background:var(--green);border-radius:50%}.divider{opacity:.3;margin:0 6px}.location-end{margin-left:auto;letter-spacing:1.7px;font-size:9px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:570px;background:#edf0df;border-radius:8px;overflow:hidden}.hero-copy{padding:51px 0 36px 49px;z-index:1}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700}h1,h2,h3,p{margin:0}h1{font-family:'Manrope',sans-serif;font-size:clamp(45px,5vw,66px);line-height:1.08;letter-spacing:-3.5px;margin-top:23px;font-weight:800}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--red);letter-spacing:-3px}.hero-copy>p{font-size:14px;line-height:1.8;max-width:325px;margin:25px 0}.button{border:0;background:var(--green);color:var(--paper);display:flex;justify-content:space-between;align-items:center;gap:35px;padding:18px 23px;border-radius:7px;font-size:13px;font-weight:600}.hero .button{max-width:210px}.button:hover{background:#285a44}.hero-foot{display:flex;align-items:center;gap:10px;font-size:10px;margin-top:35px}.hero-foot>span{font-size:23px}.hero-art{position:relative;display:grid;place-items:center;background:radial-gradient(ellipse at center,#dce6b9 0,transparent 65%)}.art-ring{position:absolute;width:390px;height:390px;border:1px solid #bdcaa7;border-radius:50%}.art-ring:after{content:'';position:absolute;inset:18px;border:1px dashed #bcc9a4;border-radius:50%}.hero-drink{width:95%;position:relative;transform:rotate(8deg);filter:drop-shadow(17px 25px 12px #53613426)}.drink-svg{display:block;width:100%;height:100%}.art-caption{position:absolute;left:30px;top:35px;font-size:10px;font-weight:700;line-height:1.5;letter-spacing:1px;transform:rotate(-9deg)}.round-stamp{position:absolute;right:30px;top:87px;border-radius:50%;width:95px;height:95px;background:var(--red);color:var(--paper);display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(14deg);font-size:28px;font-weight:800;border:4px double #f5b49b}.round-stamp small{font-size:8px;letter-spacing:1px}.art-note{position:absolute;bottom:32px;right:55px;font-family:Georgia,serif;font-style:italic;font-size:19px;transform:rotate(-8deg)}.ticker{display:flex;justify-content:space-around;gap:25px;white-space:nowrap;overflow:hidden;border-bottom:1px solid var(--line);padding:24px 0;font-size:10px;letter-spacing:1.4px;align-items:center}.ticker b{color:var(--red);font-size:22px}.menu-section{padding:57px 0}.section-heading{display:flex;align-items:end;justify-content:space-between}.section-heading h2,.config h2{font-size:30px;letter-spacing:-1.3px;margin-top:9px}.section-heading p,.muted{color:var(--muted);font-size:13px}.demo-note{font-size:11px;color:var(--muted);margin:18px 0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fffdf7}.product-art{height:225px;position:relative;background:#e9eddb;overflow:hidden}.product:nth-child(2) .product-art{background:#f4e3d1}.product:nth-child(3) .product-art{background:#f0dfd7}.product-art .drink-svg{height:270px;margin-top:-17px;transition:transform .25s}.product:hover .drink-svg{transform:rotate(-5deg) scale(1.04)}.product-tag{position:absolute;top:16px;left:16px;background:var(--paper);border-radius:4px;padding:6px 8px;font-size:8px;font-weight:700;letter-spacing:1px}.product-content{padding:21px}.product h3{font-size:20px;letter-spacing:-.6px}.product p{font-size:12px;color:var(--muted);line-height:1.6;margin-top:8px;min-height:40px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.product-bottom span{font-size:11px}.product-bottom strong{font-size:19px;margin-left:4px}.product-bottom button{width:36px;height:36px;border:1px solid var(--line);background:transparent;border-radius:50%;font-size:23px}.product-bottom button:hover{background:var(--lime)}.builder{display:grid;grid-template-columns:.9fr 1.1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fffdf7}.preview{position:relative;overflow:hidden;background:#e6ebd6;padding:38px;display:flex;flex-direction:column}.preview h2{font-size:43px;line-height:1.1;letter-spacing:-2px;margin-top:13px}.live-drink{width:100%;max-width:410px;align-self:center;margin-top:0;filter:drop-shadow(10px 15px 12px #53613420)}.preview-label{text-align:center;margin-top:auto;z-index:1}.preview-label span{display:block;font-family:Georgia,serif;font-style:italic;font-size:26px}.preview-label small{display:block;font-size:11px;margin-top:8px}.preview-decoration{position:absolute;font-size:180px;color:#ced9b4;bottom:-65px;left:-32px}.config{padding:38px}.config>.muted{margin-top:10px;margin-bottom:24px}.option-group{padding:16px 0;border-top:1px solid var(--line)}.option-title{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-bottom:12px}.option-title small{font-weight:400;color:var(--muted);font-size:10px}.choices{display:flex;gap:8px;flex-wrap:wrap}.choice{background:transparent;border:1px solid var(--line);border-radius:6px;padding:10px 13px;font-size:11px}.choice.active{background:var(--green);color:white;border-color:var(--green)}.choice span{opacity:.7;margin-left:5px}.notes-label,form>label{display:block;font-size:12px;font-weight:600;margin:14px 0 9px}textarea,input:not([type=checkbox]){width:100%;border:1px solid var(--line);border-radius:6px;background:transparent;padding:12px;font-size:12px;color:var(--green)}textarea{resize:vertical}.add-row{display:flex;gap:12px;margin-top:22px}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:6px}.quantity button{background:none;border:0;padding:13px;font-size:19px}.quantity output{font-size:13px;min-width:14px;text-align:center}.add-row>.button{flex:1;padding:16px;gap:10px}.how{display:flex;align-items:center;gap:25px;padding:42px 0;margin:28px 0}.how-icon{font-size:44px}.how h2{font-size:23px;letter-spacing:-.8px}.how p{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.7}.pill{margin-left:auto;border:1px solid var(--line);border-radius:30px;padding:12px 16px;font-size:9px;letter-spacing:1px;white-space:nowrap}footer{background:var(--green);color:var(--paper);padding:36px max(24px,calc((100vw - 1184px)/2));display:flex;gap:30px;align-items:center;justify-content:space-between}footer p{font-family:Georgia,serif;font-style:italic;font-size:17px}footer small{font-size:9px;max-width:190px;line-height:1.7}dialog{width:min(520px,calc(100% - 24px));max-height:90dvh;border:0;border-radius:15px;background:var(--paper);color:var(--green);padding:28px}dialog::backdrop{background:#10251cc0;backdrop-filter:blur(4px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.dialog-head h2{font-size:32px;margin-top:6px}.close{background:none;border:0;font-size:32px}.cart-item{padding:16px 0;border-bottom:1px solid var(--line);display:flex;gap:20px;justify-content:space-between}.cart-item h3{font-size:15px}.cart-item p{font-size:12px;line-height:1.7;color:var(--muted);margin-top:7px;white-space:pre-wrap;overflow-wrap:anywhere}.remove{display:block;border:0;background:none;text-decoration:underline;font-size:11px;padding:10px 0;color:var(--red)}.cart-item strong{white-space:nowrap;font-size:14px}.empty{padding:25px 0;font-size:14px}.age{display:flex;align-items:center;gap:8px;font-weight:400;font-size:12px;line-height:1.5}.age input{accent-color:var(--green);width:17px;height:17px}.cart-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:18px 0;margin-top:20px}.cart-total strong{font-size:25px}.checkout-note,.send-note{font-size:11px;line-height:1.7;color:var(--muted)}.whatsapp{width:100%;margin:19px 0 12px;justify-content:center}.button:disabled{opacity:.45;cursor:not-allowed}.send-note{display:block;text-align:center}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--green);color:white;border-radius:30px;padding:15px 25px;font-size:13px;box-shadow:0 5px 30px #0002;opacity:0;pointer-events:none;transition:.2s;z-index:5;white-space:nowrap}.toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1400px){.hero-drink{max-width:490px}}@media(max-width:1250px){main{margin:0 32px}.hero-copy{padding-left:35px}.hero-art .art-ring{width:320px;height:320px}}@media(max-width:750px){.header{height:85px;padding:0 20px}.brand{font-size:31px}.brand span{font-size:6px}.header nav{display:none}main{margin:0 18px}.location{font-size:10px;gap:6px;padding:19px 0}.location-end{display:none}.hero{grid-template-columns:1fr;position:relative}.hero-copy{padding:29px 26px 0}.hero-copy h1{font-size:49px}.hero-copy>p{font-size:13px;max-width:270px}.hero-foot{display:none}.hero-art{height:330px}.hero-drink{height:365px;width:340px;margin-top:-15px}.hero-art .art-ring{width:270px;height:270px}.art-caption{font-size:8px;top:45px;left:20px}.round-stamp{width:73px;height:73px;font-size:23px;top:42px;right:22px}.round-stamp small{font-size:6px}.art-note{font-size:16px;bottom:20px;right:26px}.ticker{font-size:8px;justify-content:flex-start;padding:14px 0;gap:18px}.menu-section{padding:35px 0}.section-heading{display:block}.section-heading h2{font-size:25px}.section-heading p{margin-top:10px}.demo-note{font-size:10px;line-height:1.6}.products{gap:12px;grid-template-columns:1fr}.product{display:grid;grid-template-columns:115px 1fr}.product-art{height:100%;min-height:178px}.product-art .drink-svg{width:175px;height:210px;max-width:none;position:absolute;left:-30px;top:0}.product-tag{font-size:6px;top:9px;left:7px;padding:5px}.product-content{padding:17px}.product h3{font-size:19px}.product p{font-size:11px;min-height:0}.product-bottom{margin-top:12px}.builder{grid-template-columns:1fr}.preview{padding:27px;min-height:350px}.preview h2{font-size:34px;position:relative;z-index:1}.live-drink{height:290px;width:280px;margin-top:-105px;margin-right:-65px}.preview-label{text-align:left;margin-top:10px}.preview-label span{font-size:23px}.config{padding:25px 20px}.config h2{font-size:29px}.add-row{gap:8px}.add-row>.button{font-size:11px}.quantity button{padding:10px}.how{gap:14px;flex-wrap:wrap;padding:22px 0;margin:15px 0}.how-icon{display:none}.how h2{font-size:22px}.pill{margin-left:0}footer{align-items:flex-start;flex-direction:column;gap:22px;padding:30px 24px}footer small{max-width:none}.toast{font-size:11px;padding:14px 20px}dialog{padding:23px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
/* Clear ordering actions and a persistent order summary. */
[hidden]{display:none!important}
.product-bottom button{width:auto;height:auto;min-height:44px;padding:10px 15px;border-radius:7px;font-size:12px;font-weight:700;background:var(--green);color:white}
.product-bottom button:hover{background:#285a44}
.choice{min-height:44px;font-size:12px}.choice.active:before{content:'✓ ';font-weight:700}.quantity button{min-width:44px;min-height:44px}
.selection-summary{background:#edf0df;border-radius:6px;padding:12px;font-size:12px;line-height:1.6;margin-bottom:16px;font-weight:600}
.text-action{background:none;border:0;text-decoration:underline;padding:10px 0;font-size:13px;margin-bottom:8px;min-height:44px}
.order-bar{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);width:min(580px,calc(100% - 28px));z-index:4;background:var(--green);color:white;border:1px solid #ffffff50;border-radius:12px;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:15px;box-shadow:0 8px 30px #10251c40;font-size:13px}
.ticket-button{display:block;width:100%;min-height:46px;background:transparent;border:1px solid var(--green);border-radius:7px;padding:13px;font-size:13px;font-weight:600;margin:12px 0 8px}
.pdf-help{display:block;font-size:11px;line-height:1.6;color:var(--muted);margin:0 0 18px;text-align:center}footer{padding-bottom:110px}.toast{bottom:95px}
@media(max-width:750px){.hero{min-height:0;grid-template-columns:1fr 110px}.hero-copy{padding:22px 0 24px 20px}.hero-copy h1{font-size:30px;letter-spacing:-1.5px;margin-top:12px}.hero-copy h1 br:first-of-type{display:none}.hero-copy>p{font-size:12px;margin:14px 0;line-height:1.6}.hero-copy .eyebrow{font-size:8px}.hero .button{padding:13px 17px;font-size:12px}.hero-art{height:100%;overflow:hidden}.hero-drink{width:210px;min-width:210px;height:260px;transform:rotate(8deg);margin-left:-25px}.art-caption,.round-stamp,.art-note,.art-ring{display:none}.ticker{display:none}.product-bottom{gap:8px}.product-bottom button{padding:9px 12px;font-size:11px}.order-bar{font-size:12px;padding:17px 15px}.preview{min-height:230px}.preview h2{font-size:28px}.live-drink{height:210px;margin-top:-85px}.config{padding-top:24px}.dialog-head h2{font-size:26px}}

.custom-nav{border:0;background:none;font:inherit;padding:0;cursor:pointer}
.custom-entry{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px;border:1px dashed #a7b793;background:#edf0df;border-radius:10px;margin:0 0 24px}
.custom-entry h2{font-size:23px;letter-spacing:-.6px}.custom-entry p{font-size:13px;color:var(--muted);line-height:1.7;margin-top:8px}.custom-entry .button{white-space:nowrap}.product-bottom>span{line-height:1.8}.product-bottom>span strong{display:block;margin-left:0}
@media(max-width:750px){.custom-entry{flex-direction:column;align-items:stretch;padding:22px}.custom-entry h2{font-size:22px}.custom-entry .button{justify-content:center}}

/* Personalization lives in its own accessible native dialog. */
.builder-dialog{width:min(1000px,calc(100% - 32px));max-height:90dvh;padding:0;overscroll-behavior:contain}
.builder-dialog .builder{border:0;border-radius:0}
.builder-dialog #close-builder{display:block;margin:0 0 12px auto;padding:8px 12px;border:1px solid var(--line);border-radius:6px;text-decoration:none;background:var(--paper)}
body:has(dialog[open]){overflow:hidden}
body:has(.builder-dialog[open]) .toast{display:none}
.builder-dialog .add-feedback{color:var(--green);font-size:13px;line-height:1.6;margin-top:12px;min-height:21px}
@media(max-width:750px){.builder-dialog{width:calc(100% - 20px);max-height:94dvh}.builder-dialog .preview{min-height:200px;padding:20px}.builder-dialog .config{padding:20px}.builder-dialog .live-drink{height:185px}}
