.brand-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid #d7ded0}.header .brand-logo{width:64px;height:64px;box-shadow:0 3px 12px rgba(23,76,54,.12)}.footer .brand-logo{width:82px;height:82px;box-shadow:0 4px 16px rgba(23,76,54,.14)}.footer .brand{align-items:center;gap:14px}.rule-block{margin:4px 0 16px;padding:11px 12px;background:#f1f4e9;border-left:3px solid var(--green);border-radius:0 7px 7px 0}.rule-block strong,.rule-block span{display:block}.rule-block strong{font-size:10px;line-height:1.4;color:var(--green)}.rule-block span{font-size:9px;line-height:1.5;color:var(--muted);margin-top:3px}.food-body .rule-block{min-height:72px}.modal-close{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#e9ede0;color:var(--green);font-size:24px;flex:none}.modal-close:hover{background:#dce5d2}.item-dialog{width:min(720px,calc(100vw - 40px));max-width:none;max-height:90vh;padding:28px;border:0;border-radius:16px;background:var(--cream);overflow:auto}.item-dialog>.modal-close{position:absolute;right:20px;top:20px;z-index:2}.item-modal-head{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;align-items:center;padding-right:42px}.item-modal-head img{width:180px;height:130px;border-radius:12px;object-fit:cover}.item-modal-head h2{font-size:32px}.item-modal-head p{font-size:12px;color:var(--muted)}.item-dialog>.rule-block{margin:24px 0 20px}.item-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.item-dialog label{font-size:11px;font-weight:600}.item-dialog input,.item-dialog select{display:block;width:100%;height:50px;margin-top:7px;padding:0 12px;border:1px solid #cfd9c7;border-radius:8px;background:#fffefa;color:var(--ink)}.item-dialog input:focus,.item-dialog select:focus{outline:3px solid #174c3620;border-color:var(--green)}.customize{margin-top:22px}.customize>div p{font-size:11px;color:var(--muted);margin:4px 0 12px}.customize fieldset{border:1px solid var(--line);border-radius:9px;padding:10px 12px;margin:10px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:7px 14px}.customize legend{font-size:11px;font-weight:700;padding:0 6px}.customize legend small{font-weight:400;color:var(--muted)}.customize fieldset label{display:flex;align-items:center;gap:7px;font-size:11px}.customize fieldset input{width:16px;height:16px;margin:0}.item-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:18px}dialog::backdrop{background:rgba(20,35,27,.64);backdrop-filter:blur(2px)}dialog.drawer{position:fixed;inset:0 0 0 auto;margin:0;width:min(460px,100vw);max-width:none;height:100dvh;max-height:none;padding:0;border:0;border-left:1px solid var(--line);border-radius:0;background:var(--cream);overflow:hidden;box-shadow:-10px 0 35px #12251b24;transform:translateX(100%);transition:transform .32s ease-out,display .32s allow-discrete,overlay .32s allow-discrete}dialog.drawer[open]{display:flex;flex-direction:column;transform:translateX(0)}@starting-style{dialog.drawer[open]{transform:translateX(100%)}}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--line);flex:none}.drawer-head .eyebrow{font-size:8px;margin-bottom:5px}.drawer-head h2{font-size:30px}.drawer-head p{font-size:11px;color:var(--muted);margin:4px 0 0}#drawer-cart{display:contents}.drawer-items{flex:1;min-height:0;overflow:auto;padding:0 24px}.drawer-product{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;padding:19px 0;border-bottom:1px solid var(--line)}.drawer-product>img{width:72px;height:72px;border-radius:10px;object-fit:cover}.line-title{display:flex;justify-content:space-between;align-items:start;gap:8px}.line-title h3{font-size:13px;overflow-wrap:anywhere}.line-title strong{font-size:12px;white-space:nowrap}.drawer-product p,.drawer-product small{display:block;font-size:9px;color:var(--muted);line-height:1.5;margin:5px 0}.line-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.line-actions>button,.clear-cart{background:none;color:var(--muted);font-size:10px;min-height:36px;padding:7px}.drawer-summary{flex:none;padding:19px 24px calc(19px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--cream)}.drawer-summary>div{display:flex;justify-content:space-between;font-size:16px}.drawer-summary p{font-size:10px;color:var(--muted)}.drawer-summary .btn{height:52px}.clear-cart{display:block;margin:5px auto 0}.drawer-empty{margin:auto;text-align:center;padding:30px}.drawer-empty h3{font-family:Fraunces,serif;font-size:25px}.drawer-empty p{font-size:12px;color:var(--muted);margin-bottom:20px}.checkout-flow{width:min(860px,calc(100vw - 48px));max-width:none;height:min(720px,90vh);max-height:90vh;padding:0;border:0;border-radius:16px;background:var(--cream);overflow:hidden}.checkout-flow[open]{display:flex;flex-direction:column}.checkout-head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 18px;border-bottom:1px solid var(--line);flex:none}.checkout-head .eyebrow{font-size:8px;margin-bottom:5px}.checkout-head h2{font-size:32px}.progress{display:flex;align-items:center;justify-content:center;padding:14px 28px;border-bottom:1px solid var(--line);flex:none}.progress span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;border:1px solid #cad5c3;color:var(--muted);font-size:11px;font-weight:700}.progress span.active{background:var(--green);border-color:var(--green);color:white}.progress i{width:58px;height:1px;background:#cad5c3}.checkout-stage,.checkout-stage>form{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}.stage-body{flex:1;min-height:0;overflow:auto;padding:24px 30px}.stage-body>.eyebrow{font-size:8px;margin-bottom:6px}.stage-body>h3{font-family:Fraunces,serif;font-size:28px;margin-bottom:19px}.stage-footer{flex:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 30px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--cream)}.stage-footer .btn{min-width:230px;height:50px}.review-lines{border-top:1px solid var(--line)}.review-lines>div{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.review-lines span{font-weight:600}.review-lines small{display:block;font-weight:400;color:var(--muted);margin-top:3px}.review-lines strong{white-space:nowrap}.review-total{display:flex;justify-content:space-between;font-size:18px;padding:17px 0}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}.details-grid label{font-size:11px;font-weight:600}.details-grid .full{grid-column:1/-1}.details-grid input,.details-grid textarea,.payment-layout input{display:block;width:100%;margin-top:7px;border:1px solid #cfd9c7;border-radius:8px;background:#fffefa;padding:12px;font-size:13px}.details-grid input{height:50px}.details-grid textarea{resize:vertical}.details-grid input:focus,.details-grid textarea:focus,.payment-layout input:focus{outline:3px solid #174c3620;border-color:var(--green)}.review-card{background:#f0f3e8;border-radius:10px;padding:16px;margin-bottom:18px}.review-card b,.review-card span{display:block}.review-card span,.review-card p{font-size:11px;color:var(--muted)}.payment-layout{display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:center}.payment-layout>img{width:250px;height:250px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:12px;padding:8px}.payment-layout>div>span{font-size:10px;color:var(--muted)}.payment-layout>div>strong{display:block;font-size:31px;margin:2px 0}.payment-layout>div>p{font-size:11px}.payment-layout label{display:block;font-size:11px;font-weight:600;margin-top:15px}.payment-layout input{height:50px}.upi-row{display:flex;align-items:center;gap:8px;background:#eff3e8;padding:10px;border-radius:8px}.upi-row code{font-family:'DM Sans',sans-serif;font-weight:700;font-size:12px;flex:1;overflow-wrap:anywhere}.upi-row button{background:var(--green);color:white;border-radius:6px;padding:7px 10px}.message-label{display:block;margin:20px 0}.message-label textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffefa}.error{color:#a13e2b;font-size:11px;line-height:1.5}.cart-bar{z-index:40}
@media(max-width:1023px){body[data-page=menu] .cart-bar{display:flex}.order-sidebar{display:none}}
@media(max-width:700px){.brand-logo{width:36px;height:36px}.header .brand-logo{width:46px;height:46px}.footer .brand-logo{width:68px;height:68px}.item-dialog{width:calc(100vw - 24px);padding:20px;max-height:92vh}.item-modal-head{grid-template-columns:1fr;padding-right:30px}.item-modal-head img{width:100%;height:150px}.item-modal-head h2{font-size:27px}.item-fields{grid-template-columns:1fr;gap:14px}.customize fieldset{grid-template-columns:1fr 1fr}.item-actions{align-items:stretch;flex-direction:column-reverse;gap:7px}.item-actions .btn,.item-actions .text-link{width:100%}.checkout-flow{width:calc(100vw - 20px);height:94vh;max-height:94vh;border-radius:14px}.checkout-head{padding:18px}.checkout-head h2{font-size:25px}.progress{padding:10px}.progress i{width:34px}.stage-body{padding:20px 18px}.stage-body>h3{font-size:25px}.stage-footer{padding:13px 18px calc(13px + env(safe-area-inset-bottom))}.stage-footer .btn{min-width:0;flex:1;padding:12px}.details-grid{grid-template-columns:1fr;gap:15px}.details-grid .full{grid-column:auto}.payment-layout{grid-template-columns:1fr;gap:15px}.payment-layout>img{width:190px;height:190px;margin:auto}.payment-layout>div>strong{font-size:26px}dialog.drawer{width:100%;border-left:0}.drawer-head{padding:19px 18px}.drawer-items{padding:0 18px}.drawer-product{grid-template-columns:64px minmax(0,1fr)}.drawer-product>img{width:64px;height:64px}.drawer-summary{padding:16px 18px calc(16px + env(safe-area-inset-bottom))}}
@media(max-width:370px){.customize fieldset{grid-template-columns:1fr}.stage-footer{gap:8px}.stage-footer .text-link{font-size:10px}.stage-footer .btn{font-size:11px}.drawer-product{grid-template-columns:55px minmax(0,1fr)}.drawer-product>img{width:55px;height:55px}}
@media(prefers-reduced-motion:reduce){dialog.drawer{transition:none}}

