:root{
  --cream:#fff8f1; --cream2:#fdeee2; --blush:#f7dcd0;
  --rose:#c97b6e; --rose-deep:#b3604f; --cocoa:#5d4137; --cocoa-soft:#8a6c5f;
  --gold:#c6993f; --gold-soft:#e6c98c; --sage:#9caa8a; --line:#e7c9b8;
  --wa:#25D366; --wa-deep:#128C7E;
}
*{box-sizing:border-box; margin:0; padding:0;}
html,body{min-height:100%;}
body.bakery{
  font-family:'Poppins',sans-serif; color:var(--cocoa);
  background:
    radial-gradient(circle at 10% 5%, rgba(247,220,208,.6), transparent 40%),
    radial-gradient(circle at 92% 90%, rgba(156,170,138,.20), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(198,153,63,.14), transparent 36%),
    linear-gradient(160deg,var(--cream) 0%,var(--cream2) 55%,var(--blush) 125%);
  background-attachment:fixed;
  min-height:100vh; position:relative; overflow-x:hidden;
}
body.bakery::before{
  content:""; position:fixed; inset:0; z-index:0; pointer-events:none;
  background-image:radial-gradient(rgba(185,120,95,.05) 1px, transparent 1.4px);
  background-size:20px 20px;
}
.spark{ position:fixed; color:var(--gold-soft); opacity:.55; z-index:0; pointer-events:none;
  animation:float 7s ease-in-out infinite; }
.spark:nth-child(1){ top:12%; left:8%; font-size:22px; animation-delay:0s;}
.spark:nth-child(2){ top:22%; right:10%; font-size:16px; animation-delay:1.5s;}
.spark:nth-child(3){ bottom:18%; left:12%; font-size:18px; animation-delay:3s;}
.spark:nth-child(4){ bottom:26%; right:9%; font-size:24px; animation-delay:2.2s;}
@keyframes float{ 0%,100%{ transform:translateY(0) rotate(0); opacity:.4;}
  50%{ transform:translateY(-14px) rotate(12deg); opacity:.8;} }

.page{ position:relative; z-index:2; width:100%; max-width:980px; margin:0 auto; padding:28px 18px 48px; }
.panel{
  background:rgba(255,255,255,.62); backdrop-filter:blur(6px);
  border:1px solid rgba(231,201,184,.9); border-radius:30px;
  padding:34px 30px; box-shadow:0 30px 70px -34px rgba(122,76,58,.55);
  position:relative;
}
.panel::after{
  content:""; position:absolute; inset:9px; border:1px solid rgba(198,153,63,.35);
  border-radius:23px; pointer-events:none;
}
.leaf{ color:var(--sage); letter-spacing:6px; font-size:14px; margin-bottom:8px; text-align:center; }
.brand{ font-family:'Cormorant Garamond',serif; font-weight:700;
  font-size:clamp(34px,8vw,52px); line-height:1.05; color:var(--rose-deep);
  letter-spacing:.5px; text-align:center; text-shadow:0 2px 0 rgba(255,255,255,.6); }
.brand .b{ color:var(--cocoa); }
.tagline{ font-family:'Dancing Script',cursive; font-size:22px; color:var(--gold);
  text-align:center; margin-top:6px; }
.rule{ display:flex; align-items:center; justify-content:center; gap:12px; margin:18px auto 14px; max-width:300px; }
.rule .ln{ height:1px; flex:1; background:linear-gradient(90deg,transparent,var(--line),transparent);}
.rule .dot{ width:7px;height:7px;border:1px solid var(--rose); transform:rotate(45deg); background:var(--blush);}

