:root{--green:#123d32;--green2:#0b2b23;--pink:#db1768;--cream:#fffaf5;--ink:#18332c;--line:#e9ddd6;--muted:#5f6d66}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif}
body.panel-open,body.cart-open{overflow:hidden}
button,input,textarea{font:inherit}
button{cursor:pointer}
.menu-header{height:68px;padding:0 clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:var(--green);color:#fff;position:sticky;top:0;z-index:5}
.brand{color:#fff;text-decoration:none;font-weight:900;letter-spacing:.12em;font-size:18px}
.brand span{color:var(--pink)}
.header-actions{display:flex;align-items:center;gap:10px}
.language-switch{display:flex;border:1px solid #ffffff61;border-radius:999px;padding:2px}
.language-button{width:36px;min-height:34px;border:0;border-radius:999px;background:transparent;color:#fff;font-size:12px;font-weight:800}
.language-button.is-active{background:#fff;color:var(--green)}
.cart-trigger{border:1px solid #ffffff61;border-radius:999px;color:#fff;background:transparent;padding:9px 12px;font-size:13px}
.cart-trigger [data-cart-count]{background:var(--pink);border-radius:999px;min-width:20px;display:inline-block;padding:2px 5px}
.menu-shell{max-width:1440px;margin:auto;padding:28px clamp(18px,5vw,72px) 80px}
.intro{max-width:820px}
.eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--pink);font-size:11px}
.intro h1{font-family:Georgia,serif;font-size:clamp(34px,5vw,62px);line-height:1.02;max-width:800px;margin:0 0 14px;text-wrap:balance}
.intro>p:last-child{font-size:16px;line-height:1.5;color:var(--muted);max-width:650px}
.main-tabs,.sub-tabs{display:flex;overflow-x:auto;gap:8px;scrollbar-width:none}
.main-tabs{margin:28px 0 22px;border-bottom:1px solid var(--line);padding-bottom:12px}
.main-tabs::-webkit-scrollbar,.sub-tabs::-webkit-scrollbar{display:none}
.main-tab,.sub-tab{white-space:nowrap;border:0;background:transparent;min-height:44px;padding:10px 15px;color:#52625c;border-radius:999px}
.main-tab{font-weight:700}
.main-tab.is-active{background:var(--green);color:#fff}
.sub-tabs{margin-bottom:30px}
.sub-tab{border:1px solid var(--line);background:#fff}
.sub-tab.is-active{border-color:var(--pink);background:#fff0f6;color:#b00f50;font-weight:bold}
.search-wrap{margin-bottom:16px}
.search-wrap input{width:min(560px,100%);min-height:48px;border:1px solid #bfc9c4;border-radius:12px;background:#fff;padding:13px 16px;box-shadow:0 3px 12px #3420180c;outline-color:var(--pink)}
.section-heading{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:23px}
.section-heading h2,.coming-soon h2{font-family:Georgia,serif;font-size:clamp(28px,4vw,43px);margin:0}
.section-heading>p{max-width:420px;color:var(--muted);line-height:1.5;margin:0}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.product-card:hover{box-shadow:0 12px 28px #34201813}
.product-image{aspect-ratio:4/3;background:linear-gradient(135deg,#194d40,#db1768);position:relative;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;display:block}
.image-fallback{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:18px;color:#fff;font:22px Georgia,serif;background:linear-gradient(135deg,#154538,#a41651)}
.product-image.has-image .image-fallback{display:none}
.dialog-image.has-image:has(> img) > .image-fallback{display:none}
.card-content{padding:15px;display:flex;flex:1;flex-direction:column}
.product-brand{font-size:10px;color:var(--pink);font-weight:800;letter-spacing:.13em;margin:0 0 7px}
.product-card h3{font:22px Georgia,serif;margin:0 0 8px}
.product-card p{font-size:13px;line-height:1.4;color:var(--muted);min-height:18px;margin:0 0 14px}
.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto}
.price{font-weight:800;font-size:14px}
.card-button,.add-button{border:0;background:var(--green);color:#fff;border-radius:10px;min-height:44px;padding:10px 12px;font-weight:700;font-size:12px}
.card-button:hover,.add-button:hover{background:var(--pink)}
.empty-state,.coming-soon p:last-child{color:var(--muted)}
.coming-soon{padding:60px 0}
.cart-panel{position:fixed;right:0;top:0;bottom:0;width:min(400px,100vw);background:#fff;z-index:20;padding:24px;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .25s;box-shadow:-12px 0 36px #0002}
.cart-panel.is-open{transform:translateX(0)}
.cart-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:16px}
.cart-head h2{font-family:Georgia,serif;margin:0}
.icon-button{border:0;background:#f5eee9;border-radius:50%;width:44px;height:44px;font-size:23px;line-height:1;color:var(--green)}
.cart-items{overflow:auto;flex:1}
.cart-empty{color:var(--muted);padding-top:20px}
.cart-item{padding:17px 0;border-bottom:1px solid var(--line)}
.cart-item h3{margin:0 0 6px;font-size:17px}
.cart-item p{font-size:13px;color:var(--muted);margin:3px 0}
.remove-item{border:0;background:transparent;color:#b00f50;padding:8px 0;font-size:12px}
.cart-footer{border-top:1px solid var(--line);padding-top:17px}
.cart-total{display:flex;justify-content:space-between;margin-bottom:14px}
.whatsapp-button{width:100%;min-height:48px;padding:13px;border:0;border-radius:10px;background:#1f8f53;color:#fff;font-weight:bold}
.whatsapp-button:disabled{background:#ddd;color:#777;cursor:not-allowed}
.overlay{position:fixed;inset:0;background:#132b2369;z-index:15}
.product-dialog{width:min(510px,calc(100% - 32px));height:100vh;max-height:100vh;margin:0 0 0 auto;border:0;border-radius:0;padding:0;background:#fbf8f4;color:var(--ink);overflow:hidden;box-shadow:0 20px 60px #0005}
.product-dialog::backdrop{background:#132b2369}
.dialog-close-form{position:fixed;right:20px;top:15px;z-index:5}
.dialog-close-form .icon-button{background:#fff;border:1px solid #d8d0ca;box-shadow:0 2px 10px #0002}
.builder-panel{height:100%;min-height:0;display:flex;flex-direction:column}
.panel-visual{max-height:170px;overflow:hidden;flex:0 0 auto}
.dialog-image{aspect-ratio:16/5;background:var(--green);position:relative}
.dialog-image img{width:100%;height:100%;object-fit:cover}
.builder-content{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--pink) #eee5df;padding:30px 25px 48px;flex:1;outline:none}
.builder-content::-webkit-scrollbar{width:10px}
.builder-content::-webkit-scrollbar-track{background:#eee5df}
.builder-content::-webkit-scrollbar-thumb{background:var(--pink);border:2px solid #eee5df;border-radius:999px}
.builder-content:focus-visible{box-shadow:inset 0 0 0 3px #ed86af}
.builder-header{border-bottom:1px solid var(--line);padding-bottom:18px}
.builder-header h2{font:700 33px/1.05 Georgia,serif;color:var(--green);margin:0 0 8px}
.builder-header>p:last-child{color:#53615c;line-height:1.5;margin:0}
.panel-step{border:0;border-bottom:1px solid var(--line);padding:22px 0;margin:0}
.note-step{padding-bottom:34px}
.step-heading{display:flex;align-items:center;gap:10px;margin-bottom:13px}
.step-heading>span,.completion-heading>span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#eaf0ed;color:var(--green);font-weight:800;font-size:12px}
.step-heading h3{font-size:16px;color:#1d332d;margin:0}
.step-heading em{color:var(--pink);font-style:normal}
.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.choice-card{min-height:48px;position:relative;display:flex;align-items:center;gap:6px;border:1px solid #9eaaa5;border-radius:10px;padding:9px 31px 9px 11px;background:#fff;cursor:pointer}
.choice-card input{position:absolute;opacity:0}
.choice-card .choice-name{font-size:13px;font-weight:700}
.choice-card small{margin-left:auto;font-size:11px;white-space:nowrap;color:#65726d}
.choice-card b{position:absolute;right:10px;display:none;width:18px;height:18px;border-radius:50%;place-items:center;background:#fff;color:var(--green);font-size:12px}
.choice-card:has(input:checked){background:var(--green);border:2px solid var(--green);color:#fff;padding:8px 30px 8px 10px}
.extra-grid .choice-card:has(input:checked){background:var(--pink);border-color:var(--pink)}
.choice-card:has(input:checked) small{color:#fff}
.choice-card:has(input:checked) b{display:grid}
.choice-card:focus-within{outline:3px solid #ed86af;outline-offset:2px}
.builder-content textarea{width:100%;min-height:95px;resize:vertical;color:var(--ink);background:#fff;border:1px solid #9eaaa5;border-radius:10px;padding:12px;outline:none}
.builder-content textarea:focus{border-color:var(--pink);box-shadow:0 0 0 3px #f9d4e3}
.note-counter{display:flex;justify-content:space-between;font-size:12px;color:#69736e;margin:7px 0 0}
.panel-action{position:relative;z-index:2;flex:0 0 auto;background:#fff;border-top:1px solid var(--line);padding:14px 25px 20px;box-shadow:0 -8px 20px #37291b0c}
.completion-heading{display:flex;align-items:center;gap:9px;color:var(--green);margin-bottom:10px}
.panel-summary{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;color:#58655f;font-size:12px;margin-bottom:10px}
.panel-summary strong{grid-column:1/-1;color:#1b332b;font-size:14px}
.quantity-control{display:flex;align-items:center;width:128px;border:1px solid #9eaaa5;border-radius:9px;overflow:hidden;margin:8px 0}
.quantity-control button{width:40px;height:40px;border:0;background:#f4f0ec;color:var(--green);font-size:21px}
.quantity-control input{width:48px;height:40px;border:0;text-align:center;color:var(--green);font-weight:800}
.dialog-error{margin:5px 0;min-height:0;color:#a30d48;font-size:12px}
.add-button{width:100%;min-height:50px;font-size:15px;letter-spacing:.04em}
.add-button:disabled{background:#d7d7d5;color:#777;cursor:not-allowed}
.add-button:focus-visible,.quantity-control button:focus-visible{outline:3px solid #ed86af;outline-offset:2px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

@media(max-width:620px){.menu-header{padding-inline:14px}
.header-actions{gap:6px}
.cart-trigger{padding:8px 9px}
.language-button{width:32px}
.menu-shell{padding-top:22px}
.intro h1{font-size:clamp(32px,10vw,45px)}
.section-heading{display:block}
.section-heading>p{margin-top:12px}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.product-card h3{font-size:18px}
.card-content{padding:12px}
.card-button{padding:8px;font-size:11px}
.cart-panel{width:100%;top:auto;height:min(78vh,650px);transform:translateY(105%)}
.cart-panel.is-open{transform:translateY(0)}
.product-dialog{width:100vw;height:100dvh;max-height:100dvh;margin:0}
.dialog-close-form{right:13px;top:11px}
.panel-visual{max-height:145px}
.builder-content{padding:25px 17px 48px}
.builder-header h2{font-size:29px}
.choice-grid{grid-template-columns:1fr}
.extra-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.extra-grid .choice-card{padding-left:9px}
.extra-grid .choice-name{font-size:12px}
.panel-action{padding:12px 17px max(16px,env(safe-area-inset-bottom))}
}

/* Wapakuu Creations: tek ve kesin panel scroll zinciri */
.product-dialog[open]{display:flex;flex-direction:column;height:100vh;max-height:100vh;overflow:hidden;overscroll-behavior:contain}
.product-dialog #dialog-content{display:flex;flex:1 1 auto;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden}
.product-dialog .builder-panel{flex:1 1 auto;width:100%;height:100%;max-height:100%;min-width:0;min-height:0;overflow:hidden}
.product-dialog .panel-visual{flex:0 0 auto}
.product-dialog .builder-content{flex:1 1 0;min-width:0;min-height:0;max-height:100%;overflow-x:hidden;overflow-y:scroll;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;padding-bottom:64px}
.product-dialog .panel-action{position:relative;bottom:auto;flex:0 0 auto;min-width:0;max-width:100%;overflow-x:hidden}
@media(max-width:620px){.product-dialog[open]{height:100dvh;max-height:100dvh}.product-dialog .builder-content{padding-bottom:64px}}

/* Canlı dijital adisyon */
.panel-summary{display:block;margin:0 0 12px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:12px}.panel-summary strong{display:block;color:var(--ink);text-align:right}.bill-title{margin-bottom:8px;color:var(--green);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.bill-row,.bill-grand{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding:5px 0}.bill-row span,.bill-grand span{min-width:0;overflow-wrap:anywhere}.bill-grand{margin-top:7px;padding:10px;border-radius:8px;background:var(--green);color:#fff;font-size:15px;font-weight:900}.bill-grand strong{color:#fff;font-size:16px}.panel-action{max-height:min(48vh,430px);overflow-y:auto;overscroll-behavior:contain}.cart-item p strong{color:var(--green)}
@media(max-width:620px){.panel-summary{padding:10px}.bill-row{gap:10px}.panel-action{max-height:50dvh}}
.product-dialog .panel-action{max-height:none;overflow-y:visible}
@media(max-width:620px){.product-dialog .panel-action{max-height:none}}

/* Son kullanıcı sipariş deneyimi */
.bill-section-label{padding:9px 0 3px;color:var(--green);font-weight:800}.bill-product strong{max-width:250px}.bill-extra strong{color:var(--pink)}.bill-grand{padding:13px 12px;font-size:16px}.bill-grand strong{font-size:clamp(19px,4vw,24px)}.note-step{margin-top:4px}.note-step .step-heading{margin-bottom:10px}.whatsapp-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:58px;border-radius:14px;background:#128c4b;color:#fff;font-size:15px;letter-spacing:.02em;box-shadow:0 8px 20px #128c4b35;transition:background .18s,transform .18s}.whatsapp-button:not(:disabled):hover{background:#0e753e;transform:translateY(-1px)}.whatsapp-button:focus-visible{outline:3px solid #77d8a5;outline-offset:3px}.whatsapp-icon{display:grid;place-items:center;width:27px;height:27px;border:2px solid #fff;border-radius:50%;font-size:13px}.cart-total strong{font-size:20px;color:var(--green)}
@media(max-width:620px){.whatsapp-button{min-height:60px;font-size:15px}.bill-product strong{max-width:190px}.bill-grand strong{font-size:21px}.builder-content textarea{font-size:16px}}
.whatsapp-icon{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;padding:3px}

/* Sepet son kullanıcı rötuşları */
.cart-note{display:grid;gap:4px;max-width:100%;padding:10px 0}.cart-note strong{font-weight:800;color:var(--ink)}.cart-note span{display:block;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;line-height:1.5}.cart-item-total{margin-top:9px!important;padding:9px 10px;border-radius:8px;background:#f2f7f4}.cart-item-total strong{display:block;font-size:16px;color:var(--green)}.cart-total{align-items:center;padding:11px 12px;border-radius:10px;background:#eef5f1;color:var(--green);font-weight:800}.cart-total strong{font-size:24px;font-weight:900}.whatsapp-info{margin:10px 2px 9px;color:var(--muted);font-size:11px;line-height:1.45;text-align:center}.whatsapp-button{min-height:64px;font-weight:900;align-items:center;justify-content:center}.whatsapp-button>*{flex:0 0 auto}.remove-item{display:inline-flex;align-items:center;gap:5px;color:#9b2947;font-weight:700}.remove-item span{font-size:0}.remove-item span::before{content:'🗑';font-size:13px;filter:grayscale(1)}.cart-panel.is-empty .cart-total,.cart-panel.is-empty .whatsapp-info{display:none}.cart-panel.is-empty .whatsapp-button{display:none}.cart-empty{max-width:280px;margin:24px auto;text-align:center;line-height:1.55}.cart-panel{width:min(420px,100vw)}
@media(max-width:620px){.cart-note span{font-size:13px}.cart-total strong{font-size:22px}.whatsapp-button{width:100%;min-height:62px}.cart-footer{padding-bottom:max(4px,env(safe-area-inset-bottom))}}
.cart-total{gap:14px;padding:9px 12px}.cart-total span{font-size:14px;font-weight:800}.cart-total strong{margin-left:auto;white-space:nowrap;font-size:25px}.whatsapp-info{max-width:360px;margin:9px auto;overflow-wrap:anywhere}
@media(max-width:620px){.cart-total{padding:9px 10px}.cart-total span{font-size:13px}.cart-total strong{font-size:22px}.whatsapp-info{font-size:12px;line-height:1.45;margin-block:9px}}

/* Sepet teslimat bilgileri */
.cart-footer{max-height:68%;overflow-y:auto;overscroll-behavior:contain}.delivery-details{margin-bottom:13px;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fbf8f4}.delivery-details h3{margin:0 0 10px;color:var(--green);font:700 18px Georgia,serif}.order-type{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;border:0}.order-type legend{grid-column:1/-1;margin-bottom:2px;font-size:13px;font-weight:800}.order-type label{display:flex;align-items:center;gap:7px;min-width:0;padding:9px;border:1px solid #9eaaa5;border-radius:9px;background:#fff;font-size:13px;font-weight:700;cursor:pointer}.order-type label:has(input:checked){border-color:var(--green);background:#eaf0ed;color:var(--green)}.customer-fields{display:grid;gap:9px;margin-top:11px}.customer-fields[hidden],.delivery-only[hidden]{display:none}.customer-fields label{display:grid;gap:5px;min-width:0;color:var(--ink);font-size:12px;font-weight:800}.customer-fields input,.customer-fields textarea{box-sizing:border-box;width:100%;max-width:100%;min-width:0;border:1px solid #9eaaa5;border-radius:9px;background:#fff;color:var(--ink);padding:10px;font:inherit;font-weight:400;outline:none}.customer-fields textarea{resize:vertical}.customer-fields input:focus,.customer-fields textarea:focus{border-color:var(--pink);box-shadow:0 0 0 3px #f9d4e3}.customer-fields [aria-invalid="true"]{border-color:#a30d48}.delivery-error{min-height:0;margin:8px 0 0;color:#a30d48;font-size:12px;line-height:1.4}.cart-panel.is-empty .delivery-details{display:none}
@media(max-width:620px){.cart-footer{max-height:72%;padding-bottom:max(8px,env(safe-area-inset-bottom))}.delivery-details{padding:11px}.order-type{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.customer-fields input,.customer-fields textarea{font-size:16px}}

/* Kahveler: 320 px güvenli seçenek yerleşimi */
.coffee-option .choice-card{min-width:0}.coffee-option .choice-name{min-width:0;overflow-wrap:anywhere}.coffee-option small{flex:0 0 auto}
@media(max-width:360px){.coffee-option .choice-grid{grid-template-columns:minmax(0,1fr)}.coffee-option .choice-card{width:100%;padding-left:9px}.coffee-option .choice-name{font-size:12px}.coffee-option small{font-size:10px}.panel-action{padding-inline:12px}.quantity-control{max-width:100%}.add-button{width:100%}}

.decrease-item{margin-right:12px}.decrease-item:disabled{opacity:.45;cursor:default}