/* Responsive readability scale */
body{font-size:clamp(16px,1.05vw,17px)}
.eyebrow{font-size:clamp(11px,.76vw,12px);line-height:1.5}
.nav a,.btn,.text-link,.cart-icon{font-size:clamp(13px,.9vw,15px)}
.brand-copy strong{font-size:clamp(18px,1.25vw,20px)}
.brand-copy small{font-size:10px;line-height:1.4}
.hero-sub{font-size:clamp(20px,1.55vw,24px)}
.hero-description,.story p{font-size:clamp(15px,1.05vw,17px);line-height:1.7}
.hero-note{font-size:13px}
.benefits strong{font-size:15px}
.benefits p{font-size:13px;line-height:1.55}
.section-heading p,.menu-intro p,.contact-heading p{font-size:clamp(14px,1vw,16px);line-height:1.7}
.food-name h3{font-size:clamp(16px,1.15vw,18px);line-height:1.35}
.food-body p{font-size:clamp(13px,.96vw,15px);line-height:1.65;min-height:48px}
.food-tag{font-size:11px}
.rule-block strong{font-size:clamp(12px,.88vw,14px);line-height:1.45}
.rule-block span{font-size:clamp(12px,.82vw,13px);line-height:1.55}
.food-body .rule-block{min-height:92px}
.price{font-size:clamp(18px,1.2vw,20px)}
.price small{font-size:12px}
.add-btn,.quantity,.category{font-size:13px}
.steps h3{font-size:16px}
.steps p{font-size:14px;line-height:1.6}
.final-cta .eyebrow{font-size:11px}
.footer-content{font-size:14px}
.footer-content h3{font-size:14px}
.footer-content p,.footer-links a,.footer-links button{font-size:13px;line-height:1.6}
.footer-bottom{font-size:12px}
.service-chips{font-size:13px}
.search-box input{font-size:15px}
.results-line,.menu-disclaimer{font-size:13px;line-height:1.6}
.sidebar-title .eyebrow{font-size:11px}
.empty-cart h3{font-size:16px}
.empty-cart p,.fine{font-size:13px;line-height:1.6}
.cart-line h3{font-size:14px}
.remove-item,.clear-cart{font-size:12px}
.cart-line-bottom strong{font-size:14px}
.contact-cards h3{font-size:16px}
.contact-cards p,.contact-service p,.enquiry-panel p,.faq details p{font-size:14px;line-height:1.65}
.contact-cards .text-link{font-size:13px}
.contact-cards .email-card{grid-column:1/-1}
.email-card p,.email-card a{overflow-wrap:anywhere}
.faq summary{font-size:15px}
label,.item-dialog label,.details-grid label,.payment-layout label{font-size:13px}
label input,label select,label textarea,.item-dialog input,.item-dialog select,.details-grid input,.details-grid textarea,.payment-layout input{font-size:15px}
.item-modal-head p,.customize>div p,.customize fieldset label{font-size:13px;line-height:1.55}
.customize legend{font-size:13px}
.drawer-head .eyebrow,.checkout-head .eyebrow,.stage-body>.eyebrow{font-size:10px}
.drawer-head p,.drawer-product p,.drawer-product small,.drawer-summary p,.review-card span,.review-card p,.payment-layout>div>p,.payment-layout>div>span{font-size:12px;line-height:1.55}
.line-title h3{font-size:15px}
.line-title strong{font-size:14px}
.line-actions>button{font-size:12px}
.review-lines>div{font-size:14px;line-height:1.55}
.details-grid{row-gap:20px}
.progress span{font-size:13px}
.upi-row code{font-size:14px}
.error{font-size:13px}
.cart-bar span,.cart-bar button{font-size:13px}
#toast{font-size:14px}

