:root{--bg:#f5f7fb;--surface:#fff;--surface-soft:#f8fafc;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--primary:#dc2626;--primary-dark:#b91c1c;--dark:#0f172a;--shadow:0 18px 50px #0f172a14;--radius-xl:28px;--radius-lg:20px;--radius-md:14px}*{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--text);scroll-behavior:smooth;background:linear-gradient(#f8fafc 0%,#f2f5fa 100%);font-family:Arial,sans-serif}body{min-height:100vh}img{max-width:100%;display:block}button,input,textarea{font:inherit}button{cursor:pointer}.page{min-height:100vh}.container{width:min(1240px,100% - 32px);margin:0 auto}.topbar{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd6;border-bottom:1px solid #e2e8f0e6;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;min-height:82px;display:flex}.brand{align-items:center;gap:14px;display:flex}.brand-mark{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:16px;place-items:center;width:50px;height:50px;font-weight:700;display:grid;box-shadow:0 14px 30px #dc262640}.brand-title{font-size:22px;line-height:1}.brand-subtitle{color:var(--muted);margin-top:4px;font-size:13px}.topbar-actions{align-items:center;gap:12px;display:flex}.cart-button{background:var(--dark);color:#fff;border:none;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;font-weight:700;display:inline-flex;box-shadow:0 12px 26px #0f172a2e}.cart-count{min-width:28px;height:28px;color:var(--dark);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:13px;display:inline-flex}.cart-button.pulse{animation:.45s pulse}.hero-shell{padding:44px 0 26px}.hero-shell-inner{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#dc26261a,#0000 30%),linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0e6;border-radius:34px;padding:44px}.eyebrow{letter-spacing:.2px;border-radius:999px;align-items:center;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.eyebrow.red{color:var(--primary);background:#dc262614}.eyebrow.light{color:#334155;background:#eef2f7}.hero-title{letter-spacing:-1.2px;max-width:760px;margin-top:16px;font-size:clamp(34px,5vw,58px);line-height:1.02}.hero-copy{max-width:720px;color:var(--muted);margin-top:18px;font-size:17px;line-height:1.7}.hero-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px;display:grid}.info-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:22px;box-shadow:0 10px 30px #0f172a0a}.info-label{color:var(--muted);margin-bottom:10px;font-size:13px;display:block}.content-section{padding:18px 0 70px}.section-header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.section-header h3{margin-top:10px;font-size:36px;line-height:1.1}.section-header p{max-width:420px;color:var(--muted);line-height:1.7}.selection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.selection-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-card{text-align:left;border:1px solid var(--line);width:100%;box-shadow:var(--shadow);background:linear-gradient(#fff,#fbfcfe);border-radius:28px;padding:28px;transition:transform .2s,box-shadow .2s,border-color .2s}.selection-card:hover{border-color:#dc262633;transform:translateY(-4px);box-shadow:0 22px 50px #0f172a1a}.selection-tag{color:var(--primary);background:#dc262614;border-radius:999px;margin-bottom:16px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.selection-card h4{color:var(--text);margin-bottom:10px;font-size:24px}.selection-card p{color:var(--muted);line-height:1.7}.selection-link{color:var(--primary);margin-top:18px;font-weight:700;display:inline-block}.cuisine-card{min-height:240px}.category-card{min-height:180px}.products-clean-list{flex-direction:column;gap:16px;display:flex}.product-row-clean{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.product-row-main{flex:1}.product-row-top{justify-content:space-between;gap:16px;margin-bottom:8px;display:flex}.product-row-top h4{font-size:22px}.product-row-top span{color:var(--primary);white-space:nowrap;font-weight:700}.product-row-clean p{color:var(--muted);max-width:760px;line-height:1.7}.add-button,.primary-button{background:linear-gradient(135deg, var(--primary), #ef4444);color:#fff;border:none;border-radius:14px;padding:13px 18px;font-weight:700;box-shadow:0 14px 28px #dc262629}.back-button{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:14px;padding:12px 16px;font-weight:700}.checkout-section{padding:34px 0 70px}.checkout-header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.checkout-header h2{margin-top:10px;font-size:38px}.checkout-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:24px;display:grid}.checkout-main{flex-direction:column;gap:24px;display:flex}.checkout-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:26px;padding:24px}.checkout-card h3{margin-bottom:18px;font-size:24px}.sticky-card{position:sticky;top:98px}.empty-state{color:var(--muted)}.cart-list{flex-direction:column;gap:16px;display:flex}.cart-item{border:1px solid var(--line);background:var(--surface-soft);border-radius:18px;padding:16px}.cart-item-header{justify-content:space-between;align-items:start;gap:12px;margin-bottom:14px;display:flex}.cart-item-header h4{margin-bottom:4px;font-size:18px}.cart-item-header small{color:var(--muted)}.quantity-box{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:12px;padding:8px;display:inline-flex}.quantity-box button{background:var(--dark);color:#fff;border:none;border-radius:10px;width:34px;height:34px;font-size:20px}.quantity-box span{text-align:center;min-width:22px;font-weight:700}.switch-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.switch-row button{color:#334155;background:#eef2f7;border:none;border-radius:14px;padding:14px;font-weight:700}.switch-row button.active{background:var(--dark);color:#fff}.switch-row button:disabled{opacity:.55;cursor:not-allowed}.helper-box{color:#334155;border:1px solid var(--line);background:#f8fafc;border-radius:16px;margin-top:16px;padding:14px 16px;line-height:1.6}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-group{flex-direction:column;gap:8px;margin-top:16px;display:flex}.form-group label{font-size:14px;font-weight:700}.form-group input,.form-group textarea{border:1px solid var(--line);background:#fff;border-radius:16px;outline:none;width:100%;padding:14px 16px}.form-group input:focus,.form-group textarea:focus{border-color:#dc262659;box-shadow:0 0 0 4px #dc262614}.form-group textarea{resize:vertical}.summary-row{color:#334155;justify-content:space-between;gap:12px;margin-bottom:14px;display:flex}.summary-row.total{border-top:1px solid var(--line);color:var(--text);margin-top:18px;padding-top:16px;font-size:18px;font-weight:700}.message{border-radius:16px;margin-top:16px;padding:14px 16px;font-size:14px;line-height:1.5}.message.error{color:#be123c;background:#fff1f2}.message.success{color:#027a48;background:#ecfdf3}.full-width{width:100%;margin-top:18px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.07)}to{transform:scale(1)}}@media (max-width:1100px){.selection-grid,.selection-grid.two-col,.hero-info-grid,.checkout-layout,.form-grid{grid-template-columns:1fr}.sticky-card{position:static}}@media (max-width:760px){.topbar-inner{min-height:74px}.brand-mark{width:42px;height:42px;font-size:14px}.brand-title{font-size:18px}.hero-shell-inner,.selection-card,.checkout-card,.product-row-clean{border-radius:22px;padding:20px}.section-header,.checkout-header,.product-row-clean,.cart-item-header{flex-direction:column;align-items:flex-start}.hero-title{font-size:36px}.section-header h3,.checkout-header h2{font-size:30px}.product-row-top{flex-direction:column;align-items:flex-start}}.selection-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.variant-chips{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.variant-chip{color:#334155;background:#f1f5f9;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}@media (max-width:1100px){.selection-grid.three-col{grid-template-columns:1fr}}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#0f172a8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-modal{background:#fff;border-radius:28px;width:min(720px,100%);max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 30px 80px #0f172a47}.modal-header{justify-content:space-between;align-items:start;gap:16px;display:flex}.modal-header h3{margin-top:12px;font-size:30px;line-height:1.1}.modal-close{background:#f1f5f9;border:none;border-radius:12px;width:42px;height:42px;font-size:28px;line-height:1}.modal-description{color:#64748b;margin-top:14px;line-height:1.7}.modal-section{margin-top:24px}.modal-section h4{margin-bottom:12px;font-size:18px}.modal-choice-list{flex-direction:column;gap:10px;display:flex}.modal-choice{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.modal-choice.active{background:#fff5f5;border-color:#dc2626}.modal-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:26px;display:flex}.modal-price-box{flex-direction:column;gap:4px;display:flex}.modal-price-box span{color:#64748b;font-size:14px}.modal-price-box strong{font-size:24px}.cart-option-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.cart-option-pill{color:#334155;background:#eef2f7;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}@media (max-width:760px){.product-modal{border-radius:22px;padding:18px}.modal-header{align-items:flex-start}.modal-header h3{font-size:24px}.modal-footer{flex-direction:column;align-items:stretch}}.admin-header{margin-bottom:28px}.admin-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.admin-orders{flex-direction:column;gap:22px;display:flex}.admin-order-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:24px;box-shadow:0 18px 50px #0f172a0f}.admin-order-top{justify-content:space-between;align-items:start;gap:20px;margin-bottom:22px;display:flex}.admin-order-number{color:#3730a3;background:#eef2ff;border-radius:999px;margin-bottom:10px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.admin-order-top h2{margin-bottom:8px;font-size:28px}@media (max-width:1100px){.admin-stats,.admin-grid,.admin-bottom{grid-template-columns:1fr}}@media (max-width:760px){.admin-order-top{flex-direction:column}.admin-order-top h2{font-size:24px}.admin-header h1{font-size:34px}.admin-item{flex-direction:column}}.secret-admin-dot{opacity:1;cursor:pointer;z-index:9999;background:red;border-radius:50%;width:30px;height:30px;position:fixed;bottom:14px;left:14px}.admin-filter-bar{flex-wrap:wrap;gap:12px;margin-bottom:26px;display:flex}.admin-filter-bar button{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:14px;padding:12px 16px;font-weight:700}.admin-filter-bar button.active{color:#fff;background:#111827;border-color:#111827}@media (max-width:1100px){.admin-stats-large{grid-template-columns:1fr 1fr}}@media (max-width:760px){.admin-stats-large{grid-template-columns:1fr}}.admin-page{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);min-height:100vh;padding:28px 0 110px}.admin-container{width:min(1280px,100% - 32px);margin:0 auto}.admin-header.compact{margin-bottom:24px}.admin-eyebrow{color:#dc2626;background:#dc262614;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.admin-header h1{margin-top:14px;font-size:42px;line-height:1.1}.admin-header p{color:#64748b;margin-top:10px;font-size:16px}.admin-info,.admin-error{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:20px;padding:18px 20px}.admin-info.small{margin-bottom:0}.admin-error{color:#b42318;background:#fff5f5;border-color:#fecaca}.admin-orders.compact-list{flex-direction:column;gap:14px;display:flex}.admin-order-card.compact{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:14px;box-shadow:0 18px 40px #0f172a0d}.admin-order-compact{cursor:pointer;border-radius:14px;grid-template-columns:90px 1fr 1.2fr 160px;align-items:center;gap:12px;padding:10px 8px;display:grid}.admin-order-compact:hover{background:#f8fafc}.order-id{color:#111827;font-weight:800}.order-name,.order-address{color:#334155;font-weight:600}.status-chip{justify-self:end}.status-badge{color:#334155;background:#eef2f7;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.admin-order-details{margin-top:14px}.admin-order-top.compact-top{justify-content:space-between;align-items:start;gap:20px;margin-bottom:18px;display:flex}.admin-order-date{color:#64748b}.admin-status-box{min-width:220px}.admin-status-box label{margin-bottom:8px;font-size:14px;font-weight:700;display:block}.admin-status-box select{background:#fff;border:1px solid #d0d5dd;border-radius:14px;width:100%;padding:12px 14px}.admin-grid{grid-template-columns:360px minmax(0,1fr);gap:22px;margin-bottom:22px;display:grid}.admin-block{background:#fafcff;border:1px solid #e2e8f0;border-radius:22px;padding:18px}.admin-block h3{margin-bottom:14px;font-size:18px}.admin-block p{margin-bottom:10px;line-height:1.6}.admin-item-list{flex-direction:column;gap:14px;display:flex}.admin-item{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:16px;padding-bottom:14px;display:flex}.admin-item:last-child{border-bottom:none;padding-bottom:0}.admin-item p{color:#64748b;margin-top:6px}.admin-option-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.admin-option-pill{color:#334155;background:#eef2f7;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-bottom{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:22px;display:grid}.admin-note,.admin-total-box{background:#fafcff;border:1px solid #e2e8f0;border-radius:22px;padding:18px}.admin-note h3{margin-bottom:10px}.admin-total-box p{justify-content:space-between;gap:14px;margin-bottom:12px;display:flex}.admin-total-row{border-top:1px solid #e5e7eb;margin-top:14px;padding-top:14px;font-size:18px}.admin-settings-view{flex-direction:column;gap:22px;display:flex}.settings-top-tabs{flex-wrap:wrap;gap:12px;display:flex}.settings-top-tabs button{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:14px;padding:12px 16px;font-weight:700}.settings-top-tabs button.active{color:#fff;background:#111827;border-color:#111827}.admin-stats{gap:18px;display:grid}.admin-stats-large{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-stats.mini{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 18px 40px #0f172a0d}.admin-stat-card span{color:#64748b;margin-bottom:10px;display:block}.admin-stat-card strong{font-size:30px}.settings-panel-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 18px 40px #0f172a0d}.settings-panel-head{justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px;display:flex}.settings-panel-head h2{margin-bottom:8px;font-size:28px}.settings-panel-head p{color:#64748b}.date-range-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.date-field{flex-direction:column;gap:8px;display:flex}.date-field label{font-size:14px;font-weight:700}.date-input{background:#fff;border:1px solid #d0d5dd;border-radius:14px;padding:12px 14px}.settings-order-preview{flex-direction:column;gap:12px;margin-top:18px;display:flex}.settings-order-line{background:#fafcff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:1fr 1fr auto;align-items:center;gap:16px;padding:14px 16px;display:grid}.admin-bottom-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:2000;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:999px;gap:14px;padding:10px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 40px #0f172a1f}.admin-bottom-nav button{cursor:pointer;background:0 0;border:none;border-radius:999px;padding:12px 18px;font-weight:700}.admin-bottom-nav button.active{color:#fff;background:#111827}@media (max-width:1100px){.admin-grid,.admin-bottom,.admin-stats-large,.date-range-row,.settings-order-line{grid-template-columns:1fr}}@media (max-width:760px){.admin-header h1{font-size:34px}.admin-order-compact{grid-template-columns:1fr;align-items:start}.status-chip{justify-self:start}.admin-order-top.compact-top,.settings-panel-head{flex-direction:column;align-items:start}.admin-stats.mini{grid-template-columns:1fr}.admin-bottom-nav{justify-content:space-between;width:calc(100% - 24px)}.admin-bottom-nav button{flex:1}}.status-chip{background:#eef2f7}@media (max-width:760px){.admin-top-actions,.sound-toggle,.print-bon-button{width:100%}}.sound-toggle{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:14px;padding:12px 16px;font-weight:700}.sound-toggle.active{color:#fff;background:#111827;border-color:#111827}.admin-top-actions{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.print-bon-button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:14px;padding:12px 16px;font-weight:700}.print-bon-button:disabled{opacity:.6;cursor:not-allowed}.admin-order-card.compact.is-new{background:linear-gradient(#fffdf7 0%,#fff 100%);border:2px solid #f59e0b;box-shadow:0 18px 40px #f59e0b1f}@media (max-width:760px){.admin-top-actions,.sound-toggle,.print-bon-button{width:100%}}.opening-hours-card{background:linear-gradient(#fffffffa,#f8fafcfa);border:1px solid #0000000d;border-radius:26px;padding:28px;box-shadow:0 18px 42px #0000000d}.opening-hours-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.section-title.small{font-size:1.4rem}.status-badge{border-radius:999px;padding:8px 14px;font-size:.9rem;font-weight:800}.status-badge.open{color:#166534;background:#16a34a1a}.status-badge.closed{color:#991b1b;background:#ef44441a}.opening-col h4{color:#111827;margin-bottom:10px}.opening-col p{color:#4b5563;margin:4px 0}@media (max-width:760px){.opening-hours-grid{grid-template-columns:1fr}}.opening-hours-section{margin-top:64px}.opening-hours-topline{justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px;display:flex}.opening-hours-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.opening-hours-clean-card{background:linear-gradient(#fffffffa,#f8fafcfa);border:1px solid #0000000d;border-radius:26px;padding:24px;box-shadow:0 18px 42px #0000000d}.opening-hours-card-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.opening-hours-label{letter-spacing:.18em;text-transform:uppercase;color:#6b7280;margin-bottom:8px;font-size:.75rem;font-weight:800;display:inline-block}.opening-hours-card-head h4{color:#111827;margin:0;font-size:1.4rem;font-weight:900}.opening-status-pill{white-space:nowrap;border-radius:999px;padding:9px 14px;font-size:.84rem;font-weight:800}.opening-status-pill.open{color:#166534;background:#16a34a1f}.opening-status-pill.closed{color:#991b1b;background:#ef44441f}.opening-hours-rows{gap:12px;display:grid}.opening-hours-row{background:#ffffffc2;border:1px solid #0000000a;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:15px 16px;display:flex}.opening-hours-row span{color:#4b5563}.opening-hours-row strong{color:#111827}@media (max-width:760px){.opening-hours-section{margin-top:48px}.opening-hours-grid{grid-template-columns:1fr}.opening-hours-card-head,.opening-hours-row{flex-direction:column;align-items:stretch}.opening-hours-clean-card{border-radius:22px;padding:18px}.opening-hours-card-head h4{font-size:1.2rem}}.hero-image-card{background-position:50%;background-size:cover;border:1px solid #0000000a;border-radius:34px;justify-content:center;align-items:end;width:100%;min-height:540px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 72px #00000014}.hero-image-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:540px;padding:32px 20px;display:flex;position:relative}.hero-image-overlay{background:linear-gradient(#1118272e,#1118276b);border-radius:34px;position:absolute;inset:0}.hero-halal-badge{object-fit:contain;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-radius:999px;width:72px;height:72px;margin-bottom:14px;padding:8px;box-shadow:0 12px 30px #0000002e}.hero-kicker{color:#fff;letter-spacing:.16em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;margin-bottom:14px;padding:8px 14px;font-size:.78rem;font-weight:800;display:inline-flex}.hero-image-title{color:#fff;letter-spacing:-.04em;text-shadow:0 8px 30px #00000038;margin:0;font-size:clamp(2rem,5vw,4.2rem);font-weight:900;line-height:1.04}.hero-benefits-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #0000000d;border-radius:22px;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;padding:16px 20px;display:flex;box-shadow:0 16px 40px #0000000d}.hero-benefit-pill{color:#374151;font-size:.96rem;font-weight:700}.hero-benefit-divider{color:#9ca3af;font-weight:700}.hero-image-overlay{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:linear-gradient(#0000000a 0%,#00000014 35%,#0000002e 58%,#0000006b 82%,#00000094 100%);position:absolute;inset:0}.hero-image-content{z-index:2;text-align:center;color:#fff;width:min(760px,100% - 48px);padding-bottom:42px;animation:1s both heroFadeUp;position:relative}.hero-kicker{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.12em;text-transform:uppercase;background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;padding:9px 14px;font-size:.82rem;font-weight:800;display:inline-block}.hero-image-title{letter-spacing:-.04em;color:#fff;text-shadow:0 10px 30px #00000038;margin:18px 0 0;font-size:clamp(2.1rem,5vw,4.2rem);font-weight:900;line-height:.98}.hero-image-text{color:#ffffffeb;text-shadow:0 8px 20px #0003;max-width:620px;margin:16px auto 0;font-size:1rem;line-height:1.75}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.hero-image-card{background-position:50%;border-radius:24px;min-height:300px}.hero-image-content{width:min(100%,100% - 28px);padding-bottom:24px}.cart-button-clean{color:#fff;background:#0f172a;border:1px solid #ffffff0f;box-shadow:0 14px 30px #0f172a2e}.cart-button-clean:hover{box-shadow:0 18px 36px #0f172a3d}.cart-button-clean .cart-icon{color:#fff;font-size:1rem}.cart-button-text{color:#fff;font-weight:800}.cart-count-clean{color:#fff;text-align:center;background:#ffffff24;border:1px solid #ffffff1f;min-width:28px}@media (min-width:761px){.cart-button-clean{justify-content:center;gap:10px;min-width:118px;padding:12px 16px}.cart-button-text{display:inline-flex}}@media (max-width:760px){.cart-button-text{display:none}.cart-button-clean{padding:10px 12px}.cart-count-clean{color:#475569;background:#f1f5f9}}.checkout-clean{padding:32px 0 90px}.checkout-clean-topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;display:flex}.checkout-clean-layout{grid-template-columns:minmax(0,1.28fr) 390px;align-items:start;gap:24px;display:grid}.checkout-clean-main{gap:20px;display:grid}.checkout-clean-sidebar{position:relative}.checkout-clean-card,.checkout-summary-card{background:linear-gradient(#fffffffa,#f8fafcfa);border:1px solid #0f172a0d;border-radius:28px;padding:24px;box-shadow:0 16px 38px #0f172a0d}.checkout-summary-card{position:sticky;top:108px}.checkout-card-head{justify-content:space-between;align-items:start;gap:14px;margin-bottom:18px;display:flex}.checkout-card-head h3{color:#0f172a;letter-spacing:-.03em;margin:6px 0 0;font-size:1.35rem;font-weight:800}.checkout-kicker{letter-spacing:.18em;text-transform:uppercase;color:#94a3b8;font-size:.74rem;font-weight:800;display:inline-block}.checkout-head-badge{color:#334155;background:#f8fafc;border:1px solid #0f172a0d;border-radius:999px;padding:10px 12px;font-size:.88rem;font-weight:800}.checkout-empty{color:#64748b;background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;padding:18px}.checkout-item-list{gap:16px;display:grid}.checkout-item-row{background:#fbfcfd;border:1px solid #0f172a0f;border-radius:22px;justify-content:space-between;align-items:stretch;gap:18px;padding:18px;display:flex}.checkout-item-left{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}.checkout-item-qty-badge{color:#fff;background:#111827;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-weight:800;display:flex}.checkout-item-content{min-width:0}.checkout-item-content h4{color:#0f172a;margin:0;font-size:1.08rem;line-height:1.3}.checkout-item-meta{color:#64748b;margin-top:6px;font-size:.93rem;line-height:1.5}.checkout-option-wrap{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.checkout-option-pill{color:#475569;background:#eef2f7;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:700}.checkout-item-right{flex-direction:column;align-items:flex-end;gap:12px;min-width:150px;display:flex}.checkout-item-total{color:#0f172a;text-align:right;font-size:1.12rem;font-weight:800}.checkout-item-unit-price{color:#94a3b8;text-align:right;font-size:.82rem;font-weight:700}.checkout-item-quantity-box{background:#f8fafc;border:1px solid #0f172a0f;border-radius:999px;align-items:center;gap:12px;padding:8px 12px;display:inline-flex}.checkout-item-quantity-box button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;width:34px;height:34px;font-size:1.05rem}.checkout-item-quantity-box span{text-align:center;color:#0f172a;min-width:18px;font-weight:800}.checkout-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.checkout-choice-card{text-align:left;cursor:pointer;color:#0f172a;background:#fbfcfd;border:1px solid #0f172a14;border-radius:22px;padding:18px;transition:all .22s}.checkout-choice-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a0f}.checkout-choice-card.active{color:#fff;background:#111827;border-color:#0000}.checkout-choice-card.active small,.checkout-choice-card.active .checkout-choice-label{color:#ffffffb8}.checkout-choice-card strong{margin-top:6px;font-size:1rem;display:block}.checkout-choice-card small{color:#64748b;margin-top:8px;line-height:1.5;display:block}.checkout-choice-label{letter-spacing:.16em;text-transform:uppercase;color:#94a3b8;font-size:.72rem;font-weight:800;display:inline-block}.checkout-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.preorder-clean-grid{margin-top:14px}.checkout-note-box{color:#334155;background:#f8fafc;border:1px solid #0f172a0d;border-radius:16px;grid-column:1/-1;padding:14px 15px;line-height:1.6}.checkout-note-box.muted{color:#64748b}.checkout-summary-rows{display:grid}.checkout-summary-row{color:#334155;border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.checkout-summary-row.discount span:last-child{color:#166534;font-weight:800}.checkout-summary-row.total{color:#0f172a;border-bottom:none;padding-bottom:0;font-size:1.08rem;font-weight:900}.checkout-summary-extra{background:#f8fafc;border:1px solid #0f172a0d;border-radius:18px;margin-top:18px;padding:16px}.checkout-summary-extra span{color:#94a3b8;margin-bottom:6px;font-size:.84rem;font-weight:700;display:block}.checkout-summary-extra strong{color:#0f172a;line-height:1.6}.checkout-submit-clean{border-radius:18px;width:100%;min-height:54px;margin-top:18px;font-size:1rem}@media (max-width:1100px){.checkout-clean-layout{grid-template-columns:1fr}.checkout-summary-card{position:static}.checkout-clean-sidebar{order:-1}}@media (max-width:760px){.checkout-clean{padding:24px 0 70px}.checkout-clean-topbar{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:18px}.checkout-clean-card,.checkout-summary-card{border-radius:22px;padding:18px}.checkout-card-head{flex-direction:column;align-items:stretch;gap:10px}.checkout-choice-grid,.checkout-form-grid{grid-template-columns:1fr}.checkout-item-row{border-radius:18px;flex-direction:column;gap:16px;padding:16px}.checkout-item-left{align-items:flex-start}.checkout-item-right{align-items:stretch;min-width:0}.checkout-item-total,.checkout-item-unit-price{text-align:left}.checkout-item-quantity-box{width:fit-content}.cart-count-clean{color:#0f172a;background:linear-gradient(#fff,#f1f5f9);border:1px solid #0f172a0f;font-weight:800;box-shadow:0 4px 10px #0f172a1f}.cart-button-clean .cart-count,.cart-button-clean .cart-count-clean{min-width:24px;height:24px;font-size:.75rem;color:#0f172a!important;background:#fff!important}}.special-closure-banner{background:linear-gradient(#fffffffa,#f8fafcfa);border:1px solid #ef44441f;border-radius:28px;padding:24px;box-shadow:0 18px 42px #0f172a0d}.special-closure-label{color:#b42318;letter-spacing:.08em;text-transform:uppercase;background:#ef44441a;border-radius:999px;margin-bottom:10px;padding:8px 12px;font-size:.8rem;font-weight:800;display:inline-block}.special-closure-banner h3{color:#111827;margin:0;font-size:1.6rem;font-weight:900}.special-closure-banner p{color:#667085;margin:12px 0 0;line-height:1.7}.manual-notice-bar{color:#fff;text-align:center;letter-spacing:.01em;background:#b42318;width:100%;padding:12px 16px;font-size:.95rem;font-weight:800}.product-modal textarea{color:#111827;resize:vertical;background:#fffffffa;border:1px solid #0000000f;border-radius:15px;outline:none;width:100%;min-height:120px;padding:14px 15px;transition:border-color .2s,box-shadow .2s}.product-modal textarea:focus{border-color:#1118272e;box-shadow:0 0 0 4px #1118270d}.product-modal textarea::placeholder{color:#9ca3af}.legal-card p{color:#444;line-height:1.75}.legal-card ul{color:#444;padding-left:20px}.legal-card li{margin-bottom:6px}.legal-wrapper{justify-content:center;min-height:100vh;padding:80px 20px;display:flex}.legal-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffbf;border:1px solid #0000000f;border-radius:28px;width:100%;max-width:900px;padding:50px;box-shadow:0 20px 60px #00000014}.legal-back-button{color:#111827;background:#ffffffd9;border:1px solid #0000000f;border-radius:14px;align-items:center;gap:8px;padding:12px 18px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 24px #0000000d}.legal-card h1{margin-bottom:30px;font-size:2.4rem}.legal-card h2{margin-top:40px;margin-bottom:10px;font-size:1.3rem}.legal-card p,.legal-card li{color:#444;line-height:1.75}.legal-card ul{padding-left:20px}.legal-page{background:radial-gradient(circle at 0 0,#3c3c3c0a,#0000 24%),linear-gradient(#fcfcfd 0%,#f6f7f9 100%);min-height:100vh;padding:24px 0 56px}.legal-container{width:min(960px,100% - 24px);margin:0 auto}.legal-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #0000000d;border-radius:28px;padding:24px;box-shadow:0 18px 50px #0000000f}.legal-topbar{justify-content:flex-start;margin-bottom:20px;display:flex}.legal-back-button{color:#111827;background:#fffffff2;border:1px solid #0000000f;border-radius:14px;align-items:center;gap:8px;min-height:44px;padding:12px 16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 24px #0000000d}.legal-back-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #00000014}.legal-head{margin-bottom:28px}.legal-eyebrow{color:#6b7280;text-transform:uppercase;letter-spacing:.18em;margin-bottom:10px;font-size:.72rem;font-weight:800;display:inline-block}.legal-head h1{letter-spacing:-.04em;color:#111827;margin:0 0 12px;font-size:clamp(2rem,5vw,3rem);line-height:1.05}.legal-lead{color:#4b5563;margin:0;font-size:1rem;line-height:1.7}.legal-section+.legal-section{margin-top:28px}.legal-section h2{color:#111827;margin:0 0 12px;font-size:clamp(1.1rem,2.8vw,1.35rem);line-height:1.25}.legal-section p{color:#4b5563;word-break:break-word;margin:0 0 14px;font-size:.98rem;line-height:1.8}.legal-section ul{margin:0 0 14px;padding-left:20px}.legal-section li{color:#4b5563;margin-bottom:8px;font-size:.98rem;line-height:1.7}@media (max-width:760px){.legal-page{padding:14px 0 32px}.legal-container{width:min(100%,100% - 14px)}.legal-card{border-radius:20px;padding:16px}.legal-topbar{margin-bottom:16px}.legal-back-button{border-radius:12px;justify-content:center;width:100%;padding:12px 14px;font-size:.95rem}.legal-head{margin-bottom:22px}.legal-head h1{font-size:1.8rem}.legal-lead,.legal-section p,.legal-section li{font-size:.95rem;line-height:1.7}.legal-section+.legal-section{margin-top:22px}}@media (max-width:480px){.legal-card{padding:14px}.legal-head h1{font-size:1.55rem}.legal-lead,.legal-section p,.legal-section li{font-size:.93rem}.legal-section h2{font-size:1.02rem}}.hero-image-content{min-height:240px;padding:20px 16px}.hero-halal-badge{width:52px;height:52px;margin-bottom:10px;padding:6px}.hero-kicker{margin-bottom:10px;padding:7px 12px;font-size:.68rem}.hero-image-text{font-size:.95rem;line-height:1.5}.hero-benefits-section{padding-top:14px}.hero-benefits-bar{border-radius:18px;gap:8px;padding:14px}.hero-benefit-pill{text-align:center;font-size:.88rem}.hero-benefit-divider{display:none}.hero-image-content{min-height:210px}.hero-halal-badge{width:46px;height:46px}.hero-image-title{font-size:1.9rem}.hero-image-text{font-size:.9rem}.hero-benefit-pill{font-size:.82rem}.header-halal-badge{object-fit:contain;background:#fff;border-radius:999px;width:28px;height:28px;margin-left:6px;padding:4px;box-shadow:0 6px 16px #0000001f}.brand-box{align-items:center;display:flex}
