:root{--navy:#071a32;--cream:#f7efe5;--paper:#fffdf9;--ink:#111820;--line:rgba(7,26,50,.14);--green:#1f7a4f;--red:#8a2f2f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}.hero{min-height:94vh;padding:32px 24px 72px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,#fff 0,var(--cream) 100%)}.hero-art{width:min(720px,94vw);max-height:330px;object-fit:contain;mix-blend-mode:multiply;margin-bottom:14px}.eyebrow{margin:0 0 14px;color:var(--navy);font-size:12px;letter-spacing:.26em;font-weight:700}h1,h2,h3{font-family:Georgia,Times New Roman,serif;color:var(--navy)}h1{max-width:900px;margin:0;font-size:clamp(48px,7vw,96px);line-height:.98;font-weight:500}.hero-copy{max-width:590px;margin:24px auto;font-size:18px;line-height:1.65}.status{display:inline-flex;align-items:center;gap:9px;padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.75);font-size:14px;margin-bottom:22px}.status span{width:9px;height:9px;border-radius:50%}.status.open span{background:var(--green)}.status.closed span{background:var(--red)}.primary{display:inline-block;padding:15px 24px;border-radius:999px;background:var(--navy);color:white;text-decoration:none;font-weight:700}.primary.disabled{opacity:.45;pointer-events:none}.info-strip{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.info-strip div{padding:24px;text-align:center;border-right:1px solid var(--line)}.info-strip div:last-child{border-right:0}.info-strip span,.info-strip strong{display:block}.info-strip strong{color:var(--navy);margin-bottom:6px}.info-strip span{color:#6a6d72;font-size:14px}.menu-section{padding:92px 24px 120px;max-width:1280px;margin:0 auto}.section-heading{max-width:650px;margin-bottom:42px}.checkout h2,.section-heading h2{font-size:clamp(40px,5vw,64px);margin:0 0 14px;font-weight:500}.section-heading>p:last-child{line-height:1.7;color:#5e6268}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.product-card{border:1px solid var(--line);background:white;overflow:hidden}.product-card img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.product-body{padding:18px;display:flex;justify-content:space-between;gap:14px;align-items:center}.product-body h3{margin:0 0 5px;font-size:24px;font-weight:500}.product-body p{margin:0;color:#686c72}.product-body>button,.success button{border:0;background:var(--navy);color:white;border-radius:999px;padding:12px 18px;min-width:74px}.product-body>button:disabled{opacity:.35;cursor:not-allowed}.qty{display:flex;align-items:center;gap:12px}.qty button{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:white;color:var(--navy);font-size:20px}.cart-bar{left:50%;bottom:18px;transform:translateX(-50%);width:min(640px,calc(100vw - 28px));justify-content:space-between;border:0;border-radius:999px;padding:17px 22px;background:var(--navy);color:white;box-shadow:0 18px 50px rgba(0,0,0,.22);z-index:20}.cart-bar,.modal-backdrop{position:fixed;display:flex}.modal-backdrop{inset:0;background:rgba(0,0,0,.45);z-index:40;justify-content:flex-end}.checkout{position:relative;width:min(560px,100%);height:100%;overflow-y:auto;background:var(--paper);padding:48px 28px}.close{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:white;font-size:26px}.order-list{border-top:1px solid var(--line);margin:26px 0}.order-list>div{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.total-row{font-size:18px}form{grid-gap:16px;gap:16px}form,label{display:grid}label{grid-gap:8px;gap:8px;font-weight:700;color:var(--navy)}input,textarea{width:100%;border:1px solid var(--line);background:white;padding:14px;border-radius:12px;outline:none}input:focus,textarea:focus{border-color:var(--navy)}.two-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.arrival-notes-section{display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid var(--line);border-radius:16px;background:rgba(247,239,229,.45)}.arrival-notes-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--navy)}.arrival-notes-heading strong{font-size:16px}.arrival-notes-heading span{padding:5px 9px;border-radius:999px;background:white;border:1px solid var(--line);color:#6a6d72;font-size:12px;font-weight:700}.apple-pay{border:0;background:#000;color:#fff;border-radius:12px;min-height:52px;font-size:22px}.apple-pay:disabled{opacity:.35}.payment-note{margin:0;font-size:12px;line-height:1.55;color:#777b81}.success{min-height:70vh;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.success-mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-size:36px}.success p{max-width:390px;line-height:1.6;color:#666}footer{padding:70px 24px;text-align:center;background:#fff}footer img{width:min(460px,90vw);height:180px;object-fit:contain;mix-blend-mode:multiply}footer p{color:var(--navy);font-weight:700}footer span{color:#777;font-size:14px}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hero{min-height:auto;padding-top:54px}.hero-art{max-height:230px}.info-strip{grid-template-columns:1fr}.info-strip div{border-right:0;border-bottom:1px solid var(--line)}.info-strip div:last-child{border-bottom:0}.product-grid{grid-template-columns:1fr}.menu-section{padding-top:70px}.two-cols{grid-template-columns:1fr}.checkout{padding:54px 20px 28px}}.form-error{margin:0;color:#9f2f22;font-size:.9rem;font-weight:700}.result-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f3eadb}.result-card{width:min(100%,520px);padding:36px;border-radius:28px;background:#fffaf1;text-align:center;box-shadow:0 24px 70px rgba(50,35,20,.14)}.result-card img{width:112px;height:112px;object-fit:cover;border-radius:50%;margin-bottom:18px}.result-card h1{margin:8px 0 10px}.result-card p{margin:0 0 24px;color:#66584a;line-height:1.6}.result-card .primary{display:inline-flex}.product-image-wrap{position:relative}.product-card.sold-out img{filter:grayscale(.9);opacity:.55}.sold-out-badge{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);background:var(--navy);color:#fff;padding:11px 18px;border-radius:999px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.admin-page{min-height:100vh;padding:40px 18px;background:var(--cream)}.admin-card{max-width:760px;margin:0 auto;background:white;padding:30px;border:1px solid var(--line);border-radius:24px}.admin-card h1{font-size:clamp(40px,7vw,64px);margin:0 0 28px;font-weight:500}.admin-login{max-width:420px}.admin-login .primary{border:0}.admin-products{display:grid;grid-gap:12px;gap:12px}.admin-product{display:grid;grid-template-columns:62px 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:16px}.admin-product img{width:62px;height:62px;object-fit:cover;border-radius:12px}.admin-product span,.admin-product strong{display:block}.admin-product span{margin-top:5px;font-size:13px;font-weight:800}.stock-green{color:var(--green)}.stock-red{color:var(--red)}.admin-product button,.logout-button{border:0;border-radius:999px;padding:11px 15px;font-weight:800}.mark-sold{background:#f8e1df;color:var(--red)}.mark-stock{background:#dff3e9;color:var(--green)}.logout-button{margin-top:22px;background:var(--navy);color:white}@media (max-width:580px){.admin-product{grid-template-columns:52px 1fr}.admin-product img{width:52px;height:52px}.admin-product button{grid-column:1/-1;width:100%}}.admin-section{margin-top:28px;padding-top:28px;border-top:1px solid var(--line)}.admin-section:first-of-type{margin-top:0;padding-top:0;border-top:0}.admin-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.admin-section-title h2{margin:2px 0 0;font-size:28px}.business-closed,.business-live{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.business-live{background:#e8f6ec;color:#176b34}.business-closed{background:#feecec;color:#a32626}.business-modes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.business-mode{text-align:left;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;cursor:pointer}.business-mode span,.business-mode strong{display:block}.business-mode strong{font-size:15px}.business-mode span{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.45}.business-mode.active{border:2px solid var(--ink);background:#f8f2e9}.business-mode:disabled{opacity:.65;cursor:wait}@media (max-width:680px){.business-modes{grid-template-columns:1fr}.admin-section-title{align-items:flex-start}}.sales-date{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.sales-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.sales-stat{min-height:120px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;border:1px solid var(--line);border-radius:18px;background:#f8f2e9}.sales-stat span{color:var(--muted);font-size:13px;font-weight:750}.sales-stat strong{margin-top:16px;font-size:clamp(25px,5vw,38px);font-weight:600;letter-spacing:-.03em}.sales-note{margin:13px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.sales-products{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.sales-products div{display:flex;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid var(--line);border-radius:13px;font-size:13px}.sales-products strong{font-size:15px}@media (max-width:580px){.sales-products,.sales-stats{grid-template-columns:1fr}}.temporary-opening{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fffaf1}.temporary-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.temporary-heading h3{margin:2px 0 0;font-size:23px}.temporary-active{border-radius:999px;padding:7px 10px;background:#e8f6ec;color:#176b34;font-size:12px;font-weight:900}.temporary-note,.temporary-saved{color:var(--muted);font-size:12px;line-height:1.55}.temporary-note{margin:10px 0 14px}.temporary-saved{margin:12px 0 0;font-weight:750}.temporary-fields{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-gap:10px;gap:10px}.temporary-fields label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.temporary-fields input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:white;color:var(--ink);font:inherit}.temporary-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.temporary-actions .primary{border:0}.secondary-button{border:1px solid var(--line);border-radius:999px;padding:11px 16px;background:white;color:var(--ink);font-weight:800}@media (max-width:620px){.temporary-fields{grid-template-columns:1fr}.temporary-actions .primary,.temporary-actions .secondary-button{width:100%}}.product-editor{padding:20px;border:1px solid var(--line);border-radius:18px;background:rgba(247,239,229,.42);margin-bottom:22px}.product-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:end}.product-image-field{grid-column:span 1}.product-active-field{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:white}.product-active-field input{width:22px;height:22px}.product-editor-preview{width:110px;height:110px;object-fit:cover;border-radius:14px;border:1px solid var(--line)}.product-management-list{display:grid;grid-gap:10px;gap:10px}.managed-product{grid-template-columns:72px minmax(130px,1fr) auto auto auto}.managed-product-info{min-width:0}.managed-product-info span,.managed-product-info strong{display:block}.managed-product-info span{color:#6a6d72;font-size:13px;margin-top:4px}.product-order-buttons{display:flex;gap:6px}.product-order-buttons button{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:white;color:var(--navy)}.product-order-buttons button:disabled{opacity:.3}@media (max-width:720px){.product-editor-grid{grid-template-columns:1fr}.managed-product{grid-template-columns:58px 1fr}.managed-product>button,.product-order-buttons{grid-column:span 1}}.loyalty-checkout{display:grid;grid-gap:12px;gap:12px;padding:15px;border:1px solid var(--line);border-radius:16px;background:#fffaf1}.loyalty-checkout.reward-ready{background:#e9f6ee;border-color:#c9e6d3}.loyalty-checkout span,.loyalty-checkout strong{display:block}.loyalty-checkout span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45}.loyalty-dots{display:grid;grid-gap:7px;gap:7px}.loyalty-dots i{height:8px;border-radius:999px;background:#e1d8ca}.loyalty-dots i.filled{background:var(--navy)}.confirmation-page{min-height:100vh;padding:32px 18px 48px;background:#0e1923;color:#fff7ee}.confirmation-shell{width:min(100%,620px);margin:0 auto;text-align:center}.confirmation-logo{width:min(82vw,360px);height:auto;max-height:190px;object-fit:contain;margin:0 auto 10px;display:block}.confirmation-icon{margin:4px 0 6px;font-size:34px}.confirmation-shell h1{margin:0 0 24px;font-size:clamp(38px,9vw,64px);font-weight:600;letter-spacing:-.04em;color:#fff7ee}.confirmation-label{margin:0;font-size:11px;font-weight:900;letter-spacing:.16em;color:#d8c8b6}.confirmation-muted{color:#bdb6ad;line-height:1.55}.confirmation-loyalty,.order-confirmation-card{color:#fff7ee;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.07);box-shadow:inset 0 1px rgba(255,255,255,.04)}.confirmation-order-number{display:block;margin:12px 0 22px;padding:14px;border-radius:14px;background:rgba(0,0,0,.28);font-size:clamp(34px,10vw,52px)}.confirmation-items{display:grid;grid-gap:10px;gap:10px;text-align:left}.confirmation-discount,.confirmation-items div,.confirmation-total{display:flex;justify-content:space-between;gap:12px}.confirmation-items span{color:#e9e2da}.confirmation-discount{margin-top:16px;color:#c9f0d4}.confirmation-total{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);font-size:18px}.order-confirmation-card>.confirmation-muted{margin:22px 0 0}.confirmation-loyalty{margin-top:14px;text-align:left}.confirmation-loyalty.reward-ready{background:rgba(71,144,96,.18)}.confirmation-loyalty h2{margin:8px 0 6px;font-size:28px;color:#fff7ee}.confirmation-loyalty p:not(.confirmation-label){margin:0;color:#c8c0b7;line-height:1.5}.confirmation-stamps{display:grid;grid-gap:8px;gap:8px;margin-top:18px}.confirmation-stamps i{display:grid;place-items:center;min-height:42px;border:1px solid rgba(255,255,255,.13);border-radius:12px;font-style:normal;opacity:.28}.confirmation-stamps i.filled{opacity:1;background:rgba(255,255,255,.08)}.confirmation-follow{margin-top:28px}.confirmation-follow>div{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-top:12px}.confirmation-follow a{display:flex;align-items:center;justify-content:center;min-height:50px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;text-decoration:none;font-weight:800}.confirmation-home{margin-top:28px}@media (max-width:520px){.confirmation-follow>div{grid-template-columns:1fr}.confirmation-loyalty,.order-confirmation-card{padding:19px}}.loyalty-admin-search{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:end}.loyalty-admin-search .primary{border:0;min-height:48px}.loyalty-admin-card{margin-top:14px;display:grid;grid-template-columns:1.2fr 1fr 1fr auto;grid-gap:10px;gap:10px;align-items:end;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fffaf1}.loyalty-admin-card>div span,.loyalty-admin-card>div strong{display:block}.loyalty-admin-card>div span{color:var(--muted);font-size:12px}.loyalty-admin-card>div strong{margin-top:6px}.loyalty-admin-card label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.loyalty-admin-card input{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px;background:white;color:var(--ink)}@media (max-width:680px){.loyalty-admin-card,.loyalty-admin-search{grid-template-columns:1fr}}.loyalty-discount-row{color:#176b34;font-weight:800}.otp-box{margin-top:14px;display:grid;grid-gap:10px;gap:10px}.otp-box .secondary-button{width:100%;min-height:44px}.otp-box label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:800;color:var(--muted)}.otp-box input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;color:var(--ink)}.otp-box p{margin:0;font-size:12px;color:var(--muted)}.split-loyalty-box{margin:14px 0;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fffaf1}.split-toggle{display:flex!important;grid-template-columns:none!important;gap:10px!important;align-items:flex-start;cursor:pointer;color:var(--ink)!important}.split-toggle input{width:18px!important;height:18px;margin-top:2px;flex:0 0 auto}.split-toggle span{display:grid;grid-gap:3px;gap:3px}.split-toggle strong{font-size:14px}.split-toggle small{color:var(--muted);font-size:12px;line-height:1.4;font-weight:500}.split-fields{margin-top:14px;display:grid;grid-template-columns:1.3fr .7fr;grid-gap:10px;gap:10px}.split-fields label{display:grid;grid-gap:6px;gap:6px}.split-fields input,.split-fields select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;color:var(--ink)}.split-fields p{grid-column:1/-1;margin:0;color:var(--muted);font-size:12px;line-height:1.45}.confirmation-loyalty.friend-loyalty{border-style:dashed}.confirmation-stamps,.loyalty-dots{grid-template-columns:repeat(6,1fr)}@media (max-width:560px){.split-fields{grid-template-columns:1fr}}