
:root{--black:#090909;--navy:#101827;--silver:#d8d8d8;--red:#8b1020;--burg:#5d0b18;--cream:#f7f3ee;--text:#222;--muted:#6d6d6d;--gold:#bca46a}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--text);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}header{position:fixed;top:0;left:0;right:0;z-index:20;background:rgba(9,9,9,.84);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12)}.nav{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:14px 22px}.brand{display:flex;gap:12px;align-items:center;color:white;font-weight:800;letter-spacing:.08em}.brand img{height:42px;width:auto;border-radius:2px;background:white}.nav a{color:#eee;margin-left:22px;font-size:14px}.btn{display:inline-block;padding:12px 18px;background:var(--red);color:white;border-radius:3px;font-weight:700;box-shadow:0 8px 22px rgba(139,16,32,.25)}.btn.secondary{background:transparent;border:1px solid rgba(255,255,255,.55)}.hero{min-height:92vh;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.32)),url('../images/hero-kitchen.jpg') center/cover;display:flex;align-items:center;color:white;padding:120px 22px 60px}.hero .inner{max-width:1200px;margin:auto;width:100%}.eyebrow{color:#e2d1c2;text-transform:uppercase;letter-spacing:.18em;font-size:13px}.hero h1{font-size:clamp(40px,6vw,78px);line-height:1.02;margin:18px 0;max-width:860px}.hero p{max-width:650px;font-size:20px;color:#eee}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-55px;max-width:1150px;margin-left:auto;margin-right:auto;padding:0 22px;position:relative;z-index:4}.stat{background:white;padding:28px;border-radius:5px;box-shadow:0 18px 50px rgba(0,0,0,.12)}.stat strong{font-size:28px;color:var(--red)}section{padding:90px 22px}.wrap{max-width:1200px;margin:auto}.section-title{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}.section-title h2{font-size:clamp(32px,4vw,54px);line-height:1.05;margin:0;color:var(--navy)}.section-title p{max-width:520px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border-radius:6px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.08)}.card img{height:250px;width:100%;object-fit:cover}.card div{padding:24px}.card h3{margin:0 0 8px;font-size:22px}.tag{display:inline-block;background:#f0e9e9;color:var(--red);padding:6px 10px;border-radius:99px;font-size:12px;font-weight:700;margin-bottom:12px}.dark{background:var(--navy);color:white}.dark .section-title h2,.dark h3{color:white}.dark .section-title p,.dark p{color:#c7ced8}.projects{display:grid;gap:32px}.project{background:white;border-radius:8px;overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.1)}.project-head{display:grid;grid-template-columns:1.1fr .9fr}.project-head img{height:430px;width:100%;object-fit:cover}.project-info{padding:36px}.project-info h3{font-size:34px;margin:8px 0 12px;color:var(--navy)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 24px 28px}.step{position:relative;overflow:hidden;border-radius:5px;background:#111}.step img{height:230px;width:100%;object-fit:cover;opacity:.9}.step span{position:absolute;left:12px;top:12px;background:rgba(0,0,0,.65);color:white;padding:6px 10px;border-left:3px solid var(--red);font-size:13px;font-weight:700}.compare{display:grid;grid-template-columns:1fr 1fr;gap:16px}.compare .box{position:relative;overflow:hidden;border-radius:5px}.compare img{height:360px;width:100%;object-fit:cover}.compare b{position:absolute;top:14px;left:14px;background:var(--black);color:#fff;padding:7px 12px;border-left:3px solid var(--red)}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process .p{background:rgba(255,255,255,.08);padding:24px;border-top:3px solid var(--red);border-radius:5px}.contact{background:linear-gradient(90deg,rgba(9,9,9,.9),rgba(16,24,39,.8)),url('../images/hero-kitchen-wide.jpg') center/cover;color:white}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.form{background:white;padding:26px;border-radius:6px;color:#111}.form input,.form textarea{width:100%;padding:14px;margin:8px 0;border:1px solid #ddd;border-radius:3px}.footer{background:#070707;color:#ddd;padding:36px 22px}.footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.whatsapp{position:fixed;right:18px;bottom:18px;background:#25D366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;z-index:30;box-shadow:0 10px 30px rgba(0,0,0,.25)}@media(max-width:900px){.nav nav{display:none}.stats,.cards,.process,.steps,.project-head,.contact-grid,.compare{grid-template-columns:1fr}.hero{min-height:82vh}.stat{padding:20px}.project-head img,.compare img{height:300px}.section-title{display:block}}
