:root{--ink:#202124;--muted:#6f7278;--line:#e6e6e6;--soft:#f7f7f5;--accent:#f47a20;--max:1180px}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:24px;font-weight:700;letter-spacing:.2px}.brand b{color:var(--accent)}nav{display:flex;gap:28px;font-size:15px}nav a:hover{text-decoration:underline}
.hero{padding:84px 0 70px;background:linear-gradient(135deg,#fafafa,#f3f3f0)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;color:var(--muted)}h1{font-size:56px;line-height:1.05;margin:14px 0 20px;max-width:700px}.hero p{font-size:19px;color:var(--muted);max-width:620px}.hero-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.hero-card img{border-radius:14px;aspect-ratio:1/1;object-fit:cover}.button{display:inline-block;margin-top:20px;background:#111;color:#fff;padding:13px 22px;border-radius:999px;font-weight:700;font-size:14px}.button:hover{opacity:.88}
section{padding:68px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-title h2{font-size:34px;margin:0}.section-title p{margin:0;color:var(--muted)}.about{background:#fff}.about p{font-size:18px;color:#4e5157;max-width:850px}.products{background:var(--soft)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.06)}.photo{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center}.photo img{width:100%;height:100%;object-fit:cover}.card-body{padding:18px}.card h3{font-size:16px;line-height:1.35;margin:0 0 10px}.meta{font-size:14px;color:var(--muted);margin-bottom:8px}.price{font-size:17px;font-weight:700}.note{font-size:13px;color:var(--muted);margin-top:28px}
.contact-box{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}.contact-box h2{margin-top:0}.contact-placeholder{color:var(--muted)}
footer{border-top:1px solid var(--line);padding:34px 0 46px;color:var(--muted);font-size:14px}.footer-row{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:18px;flex-wrap:wrap}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}h1{font-size:44px}.hero{padding-top:58px}}@media(max-width:600px){.wrap{width:min(100% - 24px,var(--max))}.nav{height:auto;padding:18px 0;align-items:flex-start}.brand{font-size:21px}nav{gap:14px;font-size:14px;flex-wrap:wrap;justify-content:flex-end}.grid{grid-template-columns:1fr}h1{font-size:38px}.section-title{display:block}.section-title p{margin-top:8px}}

.lead{font-size:18px;line-height:1.6;max-width:760px}.contact-card{max-width:760px}.contact-card a,.note a{color:inherit}
