*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;color:#101010;background:#f7f7f5}.topbar{height:78px;padding:12px clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e8e8e5;position:sticky;top:0;z-index:20}.brand img{width:128px;height:50px;object-fit:contain}.phone,.contact-actions a{color:#fff;text-decoration:none;background:#0d241b;border-radius:999px;padding:12px 18px;font-weight:700}.hero{max-width:1160px;margin:auto;padding:64px 24px 38px}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.16em;color:#6c6c68}.hero h1{font-size:clamp(42px,8vw,82px);line-height:.96;margin:12px 0 22px;letter-spacing:-.055em}.hero p{font-size:18px;color:#666;max-width:650px}.sticky{position:sticky;top:78px;z-index:12;background:rgba(247,247,245,.94);backdrop-filter:blur(16px);padding:12px 20px 18px;border-bottom:1px solid #e4e4e0}.categories{display:flex;gap:8px;overflow:auto;max-width:1160px;margin:0 auto 12px;padding-bottom:2px;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.categories button{white-space:nowrap;border:1px solid #d9d9d4;background:#fff;border-radius:999px;padding:10px 15px;font-weight:700;cursor:pointer}.categories button.active{background:#0d241b;color:#fff;border-color:#0d241b}.search{max-width:1160px;margin:auto;display:flex;align-items:center;background:#fff;border:1px solid #ddd;border-radius:16px;padding:0 15px}.search span{font-size:25px}.search input{width:100%;border:0;outline:0;background:transparent;padding:14px;font-size:16px}.menu{max-width:1160px;margin:32px auto 72px;padding:0 20px}.section-head{display:flex;justify-content:space-between;align-items:end;margin:38px 0 18px}.section-head h2{font-size:clamp(27px,4vw,42px);margin:0}.section-head span{color:#777}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 7px 28px rgba(0,0,0,.06);cursor:pointer;transition:.18s transform}.card:hover{transform:translateY(-3px)}.card-image{height:260px;background:#0d241b;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.card-body{padding:18px}.card-row{display:flex;gap:12px;justify-content:space-between;align-items:flex-start}.card h3{font-size:20px;margin:0;line-height:1.14}.price{font-size:20px;white-space:nowrap}.card p{color:#71716d;line-height:1.45;margin:12px 0 0;font-size:14px}.contacts{max-width:1160px;margin:0 auto 45px;padding:34px;background:#efece4;border-radius:30px}.contacts h2{font-size:42px;margin:8px 0}.contacts p{color:#555}.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.contact-actions a{background:#fff;color:#111;border:1px solid #ddd}footer{text-align:center;padding:28px;color:#777}dialog{border:0;padding:0;border-radius:26px;width:min(680px,94vw);max-height:90vh;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35)}dialog::backdrop{background:rgba(0,0,0,.68);backdrop-filter:blur(5px)}dialog img{width:100%;max-height:68vh;object-fit:contain;background:#0d241b;display:block}.close{position:absolute;right:12px;top:12px;width:42px;height:42px;border:0;border-radius:50%;font-size:28px;background:rgba(255,255,255,.94);cursor:pointer}.modal-info{display:flex;justify-content:space-between;gap:20px;padding:20px}.modal-info h3{margin:0 0 8px;font-size:25px}.modal-info p{margin:0;color:#666;line-height:1.4}.modal-info strong{font-size:24px;white-space:nowrap}@media(max-width:850px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-image{height:230px}}@media(max-width:560px){.topbar{height:66px;padding:8px 14px}.brand img{width:100px;height:42px}.phone{font-size:13px;padding:10px 13px}.hero{padding:38px 18px 25px}.hero h1{font-size:46px}.hero p{font-size:16px}.sticky{top:66px;padding:10px 12px 14px}.menu{padding:0 12px}.grid{grid-template-columns:1fr;gap:14px}.card{border-radius:20px}.card-image{height:300px}.contacts{margin:0 12px 30px;padding:24px}.modal-info{flex-direction:column}.modal-info strong{font-size:22px}}
/* Compact text menu for drinks */
.drink-section{margin-top:42px}.drink-section .section-head{margin-bottom:12px}.drink-list{background:#fff;border:1px solid #e7e7e2;border-radius:22px;padding:6px 22px;box-shadow:0 7px 28px rgba(0,0,0,.04)}.drink-row{display:grid;grid-template-columns:minmax(0,auto) minmax(24px,1fr) auto;gap:10px;align-items:end;min-height:58px;padding:14px 0;border-bottom:1px solid #ecece8}.drink-row:last-child{border-bottom:0}.drink-name{font-size:18px;font-weight:650;line-height:1.3;min-width:0}.drink-dots{border-bottom:2px dotted #d2d2cc;margin-bottom:5px;min-width:20px}.drink-price{font-size:18px;white-space:nowrap;line-height:1.3}.empty-state{text-align:center;padding:60px;color:#777}
@media(max-width:560px){.drink-section{margin-top:30px}.drink-list{border-radius:18px;padding:4px 15px}.drink-row{min-height:52px;padding:12px 0;gap:8px}.drink-name,.drink-price{font-size:16px}.drink-dots{margin-bottom:4px}}
/* Ordering and WhatsApp checkout */
body.has-cart{padding-bottom:96px}.card-order{display:flex;justify-content:flex-end;margin-top:16px}.qty-control{display:inline-grid;grid-template-columns:38px 38px 38px;align-items:center;text-align:center;background:#f1f1ed;border-radius:999px;padding:3px;font-weight:800}.qty-btn{width:38px;height:38px;border:0;border-radius:50%;background:#fff;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.08)}.qty-plus{background:#0d241b;color:#fff}.drink-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.drink-info{display:flex;align-items:baseline;gap:12px;justify-content:space-between;min-width:0}.drink-price{margin-left:auto}.cart-bar{position:fixed;left:50%;bottom:calc(14px + env(safe-area-inset-bottom));transform:translateX(-50%);z-index:40;width:min(720px,calc(100% - 24px));border:0;border-radius:20px;padding:14px 18px;background:#0d241b;color:#fff;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px;text-align:left;box-shadow:0 15px 45px rgba(0,0,0,.28);cursor:pointer}.cart-bar[hidden]{display:none}.cart-bar span:first-child{display:flex;flex-direction:column}.cart-bar small{opacity:.72;margin-top:2px}.cart-bar>strong{font-size:20px}.cart-arrow{font-size:24px}.modal-order{display:grid;grid-template-columns:46px 46px 46px;align-items:center;justify-content:center;text-align:center;padding:0 20px 22px;font-weight:800;font-size:18px}.modal-order .qty-btn{width:46px;height:46px}.sheet-dialog{width:min(720px,96vw);max-height:92vh;overflow:auto}.sheet-content{padding:30px}.sheet-content h2{font-size:34px;margin:6px 0 24px}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #e7e7e2}.cart-item-main{display:flex;flex-direction:column;gap:5px}.cart-item-main span{color:#777;font-size:14px}.cart-line-total{white-space:nowrap}.cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:22px;padding:22px 0}.dialog-actions{display:grid;grid-template-columns:auto 1fr;gap:10px}.primary-btn,.secondary-btn,.whatsapp-btn{border:0;border-radius:16px;padding:16px 20px;font-size:16px;font-weight:800;cursor:pointer}.primary-btn,.whatsapp-btn{background:#0d241b;color:#fff}.secondary-btn{background:#eee;color:#222}.primary-btn:disabled{opacity:.45;cursor:not-allowed}fieldset{border:0;padding:0;margin:0 0 24px}legend{font-size:16px;font-weight:800;margin-bottom:10px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.choice-grid.two{grid-template-columns:repeat(2,1fr)}.choice-grid label{cursor:pointer}.choice-grid input{position:absolute;opacity:0;pointer-events:none}.choice-grid span{display:block;text-align:center;padding:13px 8px;border:1px solid #d8d8d3;border-radius:14px;background:#fff;font-weight:700}.choice-grid input:checked+span{background:#0d241b;color:#fff;border-color:#0d241b}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:grid;gap:7px;font-weight:700}.form-grid .wide{grid-column:1/-1}.form-grid input,.form-grid textarea{width:100%;border:1px solid #d8d8d3;border-radius:14px;padding:14px;font:inherit;background:#fff;outline:none}.form-grid input:focus,.form-grid textarea:focus{border-color:#0d241b;box-shadow:0 0 0 3px rgba(13,36,27,.1)}.whatsapp-btn{width:100%;margin-top:20px;background:#1f9d55}.form-note{font-size:13px;color:#777;text-align:center;line-height:1.4;margin:10px 0 0}
@media(max-width:560px){body.has-cart{padding-bottom:88px}.card-order{margin-top:14px}.drink-row{min-height:66px}.drink-info{display:grid;gap:4px}.drink-price{margin-left:0}.qty-control{grid-template-columns:34px 34px 34px}.qty-btn{width:34px;height:34px}.cart-bar{bottom:calc(8px + env(safe-area-inset-bottom));border-radius:17px;padding:12px 14px}.sheet-content{padding:25px 18px}.sheet-content h2{font-size:29px}.cart-item{grid-template-columns:minmax(0,1fr) auto}.cart-item .cart-line-total{grid-column:1/-1;text-align:right}.dialog-actions{grid-template-columns:1fr}.choice-grid{grid-template-columns:1fr}.choice-grid.two{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}}

/* v4: hidden checkout fields must stay hidden even when form labels use display:grid */
[hidden]{display:none!important}

/* Featured new item */
.featured-new{max-width:1160px;margin:0 auto 18px;padding:24px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:24px;align-items:center;background:#0d241b;color:#fff;border-radius:30px;overflow:hidden}.featured-new img{width:100%;height:430px;object-fit:cover;border-radius:22px}.featured-copy{padding:18px}.featured-copy .eyebrow{color:#bfd2c8}.featured-copy h2{font-size:clamp(36px,5vw,64px);line-height:1;margin:10px 0 18px;letter-spacing:-.04em}.featured-copy p{font-size:18px;line-height:1.5;color:#dbe5df}.featured-bottom{display:flex;align-items:center;gap:16px;margin-top:26px}.featured-bottom strong{font-size:34px}.featured-add{border:0;border-radius:999px;padding:14px 22px;background:#fff;color:#0d241b;font-weight:800;font-size:16px;cursor:pointer}
@media(max-width:760px){.featured-new{margin:0 12px 16px;padding:12px;grid-template-columns:1fr;border-radius:24px}.featured-new img{height:280px;grid-row:1}.featured-copy{padding:12px 8px 16px}.featured-copy h2{font-size:38px}.featured-copy p{font-size:16px}.featured-bottom strong{font-size:28px}}
