:root{--blue:#103864;--ink:#172b43;--sand:#ddc39b;--cream:#fbf8ef;--pale:#f0e7d5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,Arial,sans-serif}.hero{min-height:680px;color:#fff;background:linear-gradient(135deg,rgba(9,42,79,.94),rgba(20,65,103,.87)),radial-gradient(circle at 5% 100%,#b89562 0 2%,transparent 2.4%),radial-gradient(circle at 91% 14%,#d9bb88 0 1%,transparent 1.5%),#123b67;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;width:480px;height:480px;border:1px solid rgba(238,218,179,.25);border-radius:50%;right:-160px;top:-175px}.hero:after{width:620px;height:620px;right:-232px;top:-245px}nav{height:80px;max-width:1150px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}nav a{color:white;text-decoration:none;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.brand{font-family:"Cormorant Garamond",serif;font-size:26px;letter-spacing:.15em!important;font-weight:700}.mark{color:var(--sand);font-size:18px}.hero-content{max-width:1150px;margin:70px auto 0;padding:0 28px;position:relative;z-index:1}.flower{color:var(--sand);font-size:44px;line-height:1}.eyebrow{font-size:11px;letter-spacing:.28em;font-weight:700;color:var(--sand);margin:20px 0 10px}.hero h1,.menu-head h2,.section-title h2{font-family:"Cormorant Garamond",Georgia,serif}.hero h1{font-size:clamp(52px,8vw,100px);line-height:.83;letter-spacing:-.04em;margin:15px 0 27px;font-weight:600}.hero h1 em{color:var(--sand);font-weight:500}.intro{width:min(420px,100%);line-height:1.75;font-size:15px;color:#e9edf0}.button{margin-top:18px;display:inline-flex;gap:26px;padding:15px 19px;border:1px solid var(--sand);color:#fff;text-decoration:none;font-size:12px;letter-spacing:.09em;text-transform:uppercase}.button span{color:var(--sand);font-size:18px}.wave{position:absolute;bottom:-70px;left:-5%;width:110%;height:145px;background:var(--cream);border-radius:50% 50% 0 0/45% 45% 0 0}.menu-head{text-align:center;padding:74px 25px 26px}.menu-head .eyebrow{color:#8d7145}.menu-head h2{margin:0;font-size:55px;line-height:1;font-weight:600}.menu-head>p:last-child{color:#667083;font-size:13px;margin-top:15px}.tabs{max-width:1100px;margin:20px auto 55px;padding:0 25px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.tabs a{font-size:11px;text-transform:uppercase;letter-spacing:.08em;border:1px solid #d9cdb9;padding:10px 13px;color:var(--blue);text-decoration:none}.menu-section{padding:60px max(25px,calc((100% - 1050px)/2));scroll-margin-top:10px}.menu-section.alt{background:var(--pale)}.section-title{display:flex;align-items:center;gap:15px;margin-bottom:31px}.section-title p{font-family:"Cormorant Garamond";font-weight:bold;color:#a78758;font-size:18px}.section-title h2{font-size:41px;font-weight:600;margin:0;white-space:nowrap}.section-title span{height:1px;background:#b7a07b;flex:1}.items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px}.items article{padding:16px 0;border-bottom:1px solid #d9d0c1;display:flex;justify-content:space-between;gap:15px}.items h3,.drink-card h3{font-family:"Cormorant Garamond";font-size:23px;line-height:1;margin:0 0 5px;font-weight:700}.items p{margin:0;font-size:12px;color:#697280}.items b,.compact b{font-family:"Cormorant Garamond";font-size:19px;color:var(--blue);white-space:nowrap}.drink-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.alcohol-grid{grid-template-columns:repeat(4,1fr)}.drink-card{background:#fffdf8;padding:25px 23px;border-top:3px solid var(--sand);box-shadow:0 8px 22px rgba(20,42,61,.06)}.compact p{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #ebe4d8;margin:0;padding:9px 0;font-size:13px}.sub{padding-top:25px;margin-top:9px!important;border-top:1px solid #cdbb9e}footer{padding:50px 25px;text-align:center;background:var(--blue);color:#fff}footer .flower{font-size:27px}footer strong{display:block;font-family:"Cormorant Garamond";letter-spacing:.22em;font-size:32px;margin-top:9px}footer p{color:var(--sand);letter-spacing:.24em;font-size:10px;margin:3px}footer a{display:inline-block;color:#fff;margin-top:20px;font-size:11px;text-decoration:none;text-transform:uppercase;letter-spacing:.1em}@media(max-width:720px){.hero{min-height:620px}.hero-content{margin-top:72px}.items{grid-template-columns:1fr}.drink-grid,.alcohol-grid{grid-template-columns:1fr}.menu-section{padding-top:45px;padding-bottom:45px}.section-title h2{font-size:34px}.section-title{gap:10px}.section-title p{font-size:15px}.menu-head h2{font-size:48px}}
/* Hero refinements */
.hero-label{display:flex;align-items:center;gap:14px}.hero-label .flower{font-size:42px}.hero-label .eyebrow{margin:0}.hero-ornament{display:none}.back-to-top{position:fixed;right:18px;bottom:18px;z-index:10;width:53px;height:53px;border-radius:50%;background:var(--blue);border:1px solid var(--sand);box-shadow:0 5px 18px rgba(9,37,66,.27);color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;line-height:1;transition:transform .2s,background .2s}.back-to-top:hover{background:#1a4e84;transform:translateY(-3px)}.back-to-top span{font-family:"Cormorant Garamond";font-size:30px;line-height:1}
@media(max-width:720px){.hero{min-height:100svh;background:linear-gradient(160deg,rgba(7,35,68,.96),rgba(20,66,104,.88)),#123b67}.hero:before{width:340px;height:340px;right:-150px;top:56px}.hero:after{width:470px;height:470px;right:-215px;top:-8px}.hero-content{margin-top:0;padding:0 24px;height:calc(100svh - 80px);min-height:510px;display:flex;flex-direction:column;justify-content:center;padding-bottom:80px}.hero-label{gap:10px}.hero-label .flower{font-size:32px}.hero h1{font-size:clamp(60px,18vw,85px);line-height:.8;margin:24px 0 25px;position:relative;z-index:1}.intro{font-size:14px;line-height:1.65;max-width:310px}.button{width:100%;justify-content:space-between;margin-top:25px;padding:18px 19px;background:rgba(7,35,68,.18)}.hero-ornament{display:block;position:absolute;width:185px;height:185px;right:-48px;bottom:38px;opacity:.75}.hero-ornament i{position:absolute;left:50%;top:50%;width:25px;height:75px;transform-origin:50% 0;background:linear-gradient(180deg,rgba(224,197,150,.37),transparent);border-radius:20px}.hero-ornament i:nth-child(1){transform:rotate(0deg)}.hero-ornament i:nth-child(2){transform:rotate(60deg)}.hero-ornament i:nth-child(3){transform:rotate(120deg)}.hero-ornament i:nth-child(4){transform:rotate(180deg)}.hero-ornament i:nth-child(5){transform:rotate(240deg)}.hero-ornament i:nth-child(6){transform:rotate(300deg)}.hero-ornament span{position:absolute;left:42%;top:42%;font-size:31px;color:var(--sand)}.wave{height:90px;bottom:-45px;width:145%;left:-22%}.back-to-top{right:14px;bottom:14px;width:50px;height:50px}}
@media(max-width:720px){.hero.hero{min-height:100svh}.hero .hero-content{margin-top:0}.hero.hero .wave{height:90px;bottom:-45px;width:145%;left:-22%}}
/* Compact brand-led hero */
.hero.hero{min-height:390px}.compact-hero.hero-content{height:280px;margin:0 auto;padding:18px 28px 65px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-logo{width:82px;height:82px;object-fit:contain;margin-bottom:7px;filter:drop-shadow(0 6px 11px rgba(0,0,0,.2))}.compact-hero .eyebrow{margin:0 0 11px;font-size:9px}.compact-hero h1{font-size:clamp(43px,5.5vw,65px);line-height:.9;letter-spacing:-.025em;margin:0;font-weight:600}.compact-hero h1 em{display:block;font-size:.59em;letter-spacing:.12em;text-transform:uppercase;margin-top:10px}.compact-hero~.wave{height:105px;bottom:-53px}
@media(max-width:720px){.hero.hero{min-height:345px;height:345px}.compact-hero.hero-content{height:265px;min-height:0;margin:0;padding:10px 24px 38px}.hero-logo{width:70px;height:70px;margin-bottom:7px}.compact-hero .eyebrow{font-size:8px;margin-bottom:10px}.compact-hero h1{font-size:46px;line-height:.86}.compact-hero h1 em{font-size:.5em;margin-top:11px;letter-spacing:.15em}.compact-hero~.wave{height:65px;bottom:-35px}.compact-hero .hero-ornament{display:none}}
/* Premium Azul hero treatment */
.hero.hero{background:radial-gradient(circle at 50% 47%,rgba(43,113,180,.34) 0,rgba(16,56,100,.14) 28%,transparent 52%),linear-gradient(125deg,#08294d 0%,#103f70 54%,#0b3159 100%);border-top:4px solid rgba(224,195,143,.8);isolation:isolate}.hero.hero:before{width:680px;height:680px;right:-225px;top:-365px;border-color:rgba(224,195,143,.22);box-shadow:0 0 0 1px rgba(224,195,143,.07),0 0 0 90px rgba(224,195,143,.025)}.hero.hero:after{width:440px;height:440px;right:auto;left:-235px;top:122px;border-color:rgba(224,195,143,.12)}.hero nav{height:94px;max-width:1120px;padding:0 32px}.hero nav:before{content:"";position:absolute;inset:18px 16px;border-bottom:1px solid rgba(240,221,184,.24);z-index:-1}.hero .brand{display:flex;align-items:center;gap:10px;font-size:27px;text-shadow:0 2px 10px rgba(0,0,0,.18)}.hero .brand img{width:26px;height:26px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(38,138,255,.65))}.hero .menu-link{display:flex;align-items:center;gap:12px;padding:10px 0;color:#f8f2e8}.hero .menu-link span{color:var(--sand);font-size:18px}.compact-hero.hero-content{height:292px;padding-bottom:55px;position:relative}.compact-hero.hero-content:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(29,117,222,.22),transparent 66%);filter:blur(9px);z-index:-1}.hero-logo{width:91px;height:91px;margin-bottom:13px;filter:drop-shadow(0 9px 18px rgba(0,0,0,.26)) drop-shadow(0 0 11px rgba(35,135,255,.38))}.compact-hero h1{font-size:clamp(48px,5.8vw,70px);text-shadow:0 4px 14px rgba(2,20,42,.32)}.compact-hero h1 em{font-size:.48em;letter-spacing:.22em;color:#e7c98f;text-shadow:none}.compact-hero~.wave{height:78px;bottom:-38px;background:var(--cream)}
@media(max-width:720px){.hero.hero{height:365px;min-height:365px}.hero nav{height:76px;padding:0 20px}.hero nav:before{inset:12px 14px}.hero .brand{font-size:22px;gap:8px}.hero .brand img{width:22px;height:22px}.hero .menu-link{font-size:10px;gap:8px}.hero .menu-link span{font-size:14px}.compact-hero.hero-content{height:276px;padding:7px 24px 38px}.compact-hero.hero-content:before{width:180px;height:180px}.hero-logo{width:76px;height:76px;margin-bottom:11px}.compact-hero h1{font-size:52px;line-height:.82}.compact-hero h1 em{font-size:.43em;letter-spacing:.19em;margin-top:12px}.compact-hero~.wave{height:62px;bottom:-33px}}
/* Typography matched to the Azul wordmark */
.compact-hero h1{font-family:Cinzel,Georgia,serif!important;font-weight:500!important;letter-spacing:.035em!important;text-shadow:0 3px 14px rgba(2,20,42,.34),0 1px 0 rgba(255,255,255,.15)}.compact-hero h1 em{font-family:Cinzel,Georgia,serif!important;font-style:normal!important;font-weight:500!important;letter-spacing:.27em!important;color:#e9c989!important;text-shadow:0 2px 12px rgba(2,20,42,.24)!important}.compact-hero h1:after{content:"";display:block;width:78px;height:1px;margin:17px auto 0;background:linear-gradient(90deg,transparent,#e7c48a,transparent)}
@media(max-width:720px){.compact-hero h1{font-size:44px!important;letter-spacing:.025em!important}.compact-hero h1 em{letter-spacing:.2em!important}.compact-hero h1:after{margin-top:14px;width:58px}}
/* Online ordering */
.nav-actions{display:flex;align-items:center;gap:21px}.phone-order{color:#f4dcae!important;font-size:10px!important;border:1px solid rgba(238,211,161,.55);padding:9px 11px}.cart-toggle{border:0;background:none;color:#fff;font:inherit;font-size:11px;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;padding:10px 0}.cart-count{display:inline-grid;place-items:center;min-width:19px;height:19px;border-radius:50%;margin-left:5px;background:var(--sand);color:var(--blue);font-size:10px;font-weight:700}.items article{align-items:center}.items article>div{flex:1}.add-item{border:1px solid #c7ae83;background:transparent;color:var(--blue);font:600 10px Manrope,sans-serif;text-transform:uppercase;letter-spacing:.07em;padding:8px 10px;cursor:pointer;transition:.2s}.add-item:hover{background:var(--blue);color:#fff}.drink-item{cursor:pointer;transition:color .15s,background .15s}.drink-item:hover,.drink-item:focus-visible{color:var(--blue);background:#f3ead9;outline:none}.drink-item:after{content:"+";font-size:18px;color:#a78758;margin-left:5px}.cart-panel{position:fixed;top:0;right:0;z-index:30;width:min(430px,100%);height:100dvh;background:#fffdf8;box-shadow:-12px 0 35px rgba(7,28,53,.24);transform:translateX(105%);transition:transform .28s ease;padding:27px 25px;display:flex;flex-direction:column}.cart-panel.is-open{transform:translateX(0)}.cart-backdrop{position:fixed;z-index:25;inset:0;background:rgba(6,25,49,.52);opacity:0;visibility:hidden;transition:.25s}.cart-backdrop.is-open{opacity:1;visibility:visible}.cart-panel-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #dfd2bd;padding-bottom:19px}.cart-panel .eyebrow{margin:0 0 7px;color:#907245;font-size:9px}.cart-panel h2,.order-dialog h2{font:600 42px/1 "Cormorant Garamond",serif;margin:0}.cart-close,.order-close{border:0;background:none;color:var(--blue);font:38px/1 Arial;cursor:pointer;padding:0}.cart-items{flex:1;overflow:auto;padding:16px 0}.empty-cart{font-size:14px;color:#687387;text-align:center;margin:50px 0}.cart-line{padding:14px 0;border-bottom:1px solid #ebe2d3;display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-line strong{display:block;font:700 19px "Cormorant Garamond",serif}.cart-line small{color:#687387;font-size:11px}.quantity{display:flex;align-items:center;gap:9px}.quantity button{border:1px solid #d6c5aa;background:#fff;color:var(--blue);width:27px;height:27px;font-size:19px;cursor:pointer}.quantity span{min-width:12px;text-align:center;font-size:13px}.cart-total{display:flex;justify-content:space-between;border-top:1px solid #cdbb9e;padding:18px 0 14px;font-size:14px}.cart-total strong{font:700 27px "Cormorant Garamond",serif}.checkout-button,.send-order{width:100%;border:0;background:var(--blue);color:#fff;padding:16px;font:600 11px Manrope,sans-serif;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.checkout-button:disabled{opacity:.45;cursor:not-allowed}.cart-phone,.email-help{display:block;text-align:center;color:var(--blue);font-size:11px;margin:16px 0 0;text-decoration:none}.order-modal{position:fixed;z-index:40;inset:0;background:rgba(6,25,49,.65);display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.2s}.order-modal.is-open{opacity:1;visibility:visible}.order-dialog{position:relative;width:min(535px,100%);max-height:95dvh;overflow:auto;background:#fffdf8;padding:36px}.order-dialog .eyebrow{color:#927445;font-size:10px;margin:0 0 9px}.order-close{position:absolute;right:18px;top:13px}.order-note{font-size:13px;color:#687387;line-height:1.55;margin:13px 0 20px}.order-summary{padding:10px 0;margin-bottom:17px;border-top:1px solid #ded1bd;border-bottom:1px solid #ded1bd}.order-summary p{display:flex;justify-content:space-between;gap:18px;font-size:12px;margin:9px 0}.order-summary strong{font-family:"Cormorant Garamond",serif;font-size:17px;white-space:nowrap}.order-summary .order-grand-total{border-top:1px solid #e2d6c3;padding-top:12px;margin-top:12px;font-size:14px}.order-grand-total strong{font-size:23px}.order-form{display:grid;gap:13px}.order-form label{display:grid;gap:6px;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.04em}.order-form input{width:100%;border:1px solid #d9cdb9;background:#fff;padding:12px;font:14px Manrope,sans-serif;color:var(--ink)}.order-form input:focus{outline:2px solid #b79866;border-color:transparent}.send-order{margin-top:5px}.no-scroll{overflow:hidden}
@media(max-width:720px){.hero .nav-actions{gap:10px}.phone-order{display:none}.cart-toggle{font-size:9px}.hero .menu-link{margin-left:2px}.items article{flex-wrap:wrap}.items article .add-item{margin-left:auto}.order-dialog{padding:29px 22px}.order-dialog h2,.cart-panel h2{font-size:36px}.cart-panel{padding:23px 19px}.add-item{padding:7px 9px}.cart-phone{font-size:10px}}
/* Header becomes a compact order bar only after scrolling */
.hero nav{position:absolute;top:0;left:0;right:0;z-index:50;max-width:none;transition:background .25s,box-shadow .25s,backdrop-filter .25s}.hero nav.is-scrolled{position:fixed;background:rgba(8,41,77,.96);box-shadow:0 5px 18px rgba(5,25,48,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero nav.is-scrolled:before{inset:auto 24px 0!important;height:1px;border:0!important;background:rgba(240,221,184,.28)}.hero nav .brand,.hero nav .nav-actions{position:relative;z-index:1}.menu-section{scroll-margin-top:105px}
.compact-hero.hero-content{transform:translateY(74px)}
@media(max-width:720px){.hero nav{height:66px!important;padding:0 16px!important}.hero nav.is-scrolled{background:rgba(8,41,77,.98)}.hero nav.is-scrolled:before{left:14px!important;right:14px!important}.hero .brand{font-size:21px!important;letter-spacing:.12em!important}.nav-actions{gap:7px!important}.hero .phone-order{display:grid!important;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(238,211,161,.55);font-size:0!important}.hero .phone-order:before{content:"☎";font-size:16px}.hero .cart-toggle{display:flex;align-items:center;gap:4px;padding:7px 0!important;font-size:0!important}.hero .cart-toggle:before{content:"Количка";font-size:9px;letter-spacing:.08em}.hero .cart-count{margin:0;min-width:22px;height:22px;font-size:10px}.hero .menu-link{display:none}.hero.hero{height:365px;min-height:365px}.compact-hero.hero-content{padding-top:0;transform:translateY(48px)}.menu-section{scroll-margin-top:75px}.tabs{margin-top:14px;margin-bottom:30px;padding:0 14px;gap:6px}.tabs a{font-size:9px;padding:9px 10px}.menu-head{padding:56px 18px 20px}.items{gap:0}.items article{padding:15px 0;column-gap:11px}.items h3{font-size:22px}.items p{font-size:11px}.add-item{font-size:9px}.drink-card{padding:21px 17px}.back-to-top{bottom:14px;right:14px}}
/* Refined cart control */
.cart-toggle{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(237,210,157,.6);border-radius:999px!important;background:rgba(255,255,255,.06);padding:9px 12px!important;transition:background .2s,border-color .2s,transform .2s}.cart-toggle:before{content:"🛒";font-size:14px;line-height:1}.cart-toggle:hover{background:rgba(225,195,143,.16);border-color:var(--sand);transform:translateY(-1px)}.cart-count{min-width:23px;height:23px;margin-left:0!important;background:#e5c58d!important;box-shadow:0 2px 7px rgba(0,0,0,.2)}
@media(max-width:720px){.hero .phone-order{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.06)}.hero .cart-toggle{gap:7px;padding:6px 7px 6px 10px!important;border-radius:999px!important;background:rgba(255,255,255,.08)}.hero .cart-toggle:before{content:"Количка";font:600 9px/1 Manrope,sans-serif;letter-spacing:.08em;color:#fff;transform:none}.hero .cart-count{min-width:25px;height:25px;font-size:10px}.hero .cart-toggle:hover{transform:none}}
@media(max-width:720px){.hero nav{height:64px!important;padding:0 18px!important;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hero nav:before{display:none}.hero nav.is-scrolled{background:#0b3159;box-shadow:0 4px 14px rgba(5,25,48,.2);backdrop-filter:none;-webkit-backdrop-filter:none}.hero nav.is-scrolled:before{display:block;left:18px!important;right:18px!important;background:rgba(240,221,184,.25)}.hero .brand{font-size:22px!important;letter-spacing:.13em!important}.nav-actions{gap:8px!important}.hero .phone-order{width:36px;height:36px;border:0;background:linear-gradient(145deg,#f2dbac,#d9ad67);box-shadow:0 3px 9px rgba(0,0,0,.24),inset 0 1px 1px rgba(255,255,255,.5)}.hero .phone-order:before{font-size:16px;color:#103864;text-shadow:none}.hero .phone-order:active{transform:scale(.94)}.hero .cart-toggle{height:35px;gap:7px;padding:5px 6px 5px 11px!important;border-color:rgba(238,211,161,.75);background:transparent;font-size:10px!important;font-weight:600;letter-spacing:.02em;text-transform:none}.hero .cart-toggle:before{content:"";display:none}.hero .cart-count{min-width:24px;height:24px;background:#e8c98f!important;color:#103864!important;font-size:10px;box-shadow:none}.compact-hero.hero-content{transform:translateY(52px)}}
.phone-order svg{width:15px;height:15px;flex:none}.phone-order{display:inline-flex;align-items:center;justify-content:center;gap:7px}
@media(max-width:720px){.hero .phone-order{display:flex!important;align-items:center;justify-content:center;width:auto;height:34px;padding:0 10px!important;gap:6px!important;font-size:9px!important;font-weight:700;line-height:1;letter-spacing:.02em;border:1px solid rgba(239,211,156,.82);border-radius:999px;background:rgba(7,38,73,.18);box-shadow:none;color:#f1d49c!important}.hero .phone-order:before{display:none}.hero .phone-order svg{width:13px;height:13px;color:#f1d49c}.hero .phone-order span{display:block;white-space:nowrap}.hero .phone-order:active{transform:scale(.97)}}
/* Drink add buttons and cart feedback */
.drink-item{align-items:center}.drink-item:after{display:none}.drink-item b{margin-left:auto}.drink-add{margin-left:4px;flex:none;border:1px solid #c7ae83;background:transparent;color:var(--blue);font:600 9px Manrope,sans-serif;text-transform:uppercase;letter-spacing:.05em;padding:6px 8px;cursor:pointer;transition:background .2s,color .2s,transform .2s}.drink-add:hover{background:var(--blue);color:#fff}.add-item.is-added,.drink-add.is-added{background:#1d604e;border-color:#1d604e;color:#fff;animation:added-confirm .45s ease}.cart-toggle.cart-pop{animation:cart-pop .55s cubic-bezier(.2,1.45,.45,1)}.cart-toggle.cart-pop .cart-count{animation:count-pop .55s ease}@keyframes added-confirm{50%{transform:scale(1.06)}}@keyframes cart-pop{35%{transform:translateY(-2px) scale(1.13)}70%{transform:translateY(0) scale(.96)}}@keyframes count-pop{40%{transform:scale(1.35);background:#fff4d7}100%{transform:scale(1)}}
@media(max-width:720px){.compact p.drink-item{gap:7px;padding:8px 0}.drink-add{padding:6px 7px;font-size:8px}.cart-toggle.cart-pop{animation:cart-pop-mobile .55s cubic-bezier(.2,1.45,.45,1)}@keyframes cart-pop-mobile{35%{transform:scale(1.08)}70%{transform:scale(.97)}}}
/* Full-screen checkout */
.order-modal{padding:0;place-items:stretch}.order-dialog{width:100%;max-width:none;height:100dvh;max-height:none;border:0;padding:clamp(32px,7vh,72px) max(24px,calc((100% - 620px)/2));background:var(--cream)}.order-dialog:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#103864,#d9b979,#103864)}.order-dialog .order-close{position:fixed;right:25px;top:24px;z-index:2;width:42px;height:42px;border:1px solid #cdbb9e;border-radius:50%;background:#fffdf8;font-size:31px;display:grid;place-items:center}.order-dialog .eyebrow{margin-top:28px}.order-summary{background:#fffdf8;padding:17px 19px}.order-form{background:#fffdf8;padding:20px}.email-help{margin-bottom:30px}
@media(max-width:720px){.order-dialog{padding:28px 18px}.order-dialog .order-close{right:17px;top:16px;width:38px;height:38px;font-size:28px}.order-dialog .eyebrow{margin-top:25px}.order-summary{padding:14px}.order-form{padding:16px}.order-note{padding-right:40px}}
/* More readable drink lists */
.compact p{font-size:14px}.compact b{font-size:20px}.drink-card h3{font-size:25px}
@media(max-width:720px){.compact p.drink-item{font-size:13px;padding:10px 0}.compact b{font-size:19px}.drink-card h3{font-size:24px}}
