
:root{
  --bg:#fbf9f5;--text:#2c2825;--muted:#746b63;--green:#687c39;--green-dark:#55682e;
  --cream:#f0ece4;--beige:#e8e0d4;--accent:#d9d397;--border:#e3ddd4;--white:#fff;
  --shadow:0 12px 34px rgba(51,43,35,.10);--radius:18px
}
*{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);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(251,249,245,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 3px 14px rgba(40,35,30,.04)}
.header-main{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:56px;height:76px;display:grid;place-items:center;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:contain;display:block}.brand strong{display:block;font-size:22px}.brand small{display:block;margin-top:2px;color:var(--muted)}
.desktop-nav{display:flex;gap:32px;font-size:14px;font-weight:650;color:var(--muted)}.desktop-nav a:hover,.mobile-nav a:hover{color:var(--green)}.mobile-nav{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:12px;padding:0 22px;font-weight:750;transition:.2s;box-shadow:0 5px 18px rgba(104,124,57,.18)}.btn:hover{transform:translateY(-1px)}
.btn-primary,.btn-order{background:linear-gradient(90deg,var(--green),#a2ad68);color:#fff}.header-order{white-space:nowrap}
.hero{min-height:590px;position:relative;display:grid;place-items:center;background:url("assets/hero.jpg") center/cover no-repeat;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,249,245,.97),rgba(251,249,245,.91),rgba(240,236,228,.72))}
.hero-content{position:relative;text-align:center;padding:86px 0;max-width:1000px}.hero-icons{color:var(--green);font-size:28px}.eyebrow{text-transform:uppercase;letter-spacing:.24em;color:var(--green);font-size:12px;font-weight:850}
.hero h1{font-size:clamp(48px,7vw,76px);line-height:1.03;margin:14px 0 0;letter-spacing:-.045em}.hero h1 span{display:block;color:var(--green)}.hero-copy{max-width:760px;margin:26px auto 0;color:var(--muted);font-size:20px;line-height:1.65}
.hero-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px}.hero-pills span{border:1px solid #d8d2a0;background:rgba(255,255,255,.58);color:var(--green-dark);font-size:13px;font-weight:800;padding:10px 17px;border-radius:999px}.hero-btn{margin-top:34px;border-radius:999px}
.section{padding:82px 0}.section-heading{text-align:center;max-width:780px;margin:0 auto 44px}.section-heading h2,.story h2{font-size:clamp(36px,5vw,52px);line-height:1.08;margin:10px 0 16px;letter-spacing:-.035em}.section-heading>p:last-child{color:var(--muted);font-size:18px;line-height:1.65}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#f5f1e9;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(51,43,35,.14)}
.product-image{aspect-ratio:4/5;position:relative;overflow:hidden;background:linear-gradient(140deg,var(--beige),var(--cream))}.product-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover .product-image img{transform:scale(1.025)}.badge{position:absolute;top:14px;left:14px;background:rgba(104,124,57,.95);color:#fff;border-radius:999px;font-size:11px;font-weight:850;padding:7px 10px;box-shadow:0 5px 14px rgba(0,0,0,.14)}
.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.title-row h3{font-size:22px;line-height:1.14;margin:0}.subtitle{color:var(--green);font-weight:700;margin:7px 0 0;font-size:14px}.size{white-space:nowrap;background:#ebe6de;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:850}.desc{color:var(--muted);font-size:14px;line-height:1.65;margin:16px 0 0}.product-body ul{list-style:none;padding:0;margin:18px 0 22px}.product-body li{color:var(--muted);font-size:13px;line-height:1.5;margin:8px 0;padding-left:22px;position:relative}.product-body li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.product-bottom{margin-top:auto;border-top:1px solid var(--border);padding-top:18px}.price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:15px}.price strong{font-size:23px;color:var(--green)}.price del{font-size:13px;color:var(--muted)}.price span{background:var(--accent);font-size:10px;font-weight:900;padding:5px 8px;border-radius:999px}.availability{color:var(--green);font-size:13px;font-weight:800;margin:0 0 15px}.delivery-note{margin:-7px 0 15px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.btn-order{width:100%;font-size:13px;padding:0 12px}
.story{padding:84px 0;background:linear-gradient(135deg,var(--cream),var(--bg),var(--beige))}.story-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:56px;align-items:center}.story-grid>div:first-child>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.8}.story-grid .btn{margin-top:15px;border-radius:999px}.story-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.story-cards>div{background:rgba(255,255,255,.7);border:1px solid var(--border);border-radius:22px;padding:25px;box-shadow:var(--shadow)}.story-cards span{font-size:26px}.story-cards h3{margin:12px 0 7px;font-size:18px}.story-cards p{margin:0;color:var(--muted);line-height:1.55;font-size:13px}.story-cards .wide{grid-column:1/-1}
footer{background:var(--green);color:#fff;padding:34px 0}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:58px;height:78px;object-fit:contain;display:block;background:rgba(255,255,255,.96);padding:5px;border-radius:12px}.footer-grid strong{font-size:19px}.footer-grid p{margin:5px 0 0;font-size:13px;opacity:.9}
.floating-wa{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 28px rgba(58,73,29,.35);z-index:40}
@media(max-width:1040px){.products{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr}.desktop-nav{display:none}.mobile-nav{display:flex;justify-content:center;gap:34px;border-top:1px solid var(--border);padding:10px 0;font-size:13px;font-weight:800;color:var(--muted)}}
@media(max-width:640px){.wrap{width:min(100% - 28px,1180px)}.header-main{min-height:76px}.brand strong{font-size:17px}.brand small{display:none}.brand-mark{width:44px;height:60px}.header-order{padding:0 14px;min-height:42px;font-size:12px}.hero{min-height:610px}.hero-content{padding:70px 0}.hero-copy{font-size:17px}.hero-pills{gap:8px}.hero-pills span{font-size:11px;padding:8px 11px}.section{padding:66px 0}.products{grid-template-columns:1fr}.section-heading{margin-bottom:32px}.story{padding:66px 0}.story-cards{grid-template-columns:1fr}.story-cards .wide{grid-column:auto}.footer-grid{flex-direction:column;text-align:center}.product-card{max-width:480px;margin:auto;width:100%}}
