:root{--red:#c90d2e;--red2:#a50924;--yellow:#ffc400;--black:#151515;--muted:#667085;--line:#ececec;--cream:#fff7e6;--bg:#fbfbfc;--card:#fff;--shadow:0 18px 55px rgba(15,23,42,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--black)}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:14px;align-items:center}.brand-mark{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,var(--red),#ef1741);display:grid;place-items:center;color:var(--yellow);font-weight:900}.brand strong{display:block;font-size:20px}.brand span{color:var(--muted);font-size:13px}nav{display:flex;gap:22px;font-weight:700;color:#344054}.hero{background:radial-gradient(circle at 80% 20%,#ffe8a3 0,#fff7e6 20%,#fff 48%,#f7f8fb 100%);padding:68px 0 48px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;background:#fff;border:1px solid #f2d67c;border-radius:999px;padding:9px 14px;color:var(--red);font-weight:900}.hero h1{font-size:56px;line-height:1.02;margin:20px 0 18px;letter-spacing:-1.4px}.hero p{font-size:19px;line-height:1.55;color:#475467;max-width:640px}.btn{border:0;border-radius:999px;padding:14px 22px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(15,23,42,.06);font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:linear-gradient(135deg,var(--red),#e7133c);color:#fff;border-color:transparent}.btn.wide{width:100%;font-size:17px;padding:17px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-card{border-radius:34px;background:#fff;box-shadow:var(--shadow);padding:26px;min-height:360px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}.plate-img{position:absolute;inset:24px 24px 120px;border-radius:28px;background:linear-gradient(135deg,#fff4d6,#fff),url('/assets/img/product-placeholder.svg');background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px #f2e3bd}.hero-card h3{font-size:28px;margin:0 0 6px}.hero-card p{font-size:16px;margin:0;color:var(--muted)}.layout{display:grid;grid-template-columns:250px 1fr;gap:26px;padding-top:34px;padding-bottom:90px}.categories-card{position:sticky;top:100px;align-self:start;background:#fff;border-radius:28px;padding:18px;box-shadow:var(--shadow)}.categories-card h3{margin:0 0 14px}.category-list{display:flex;flex-direction:column;gap:10px}.cat{border:0;background:#f3f4f6;border-radius:16px;padding:14px 16px;text-align:left;font-weight:900;cursor:pointer}.cat.active{background:var(--red);color:var(--yellow);box-shadow:0 8px 20px rgba(201,13,46,.18)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-title h2{font-size:34px;margin:0}.section-title p{margin:6px 0 0;color:var(--muted)}.cart-pill{background:#151515;color:#fff;border-radius:999px;padding:13px 18px;font-weight:900;cursor:pointer;white-space:nowrap}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border-radius:26px;box-shadow:0 14px 36px rgba(15,23,42,.08);overflow:hidden;display:flex;flex-direction:column;border:1px solid #eee}.product-image{height:170px;background:#fff7e6 center/cover no-repeat}.product-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-body h3{font-size:18px;margin:0;line-height:1.15}.product-body p{font-size:13px;color:#667085;margin:0;line-height:1.38;min-height:36px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.price-pill{background:var(--red);color:var(--yellow);border-radius:999px;padding:10px 13px;font-weight:900}.add-btn{background:var(--yellow);border:0;border-radius:999px;width:44px;height:44px;font-size:24px;font-weight:900;cursor:pointer}.cart-drawer{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:50;display:none;align-items:stretch;justify-content:flex-end}.cart-drawer.open{display:flex}.cart-panel{background:#fff;width:min(520px,100%);height:100%;padding:26px;overflow:auto;box-shadow:-20px 0 55px rgba(0,0,0,.18)}.cart-head{display:flex;align-items:center;justify-content:space-between}.cart-head h2{margin:0;font-size:34px}.cart-head p{margin:4px 0 0;color:var(--muted)}.icon-btn{border:0;background:#f2f4f7;width:48px;height:48px;border-radius:50%;font-size:30px;cursor:pointer}.cart-items{margin:24px 0;display:flex;flex-direction:column;gap:12px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;background:#f8f8f9;border-radius:18px;padding:14px}.cart-item b{display:block}.qty{display:flex;align-items:center;gap:10px}.qty button{width:34px;height:34px;border-radius:50%;border:0;background:#fff;font-weight:900;cursor:pointer}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.segmented label{background:#f4f4f5;border-radius:16px;padding:13px;font-weight:900;cursor:pointer}.segmented input{accent-color:var(--red)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-form input,.checkout-form textarea,.form-admin input,.form-admin textarea,.form-admin select{width:100%;border:1px solid #e3e3e3;border-radius:15px;padding:14px;margin-bottom:10px;font:inherit;background:#fff}.checkout-form textarea,.form-admin textarea{min-height:84px}.cart-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:18px 0;font-size:24px}.cart-total strong{color:var(--red)}.order-msg{margin-top:12px;font-weight:800}.order-msg.ok{color:#047857}.order-msg.err{color:#b42318}.footer-s21{background:#fff;border-top:1px solid var(--line);padding:18px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:13px}.footer-inner b{display:inline-flex;background:#fff3bd;border:1px solid #e7c74e;border-radius:999px;padding:7px 10px;margin-left:6px}.admin-login-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#fff1b7,#fff 42%,#f4f5f7)}.login-card{background:#fff;border-radius:28px;box-shadow:var(--shadow);padding:34px;width:min(430px,92vw);display:flex;flex-direction:column;gap:12px}.login-card h1{margin:0}.login-card input{border:1px solid #ddd;border-radius:14px;padding:14px;font:inherit}.alert{background:#ffe4e8;color:#9f1239;border-radius:12px;padding:12px}.admin-body{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.admin-sidebar{background:#101828;color:#fff;padding:24px;display:flex;flex-direction:column;gap:10px}.admin-sidebar h2{margin:0}.admin-sidebar p{margin:0 0 18px;color:#98a2b3}.admin-sidebar a{padding:12px;border-radius:12px;color:#fff}.admin-sidebar a:hover{background:#1d2939}.admin-main{padding:28px;overflow:auto}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.admin-top h1{margin:0}.admin-card,.admin-cards>div{background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:20px;margin-bottom:18px}.admin-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.admin-cards b{display:block;font-size:30px;color:var(--red)}.admin-cards span{color:var(--muted);font-weight:700}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}th{font-size:12px;text-transform:uppercase;color:#667085}.mini{display:inline-flex;background:#f2f4f7;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.form-admin{max-width:820px}.form-admin label{display:block;font-weight:800;margin-bottom:12px}.check{display:flex!important;gap:10px;align-items:center}.check input{width:auto!important}.muted{color:var(--muted)}.admin-actions{margin-bottom:18px}.stack{display:flex;gap:10px;flex-wrap:wrap}pre{white-space:pre-wrap;background:#101828;color:#d1fadf;border-radius:16px;padding:16px;overflow:auto}@media(max-width:900px){nav{display:none}.hero-grid,.layout{grid-template-columns:1fr}.hero h1{font-size:38px}.products-grid{grid-template-columns:repeat(2,1fr)}.categories-card{position:static}.admin-body{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-cards{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.products-grid{grid-template-columns:1fr}.form-grid,.segmented{grid-template-columns:1fr}.admin-cards{grid-template-columns:1fr}.section-title{flex-direction:column;align-items:flex-start}.cart-pill{width:100%;text-align:center}.footer-inner b{margin:4px 4px 0 0}.hero{padding-top:42px}.hero h1{font-size:33px}}

/* V5: fără demo, descrieri scurte pe card, atribute obligatorii accesibile */
.product-card{position:relative}.product-open{position:absolute;inset:0;border:0;background:transparent;cursor:pointer;z-index:1}.product-bottom,.add-btn{position:relative;z-index:2}.product-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:54px}.needs-options{display:inline-flex;align-self:flex-start;background:#fff3bd;border:1px solid #e7c74e;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;color:#8a5b00}.empty-menu{grid-column:1/-1;background:#fff;border-radius:26px;box-shadow:var(--shadow);padding:28px}.empty-menu h3{margin:0 0 8px;font-size:24px}.empty-menu p{margin:0;color:var(--muted);line-height:1.5}.cart-item small{display:block;color:#667085;font-size:12px;line-height:1.35;margin-top:4px}.checkout-mode-title{font-weight:900;margin:12px 0 10px}.channel-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:14px}.channel-card{display:grid!important;grid-template-columns:auto 1fr;gap:6px 10px;align-items:center;border:2px solid transparent;background:#f4f4f5;border-radius:18px;padding:14px;cursor:pointer}.channel-card input{grid-row:1/3;accent-color:var(--red)}.channel-card b{font-size:16px}.channel-card span{color:#667085;font-size:13px}.channel-card.active{background:#fff7e6;border-color:var(--yellow);box-shadow:0 10px 25px rgba(255,196,0,.18)}
.product-modal{position:fixed;inset:0;background:rgba(15,23,42,.58);z-index:70;display:none;align-items:center;justify-content:center;padding:20px}.product-modal.open{display:flex}.product-modal-panel{position:relative;background:#fff;border-radius:32px;box-shadow:0 30px 90px rgba(0,0,0,.22);width:min(760px,96vw);max-height:92vh;overflow:auto}.modal-close{position:absolute;top:16px;right:16px;z-index:3;background:#fff!important;box-shadow:0 10px 24px rgba(15,23,42,.16)}.modal-product-image{height:310px;background:#fff7e6 center/cover no-repeat;border-radius:32px 32px 0 0}.modal-product-content{padding:24px}.modal-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.modal-title-row h2{font-size:30px;line-height:1.08;margin:0}.modal-title-row strong{color:var(--red);font-size:24px;white-space:nowrap}.modal-desc{background:#fff7e6;border:1px solid #f0d59a;border-radius:18px;padding:14px;line-height:1.5;color:#344054;max-height:150px;overflow:auto}.option-note{background:#f8f8f9;border-radius:16px;padding:14px;color:#667085;font-weight:700}.modal-options{display:flex;flex-direction:column;gap:14px;margin:14px 0}.option-group{background:#f8f8f9;border-radius:20px;padding:14px}.option-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.option-title b{font-size:17px}.option-title span{background:var(--red);color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.option-values{display:grid;grid-template-columns:1fr 1fr;gap:9px}.option-value{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:12px;font-weight:800;cursor:pointer}.option-value input{accent-color:var(--red)}.option-value em{font-style:normal;color:var(--red);font-weight:900}.modal-qty-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px;border-top:1px solid var(--line);padding:16px 0;margin-top:10px}.subtotal-box{text-align:right}.subtotal-box span{display:block;color:#667085;font-size:12px;font-weight:800}.subtotal-box strong{color:var(--red);font-size:20px}.modal-msg{font-weight:900;margin:8px 0 12px}.modal-msg.err{color:#b42318}@media(max-width:640px){.modal-product-image{height:220px}.option-values{grid-template-columns:1fr}.modal-qty-row{grid-template-columns:1fr;align-items:start}.modal-title-row{flex-direction:column}.product-modal{padding:0}.product-modal-panel{width:100vw;max-height:100vh;border-radius:0}.modal-product-image{border-radius:0}}

/* V6 MOBILE-FIRST CLEANUP CASA RUSTIC
   - categorii compacte pe mobil, nu listă verticală uriașă
   - hero fără carton gol pe mobil
   - carduri produse mai curate
   - checkout cu 3 opțiuni clare, fără cash/card duplicat
*/
.hero-card:empty{display:none}
@media(max-width:760px){
  body{background:#fff;font-size:16px;overflow-x:hidden}
  .container{padding-left:14px;padding-right:14px;max-width:100%}
  .site-header{background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.06)}
  .header-inner{height:72px;padding:0}
  .brand{gap:10px;min-width:0}
  .brand-mark{width:50px;height:50px;border-radius:17px;font-size:18px;flex:0 0 auto}
  .brand strong{font-size:24px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
  .brand span{font-size:14px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}
  .hero{padding:22px 0 8px;background:linear-gradient(180deg,#fff7df 0,#fff 76%)}
  .hero-grid{display:block}
  .eyebrow{font-size:14px;padding:8px 12px;margin-bottom:14px}
  .hero h1{font-size:34px;line-height:1.08;letter-spacing:-.7px;margin:8px 0 12px}
  .hero p{font-size:18px;line-height:1.42;margin:0;color:#586174}
  .hero-actions{margin-top:18px;gap:10px}
  .hero-actions .btn{flex:1;min-width:140px;padding:14px 12px;font-size:16px}
  .hero-card{display:none!important}
  .layout{display:block;padding-top:14px;padding-bottom:100px}
  .categories-card{position:sticky;top:72px;z-index:18;margin:0 -14px 12px;padding:10px 14px;border-radius:0;box-shadow:0 10px 26px rgba(15,23,42,.08);border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
  .categories-card h3{display:none}
  .category-list{display:flex;flex-direction:row;gap:8px;overflow-x:auto;overflow-y:hidden;padding:2px 0 7px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .category-list::-webkit-scrollbar{display:none}
  .cat{flex:0 0 auto;white-space:nowrap;border-radius:999px;padding:11px 15px;font-size:14px;scroll-snap-align:start;box-shadow:none;background:#f1f2f4;color:#111}
  .cat.active{background:linear-gradient(135deg,var(--red),#e7133c);color:#fff;box-shadow:0 8px 18px rgba(201,13,46,.22)}
  .section-title{display:block;margin:14px 0 14px}
  .section-title h2{font-size:30px;line-height:1.08;letter-spacing:-.4px;margin-bottom:4px}
  .section-title p{font-size:15px;line-height:1.35;margin:0 0 12px;color:#667085}
  .cart-pill{position:fixed;left:14px;right:14px;bottom:12px;z-index:35;width:auto;padding:15px 16px;text-align:center;border-radius:999px;background:#151515;color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.24);font-size:16px}
  .products-grid{grid-template-columns:1fr!important;gap:14px}
  .product-card{border-radius:22px;box-shadow:0 10px 28px rgba(15,23,42,.08);border:1px solid #edf0f3}
  .product-image{height:190px;border-radius:22px 22px 0 0;background-color:#fff7e6;background-size:cover;background-position:center}
  .product-body{padding:14px 14px 16px;gap:9px}
  .product-body h3{font-size:21px;line-height:1.13;letter-spacing:-.15px}
  .product-body p{font-size:15px;line-height:1.42;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:auto;max-height:43px}
  .price-pill{font-size:17px;padding:10px 16px;color:var(--yellow)}
  .add-btn{width:54px;height:54px;font-size:30px;box-shadow:0 12px 24px rgba(255,196,0,.28)}
  .needs-options{font-size:12px;padding:6px 10px}
  .cart-panel{width:100%;padding:20px 14px 120px;border-radius:0}
  .cart-head{align-items:flex-start;gap:10px}
  .cart-head h2{font-size:30px;line-height:1}
  .cart-head p{font-size:14px}
  .icon-btn{width:44px;height:44px;font-size:28px;flex:0 0 auto}
  .cart-items{margin:16px 0;gap:10px}
  .cart-item{border-radius:16px;padding:12px;grid-template-columns:1fr auto}
  .channel-grid{grid-template-columns:1fr!important;gap:9px}
  .channel-card{border-radius:18px;padding:14px 13px;background:#f4f5f7}
  .channel-card b{font-size:16px}
  .channel-card span{font-size:12px}
  .form-grid{grid-template-columns:1fr!important;gap:0}
  .checkout-form input,.checkout-form textarea{border-radius:14px;padding:14px;font-size:16px;margin-bottom:9px}
  .checkout-form textarea{min-height:78px}
  .cart-total{font-size:22px;padding:14px 0}
  .btn.wide{padding:16px;font-size:16px}
  .footer-s21{padding:16px 0 80px}
  .footer-inner{font-size:12px;gap:10px;text-align:left}
  .footer-inner div{display:flex;flex-wrap:wrap;gap:5px}.footer-inner b{margin:0;padding:6px 9px}
}
@media(max-width:380px){
  .brand strong{font-size:21px;max-width:180px}.brand span{max-width:210px;font-size:13px}.hero h1{font-size:30px}.product-image{height:165px}.product-body h3{font-size:19px}
}
@media(min-width:761px) and (max-width:1024px){
  .layout{grid-template-columns:220px 1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:46px}.hero-card{min-height:300px}
}
