body { margin:0; padding:0; background:#ffffff; font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color:#333; font-size:14px; line-height:1.6; }
* { box-sizing:border-box; text-decoration:none; list-style:none; outline:none; }
.wrap { max-width:1200px; margin:0 auto; padding:0 15px; }
.head { background:#fff; border-bottom:1px solid #eee; position:sticky; top:0; z-index:100; box-shadow:0 2px 10px rgba(0,0,0,0.05); }
.head-in { display:flex; justify-content:space-between; align-items:center; height:80px; }
.nav { display:flex; gap:25px; }
.nav a { color:#333; font-weight:600; font-size:14px; transition:.2s; }
.nav a:hover { color:#4caf50; }
.hero { background:#1a2b1c; padding:100px 20px; text-align:center; color:#fff; }
.hero h1 { font-size:40px; margin-bottom:10px; }
.hero p { font-size:16px; color:#a5d6a7; }
.sec-title { text-align:center; margin:60px 0 40px; }
.sec-title span { display:block; color:#4caf50; font-size:14px; font-weight:bold; text-transform:uppercase; margin-bottom:10px; }
.sec-title h2 { font-size:32px; font-weight:bold; margin:0; color:#111; }
.grid4 { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.grid3 { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.item { background:#f5f7f6; padding:20px; text-align:center; border-radius:4px; transition:.3s; }
.item:hover { box-shadow:0 10px 25px rgba(0,0,0,.08); transform:translateY(-3px); }
.item img { width:100%; height:200px; object-fit:contain; mix-blend-mode:multiply; margin-bottom:15px; }
.price { color:#4caf50; font-size:16px; font-weight:bold; margin:8px 0; }
.btn { display:inline-block; background:#4caf50; color:#fff; padding:10px 25px; font-weight:bold; border-radius:2px; transition:.2s; border:none; cursor:pointer; font-size:12px; text-transform:uppercase; }
.btn:hover { background:#388e3c; }
.about-box { display:flex; gap:40px; align-items:center; margin:60px 0; }
.about-img { width:50%; }
.about-img-main { width:100%; height:300px; object-fit:cover; border-radius:4px; margin-bottom:10px; }
.about-img-thumbs { display:flex; gap:10px; }
.about-img-thumbs img { width:calc(25% - 7.5px); height:60px; object-fit:cover; border-radius:2px; }
.about-txt { width:50%; }
.about-txt h2 { font-size:36px; margin:10px 0 20px; }
.blog-card { background:#fff; border:1px solid #eee; text-align:left; }
.blog-card img { width:100%; height:220px; object-fit:cover; mix-blend-mode:normal; margin:0; }
.blog-txt { padding:25px; }
.blog-date { color:#888; font-size:12px; margin-bottom:10px; }
.foot { background:#1a1a1a; padding:60px 0 30px; color:#999; margin-top:60px; }
.foot-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:40px; margin-bottom:40px; }
.foot h4 { color:#fff; font-size:16px; margin-bottom:20px; text-transform:uppercase; letter-spacing:1px; }
.foot-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.foot-gallery img { width:100%; height:60px; object-fit:cover; border-radius:2px; }
.foot-links li { margin-bottom:10px; }
.foot-links a { color:#999; transition:.2s; }
.foot-links a:hover { color:#4caf50; }
.copy { border-top:1px solid #333; padding-top:20px; text-align:center; font-size:12px; }
