:root {
  --green-950: #143817;
  --green-900: #1f4d22;
  --green-800: #2f672d;
  --green-700: #4f7f2e;
  --green-600: #69943e;
  --green-200: #d9e8bd;
  --green-100: #edf5dd;
  --cream: #f7f5ee;
  --paper: #ffffff;
  --ink: #172019;
  --muted: #6f796e;
  --line: #e4e8df;
  --gold: #e6b63a;
  --shadow: 0 24px 70px rgba(30, 68, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shop-shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }

/* Storefront */
.storefront { min-height: 100vh; overflow: hidden; }
.preview-note { min-height: 31px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 6px 16px; color: rgba(255,255,255,.9); background: var(--green-950); font-size: 11px; font-weight: 700; text-align: center; }
.preview-note span { width: 6px; height: 6px; border-radius: 50%; background: #b8dc65; box-shadow: 0 0 0 4px rgba(184,220,101,.13); }
.shop-header { height: 82px; position: sticky; top: 0; z-index: 60; display: flex; align-items: center; background: rgba(247,245,238,.94); border-bottom: 1px solid rgba(31,77,34,.11); backdrop-filter: blur(18px); }
.header-shell { width: min(1320px, calc(100% - 40px)); margin-inline: auto; display: grid; grid-template-columns: auto minmax(220px, 390px) 1fr auto; align-items: center; gap: clamp(18px, 3vw, 42px); }
.shop-brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.shop-brand > span:last-child { display: grid; gap: 2px; }
.shop-brand strong { font-size: 16px; line-height: 1; }
.shop-brand small { color: var(--muted); font-size: 10px; }
.logo-leaf { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: var(--green-800); border-radius: 8px 17px 8px 17px; box-shadow: 0 9px 22px rgba(47,103,45,.2); font-size: 20px; font-weight: 900; }
.header-search, .catalog-search { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 13px; color: var(--green-700); background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.header-search span, .catalog-search span { font-size: 23px; line-height: 1; transform: rotate(-15deg); }
.header-search input, .catalog-search input { width: 100%; min-width: 0; color: var(--ink); background: transparent; border: 0; outline: none; font-size: 12px; }
.header-search input::placeholder, .catalog-search input::placeholder { color: #9aa29a; }
.shop-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.shop-nav a { position: relative; color: #485248; font-size: 12px; font-weight: 800; }
.shop-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; width: 0; height: 2px; background: var(--green-700); transition: width .2s ease; }
.shop-nav a:hover::after { width: 100%; }
.cart-button { min-width: 164px; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 5px 9px; color: #fff; background: var(--green-800); border: 0; border-radius: 14px; box-shadow: 0 10px 26px rgba(47,103,45,.2); }
.cart-icon { width: 35px; height: 35px; display: grid; place-items: center; background: rgba(255,255,255,.12); border-radius: 10px; font-size: 17px; }
.cart-label { display: grid; flex: 1; gap: 1px; text-align: right; }
.cart-label small { color: rgba(255,255,255,.62); font-size: 8px; }
.cart-label strong { font-size: 11px; }
.cart-button > b { width: 22px; height: 22px; display: grid; place-items: center; color: var(--green-900); background: #cfeb88; border-radius: 7px; font-size: 10px; }

.shop-hero { min-height: 555px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(40px, 6vw, 82px); padding-top: 48px; padding-bottom: 57px; }
.hero-tag { display: inline-flex; align-items: center; gap: 0; overflow: hidden; margin-bottom: 18px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 850; }
.hero-tag span { padding: 7px 11px; color: #fff; background: var(--green-700); }
.hero-tag b { padding: 7px 12px; color: var(--green-800); }
.hero-content h1 { margin: 0 0 18px; font-size: clamp(46px, 5vw, 70px); line-height: 1.04; letter-spacing: -.055em; }
.hero-content h1 em { color: var(--green-700); font-style: normal; }
.hero-content > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.primary-action, .secondary-action { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 20px; border-radius: 13px; font-size: 12px; font-weight: 900; }
.primary-action { min-width: 164px; color: #fff; background: var(--green-800); border: 0; box-shadow: 0 13px 29px rgba(47,103,45,.2); }
.primary-action span { font-size: 18px; transition: transform .2s ease; }
.primary-action:hover span { transform: translateX(-4px); }
.secondary-action { color: var(--green-900); background: #fff; border: 1px solid var(--line); }
.secondary-action span { font-size: 19px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #596458; font-size: 10px; font-weight: 750; }
.hero-points span { display: inline-flex; align-items: center; gap: 5px; }
.hero-points b { width: 17px; height: 17px; display: grid; place-items: center; color: var(--green-700); background: var(--green-100); border-radius: 50%; font-size: 8px; }
.hero-media { min-height: 460px; overflow: hidden; position: relative; background: var(--green-200); border: 8px solid rgba(255,255,255,.72); border-radius: 36px 10px 36px 10px; box-shadow: var(--shadow); }
.hero-media > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,46,18,.04), rgba(16,46,18,.26)); }
.hero-offer { max-width: 250px; position: absolute; right: 21px; bottom: 21px; z-index: 2; display: grid; gap: 4px; padding: 17px; color: #fff; background: rgba(20,56,23,.9); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; backdrop-filter: blur(12px); }
.hero-offer small { color: #cae87d; font-size: 9px; font-weight: 850; }
.hero-offer strong { font-size: 14px; }
.hero-offer button { width: max-content; margin-top: 6px; padding: 0 0 4px; color: rgba(255,255,255,.85); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 9px; font-weight: 800; }
.hero-rating { position: absolute; top: 18px; left: 18px; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 9px 11px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 13px; box-shadow: 0 13px 35px rgba(24,59,22,.13); backdrop-filter: blur(10px); }
.hero-rating > span { width: 30px; height: 30px; display: grid; place-items: center; color: #765a08; background: #f8de91; border-radius: 9px; }
.hero-rating div { display: grid; gap: 1px; }
.hero-rating strong { font-size: 11px; }
.hero-rating small { color: var(--muted); font-size: 8px; }

.category-rail { padding: 20px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-list { display: grid; grid-template-columns: repeat(6, 1fr); }
.category-list button { min-height: 76px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 9px; padding: 9px clamp(10px, 2vw, 22px); color: var(--ink); text-align: right; background: transparent; border: 0; border-left: 1px solid var(--line); }
.category-list button:last-child { border-left: 0; }
.category-list button > span { width: 42px; height: 42px; grid-row: 1 / 3; display: grid; place-items: center; color: var(--green-800); background: var(--green-100); border-radius: 12px; font-size: 19px; transition: transform .2s ease; }
.category-list button:hover > span { transform: translateY(-3px); }
.category-list strong { align-self: end; font-size: 11px; }
.category-list small { align-self: start; color: var(--muted); font-size: 8px; }

.catalog-section { padding-top: 91px; padding-bottom: 96px; scroll-margin-top: 95px; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 28px; }
.section-kicker { display: inline-block; color: var(--green-700); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.section-title-row h2, .delivery-copy h2, .story-text h2 { margin: 8px 0 0; font-size: clamp(33px, 4vw, 49px); line-height: 1.12; letter-spacing: -.045em; }
.section-title-row > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.category-tabs { display: flex; align-items: center; gap: 7px; overflow-x: auto; padding: 3px 0 6px; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs button { min-width: max-content; height: 37px; display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; color: #647063; background: transparent; border: 1px solid var(--line); border-radius: 10px; font-size: 10px; font-weight: 800; }
.category-tabs button.active { color: #fff; background: var(--green-800); border-color: var(--green-800); }
.category-tabs button span { font-size: 13px; }
.catalog-search { width: 220px; flex: 0 0 220px; min-height: 39px; background: rgba(255,255,255,.75); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 17px; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 17px 40px rgba(36,75,31,.09); }
.product-card.out { opacity: .72; }
.product-visual { min-height: 180px; position: relative; display: grid; place-items: center; overflow: hidden; }
.product-visual::before { content: ""; width: 170px; height: 170px; position: absolute; top: -55px; left: -48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.product-visual::after { content: ""; width: 115px; height: 115px; position: absolute; bottom: -57px; right: -35px; background: rgba(255,255,255,.24); border-radius: 50%; }
.mint { background: #e8f2df; }
.sky { background: #e4f1f4; }
.yellow { background: #f7edc7; }
.lilac { background: #eee8f4; }
.sand { background: #f1e8d8; }
.orange { background: #f8e3cb; }
.rose { background: #f4e1df; }
.product-emoji { position: relative; z-index: 1; font-size: 70px; filter: drop-shadow(0 15px 15px rgba(44,67,37,.12)); transition: transform .2s ease; }
.product-card:hover .product-emoji { transform: scale(1.07) rotate(-2deg); }
.product-badge { position: absolute; top: 12px; right: 12px; z-index: 2; padding: 5px 7px; color: #fff; background: var(--green-800); border-radius: 7px; font-size: 8px; font-weight: 900; }
.stock-cover { position: absolute; z-index: 3; padding: 7px 10px; color: #fff; background: rgba(23,32,25,.82); border-radius: 8px; font-size: 9px; font-weight: 850; }
.product-info { padding: 15px 15px 14px; }
.product-info > small { color: #899188; font-size: 8px; }
.product-info h3 { margin: 4px 0 14px; font-size: 13px; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.price { min-width: 0; display: flex; align-items: baseline; gap: 6px; }
.price strong { color: var(--green-900); font-size: 16px; }
.price del { color: #a0a69f; font-size: 9px; }
.add-button { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: #fff; background: var(--green-800); border: 0; border-radius: 10px; font-size: 20px; line-height: 1; }
.add-button:disabled { cursor: not-allowed; background: #aeb4ad; }
.quantity-control { height: 34px; display: flex; align-items: center; gap: 2px; padding: 3px; background: var(--green-100); border-radius: 10px; }
.quantity-control button { width: 27px; height: 28px; display: grid; place-items: center; color: var(--green-900); background: #fff; border: 0; border-radius: 7px; font-size: 15px; }
.quantity-control b { min-width: 22px; text-align: center; font-size: 10px; }
.no-results { min-height: 310px; display: grid; place-content: center; justify-items: center; gap: 8px; text-align: center; background: #fff; border: 1px dashed #ccd3c8; border-radius: 18px; }
.no-results > span { font-size: 35px; color: var(--green-700); }
.no-results h3 { margin: 0; font-size: 18px; }
.no-results p { margin: 0; color: var(--muted); font-size: 11px; }
.no-results button { margin-top: 10px; padding: 9px 13px; color: #fff; background: var(--green-800); border: 0; border-radius: 9px; font-size: 10px; font-weight: 800; }

.offer-showcase { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; padding-bottom: 94px; scroll-margin-top: 95px; }
.offer-wide, .offer-small { min-height: 410px; overflow: hidden; position: relative; border-radius: 24px; }
.offer-wide { color: #fff; background: var(--green-900); }
.offer-wide > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.offer-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,49,19,.14), rgba(17,49,19,.92)); }
.offer-wide > div:last-child { max-width: 420px; position: absolute; right: 32px; bottom: 31px; z-index: 2; }
.offer-wide > div > span { color: #cdeb81; font-size: 9px; font-weight: 900; }
.offer-wide h2 { margin: 7px 0 10px; font-size: clamp(31px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.offer-wide p { max-width: 380px; margin: 0 0 18px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.7; }
.offer-wide button { display: inline-flex; align-items: center; gap: 18px; padding: 10px 14px; color: var(--green-950); background: #d5ef91; border: 0; border-radius: 10px; font-size: 10px; font-weight: 900; }
.offer-small { display: grid; grid-template-rows: auto auto 1fr; padding-top: 26px; background: #e7efd7; }
.offer-number { width: 78px; height: 78px; position: absolute; top: 20px; left: 20px; z-index: 2; display: flex; align-items: baseline; justify-content: center; gap: 2px; padding-top: 18px; color: #fff; background: var(--green-800); border-radius: 50% 50% 50% 10px; font-size: 27px; font-weight: 900; transform: rotate(-5deg); box-shadow: 0 12px 25px rgba(37,84,33,.2); }
.offer-number span { font-size: 11px; }
.offer-small > div { padding: 0 25px 21px; }
.offer-small small { color: var(--green-700); font-size: 9px; font-weight: 900; }
.offer-small h3 { max-width: 235px; margin: 7px 0 8px; font-size: 25px; line-height: 1.15; }
.offer-small p { max-width: 280px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.offer-small img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; object-position: center 55%; }

.delivery-section { padding: 87px 0; color: #fff; background: var(--green-950); scroll-margin-top: 90px; }
.delivery-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.section-kicker.light { color: #c7e477; }
.delivery-copy > p { max-width: 480px; margin: 18px 0 26px; color: rgba(255,255,255,.63); font-size: 12px; line-height: 1.85; }
.delivery-note { display: flex; align-items: center; gap: 11px; max-width: 430px; padding: 13px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.delivery-note > span { width: 37px; height: 37px; flex: 0 0 37px; display: grid; place-items: center; color: var(--green-950); background: #c8e878; border-radius: 10px; }
.delivery-note > div { display: grid; gap: 2px; }
.delivery-note strong { font-size: 10px; }
.delivery-note small { color: rgba(255,255,255,.57); font-size: 8px; line-height: 1.5; }
.delivery-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.delivery-steps li { min-height: 138px; display: grid; align-content: space-between; padding: 17px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; }
.delivery-steps li > span { color: #cae77c; font-size: 9px; font-weight: 900; }
.delivery-steps li div { display: grid; gap: 4px; }
.delivery-steps strong { font-size: 12px; }
.delivery-steps small { color: rgba(255,255,255,.5); font-size: 9px; }

.store-story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 100px); padding-top: 99px; padding-bottom: 99px; }
.story-media { min-height: 470px; overflow: hidden; position: relative; border-radius: 24px; box-shadow: var(--shadow); }
.story-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(17,49,19,.63)); }
.story-media > span { position: absolute; right: 21px; bottom: 19px; z-index: 2; display: grid; gap: 2px; color: #fff; }
.story-media strong { font-size: 17px; }
.story-media small { color: rgba(255,255,255,.67); font-size: 9px; }
.story-text > p { max-width: 510px; margin: 18px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.story-text dl { display: grid; gap: 10px; margin: 0 0 24px; }
.story-text dl div { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.story-text dt { color: var(--muted); font-size: 9px; }
.story-text dd { margin: 0; font-size: 11px; font-weight: 800; }
.story-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.story-actions a { min-height: 39px; display: inline-flex; align-items: center; padding: 0 13px; color: var(--green-900); background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: 9px; font-weight: 850; }
.story-actions a:first-child { color: #fff; background: var(--green-800); border-color: var(--green-800); }
.final-cta { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 75px; padding: 33px clamp(28px, 5vw, 60px); color: #fff; background: var(--green-800); border-radius: 23px; box-shadow: 0 22px 55px rgba(40,88,36,.18); }
.final-cta div > span { color: #d0eb8d; font-size: 9px; font-weight: 900; }
.final-cta h2 { margin: 5px 0 4px; font-size: 33px; }
.final-cta p { margin: 0; color: rgba(255,255,255,.6); font-size: 10px; }
.final-cta button { min-width: 165px; min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 17px; color: var(--green-950); background: #d6ed99; border: 0; border-radius: 12px; font-size: 11px; font-weight: 900; }
.final-cta button span { font-size: 18px; }
.shop-footer { background: #fff; border-top: 1px solid var(--line); }
.footer-row { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-logo .logo-leaf { width: 38px; height: 38px; font-size: 17px; }
.footer-row > p { margin: 0; color: #8b938a; font-size: 9px; }
.footer-row > div:last-child { display: flex; gap: 18px; }
.footer-row > div:last-child a { color: #667064; font-size: 9px; font-weight: 800; }

.mobile-cart-bar { display: none; }
.drawer-layer { position: fixed; inset: 0; z-index: 200; pointer-events: none; visibility: hidden; }
.drawer-layer.open { pointer-events: auto; visibility: visible; }
.drawer-backdrop { width: 100%; height: 100%; position: absolute; inset: 0; background: rgba(12,28,14,.55); border: 0; opacity: 0; transition: opacity .25s ease; backdrop-filter: blur(3px); }
.drawer-layer.open .drawer-backdrop { opacity: 1; }
.cart-drawer { width: min(450px, 100%); height: 100%; position: absolute; top: 0; left: 0; display: grid; grid-template-rows: auto 1fr auto; color: var(--ink); background: #fff; box-shadow: 20px 0 70px rgba(12,30,14,.2); transform: translateX(-103%); transition: transform .28s ease; }
.drawer-layer.open .cart-drawer { transform: translateX(0); }
.drawer-head { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.drawer-head > div { display: flex; align-items: center; gap: 10px; }
.drawer-head > div > span { display: grid; gap: 2px; }
.drawer-head small { color: var(--muted); font-size: 8px; }
.drawer-head strong { font-size: 15px; }
.drawer-close, .back-step { width: 35px; height: 35px; display: grid; place-items: center; color: #5f685e; background: #f3f5ef; border: 0; border-radius: 10px; font-size: 20px; }
.back-step { width: 31px; height: 31px; font-size: 14px; }
.drawer-body { min-height: 0; overflow-y: auto; padding: 18px; }
.drawer-items { display: grid; gap: 6px; }
.drawer-item { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 11px; padding: 8px; border: 1px solid var(--line); border-radius: 13px; }
.drawer-item-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 10px; font-size: 30px; }
.drawer-item-name { min-width: 0; display: grid; gap: 2px; }
.drawer-item-name strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.drawer-item-name small { color: var(--muted); font-size: 8px; }
.drawer-item-name b { margin-top: 3px; color: var(--green-900); font-size: 10px; }
.drawer-quantity { width: 29px; display: grid; justify-items: center; gap: 2px; padding: 3px; background: var(--green-100); border-radius: 9px; }
.drawer-quantity button { width: 23px; height: 22px; display: grid; place-items: center; color: var(--green-900); background: #fff; border: 0; border-radius: 6px; line-height: 1; }
.drawer-quantity b { font-size: 9px; }
.drawer-summary { display: grid; gap: 8px; margin-top: 19px; padding: 15px; background: #f7f8f4; border-radius: 13px; }
.drawer-summary > div { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; }
.drawer-summary b { color: var(--ink); }
.drawer-summary .total-row { margin-top: 2px; padding-top: 10px; color: var(--ink); border-top: 1px solid var(--line); font-size: 12px; }
.drawer-summary .total-row strong { color: var(--green-900); font-size: 16px; }
.demo-price-note { margin: 9px 0 0; color: #929991; text-align: center; font-size: 8px; }
.empty-cart { min-height: 75vh; display: grid; place-content: center; justify-items: center; gap: 7px; text-align: center; }
.empty-cart > span { width: 75px; height: 75px; display: grid; place-items: center; background: var(--green-100); border-radius: 24px; font-size: 35px; }
.empty-cart h3 { margin: 10px 0 0; font-size: 18px; }
.empty-cart p { margin: 0; color: var(--muted); font-size: 10px; }
.empty-cart button { margin-top: 10px; padding: 10px 15px; color: #fff; background: var(--green-800); border: 0; border-radius: 10px; font-size: 10px; font-weight: 850; }
.drawer-footer { padding: 13px 18px 17px; border-top: 1px solid var(--line); }
.drawer-primary { width: 100%; min-height: 51px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 16px; color: #fff; background: var(--green-800); border: 0; border-radius: 12px; font-size: 11px; font-weight: 900; box-shadow: 0 10px 25px rgba(47,103,45,.18); }
.drawer-primary strong { font-size: 12px; }
.drawer-footer > small { display: block; margin-top: 8px; color: #929991; text-align: center; font-size: 8px; }
.checkout-form { display: block; }
.checkout-intro { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; padding: 12px; background: var(--green-100); border-radius: 12px; }
.checkout-intro > span { width: 37px; height: 37px; display: grid; place-items: center; background: #fff; border-radius: 10px; }
.checkout-intro div { flex: 1; display: grid; gap: 2px; }
.checkout-intro div strong { font-size: 10px; }
.checkout-intro div small { color: var(--muted); font-size: 8px; }
.checkout-intro > b { color: var(--green-900); font-size: 13px; }
.checkout-form > label { display: grid; gap: 6px; margin-bottom: 12px; }
.checkout-form > label > span { color: #525c51; font-size: 9px; font-weight: 800; }
.checkout-form > label > span small { color: #9aa099; font-size: 7px; font-weight: 500; }
.checkout-form input, .checkout-form select, .checkout-form textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fbfcf9; border: 1px solid var(--line); border-radius: 10px; outline: none; font-size: 10px; }
.checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(105,148,62,.1); }
.checkout-form textarea { resize: vertical; }
.payment-choice { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin: 6px 0 10px; padding: 12px; border: 1px solid rgba(79,127,46,.3); border-radius: 11px; }
.payment-choice > span { color: var(--green-700); }
.payment-choice div { display: grid; gap: 2px; }
.payment-choice strong { font-size: 10px; }
.payment-choice small { color: var(--muted); font-size: 8px; }
.payment-choice > b { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 50%; font-size: 9px; }
.checkout-terms { margin: 0 0 11px; color: #858d84; font-size: 8px; line-height: 1.5; }
.success-view { display: grid; align-content: center; justify-items: center; padding: 35px 25px; text-align: center; }
.success-mark { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 15px; color: #fff; background: var(--green-700); border: 8px solid var(--green-100); border-radius: 50%; font-size: 26px; font-weight: 900; }
.success-label { color: var(--green-700); font-size: 9px; font-weight: 900; }
.success-view h3 { margin: 5px 0 8px; font-size: 23px; }
.success-view > p { max-width: 330px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.order-ticket { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 22px 0 12px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 13px; }
.order-ticket div { min-height: 63px; display: grid; place-content: center; gap: 3px; background: #f8f9f5; }
.order-ticket span { color: var(--muted); font-size: 8px; }
.order-ticket strong { font-size: 11px; }
.order-ticket .new-status { color: var(--green-700); }
.admin-preview-link { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #fff; background: var(--green-800); border-radius: 11px; font-size: 10px; font-weight: 850; }
.success-close { margin-top: 8px; padding: 9px; color: #6c756b; background: transparent; border: 0; font-size: 9px; font-weight: 750; }
.shop-toast, .admin-toast { position: fixed; left: 50%; bottom: 22px; z-index: 300; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: #fff; background: var(--green-950); border-radius: 10px; box-shadow: 0 15px 35px rgba(0,0,0,.2); font-size: 10px; font-weight: 850; opacity: 0; pointer-events: none; transform: translate(-50%, 14px); transition: .2s ease; }
.shop-toast.show, .admin-toast.show { opacity: 1; transform: translate(-50%, 0); }
.shop-toast span, .admin-toast span { width: 18px; height: 18px; display: grid; place-items: center; color: var(--green-950); background: #cce986; border-radius: 50%; font-size: 8px; }

/* Admin */
.admin-app { min-height: 100vh; display: grid; grid-template-columns: 230px 1fr; color: #1d251f; background: #f4f6f2; direction: rtl; }
.admin-sidebar { height: 100vh; position: sticky; top: 0; display: grid; grid-template-rows: auto 1fr auto; padding: 24px 15px 16px; color: #fff; background: #163a1a; }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 0 7px 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-brand > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--green-950); background: #cde787; border-radius: 8px 14px 8px 14px; font-size: 17px; font-weight: 900; }
.admin-brand div { display: grid; gap: 2px; }
.admin-brand strong { font-size: 13px; }
.admin-brand small { color: rgba(255,255,255,.5); font-size: 8px; }
.admin-nav { display: grid; align-content: start; gap: 4px; padding-top: 24px; }
.admin-nav button { min-height: 43px; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; padding: 0 11px; color: rgba(255,255,255,.62); text-align: right; background: transparent; border: 0; border-radius: 9px; font-size: 10px; font-weight: 750; }
.admin-nav button > span { font-size: 16px; }
.admin-nav button > b { min-width: 20px; height: 20px; display: grid; place-items: center; color: var(--green-950); background: #cce886; border-radius: 7px; font-size: 8px; }
.admin-nav button:hover, .admin-nav button.active { color: #fff; background: rgba(255,255,255,.1); }
.sidebar-bottom { display: grid; gap: 14px; }
.sidebar-bottom > a { padding: 11px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); border-radius: 9px; font-size: 9px; font-weight: 800; }
.sidebar-bottom > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.sidebar-bottom > div > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--green-950); background: #d9e9b5; border-radius: 9px; font-size: 10px; font-weight: 900; }
.sidebar-bottom p { display: grid; gap: 1px; margin: 0; }
.sidebar-bottom strong { font-size: 9px; }
.sidebar-bottom small { color: rgba(255,255,255,.45); font-size: 7px; }
.sidebar-bottom > div > b { color: rgba(255,255,255,.5); }
.admin-main { min-width: 0; }
.admin-topbar { height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 28px; background: #fff; border-bottom: 1px solid #e4e8e1; }
.admin-topbar > div:first-child { display: flex; align-items: center; gap: 7px; color: #697268; font-size: 8px; font-weight: 750; }
.admin-demo-dot { width: 6px; height: 6px; background: #73a74d; border-radius: 50%; box-shadow: 0 0 0 4px #edf4e7; }
.admin-actions { display: flex; align-items: center; gap: 13px; }
.admin-actions button { width: 34px; height: 34px; position: relative; display: grid; place-items: center; color: #505b50; background: #f5f7f3; border: 1px solid #e7eae4; border-radius: 9px; }
.admin-actions button b { width: 14px; height: 14px; position: absolute; top: -4px; left: -4px; display: grid; place-items: center; color: #fff; background: #d65e4c; border: 2px solid #fff; border-radius: 50%; font-size: 6px; }
.admin-actions > span { width: 1px; height: 22px; background: #e1e5df; }
.admin-actions time { color: #697268; font-size: 8px; }
.admin-content { max-width: 1400px; margin-inline: auto; padding: 30px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 24px; }
.admin-title > div > span { color: #6b9460; font-size: 8px; font-weight: 850; }
.admin-title h1 { margin: 4px 0 4px; font-size: 28px; letter-spacing: -.03em; }
.admin-title p { margin: 0; color: #7b847a; font-size: 9px; }
.admin-title > a, .products-title > button { min-height: 37px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; color: #fff; background: var(--green-800); border: 0; border-radius: 9px; font-size: 9px; font-weight: 850; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 17px; }
.stat-grid article { min-height: 118px; display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: #fff; border: 1px solid #e3e7e0; border-radius: 13px; box-shadow: 0 6px 22px rgba(31,53,34,.035); }
.stat-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 10px; font-size: 14px; font-weight: 900; }
.stat-icon.green { color: #417837; background: #e8f2e2; }
.stat-icon.amber { color: #9b741a; background: #faf0d5; }
.stat-icon.blue { color: #3f7285; background: #e3f0f4; }
.stat-icon.violet { color: #735c91; background: #eee8f5; }
.stat-grid article > div { display: grid; gap: 2px; }
.stat-grid small { color: #7d857c; font-size: 8px; }
.stat-grid strong { font-size: 23px; letter-spacing: -.03em; }
.stat-grid p { margin: 2px 0 0; color: #949a93; font-size: 7px; }
.stat-grid p b { color: #608e4c; }
.orders-panel, .product-admin-panel { overflow: hidden; background: #fff; border: 1px solid #e2e6df; border-radius: 14px; box-shadow: 0 8px 28px rgba(27,49,30,.04); }
.panel-head, .product-admin-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 17px; border-bottom: 1px solid #e7eae5; }
.panel-head > div, .product-admin-head > div:first-child { display: flex; align-items: baseline; gap: 8px; }
.panel-head h2, .product-admin-head h2 { margin: 0; font-size: 14px; }
.panel-head > div > span, .product-admin-head > div:first-child > span { color: #8c938b; font-size: 7px; }
.panel-head label { width: 230px; min-height: 35px; display: flex; align-items: center; gap: 7px; padding: 0 10px; color: #6d766c; background: #f7f8f5; border: 1px solid #e3e7e0; border-radius: 8px; }
.panel-head input { width: 100%; min-width: 0; background: transparent; border: 0; outline: 0; font-size: 8px; }
.order-filters { display: flex; gap: 5px; overflow-x: auto; padding: 11px 16px; border-bottom: 1px solid #edf0eb; }
.order-filters button { min-width: max-content; display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: #697269; background: transparent; border: 1px solid transparent; border-radius: 7px; font-size: 8px; font-weight: 750; }
.order-filters button b { min-width: 16px; height: 16px; display: grid; place-items: center; color: #7f887e; background: #edf0eb; border-radius: 5px; font-size: 6px; }
.order-filters button.active { color: var(--green-800); background: #f1f6eb; border-color: #d9e7cb; }
.order-filters button.active b { color: #fff; background: var(--green-700); }
.orders-table-wrap, .product-admin-table-wrap { overflow-x: auto; }
.orders-table, .product-admin-table { width: 100%; border-collapse: collapse; text-align: right; }
.orders-table th, .product-admin-table th { padding: 10px 13px; color: #8a9289; background: #fafbf9; border-bottom: 1px solid #e8ebe6; font-size: 7px; font-weight: 800; white-space: nowrap; }
.orders-table td, .product-admin-table td { padding: 11px 13px; border-bottom: 1px solid #edf0eb; font-size: 8px; vertical-align: middle; }
.orders-table tbody tr { cursor: pointer; transition: background .15s ease; }
.orders-table tbody tr:hover { background: #fbfcf9; }
.orders-table td > strong, .orders-table td > small { display: block; }
.orders-table td strong { font-size: 9px; }
.orders-table td small { max-width: 160px; overflow: hidden; margin-top: 3px; color: #8c938b; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.orders-table td > span:not(.order-status) { color: #6e776d; font-size: 8px; }
.orders-table td:last-child button { width: 28px; height: 28px; display: grid; place-items: center; color: var(--green-700); background: #eff5e9; border: 0; border-radius: 7px; }
.order-status { min-width: max-content; display: inline-flex; align-items: center; gap: 5px; padding: 6px 7px; border-radius: 7px; font-size: 7px; font-weight: 850; }
.order-status i { width: 5px; height: 5px; border-radius: 50%; }
.order-status.new { color: #417b36; background: #eaf3e4; }.order-status.new i { background: #62a351; }
.order-status.accepted { color: #496f91; background: #e9f1f6; }.order-status.accepted i { background: #5b88ae; }
.order-status.preparing { color: #94711e; background: #faf0d7; }.order-status.preparing i { background: #c49a36; }
.order-status.ready { color: #745d91; background: #eee8f5; }.order-status.ready i { background: #8c70ae; }
.order-status.complete { color: #657064; background: #edf0eb; }.order-status.complete i { background: #7b857a; }
.admin-empty { min-height: 230px; display: grid; place-content: center; justify-items: center; gap: 4px; color: #899187; }
.admin-empty > span { font-size: 28px; }.admin-empty strong { font-size: 11px; }.admin-empty small { font-size: 8px; }
.products-title { align-items: center; }
.product-admin-head > div:last-child { display: flex; gap: 7px; }
.product-admin-head button { min-height: 33px; padding: 0 10px; color: #5e675d; background: #f6f8f4; border: 1px solid #e2e6df; border-radius: 8px; font-size: 8px; font-weight: 800; }
.product-admin-head button.new-product { color: #fff; background: var(--green-800); border-color: var(--green-800); }
.product-admin-table td:first-child { min-width: 210px; display: flex; align-items: center; gap: 10px; }
.admin-product-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; font-size: 22px; }
.product-admin-table td:first-child > div { display: grid; gap: 2px; }
.product-admin-table td strong { font-size: 9px; }
.product-admin-table td small { color: #899087; font-size: 7px; }
.category-pill { padding: 5px 7px; color: #687067; background: #f0f2ee; border-radius: 6px; font-size: 7px; }
.price-input { width: 74px; height: 31px; display: flex; align-items: center; gap: 4px; padding: 0 7px; border: 1px solid #dfe4dc; border-radius: 7px; }
.price-input input { width: 45px; background: transparent; border: 0; outline: 0; font-size: 8px; font-weight: 800; }
.price-input span { color: #7d857c; font-size: 8px; }
.stock-toggle { min-width: 84px; display: flex; align-items: center; gap: 6px; padding: 0; color: #8a9189; background: transparent; border: 0; font-size: 7px; font-weight: 800; }
.stock-toggle i { width: 31px; height: 17px; position: relative; background: #d9ddd7; border-radius: 999px; }
.stock-toggle i::after { content: ""; width: 13px; height: 13px; position: absolute; top: 2px; right: 2px; background: #fff; border-radius: 50%; box-shadow: 0 1px 3px rgba(0,0,0,.15); transition: transform .2s ease; }
.stock-toggle.on { color: var(--green-700); }
.stock-toggle.on i { background: var(--green-600); }
.stock-toggle.on i::after { transform: translateX(-14px); }
.visibility { color: #5c9452; font-size: 7px; font-weight: 800; }
.row-menu { color: #7d857c; background: transparent; border: 0; font-size: 15px; }
.order-detail-layer { position: fixed; inset: 0; z-index: 400; pointer-events: none; visibility: hidden; }
.order-detail-layer.open { pointer-events: auto; visibility: visible; }
.order-detail-backdrop { width: 100%; height: 100%; position: absolute; inset: 0; background: rgba(10,25,12,.46); border: 0; opacity: 0; transition: opacity .2s ease; }
.order-detail-layer.open .order-detail-backdrop { opacity: 1; }
.order-detail { width: min(420px, 100%); height: 100%; position: absolute; top: 0; left: 0; display: grid; grid-template-rows: auto 1fr auto; background: #fff; box-shadow: 15px 0 55px rgba(12,28,14,.18); transform: translateX(-102%); transition: transform .25s ease; }
.order-detail-layer.open .order-detail { transform: translateX(0); }
.detail-head { min-height: 67px; display: flex; align-items: center; justify-content: space-between; padding: 13px 17px; border-bottom: 1px solid #e4e8e1; }
.detail-head > div { display: grid; gap: 2px; }.detail-head small { color: #7b847a; font-size: 7px; }.detail-head strong { font-size: 13px; }
.detail-head > button { width: 33px; height: 33px; display: grid; place-items: center; color: #606a5f; background: #f2f4ef; border: 0; border-radius: 8px; font-size: 18px; }
.detail-scroll { min-height: 0; overflow-y: auto; padding: 17px; }
.detail-customer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 12px; background: #f5f8f1; border-radius: 11px; }
.detail-customer > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 10px; font-size: 12px; font-weight: 900; }
.detail-customer > div { display: grid; gap: 2px; }.detail-customer strong { font-size: 10px; }.detail-customer small { color: #778076; font-size: 8px; }
.detail-customer a { padding: 7px 8px; color: var(--green-800); background: #fff; border: 1px solid #dbe5d1; border-radius: 7px; font-size: 7px; font-weight: 850; }
.detail-address { display: flex; gap: 9px; margin-top: 8px; padding: 12px; border: 1px solid #e4e8e1; border-radius: 11px; }
.detail-address > span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; color: var(--green-700); background: #edf5e7; border-radius: 8px; }
.detail-address > div { display: grid; gap: 3px; }.detail-address small { color: #818980; font-size: 7px; }.detail-address strong { font-size: 9px; line-height: 1.5; }
.detail-products { margin-top: 18px; }.detail-products h3, .status-flow h3 { margin: 0 0 9px; font-size: 10px; }.detail-products h3 span { color: #849082; font-size: 7px; }
.detail-products > div { display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 8px; min-height: 37px; border-bottom: 1px solid #edf0eb; }
.detail-products > div span { width: 25px; height: 25px; display: grid; place-items: center; color: var(--green-800); background: #edf5e7; border-radius: 7px; font-size: 7px; font-weight: 900; }
.detail-products > div strong, .detail-products > div b { font-size: 8px; }
.detail-totals { display: grid; gap: 7px; margin-top: 12px; padding: 12px; background: #f7f8f5; border-radius: 9px; }
.detail-totals div { display: flex; justify-content: space-between; color: #737c72; font-size: 8px; }.detail-totals div:last-child { padding-top: 8px; color: var(--ink); border-top: 1px solid #dfe4dc; font-size: 10px; }.detail-totals div:last-child strong:last-child { color: var(--green-800); font-size: 13px; }
.detail-note { margin-top: 10px; padding: 10px; color: #6f5e30; background: #fbf3dc; border-radius: 9px; }.detail-note small { font-size: 7px; font-weight: 850; }.detail-note p { margin: 4px 0 0; font-size: 8px; line-height: 1.5; }
.status-flow { display: grid; gap: 0; margin-top: 19px; }
.status-flow button { min-height: 42px; position: relative; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; padding: 0; color: #8b938a; text-align: right; background: transparent; border: 0; }
.status-flow button::after { content: ""; width: 1px; height: 16px; position: absolute; right: 13px; bottom: -8px; background: #dfe4dc; }
.status-flow button:last-child::after { display: none; }
.status-flow button i { width: 27px; height: 27px; z-index: 1; display: grid; place-items: center; background: #edf0eb; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dfe4dc; font-size: 7px; font-style: normal; }
.status-flow button span { display: grid; gap: 1px; }.status-flow button strong { font-size: 8px; }.status-flow button small { min-height: 9px; font-size: 6px; }
.status-flow button.done { color: var(--green-800); }.status-flow button.done i { color: #fff; background: var(--green-700); box-shadow: 0 0 0 1px var(--green-700); }.status-flow button.done::after { background: var(--green-600); }
.detail-footer { padding: 12px 17px; border-top: 1px solid #e4e8e1; }.detail-footer button { width: 100%; min-height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; color: #fff; background: var(--green-800); border: 0; border-radius: 10px; font-size: 9px; font-weight: 850; }

@media (max-width: 1100px) {
  .header-shell { grid-template-columns: auto minmax(210px, 1fr) auto; }
  .shop-nav { display: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-list { overflow-x: auto; grid-template-columns: repeat(6, minmax(155px, 1fr)); scrollbar-width: none; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .shop-header { height: 69px; }
  .header-shell { width: calc(100% - 26px); grid-template-columns: auto 1fr auto; gap: 12px; }
  .header-search { display: none; }
  .cart-button { min-width: 51px; width: 51px; padding: 7px; }
  .cart-label { display: none; }
  .cart-button > b { position: absolute; top: 38px; left: 9px; border: 2px solid var(--cream); }
  .shop-hero { grid-template-columns: 1fr; gap: 35px; padding-top: 43px; }
  .hero-content { text-align: center; }
  .hero-content > p { margin-inline: auto; }
  .hero-buttons, .hero-points { justify-content: center; }
  .hero-media { min-height: 390px; }
  .catalog-tools { display: grid; }
  .catalog-search { width: 100%; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-showcase, .delivery-grid, .store-story { grid-template-columns: 1fr; }
  .offer-small { grid-template-rows: auto auto 250px; }
  .delivery-copy { text-align: center; }
  .delivery-copy > p, .delivery-note { margin-inline: auto; }
  .story-media { min-height: 430px; }
  .footer-row { flex-wrap: wrap; justify-content: center; padding: 25px 0; text-align: center; }
  .footer-row > p { width: 100%; order: 3; }
  .admin-app { grid-template-columns: 76px 1fr; }
  .admin-sidebar { padding-inline: 10px; }
  .admin-brand { justify-content: center; padding-inline: 0; }
  .admin-brand div, .admin-nav button:not(.active) b, .admin-nav button { font-size: 0; }
  .admin-nav button { grid-template-columns: 1fr; place-items: center; padding: 0; }
  .admin-nav button > span { font-size: 18px; }
  .admin-nav button > b { position: absolute; transform: translate(-14px, -12px); }
  .sidebar-bottom > a, .sidebar-bottom > div p, .sidebar-bottom > div > b { display: none; }
  .sidebar-bottom > div { justify-content: center; border: 0; }
  .admin-content { padding: 22px 18px; }
}

@media (max-width: 560px) {
  .preview-note { min-height: 27px; padding: 5px 9px; font-size: 8px; }
  .shop-shell { width: calc(100% - 24px); }
  .shop-brand strong { font-size: 13px; }.shop-brand small { font-size: 8px; }
  .logo-leaf { width: 37px; height: 37px; border-radius: 7px 13px 7px 13px; font-size: 16px; }
  .hero-content h1 { font-size: clamp(39px, 12.5vw, 55px); }
  .hero-content > p { font-size: 12px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; }
  .primary-action, .secondary-action { width: 100%; }
  .hero-points { gap: 10px; }
  .hero-points span { font-size: 8px; }
  .hero-media { min-height: 275px; border-width: 5px; border-radius: 24px 8px 24px 8px; }
  .hero-offer { right: 10px; bottom: 10px; max-width: 205px; padding: 12px; }
  .hero-offer strong { font-size: 11px; }.hero-rating { top: 9px; left: 9px; }
  .category-rail { padding: 11px 0; }
  .category-list { width: 100%; padding-inline: 12px; grid-template-columns: repeat(6, 125px); }
  .category-list button { min-height: 63px; padding: 6px 10px; }
  .category-list button > span { width: 36px; height: 36px; font-size: 16px; }
  .category-list strong { font-size: 9px; }.category-list small { font-size: 7px; }
  .catalog-section { padding-top: 70px; padding-bottom: 75px; }
  .section-title-row { display: grid; gap: 8px; }
  .section-title-row h2, .delivery-copy h2, .story-text h2 { font-size: 34px; }
  .category-tabs { width: calc(100vw - 24px); }
  .product-grid { gap: 8px; }
  .product-card { border-radius: 13px; }
  .product-visual { min-height: 125px; }
  .product-emoji { font-size: 49px; }
  .product-badge { top: 7px; right: 7px; font-size: 6px; }
  .product-info { padding: 11px; }.product-info h3 { min-height: 30px; margin-bottom: 8px; font-size: 11px; line-height: 1.4; }.product-info > small { font-size: 7px; }
  .price { display: grid; gap: 0; }.price strong { font-size: 13px; }.price del { font-size: 7px; }
  .add-button { width: 31px; height: 31px; flex-basis: 31px; }
  .quantity-control { height: 31px; }.quantity-control button { width: 22px; height: 25px; }.quantity-control b { min-width: 16px; }
  .offer-showcase { width: 100%; padding-bottom: 70px; }
  .offer-wide, .offer-small { min-height: 385px; border-radius: 0; }
  .offer-wide > div:last-child { right: 20px; left: 20px; bottom: 23px; }.offer-wide h2 { font-size: 34px; }
  .delivery-section { padding: 68px 0; }
  .delivery-steps { grid-template-columns: 1fr; }
  .delivery-steps li { min-height: 100px; }
  .store-story { gap: 38px; padding-top: 70px; padding-bottom: 70px; }
  .story-media { min-height: 370px; }
  .final-cta { min-height: 240px; display: grid; justify-items: stretch; margin-bottom: 50px; text-align: center; }
  .final-cta button { width: 100%; }
  .footer-row > div:last-child { width: 100%; justify-content: center; }
  .mobile-cart-bar { width: calc(100% - 20px); min-height: 53px; position: fixed; right: 10px; bottom: 10px; z-index: 90; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #fff; background: var(--green-800); border: 4px solid rgba(255,255,255,.9); border-radius: 14px; box-shadow: 0 15px 35px rgba(20,55,22,.24); font-size: 10px; }
  .mobile-cart-bar span { display: flex; align-items: center; gap: 8px; }.mobile-cart-bar span b { width: 23px; height: 23px; display: grid; place-items: center; color: var(--green-900); background: #d3eb96; border-radius: 7px; }.mobile-cart-bar strong { font-size: 12px; }
  .cart-drawer { width: 100%; }
  .drawer-layer.open .cart-drawer { border-radius: 0; }
  .admin-app { display: block; }
  .admin-sidebar { height: 62px; position: sticky; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; }
  .admin-brand { padding: 0; border: 0; }.admin-brand div { display: grid; }.admin-brand strong { font-size: 10px; }.admin-brand small { font-size: 7px; }
  .admin-brand > span { width: 35px; height: 35px; }
  .admin-nav { display: flex; gap: 3px; padding: 0; }.admin-nav button { width: 38px; min-height: 38px; }.admin-nav button:nth-child(n+3) { display: none; }
  .admin-nav button > b { display: grid; }
  .sidebar-bottom { display: none; }
  .admin-topbar { height: 48px; padding: 0 13px; }.admin-topbar > div:first-child { font-size: 7px; }.admin-actions time, .admin-actions > span { display: none; }
  .admin-content { padding: 18px 11px; }
  .admin-title { align-items: center; }.admin-title h1 { font-size: 23px; }.admin-title > a { display: none; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 7px; }.stat-grid article { min-height: 105px; display: grid; gap: 6px; padding: 11px; }.stat-icon { width: 31px; height: 31px; }.stat-grid strong { font-size: 18px; }
  .panel-head { display: grid; }.panel-head label { width: 100%; }.order-filters { padding-inline: 10px; }
  .orders-table { min-width: 740px; }
  .products-title { align-items: end; }.products-title > button { min-width: max-content; }
  .product-admin-head { display: grid; }.product-admin-head > div:last-child { justify-content: stretch; }.product-admin-head > div:last-child button { flex: 1; }
  .product-admin-table { min-width: 720px; }
  .order-detail { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
