:root{
  --bg:#f7f8f3;--card:#fff;--text:#172017;--muted:#657064;--line:#dfe5dc;
  --green:#285b35;--green2:#e7f1e8;--green3:#143d21;--cream:#f1f0e6;
  --danger:#9d2b2b;--shadow:0 12px 34px rgba(31,54,32,.09)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}
.wrap{width:min(1160px,calc(100% - 30px));margin:auto}
.topbar{position:sticky;top:0;z-index:40;background:rgba(247,248,243,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.brand{display:flex;align-items:center;gap:10px;font-weight:850}.brand .mark{font-size:27px}
.navlinks{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.btn{min-height:44px;border-radius:12px;border:1px solid var(--line);padding:0 15px;background:#fff;color:var(--text);font-weight:750;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn.primary{background:var(--green);border-color:var(--green);color:#fff}.btn.soft{background:var(--green2);border-color:transparent;color:var(--green3)}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:38px 0 24px}
.hero-copy{padding:12px 0}.eyebrow{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:7px 11px;background:#fff;font-size:13px;font-weight:750;color:var(--green)}
h1{font-size:clamp(40px,6.5vw,76px);line-height:.96;letter-spacing:-.045em;margin:15px 0 18px}
.hero-copy p{max-width:680px;font-size:18px;line-height:1.6;color:var(--muted)}
.hero-photo{position:relative;border-radius:28px;overflow:hidden;min-height:460px;box-shadow:var(--shadow);background:#dfe8db}
.hero-photo img{width:100%;height:100%;min-height:460px;object-fit:cover;display:block}
.hero-badge{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.93);backdrop-filter:blur(8px);border-radius:17px;padding:14px 15px;display:flex;justify-content:space-between;gap:14px;align-items:center}
.hero-badge small{display:block;color:var(--muted);margin-bottom:3px}
.status{padding:7px 10px;border-radius:999px;background:var(--green2);color:var(--green3);font-size:13px;font-weight:800;text-align:center}
.notice{border:1px solid #d9dfc0;background:#f6f5e8;border-radius:16px;padding:13px 15px;line-height:1.45}
.section{padding:34px 0}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}
.section-head h2{font-size:32px;margin:0;letter-spacing:-.02em}.section-head p{margin:6px 0 0;color:var(--muted);line-height:1.5}
.updated{color:var(--muted);font-size:13px}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.offer{background:var(--green3);color:#fff;border-radius:20px;padding:20px;min-width:0}.offer small{opacity:.74}.offer h3{font-size:22px;margin:8px 0}.offer p{opacity:.88;line-height:1.5;margin:0}
.offer-price{font-size:27px;font-weight:900;margin-top:14px}.offer-qty{font-size:13px;margin-top:5px;opacity:.8}
.variety{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;align-items:start;margin-bottom:25px}
.variety-photo{border-radius:22px;overflow:hidden;min-height:330px;background:#e6eadf;box-shadow:var(--shadow)}
.variety-photo img{width:100%;height:100%;min-height:330px;object-fit:cover;display:block}
.variety-copy h3{font-size:30px;margin:0 0 6px}.variety-copy>p{margin:0 0 15px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.product{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}
.product.disabled{opacity:.58}.product-top{display:flex;justify-content:space-between;gap:10px}.product h4{margin:0;font-size:18px}.product .state{font-size:12px;border:1px solid var(--line);border-radius:999px;padding:5px 8px;color:var(--muted)}
.price-line{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:16px}.price{font-size:22px;font-weight:900}.price small{font-size:12px;color:var(--muted);font-weight:600}
.qty{display:flex;align-items:center;gap:7px}.qty button{width:42px;height:42px;border:1px solid var(--line);border-radius:11px;background:#fff;font-size:20px}.qty .plus{background:var(--green);color:#fff;border-color:var(--green)}.qty output{width:26px;text-align:center;font-weight:800}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:21px;box-shadow:var(--shadow)}
.panel h3{margin:0 0 15px;font-size:23px}.hours{display:grid;gap:7px}.hour-row,.delivery-row{display:grid;grid-template-columns:120px 1fr;gap:14px;padding:9px 0;border-bottom:1px solid var(--line)}.hour-row:last-child,.delivery-row:last-child{border:0}.hour-row strong,.delivery-row strong{font-size:14px}.hour-row span,.delivery-row span{color:var(--muted);font-size:14px}
.delivery-list{display:grid}.delivery-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:3px}.mini{font-size:12px;padding:4px 7px;border-radius:999px;background:var(--green2);color:var(--green3)}
.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:230px 230px;gap:12px}.gallery figure{margin:0;border-radius:20px;overflow:hidden;position:relative;background:#e3e7dc}.gallery figure:first-child{grid-row:1/3}.gallery img{width:100%;height:100%;object-fit:cover;display:block}.gallery figcaption{position:absolute;left:10px;bottom:10px;background:rgba(255,255,255,.9);padding:7px 9px;border-radius:10px;font-size:12px;font-weight:800}
.checkout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:13px}
label{font-size:14px;font-weight:750;display:block}input,select,textarea{width:100%;min-height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px 11px;margin-top:6px;color:var(--text);font-size:16px}textarea{min-height:90px;resize:vertical}
.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mode{display:flex;align-items:center;gap:9px;min-height:48px;border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff}.mode input{width:auto;min-height:auto;margin:0}
.cart-lines{display:grid;gap:9px}.cart-line{display:flex;justify-content:space-between;gap:12px;font-size:14px}.summary{border-top:1px solid var(--line);padding-top:13px;margin-top:15px;display:grid;gap:7px}.sumrow{display:flex;justify-content:space-between;gap:12px}.sumrow.total{font-size:21px;font-weight:900;margin-top:5px}
.muted{color:var(--muted)}.error{color:var(--danger);font-weight:750}.success{border:1px solid #bdd6c0;background:#eef7ef;border-radius:13px;padding:12px;margin-top:12px}
.about{display:grid;grid-template-columns:1fr .9fr;gap:18px}.business-lines{display:grid;gap:9px}.business-line{display:flex;gap:10px;align-items:flex-start}.business-line b{min-width:110px}
.payments{display:flex;gap:8px;flex-wrap:wrap}.payment{background:var(--green2);color:var(--green3);padding:8px 11px;border-radius:999px;font-weight:800;font-size:14px}
.footer{padding:35px 0 100px;border-top:1px solid var(--line);margin-top:30px;color:var(--muted);font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.floating{display:none;position:fixed;z-index:50;left:14px;right:14px;bottom:14px;min-height:54px;border:0;border-radius:15px;background:var(--green);color:#fff;font-weight:850;box-shadow:0 10px 28px rgba(20,55,27,.28)}
.admin-wrap{width:min(980px,calc(100% - 28px));margin:28px auto 80px}.admin-section{background:#fff;border:1px solid var(--line);border-radius:20px;padding:19px;margin-top:14px}.admin-section h2{margin:0 0 13px;font-size:23px}
.admin-card{border:1px solid var(--line);border-radius:15px;padding:14px;margin-top:10px}.admin-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.switchline{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:750}.switchline input{width:auto;min-height:auto;margin:0}
.admin-hours{overflow-x:auto}.admin-hours table{width:100%;border-collapse:collapse;min-width:720px}.admin-hours th,.admin-hours td{padding:8px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.admin-hours input[type="time"]{min-width:110px}.admin-hours input[type="checkbox"]{width:auto;min-height:auto;margin:0}
@media(max-width:900px){.hero,.variety,.checkout,.about{grid-template-columns:1fr}.hero-photo,.hero-photo img{min-height:360px}.offer-grid{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:230px 230px 230px}.gallery figure:first-child{grid-column:1/3;grid-row:auto}}
@media(max-width:620px){.wrap{width:min(100% - 22px,1160px)}.navlinks .hide-mobile{display:none}.hero{padding-top:20px}.hero-photo,.hero-photo img{min-height:300px}.hero-photo{order:-1}.hero-badge{left:10px;right:10px;bottom:10px}.section-head{align-items:flex-start;flex-direction:column}.product-grid,.grid2,.mode-grid,.admin-product-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr;grid-template-rows:240px 220px 220px 220px}.gallery figure:first-child{grid-column:auto}.hour-row,.delivery-row{grid-template-columns:92px 1fr}.floating{display:block}.footer{padding-bottom:100px}}

.unavailable-action{margin-top:12px;display:grid;gap:8px}
.unavailable-label{font-size:13px;font-weight:850;color:var(--danger)}
.ask-btn{min-height:42px;border-radius:11px;border:1px solid var(--line);background:var(--green2);color:var(--green3);font-weight:800;padding:0 12px}
.pro-panel{display:flex;justify-content:space-between;align-items:center;gap:18px}
.pro-panel h3{margin-bottom:7px}
@media(max-width:620px){.pro-panel{align-items:stretch;flex-direction:column}}

button:disabled{opacity:.62;cursor:not-allowed}
.offer-counter{margin-top:13px;padding:9px 11px;border-radius:12px;background:rgba(255,255,255,.12);font-size:14px}
.offer-counter strong{font-size:20px}
.offer-limit-box{margin-top:13px;padding:12px;border-radius:13px;background:var(--green2);border:1px solid var(--line)}
.install-dialog{border:0;border-radius:20px;padding:0;max-width:min(440px,calc(100% - 28px));box-shadow:0 20px 70px rgba(0,0,0,.25)}
.install-dialog::backdrop{background:rgba(0,0,0,.45)}
.install-dialog-inner{padding:22px}
.install-dialog-inner h3{margin:0 0 10px;font-size:24px}
.install-dialog-inner p{color:var(--muted);line-height:1.55}
@media(max-width:620px){
  #install-app{padding:0 10px}
  .brand span:last-child{max-width:155px;line-height:1.05}
}
