:root{--bg:#f7f7f7;--ink:#424040;--muted:#706d6d;--card:#fff;--line:#e7e3e0;--accent:#ff6816;--accentDark:#d94e00;--soft:#fff0e8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;padding:14px 6vw;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:14px;font-weight:900}.brand img{height:58px;width:auto}.brand span{color:var(--accentDark);font-size:20px}
nav{display:flex;gap:22px;align-items:center;color:#4d4a4a}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border:0;border-radius:999px;padding:13px 20px;font-weight:900;cursor:pointer;box-shadow:0 10px 26px rgba(255,104,22,.22)}.btn.small{padding:9px 14px;font-size:14px}.btn.secondary{background:#fff;color:var(--accentDark);border:1px solid var(--line);box-shadow:none}.btn.full{width:100%}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;padding:76px 6vw 44px;align-items:center;background:linear-gradient(135deg,#fff 0%,#fff7f2 100%)}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--accentDark);font-weight:900;font-size:12px}.hero h1{font-size:56px;line-height:1.03;margin:10px 0 18px;color:#474342}.lead{font-size:20px;line-height:1.55;color:var(--muted);max-width:760px}.lead.small{font-size:18px}.actions{display:flex;gap:14px;margin:28px 0}.trust{display:flex;gap:18px;flex-wrap:wrap;color:#4d4a4a}
.heroProduct{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 24px 70px rgba(71,67,66,.12)}.heroProduct img{height:440px;width:100%;object-fit:cover}.heroProduct div{padding:24px}.heroProduct h2{font-size:32px;margin:10px 0 5px}.heroProduct strong{font-size:28px;color:#474342}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:36px 6vw 56px;background:#fff}.stats div,.product,.cards article,form,.contactBox{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:22px}.stats strong{display:block;font-size:23px;color:#474342}.stats span,.muted{color:var(--muted);line-height:1.55}
.section{padding:65px 6vw}.sectionHeader{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}h2{font-size:38px;margin:5px 0 18px;color:#474342}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{display:flex;flex-direction:column;gap:13px}.product:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(71,67,66,.10)}.product img{height:220px;width:100%;object-fit:cover;border-radius:18px}.placeholder{height:220px;border-radius:18px;background:#fff0e8;display:grid;place-items:center;font-weight:900;color:#d94e00}.badge{display:inline-flex;width:max-content;background:var(--soft);color:var(--accentDark);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.product h3{margin:0;font-size:23px}.product p{color:var(--muted);line-height:1.45;margin:0}.price{font-size:24px;font-weight:900;color:#474342}.price.big{font-size:38px;margin:18px 0}.meta,.specialties{display:flex;gap:8px;flex-wrap:wrap}.meta span,.specialties span{font-size:13px;border:1px solid var(--line);border-radius:999px;padding:8px 11px;color:#5d5958;background:#fff}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}.light{background:#fff7f2}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.cards p{color:var(--muted);line-height:1.5}.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;background:#fff7f2}.contactBox{display:grid;gap:8px;margin-top:20px}.contactBox span{color:var(--muted)}form{display:grid;grid-template-columns:1fr 1fr;gap:12px}input,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;background:white;color:var(--ink)}textarea{min-height:120px}form textarea,form button{grid-column:1/-1}footer{padding:30px 6vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;color:var(--muted);background:#fff}footer strong{color:var(--ink)}
.productHero{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;padding:58px 6vw;background:#fff}.gallery,.productInfo{background:#fff;border:1px solid var(--line);border-radius:28px;padding:20px}.mainPhoto{width:100%;height:570px;object-fit:cover;border-radius:22px}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.thumbs img{height:130px;width:100%;object-fit:cover;border-radius:14px}.productInfo{align-self:start;position:sticky;top:100px}.productInfo h1{font-size:48px;line-height:1.05;margin:14px 0}.notice{background:#fff0e8;border:1px solid #ffd1b8;border-radius:18px;padding:16px;margin:20px 0;color:#6b3a1d;font-weight:700}
@media(max-width:900px){.brand img{height:46px}.brand span{font-size:16px}nav{display:none}.hero,.productHero,.split,.contact{grid-template-columns:1fr}.hero h1,.productInfo h1{font-size:38px}.grid,.stats,.cards{grid-template-columns:1fr}.actions{flex-direction:column}.heroProduct img,.mainPhoto{height:auto}.productInfo{position:static}form{grid-template-columns:1fr}footer{display:block}.thumbs{grid-template-columns:repeat(2,1fr)}}