@media(max-width:1023px){
  .food-name h3{font-size:17px}
  .food-body p{font-size:14px}
  .rule-block strong{font-size:13px}
  .rule-block span{font-size:12.5px}
}

@media(max-width:767px){
  body{font-size:16px}
  .brand-copy strong{font-size:15px}
  .brand-copy small{font-size:7px}
  .nav a{font-size:16px}
  .header-actions .btn{font-size:12px}
  .hero-description,.story p{font-size:15px}
  .benefits strong{font-size:14px}
  .benefits p{font-size:13px}
  .section-heading p,.menu-intro p,.contact-heading p{font-size:15px}
  .food-name h3{font-size:16px}
  .food-body p{font-size:14px;min-height:66px}
  .food-tag{font-size:10px}
  .rule-block strong{font-size:13px}
  .rule-block span{font-size:12px}
  .food-body .rule-block{min-height:112px}
  .price{font-size:18px}
  .add-btn,.quantity{font-size:13px}
  .steps h3{font-size:15px}
  .steps p{font-size:13px}
  .footer-content h3{font-size:15px}
  .footer-content p,.footer-links a,.footer-links button{font-size:14px}
  .footer-bottom{font-size:12px}
  .service-chips{font-size:12px}
  .search-box input{font-size:14px}
  .category{font-size:13px}
  .results-line,.menu-disclaimer{font-size:12px}
  .contact-cards h3{font-size:15px}
  .contact-cards p,.contact-service p,.enquiry-panel p,.faq details p{font-size:14px}
  .faq summary{font-size:15px}
  .drawer-product p,.drawer-product small{font-size:12px}
  .review-lines>div{font-size:13px}
}

