:root{--green:#173f2e;--green2:#2f6b4f;--orange:#f28c28;--cream:#f8f4ec;--cream2:#fffaf1;--white:#fff;--text:#1d2923;--muted:#68746d;--line:rgba(23,63,46,.14);--shadow:0 18px 52px rgba(23,63,46,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);font-family:Inter,Arial,sans-serif;color:var(--text)}img{display:block;max-width:100%}
.header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 5%;background:rgba(248,244,236,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;color:var(--green);text-decoration:none;font-size:23px;font-weight:950;letter-spacing:-.04em}.brand img{width:52px;height:52px;object-fit:contain;border-radius:50%;background:white}
.mainNav{display:flex;gap:22px}.mainNav a{text-decoration:none;color:var(--text);font-weight:850}.actions{display:flex;gap:10px}
button{font:inherit;cursor:pointer}#langBtn,#cartBtn{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:white;color:var(--green);font-weight:950}#cartBtn{background:var(--green);color:white}
.assortmentStrip{position:sticky;top:81px;z-index:25;width:min(1180px,92%);margin:14px auto 0;display:flex;gap:10px;justify-content:center;align-items:center;padding:12px;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:22px;backdrop-filter:blur(14px);box-shadow:0 14px 44px rgba(23,63,46,.08)}
.assortmentStrip a{display:flex;align-items:center;gap:8px;padding:11px 14px;color:var(--green);text-decoration:none;border-radius:16px;font-weight:900;white-space:nowrap}.assortmentStrip a:hover{background:var(--cream)}.assortmentStrip span{font-size:24px}.assortmentStrip b{font-size:15px}
.hero{min-height:70vh;padding:62px 5%;display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;background:radial-gradient(circle at 80% 15%,rgba(242,140,40,.17),transparent 28%),linear-gradient(135deg,var(--cream),#eef5ec)}
.eyebrow{color:var(--orange);font-size:12px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3{margin:0;color:var(--green);letter-spacing:-.045em}h1{font-size:clamp(40px,5.8vw,78px);line-height:.97}h2{font-size:clamp(30px,4vw,54px)}
.lead{font-size:19px;line-height:1.7;color:var(--muted);max-width:720px}.heroButtons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{border:0;border-radius:999px;background:var(--orange);color:#20160c;text-decoration:none;font-weight:950;padding:14px 22px;display:inline-flex;align-items:center;justify-content:center}.btn.ghost{background:white;border:1px solid var(--line);color:var(--green);box-shadow:none}.full{width:100%}
.featured{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.featured button{background:white;border:1px solid var(--line);border-radius:24px;padding:10px;box-shadow:var(--shadow);text-align:left}.featured img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;background:var(--cream2)}.featured b{display:block;padding:10px 4px 2px;color:var(--green)}
.section{padding:78px 5%;border-top:1px solid var(--line)}.sectionHead{max-width:860px;margin-bottom:28px}.catSection{margin-top:48px;scroll-margin-top:160px}.catTitle{font-size:34px;margin-bottom:18px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 10px 36px rgba(23,63,46,.06)}.cardImg{border:0;padding:0;background:transparent;width:100%}.cardImg img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--cream2)}.body{padding:18px}.body h4{margin:0;color:var(--green);font-size:19px}.price{font-size:20px;color:var(--orange);font-weight:950;margin-top:8px}.short{font-size:14px;color:var(--muted);line-height:1.5}.note{font-size:13px;color:var(--green2);font-weight:850;margin:8px 0}.buy{display:grid;grid-template-columns:1fr auto;gap:8px}.buy input{border:1px solid var(--line);border-radius:14px;padding:11px;width:100%}.buy button{border:0;background:var(--green);color:white;border-radius:14px;padding:11px 13px;font-weight:950}.details{border:0;background:transparent;color:var(--green);font-weight:950;padding:12px 0 0;text-decoration:underline}
#assortment{scroll-margin-top:150px}
.delivery{background:white}.deliveryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.deliveryGrid article{background:var(--cream);border:1px solid var(--line);border-radius:24px;padding:24px}.deliveryGrid span{font-size:36px}.deliveryGrid p{color:var(--muted);line-height:1.6}
.contacts{display:grid;grid-template-columns:1fr 1fr;gap:30px;background:var(--green)}.contacts h2,.contacts .eyebrow{color:white}.contactList{display:grid;gap:12px}.contactList a{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:white;text-decoration:none;border-radius:16px;padding:15px;font-weight:850}
.cart{position:fixed;top:0;right:-440px;width:min(440px,100%);height:100vh;background:white;z-index:60;padding:22px;transition:.25s;box-shadow:-20px 0 60px rgba(0,0,0,.16);display:flex;flex-direction:column}.cart.open{right:0}.panelHead{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px}.panelHead button,.modalClose{border:0;background:var(--cream);border-radius:50%;font-size:26px;width:42px;height:42px}
#cartItems{overflow:auto;flex:1;padding:14px 0;display:grid;gap:10px}.line{border:1px solid var(--line);border-radius:16px;padding:12px;background:var(--cream2);display:grid;grid-template-columns:1fr auto;gap:8px}.line small{color:var(--muted)}.line input{width:82px;border:1px solid var(--line);border-radius:10px;padding:8px}.remove{border:0;background:transparent;color:#a33;font-weight:950}.total{border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;font-size:20px}.small{color:var(--muted);font-size:13px;line-height:1.45}
.backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:50}.backdrop.open{display:block}.modal,.checkoutModal{display:none;position:fixed;inset:0;z-index:70;align-items:center;justify-content:center;padding:22px}.checkoutModal{z-index:75}.modal.open,.checkoutModal.open{display:flex}.modalContent,.checkoutBox{background:white;border-radius:30px;width:min(980px,100%);max-height:90vh;overflow:auto;box-shadow:0 30px 100px rgba(0,0,0,.25);padding:24px}.checkoutBox{width:min(620px,100%)}.modalClose{float:right}.detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}.detail img{border-radius:24px;aspect-ratio:1/1;object-fit:cover;background:var(--cream2)}.detail p{color:var(--muted);line-height:1.7}.detail .price{font-size:26px}.detailQty{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:18px}.detailQty input{border:1px solid var(--line);border-radius:14px;padding:13px}.detailQty button{border:0;background:var(--green);color:white;border-radius:14px;padding:13px 18px;font-weight:950}
.checkoutStep{display:none}.checkoutStep.open{display:block}.choiceGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.choiceGrid button{border:1px solid var(--line);background:var(--cream2);border-radius:22px;padding:24px;text-align:left;color:var(--green)}.choiceGrid span{display:block;font-size:36px;margin-bottom:10px}.choiceGrid b{display:block;font-size:19px}.messengerGrid{display:grid;gap:12px;margin-top:18px}.messengerGrid a{display:block;text-align:center;color:white;text-decoration:none;border-radius:16px;padding:15px;font-weight:950}.messengerGrid a:first-child{background:#22a559}.messengerGrid a:last-child{background:#229ed9}
@media(max-width:1050px){.hero{grid-template-columns:1fr}.products{grid-template-columns:repeat(3,1fr)}.mainNav{display:none}.assortmentStrip{justify-content:flex-start;overflow-x:auto}.assortmentStrip::-webkit-scrollbar{display:none}}@media(max-width:760px){.products,.deliveryGrid,.contacts,.detail,.choiceGrid{grid-template-columns:1fr}.featured{grid-template-columns:repeat(2,1fr)}.section{padding:58px 5%}.hero{padding-top:42px}.brand span{display:none}h1{font-size:40px}.assortmentStrip{top:78px;width:94%;border-radius:18px}}


/* GastroBaza v2.1 — laptop + phone responsive fixes */
html, body {
  width: 100%;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .hero,
  .section,
  .header {
    padding-left: max(5%, calc((100vw - 1240px) / 2));
    padding-right: max(5%, calc((100vw - 1240px) / 2));
  }
}

@media (max-width: 900px) {
  .header {
    padding: 10px 4%;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .actions button {
    padding: 9px 12px;
  }

  .assortmentStrip {
    position: sticky;
    top: 66px;
    width: 94%;
    margin-top: 8px;
    padding: 8px;
    gap: 6px;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .assortmentStrip a {
    padding: 9px 12px;
  }

  .assortmentStrip span {
    font-size: 22px;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .lead {
    font-size: 16px;
  }

  .featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card,
  .featured button {
    border-radius: 20px;
  }

  .body {
    padding: 14px;
  }

  .body h4 {
    font-size: 16px;
  }

  .price {
    font-size: 17px;
  }

  .short {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .products {
    grid-template-columns: 1fr;
  }

  .heroButtons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .cart {
    width: 100%;
  }

  .modal,
  .checkoutModal {
    padding: 12px;
  }

  .modalContent,
  .checkoutBox {
    border-radius: 22px;
    padding: 18px;
  }

  .detail {
    grid-template-columns: 1fr;
  }

  .choiceGrid {
    grid-template-columns: 1fr;
  }
}

/* GastroBaza v2.2 — minimum order, terms, large notices */
.minimumWarning{background:#fff2dc;border:1px solid rgba(242,140,40,.45);color:#4a2a0b;border-radius:20px;padding:20px;font-size:22px;line-height:1.45;font-weight:800;margin:18px 0}
.minimumWarning b{color:var(--green);font-size:24px}
.rulesLink{width:100%;border:1px solid var(--line);background:var(--cream2);color:var(--green);border-radius:16px;padding:15px;font-weight:950;margin:12px 0;text-align:center}
.termsCheck{display:flex;gap:12px;align-items:flex-start;background:var(--cream2);border:1px solid var(--line);border-radius:16px;padding:15px;margin:14px 0;line-height:1.45;color:var(--text);font-weight:800}
.termsCheck input{width:22px;height:22px;flex:0 0 auto}
#termsContinue:disabled{opacity:.45;cursor:not-allowed}
.rulesModal,.bigNotice{display:none;position:fixed;inset:0;z-index:90;align-items:center;justify-content:center;padding:22px;background:rgba(0,0,0,.35)}
.rulesModal.open,.bigNotice.open{display:flex}
.rulesBox,.bigNoticeBox{width:min(720px,100%);background:white;border-radius:30px;padding:26px;box-shadow:0 30px 100px rgba(0,0,0,.28);max-height:88vh;overflow:auto}
.rulesText{display:grid;gap:12px;margin-top:18px;color:var(--text);font-size:17px;line-height:1.55}
.bigNoticeBox{width:min(560px,94%);text-align:center}
#bigNoticeText{font-size:26px;line-height:1.35;font-weight:900;color:var(--green);margin:8px 0 20px}
.rulesFooter{background:var(--cream);text-align:center;padding-top:34px;padding-bottom:34px}
.rulesFooter button{border:1px solid var(--line);border-radius:999px;background:white;color:var(--green);padding:14px 22px;font-weight:950}
@media(max-width:560px){.minimumWarning{font-size:19px}#bigNoticeText{font-size:22px}}

/* GastroBaza v2.4 Final */
.messengerGrid a:nth-child(3){background:#7360f2}
@media(max-width:760px){.messengerGrid{grid-template-columns:1fr}}

/* GastroBaza v2.5 — hero redesign variant 5 */
.hero{
  align-items:start;
  padding-top:42px;
}
.hero > div:first-child{
  padding-top:18px;
}
.heroEyebrow{
  color:var(--orange);
  font-weight:950;
  letter-spacing:.18em;
}
.hero .lead{
  font-size:22px;
  font-weight:850;
  color:var(--green);
  max-width:620px;
  margin-top:18px;
}
.heroBenefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 24px;
}
.heroBenefits span{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 14px;
  color:var(--green);
  font-weight:900;
  box-shadow:0 10px 26px rgba(23,63,46,.06);
}
.heroCta{
  font-size:18px;
  padding:18px 30px;
  min-width:260px;
  box-shadow:0 18px 42px rgba(242,140,40,.28);
  transform:translateY(0);
  transition:.18s ease;
}
.heroCta:hover{
  transform:translateY(-2px) scale(1.02);
}
.heroButtons .btn:not(.heroCta){
  padding:14px 20px;
}
@media(max-width:900px){
  .hero{
    padding-top:28px;
  }
  .hero > div:first-child{
    padding-top:0;
  }
  .hero .lead{
    font-size:18px;
  }
  .heroCta{
    min-width:100%;
    width:100%;
  }
  .heroBenefits{
    gap:8px;
  }
  .heroBenefits span{
    width:100%;
    text-align:center;
  }
}

/* GastroBaza v2.6 — messenger button fix */
.messengerGrid a:nth-child(1){
  background:#22a559 !important;
}
.messengerGrid a:nth-child(2){
  background:#229ed9 !important;
  color:#fff !important;
}
.messengerGrid a:nth-child(3){
  background:#7360f2 !important;
  color:#fff !important;
}
.messengerGrid a{
  min-height:58px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  font-size:18px;
  gap:8px;
}

/* GastroBaza v2.6 — SEO content block */
.seoSection{
  background:linear-gradient(135deg,#fffaf1,#eef5ec);
}
.seoGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.seoGrid article{
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:0 10px 34px rgba(23,63,46,.06);
}
.seoGrid p{
  color:var(--muted);
  line-height:1.65;
}
@media(max-width:900px){
  .seoGrid{grid-template-columns:1fr}
}

/* GastroBaza v2.7 — Viber safe message readability */
#bigNoticeText{
  white-space:pre-line;
}

/* GastroBaza v2.8 — smartphone optimization */
@media(max-width:640px){
  body{
    font-size:15px;
  }

  .header{
    padding:8px 12px;
    gap:8px;
  }

  .brand img{
    width:40px;
    height:40px;
  }

  .brand span{
    display:block;
    font-size:18px;
  }

  .actions{
    gap:6px;
  }

  #langBtn,#cartBtn{
    padding:9px 11px;
    font-size:13px;
  }

  .assortmentStrip{
    top:58px;
    width:100%;
    margin:0;
    border-radius:0;
    border-left:0;
    border-right:0;
    padding:8px 10px;
    gap:6px;
  }

  .assortmentStrip a{
    padding:8px 10px;
    font-size:13px;
  }

  .assortmentStrip span{
    font-size:20px;
  }

  .hero{
    padding:24px 14px 38px;
    grid-template-columns:1fr;
    gap:24px;
  }

  .hero > div:first-child{
    padding-top:0;
  }

  h1{
    font-size:34px;
    line-height:1.04;
  }

  h2{
    font-size:28px;
  }

  .hero .lead{
    font-size:17px;
    line-height:1.45;
  }

  .heroButtons{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .heroCta{
    min-width:100%;
    width:100%;
    font-size:17px;
    padding:17px 20px;
  }

  .featured{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .featured button{
    border-radius:18px;
    padding:8px;
  }

  .featured img{
    border-radius:14px;
  }

  .section{
    padding:44px 14px;
  }

  .products{
    grid-template-columns:1fr;
    gap:16px;
  }

  .card{
    border-radius:22px;
  }

  .cardImg img{
    aspect-ratio:1/0.78;
  }

  .body{
    padding:16px;
  }

  .body h4{
    font-size:20px;
  }

  .price{
    font-size:20px;
  }

  .buy{
    grid-template-columns:1fr;
  }

  .buy input,
  .buy button{
    width:100%;
    min-height:46px;
    font-size:16px;
  }

  .details{
    font-size:16px;
  }

  .cart{
    width:100%;
    right:-100%;
    padding:16px;
  }

  .cart.open{
    right:0;
  }

  .line{
    grid-template-columns:1fr;
    gap:10px;
  }

  .line input{
    width:100%;
  }

  .modal,
  .checkoutModal,
  .rulesModal,
  .bigNotice{
    padding:10px;
    align-items:flex-end;
  }

  .modalContent,
  .checkoutBox,
  .rulesBox,
  .bigNoticeBox{
    width:100%;
    max-height:92vh;
    border-radius:24px 24px 0 0;
    padding:18px;
  }

  .choiceGrid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .choiceGrid button{
    padding:18px;
  }

  .messengerGrid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .messengerGrid a{
    min-height:58px;
    font-size:17px;
    border-radius:16px;
  }

  #bigNoticeText{
    font-size:22px;
    line-height:1.35;
  }

  .rulesText{
    font-size:15px;
  }

  .termsCheck{
    font-size:15px;
  }

  .detail{
    grid-template-columns:1fr;
  }

  .detail img{
    max-height:360px;
    width:100%;
    object-fit:cover;
  }

  .detailQty{
    grid-template-columns:1fr;
  }

  .detailQty input,
  .detailQty button{
    width:100%;
    min-height:48px;
  }

  .seoGrid,
  .deliveryGrid,
  .contacts{
    grid-template-columns:1fr;
  }
}

@media(max-width:380px){
  h1{
    font-size:30px;
  }
  .brand span{
    font-size:16px;
  }
  .featured{
    grid-template-columns:1fr;
  }
}


.legalPage{background:#f7f3ea;color:#173f2e;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
.legalWrap{max-width:980px;margin:0 auto;padding:34px 18px 80px}
.legalTop{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:28px}
.legalTop a{color:#173f2e;text-decoration:none;font-weight:900;background:#fff;border:1px solid rgba(23,63,46,.12);border-radius:999px;padding:10px 16px}
.legalCard{background:#fff;border:1px solid rgba(23,63,46,.12);border-radius:28px;padding:34px;box-shadow:0 18px 60px rgba(23,63,46,.08)}
.legalCard h1{font-size:42px;line-height:1.05;margin:0 0 14px;color:#173f2e}
.legalCard h2{font-size:25px;margin-top:34px;color:#173f2e}
.legalCard p,.legalCard li{color:#43544b}
.legalMeta{background:#f7f3ea;border-radius:18px;padding:16px 18px;margin:20px 0;color:#43544b}
.legalFooterLinks{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.legalFooterLinks a{background:#173f2e;color:#fff;text-decoration:none;border-radius:999px;padding:10px 14px;font-weight:800}
.legalFooter{background:#173f2e;color:white;padding:34px 5%;display:flex;justify-content:space-between;gap:24px;align-items:flex-start;flex-wrap:wrap}
.legalFooter p{color:rgba(255,255,255,.78);margin:6px 0}
.legalFooter nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.legalFooter a{color:white;text-decoration:none;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 13px;font-weight:800}
@media(max-width:700px){.legalFooter{display:block}.legalFooter nav{justify-content:flex-start;margin-top:18px}.legalCard{padding:22px;border-radius:22px}.legalCard h1{font-size:32px}.legalTop{align-items:flex-start;flex-direction:column}}