.topnav{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin:18px 0 26px; }
.topnav a{
  font-size:11px; letter-spacing:1.5px; text-transform:uppercase; text-decoration:none;
  color:var(--rose-deep); border:1.3px solid var(--rose); background:rgba(255,255,255,.5);
  padding:8px 16px; border-radius:30px; font-weight:600; transition:transform .2s;
}
.topnav a:hover{ transform:translateY(-2px); }
.topnav a.active{ background:var(--rose); color:#fff; border-color:var(--rose); }

.cat-title{
  font-family:'Cormorant Garamond',serif; font-size:clamp(26px,5vw,34px);
  color:var(--rose-deep); margin:28px 0 16px; text-align:center;
}
.cat-title:first-of-type{ margin-top:8px; }

.grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:18px; }
.card-item{
  background:rgba(255,255,255,.75); border:1px solid var(--line); border-radius:20px;
  overflow:hidden; box-shadow:0 14px 30px -22px rgba(122,76,58,.45);
  transition:transform .25s ease, box-shadow .25s ease;
}
.card-item:hover{ transform:translateY(-4px); box-shadow:0 20px 40px -20px rgba(122,76,58,.55); }
.card-item img{ width:100%; height:170px; object-fit:cover; display:block; background:var(--cream2); }
.card-item .ph{
  height:170px; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--cream2),var(--blush)); color:var(--cocoa-soft);
  font-size:42px;
}
.card-body{ padding:16px 16px 18px; }
.card-body h3{ font-family:'Cormorant Garamond',serif; font-size:22px; color:var(--rose-deep); margin-bottom:6px; }
.card-body p{ font-size:13px; line-height:1.55; color:var(--cocoa-soft); min-height:40px; }
.card-meta{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:14px; }
.price{ font-weight:600; font-size:18px; color:var(--cocoa); }
.badge{
  font-size:9px; letter-spacing:1px; text-transform:uppercase; font-weight:600;
  padding:4px 10px; border-radius:20px;
}
.badge.in{ background:rgba(156,170,138,.25); color:#5f6e4d; }
.badge.out{ background:rgba(179,96,79,.15); color:var(--rose-deep); }
.btn-wa{
  display:inline-flex; align-items:center; justify-content:center; gap:8px; margin-top:12px; width:100%;
  padding:12px 14px; border-radius:14px; text-decoration:none; font-weight:600; font-size:13px;
  background:linear-gradient(135deg,var(--wa),var(--wa-deep)); color:#fff;
  box-shadow:0 10px 24px -14px rgba(18,140,126,.9); transition:transform .2s;
}
.btn-wa:hover{ transform:translateY(-2px); }
.btn-wa.disabled{ opacity:.45; pointer-events:none; }

.empty{
  text-align:center; padding:40px 20px; color:var(--cocoa-soft); font-size:15px; line-height:1.7;
}
.footernote{ margin-top:30px; text-align:center; font-size:11px; color:var(--cocoa-soft); line-height:1.7; }
.footernote a{ color:var(--rose-deep); text-decoration:none; font-weight:600; }

/* Admin */
body.admin-page .page{ max-width:1100px; }
.admin-header{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; margin-bottom:22px; }
.admin-header h1{ font-family:'Cormorant Garamond',serif; font-size:32px; color:var(--rose-deep); }
.tabs{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:22px; }
.tab{
  border:1.3px solid var(--line); background:rgba(255,255,255,.55); color:var(--cocoa);
  padding:10px 18px; border-radius:30px; cursor:pointer; font-family:'Poppins'; font-size:13px; font-weight:600;
}
.tab.active{ background:var(--rose); color:#fff; border-color:var(--rose); }
.section{ display:none; }
.section.active{ display:block; }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:18px; }
.form-grid .full{ grid-column:1 / -1; }
label{ display:block; font-size:12px; font-weight:600; color:var(--cocoa-soft); margin-bottom:6px; letter-spacing:.3px; }
input, textarea, select{
  width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:14px;
  font-family:'Poppins'; font-size:14px; color:var(--cocoa); background:rgba(255,255,255,.85);
}
textarea{ min-height:90px; resize:vertical; }
.check-row{ display:flex; align-items:center; gap:10px; margin-top:8px; }
.check-row input{ width:auto; }
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:12px 20px; border-radius:14px; border:none; cursor:pointer;
  font-family:'Poppins'; font-weight:600; font-size:14px; transition:transform .2s;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:linear-gradient(135deg,var(--rose),var(--rose-deep)); color:#fff; }
.btn-gold{ background:var(--gold); color:#fff; }
.btn-ghost{ background:rgba(255,255,255,.7); color:var(--cocoa); border:1px solid var(--line); }
.btn-danger{ background:#c45c5c; color:#fff; }
.btn-sm{ padding:8px 12px; font-size:12px; border-radius:10px; }
.table-wrap{ overflow:auto; margin-top:18px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.7); }
table{ width:100%; border-collapse:collapse; font-size:13px; }
th, td{ padding:12px 14px; text-align:left; border-bottom:1px solid var(--line); vertical-align:middle; }
th{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:var(--cocoa-soft); background:rgba(253,238,226,.5); }
tr:last-child td{ border-bottom:none; }
.thumb{ width:48px; height:48px; object-fit:cover; border-radius:10px; background:var(--cream2); }
.login-wrap{ min-height:100vh; display:flex; align-items:center; justify-content:center; padding:24px; }
.login-box{ width:100%; max-width:420px; }
.msg{ padding:10px 14px; border-radius:12px; margin-bottom:14px; font-size:13px; }
.msg.err{ background:#fde8e8; color:#9b3b3b; }
.msg.ok{ background:#e8f3e8; color:#4a6b3f; }
.hidden{ display:none !important; }
.actions-row{ display:flex; gap:8px; flex-wrap:wrap; }

/* Store menu board */
.store-page{ max-width:1060px; }
.store-panel{ padding:34px 28px 40px; }
.menu-legend{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px 18px;
  font-size:11px; letter-spacing:1px; text-transform:uppercase; color:var(--cocoa-soft);
  margin-bottom:22px; text-align:center;
}
.legend-star{ color:var(--gold); font-size:14px; }
.legend-note{ font-weight:500; opacity:.85; }
.menu-board{
  display:grid; grid-template-columns:1fr; gap:20px;
}
.menu-card{
  background:rgba(255,255,255,.78); border:1px solid var(--line); border-radius:22px;
  padding:18px 18px 14px; box-shadow:0 16px 36px -24px rgba(122,76,58,.4);
}
.menu-card-pack{
  padding:20px 20px 16px;
}
.menu-card-head{ margin-bottom:12px; }
.menu-cat-name{
  font-family:'Cormorant Garamond',serif; font-size:clamp(24px,4vw,30px);
  color:var(--rose-deep); line-height:1.1;
}
.cat-tag{
  display:inline-block; margin-top:8px; font-size:9px; letter-spacing:1px; text-transform:uppercase;
  color:var(--rose-deep); border:1px solid var(--blush); background:rgba(247,220,208,.45);
  padding:4px 10px; border-radius:20px; font-weight:600;
}
.menu-list{ list-style:none; }
.menu-row{
  display:grid; grid-template-columns:minmax(0,1fr) 1fr auto; align-items:center; gap:8px;
  padding:7px 0; border-bottom:1px dotted rgba(199,123,110,.35);
}
.menu-row:last-child{ border-bottom:none; }

/* Cupcake pack pricing — aligned table columns */
.menu-card-pack .menu-list{
  display:grid;
  grid-template-columns:var(--pack-cols, minmax(0,1fr) 96px 104px);
  column-gap:20px; align-items:center;
}
.menu-card-pack .menu-table-head,
.menu-card-pack .menu-row-pack{
  display:grid; grid-template-columns:subgrid; grid-column:1 / -1;
  align-items:center;
}
.menu-table-head{
  padding:0 0 10px; margin-bottom:4px; border-bottom:none;
}
.menu-th{
  font-size:9px; letter-spacing:1px; text-transform:uppercase; color:var(--cocoa-soft);
  text-align:center; padding:0 4px;
}
.menu-row-pack{ padding:12px 0; border-bottom:1px dotted rgba(199,123,110,.35); }
.menu-card-pack .menu-row-pack:last-child{ border-bottom:none; }
.menu-row-pack .menu-item-name{ padding-right:12px; line-height:1.25; font-size:16px; }
.menu-cell{
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;
  padding:0 6px;
}
.menu-cell .menu-price-label{
  font-size:14px; font-weight:600; color:var(--cocoa); line-height:1.2;
  text-align:center; white-space:nowrap;
}
.menu-cell .btn-add-cart{
  padding:7px 12px; font-size:11px; font-weight:700; width:100%; max-width:84px;
  min-height:32px; box-sizing:border-box;
}
.menu-cell .menu-price.disabled{ font-size:12px; opacity:.35; }
.menu-item-name{
  font-family:'Cormorant Garamond',serif; font-size:17px; color:var(--cocoa);
  text-decoration:none; transition:color .2s;
}
.menu-item-name:hover{ color:var(--rose-deep); }
.menu-item-name.special{ color:var(--rose-deep); font-weight:600; }
.menu-item-name .star{ color:var(--gold); font-size:13px; }
.menu-item-name.muted{ opacity:.55; }
.menu-dots{
  height:1px; background:repeating-linear-gradient(90deg,var(--line) 0 2px,transparent 2px 6px);
  min-width:20px;
}
.menu-prices{ display:flex; gap:14px; justify-content:flex-end; flex-wrap:wrap; }
.menu-price{
  font-size:14px; font-weight:600; color:var(--cocoa); text-decoration:none;
  min-width:52px; text-align:right; transition:color .2s;
}
.menu-price:hover{ color:var(--rose-deep); }
.menu-price.disabled{ opacity:.45; pointer-events:none; }
.menu-row.sold-out{ opacity:.55; }
.menu-cat-photo{
  width:100%; margin-top:14px; border-radius:14px; border:3px solid #fff;
  box-shadow:0 12px 28px -18px rgba(122,76,58,.55);
}

/* Store cart & checkout */
.store-cta-banner{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:14px;
  background:linear-gradient(135deg, rgba(37,211,102,.12), rgba(18,140,126,.06));
  border:1.5px solid rgba(37,211,102,.28); border-radius:18px; padding:16px 18px; margin-bottom:20px;
}
.store-cta-text{ display:flex; flex-direction:column; gap:4px; text-align:left; }
.store-cta-text strong{ font-size:14px; color:var(--wa-deep); letter-spacing:.3px; }
.store-cta-text span{ font-size:12px; color:var(--cocoa-soft); line-height:1.5; }

.btn-wa-order{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  background:linear-gradient(135deg, var(--wa) 0%, var(--wa-deep) 100%); color:#fff;
  border:none; border-radius:14px; padding:12px 18px; font-family:'Poppins'; font-weight:600;
  font-size:13px; cursor:pointer; box-shadow:0 12px 28px -12px rgba(18,140,126,.65);
  transition:transform .2s, box-shadow .2s; text-decoration:none;
}
.btn-wa-order:hover{ transform:translateY(-2px); box-shadow:0 16px 32px -10px rgba(18,140,126,.75); }
.btn-wa-order-lg{ padding:14px 22px; font-size:14px; border-radius:16px; }
.btn-wa-order-xl{ width:100%; padding:17px 22px; font-size:15px; border-radius:18px; margin-top:8px; }

.menu-actions{ display:flex; align-items:center; justify-content:flex-end; gap:6px; flex-wrap:wrap; }
.menu-price-label{ font-size:13px; font-weight:600; color:var(--cocoa-soft); min-width:36px; text-align:right; }
.btn-add-cart{
  background:linear-gradient(135deg, var(--rose), var(--rose-deep)); color:#fff; border:none;
  border-radius:20px; padding:7px 12px; font-family:'Poppins'; font-size:11px; font-weight:700;
  letter-spacing:.3px; cursor:pointer; white-space:nowrap; box-shadow:0 8px 18px -10px rgba(179,96,79,.8);
  transition:transform .15s;
}
.btn-add-cart:hover{ transform:scale(1.05); }
.btn-add-pack{ background:linear-gradient(135deg, var(--gold), #a67c2a); box-shadow:0 8px 18px -10px rgba(150,110,40,.8); }

.cart-bar{
  position:fixed; bottom:0; left:0; right:0; z-index:40;
  background:rgba(255,255,255,.95); backdrop-filter:blur(8px);
  border-top:1px solid var(--line); box-shadow:0 -12px 40px -16px rgba(70,45,35,.25);
  padding:12px 16px calc(12px + env(safe-area-inset-bottom));
  animation:slideUp .35s ease both;
}
.cart-bar.pulse{ animation:cartPulse .4s ease; }
@keyframes slideUp{ from{ transform:translateY(100%); opacity:0; } to{ transform:translateY(0); opacity:1; } }
@keyframes cartPulse{ 0%,100%{ transform:scale(1);} 50%{ transform:scale(1.02);} }
.cart-bar-inner{ max-width:1060px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.cart-bar-info{ display:flex; align-items:center; gap:10px; font-weight:600; color:var(--cocoa); font-size:14px; }
.cart-bar-icon{ font-size:20px; }

.checkout-modal{
  position:fixed; inset:0; z-index:60; display:none; pointer-events:none;
}
.checkout-modal.show{
  display:block; pointer-events:auto;
}
.checkout-backdrop{
  position:absolute; inset:0; background:rgba(70,45,35,.5); backdrop-filter:blur(3px);
  opacity:0; transition:opacity .28s ease;
}
.checkout-modal.show .checkout-backdrop{ opacity:1; }

.checkout-sheet{
  position:absolute; left:0; right:0; bottom:0; margin:0 auto;
  width:100%; max-width:520px; max-height:min(88vh, 720px);
  background:var(--cream); border-radius:20px 20px 0 0;
  box-shadow:0 -8px 40px -8px rgba(0,0,0,.35);
  display:flex; flex-direction:column;
  transform:translateY(100%); transition:transform .32s cubic-bezier(.2,.8,.2,1);
  padding-bottom:env(safe-area-inset-bottom, 0px);
}
.checkout-modal.show .checkout-sheet{ transform:translateY(0); }

.sheet-handle-zone{
  flex:none; padding:10px 16px 6px; cursor:grab; touch-action:none; user-select:none;
  display:flex; flex-direction:column; align-items:center; gap:6px;
}
.sheet-handle-zone:active{ cursor:grabbing; }
.sheet-handle{
  width:44px; height:5px; border-radius:999px; background:rgba(93,65,55,.28);
}
.sheet-handle-hint{
  font-size:10px; letter-spacing:.8px; text-transform:uppercase; color:var(--cocoa-soft); opacity:.75;
}

.sheet-header{
  flex:none; display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
  padding:4px 18px 14px; border-bottom:1px solid var(--line);
}
.sheet-header-text{ flex:1; min-width:0; }
.sheet-close{
  flex:none; display:inline-flex; flex-direction:column; align-items:center; justify-content:center;
  gap:2px; min-width:52px; min-height:52px; padding:8px 10px;
  border:1.5px solid var(--line); border-radius:14px; background:#fff;
  color:var(--rose-deep); cursor:pointer; box-shadow:0 4px 12px -6px rgba(122,76,58,.25);
}
.sheet-close span:first-child{ font-size:22px; line-height:1; font-weight:400; }
.sheet-close-label{ font-family:'Poppins'; font-size:9px; font-weight:700; letter-spacing:.8px; text-transform:uppercase; }

.sheet-body{
  flex:1; overflow-y:auto; -webkit-overflow-scrolling:touch;
  padding:16px 18px 20px;
}

.checkout-title{ font-family:'Cormorant Garamond',serif; font-size:26px; color:var(--rose-deep); margin-bottom:2px; line-height:1.1; }
.checkout-sub{ font-size:12px; color:var(--cocoa-soft); line-height:1.5; }
.checkout-items{ border:1px solid var(--line); border-radius:16px; background:#fff; padding:8px 10px; margin-bottom:14px; max-height:220px; overflow-y:auto; }
.checkout-empty{ padding:20px; text-align:center; color:var(--cocoa-soft); font-size:13px; }
.checkout-line{
  display:grid; grid-template-columns:1fr auto auto auto; gap:8px; align-items:center;
  padding:10px 4px; border-bottom:1px dotted var(--line);
}
.checkout-line:last-child{ border-bottom:none; }
.checkout-line-info{ display:flex; flex-direction:column; gap:2px; }
.checkout-line-info strong{ font-family:'Cormorant Garamond',serif; font-size:16px; color:var(--rose-deep); }
.checkout-line-cat{ font-size:10px; color:var(--cocoa-soft); text-transform:uppercase; letter-spacing:.8px; }
.cart-variant{ font-size:10px; color:var(--gold); font-weight:600; }
.checkout-line-qty{ display:flex; align-items:center; gap:6px; font-size:13px; font-weight:600; }
.qty-btn{
  width:28px; height:28px; border-radius:8px; border:1px solid var(--line); background:#fff;
  cursor:pointer; font-size:16px; line-height:1; color:var(--cocoa);
}
.checkout-line-price{ font-weight:600; font-size:14px; min-width:48px; text-align:right; }
.checkout-remove{ border:none; background:none; color:var(--cocoa-soft); font-size:20px; cursor:pointer; padding:0 4px; }
.checkout-total-row{
  display:flex; justify-content:space-between; align-items:center; padding:12px 4px 18px;
  font-size:15px; border-top:2px solid var(--line); margin-bottom:4px;
}
.checkout-total-row strong{ font-size:22px; color:var(--rose-deep); }
.checkout-grid{ grid-template-columns:1fr 1fr; margin-bottom:0; }
.checkout-grid .full{ grid-column:1 / -1; }
.checkout-pay-box{
  margin-top:16px; padding:16px; border-radius:16px;
  background:linear-gradient(135deg, rgba(37,211,102,.08), rgba(18,140,126,.04));
  border:1px solid rgba(37,211,102,.2);
}
.checkout-pay-note{ font-size:11px; color:var(--cocoa-soft); line-height:1.55; margin-bottom:10px; text-align:center; }
.sheet-dismiss-btn{
  display:block; width:100%; margin-top:10px; padding:12px; border:none; background:transparent;
  font-family:'Poppins'; font-size:13px; font-weight:600; color:var(--cocoa-soft); cursor:pointer;
  text-decoration:underline; text-underline-offset:3px;
}

@media (min-width:640px){
  .checkout-sheet{
    left:50%; transform:translate(-50%, 100%); border-radius:20px 20px 0 0;
  }
  .checkout-modal.show .checkout-sheet{ transform:translate(-50%, 0); }
}

.store-menu .page{ padding-bottom:100px; }

@media (min-width:768px){
  .store-page{ max-width:1100px; }
  .menu-board{ grid-template-columns:repeat(2, minmax(0, 1fr)); gap:24px; }
}

.tab-badge{
  display:inline-flex; align-items:center; justify-content:center; min-width:18px; height:18px;
  padding:0 6px; margin-left:6px; border-radius:999px; background:var(--rose-deep); color:#fff;
  font-size:10px; font-weight:700; line-height:1;
}
.orders-toolbar{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; flex-wrap:wrap; }
.orders-intro{ font-size:13px; color:var(--cocoa-soft); }
.order-phone{ font-size:12px; color:var(--cocoa); }
.order-meta{ font-size:10px; letter-spacing:.8px; text-transform:uppercase; color:var(--cocoa-soft); }
.order-notes{ margin-top:6px; font-size:11px; color:var(--rose-deep); font-style:italic; max-width:220px; }
.order-items{ font-size:12px; line-height:1.5; max-width:260px; color:var(--cocoa); }
.badge.status-new{ background:rgba(198,153,63,.2); color:#9c7726; }
.badge.status-confirmed{ background:rgba(156,170,138,.25); color:#5f6e4d; }
.badge.status-done{ background:rgba(93,65,55,.12); color:var(--cocoa-soft); }
.badge.status-cancelled{ background:rgba(179,96,79,.15); color:var(--rose-deep); }
.order-row.status-new{ background:rgba(253,238,226,.35); }

@media (max-width:720px){
  .form-grid{ grid-template-columns:1fr; }
  .panel{ padding:24px 18px; }
  .checkout-grid{ grid-template-columns:1fr; }
  .menu-row:not(.menu-row-pack){ grid-template-columns:1fr; gap:6px; }
  .menu-card-pack{ padding:18px 14px 14px; max-width:none; }
  .menu-card-pack .menu-list{ grid-template-columns:var(--pack-cols, minmax(0,1fr) 88px 96px); column-gap:16px; }
  .menu-row-pack .menu-item-name{ font-size:15px; padding-right:8px; }
  .menu-cell{ gap:7px; padding:0 4px; }
  .menu-cell .menu-price-label{ font-size:13px; }
  .menu-cell .btn-add-cart{ max-width:80px; min-height:30px; padding:6px 10px; font-size:10px; }
  .menu-dots{ display:none; }
  .menu-actions{ justify-content:flex-start; }
  .store-cta-banner{ flex-direction:column; align-items:stretch; }
  .btn-wa-order{ width:100%; }
}

.site-intro{ font-size:13px; color:var(--cocoa-soft); line-height:1.55; margin-bottom:18px; }
.site-block{
  margin-bottom:22px; padding:18px 16px; border:1px solid var(--line); border-radius:16px;
  background:rgba(255,255,255,.45);
}
.site-block-title{
  font-family:'Cormorant Garamond',serif; font-size:22px; color:var(--rose-deep);
  margin-bottom:14px; font-weight:700;
}
.site-block-hint{ margin:-6px 0 14px; }
.field-hint{ display:block; font-size:11px; color:var(--cocoa-soft); margin-top:5px; line-height:1.4; }
.site-upload-grid{
  display:grid; grid-template-columns:repeat(auto-fill, minmax(150px, 1fr)); gap:12px;
}
.site-upload-card{
  display:flex; flex-direction:column; gap:8px; padding:12px; border:1.5px dashed var(--line);
  border-radius:14px; background:#fff; cursor:pointer; min-height:140px;
}
.site-upload-label{ font-size:11px; font-weight:600; color:var(--cocoa); line-height:1.35; }
.site-preview{
  width:100%; max-height:110px; object-fit:cover; border-radius:10px; border:1px solid var(--line);
}
.site-upload-card input[type="file"]{ font-size:11px; margin-top:auto; }
.site-pdf-name{ font-size:11px; color:var(--cocoa-soft); line-height:1.4; word-break:break-all; }
.site-save-row{ position:sticky; bottom:0; z-index:5; padding:12px 0 4px; background:linear-gradient(0deg, rgba(253,238,226,.98), rgba(253,238,226,0)); }
.category-preview{ margin-top:10px; max-width:160px; }
.pack-toggle-grid{
  display:grid; gap:8px; margin-top:10px; padding:12px; border:1px solid var(--line);
  border-radius:12px; background:rgba(255,255,255,.55);
}