@media(max-width:374px){
  .brand-copy strong{font-size:14px}
  .food-name h3{font-size:17px}
  .food-body p{font-size:14px;min-height:0}
  .food-body .rule-block{min-height:0}
  .stage-footer .text-link,.stage-footer .btn{font-size:12px}
}

.sidebar-line-meta{margin:5px 0 0;font-size:12px;line-height:1.45;color:var(--muted)}
.cart-line-top>strong{font-size:14px;white-space:nowrap}
.order-sidebar #sidebar-cart{margin-top:12px}

/* Header certification mark */
.header-branding{display:flex;align-items:center;gap:18px;flex:none}
.fssai-logo{width:86px;height:auto;max-height:58px;object-fit:contain;flex:none;background:#fff;border-radius:5px;padding:3px 4px}

@media(max-width:1100px){
  .header-branding{gap:12px}
  .fssai-logo{width:70px;max-height:50px}
  .header-inner{gap:12px}
  .nav{gap:20px}
}

@media(max-width:900px){
  .header .brand-copy small{display:none}
  .fssai-logo{width:60px}
  .nav{gap:15px}
}

@media(max-width:767px){
  .header-branding{gap:8px}
  .header .brand-copy{display:none}
  .fssai-logo{width:54px;max-height:42px;padding:2px 3px}
}

@media(max-width:374px){
  .header .brand-logo{width:42px;height:42px}
  .fssai-logo{width:46px}
}

/* WhatsApp confirmation modal */
#message-dialog{width:min(720px,calc(100vw - 40px));max-width:none;max-height:88vh;padding:0;overflow:hidden;border-radius:16px;background:var(--cream)}
#message-dialog[open]{display:flex;flex-direction:column}
.message-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 30px 22px;border-bottom:1px solid var(--line);flex:none}
.message-head>div{min-width:0;padding-top:2px}
.message-head .eyebrow{font-size:10px;margin:0 0 7px}
.message-head h2{font-size:clamp(30px,3vw,38px);line-height:1.12;padding-right:8px}
.message-head .modal-close{margin:0;flex:none}
.message-body{min-height:0;overflow:auto;padding:22px 30px 26px}
#message-notice{margin:0 0 18px;font-size:14px;line-height:1.6}
.message-label{margin:0;font-size:13px;font-weight:700}
.message-label textarea{display:block;width:100%;height:clamp(220px,35vh,340px);min-height:180px;max-height:44vh;margin-top:8px;padding:16px;border:1px solid var(--line);border-radius:9px;background:#fffefa;font-size:14px;line-height:1.6;resize:vertical}
.message-footer{flex:none;padding:18px 30px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--cream)}
.message-footer .btn{min-height:52px}
.message-footer .fine{min-height:0;margin:8px 0 0;text-align:center}

@media(max-width:700px){
  #message-dialog{width:calc(100vw - 24px);max-height:92vh;border-radius:14px}
  .message-head{gap:14px;padding:20px 18px 16px}
  .message-head h2{font-size:28px;padding-right:0}
  .message-head .eyebrow{font-size:9px}
  .message-body{padding:18px}
  #message-notice{margin-bottom:15px;font-size:13px}
  .message-label textarea{height:clamp(230px,42vh,360px);min-height:190px;padding:14px;font-size:13px}
  .message-footer{padding:15px 18px calc(15px + env(safe-area-inset-bottom))}
  .message-footer .btn{font-size:13px}
}

@media(max-width:374px){
  .message-head h2{font-size:25px}
  .message-head .modal-close{width:40px;height:40px}
  .message-body{padding:16px}
  .message-footer{padding-left:16px;padding-right:16px}
}

.custom-contact{display:grid;grid-template-columns:1fr;align-items:stretch;gap:10px;margin-top:auto}
.custom-contact .price{display:block;white-space:normal;line-height:1.35}
.custom-contact .add-btn{width:100%;min-height:48px}
.category{color:var(--ink)}
.category[aria-pressed=true]{color:#fff}
