:root{--p:#ad5474;--d:#25171d;--m:#76636b;--s:#faedf2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--d);background:#fffafc}a{text-decoration:none;color:inherit}.wrap{width:min(1150px,calc(100% - 34px));margin:auto}header{position:sticky;top:0;z-index:10;background:#fffafcf2;border-bottom:1px solid #ead8df}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:700}.brand b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--p);color:white}.brand span{display:grid}.brand small{font-size:9px;letter-spacing:3px;color:var(--m)}nav{display:flex;gap:24px;align-items:center;font-weight:700;font-size:14px}.wa,.btn{background:var(--p);color:#fff;padding:12px 18px;border-radius:999px;display:inline-block}#menu{display:none;border:0;background:none;font-size:24px}.hero{padding:75px 0;background:radial-gradient(circle at 10% 10%,#f5dbe5,transparent 35%)}.hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center}.hero h1,h2{font-family:Georgia,serif;line-height:1.05}.hero h1{font-size:clamp(48px,6vw,76px);margin:14px 0}.hero p{color:var(--m);font-size:18px;margin-bottom:28px}.hero img{width:100%;height:560px;object-fit:cover;border-radius:34px;box-shadow:0 20px 60px #0002}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:700;color:var(--p)}.catalogue{padding:95px 0}.title{text-align:center}.title h2{font-size:48px;margin:12px 0 30px}#search{display:block;width:min(520px,100%);margin:0 auto 18px;padding:14px 18px;border:1px solid #e7d6dd;border-radius:999px}.filters{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.filters button{border:1px solid #e7d6dd;background:#fff;padding:9px 14px;border-radius:999px}.filters .active{background:var(--d);color:#fff}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid article{background:#fff;border:1px solid #ead8df;border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.grid img{width:100%;height:350px;object-fit:cover}.body{padding:20px;display:flex;flex-direction:column;flex:1}.body small{color:var(--p);text-transform:uppercase;font-weight:700;letter-spacing:1.5px}.body h3{margin:8px 0}.body p{color:var(--m);font-size:14px}.body footer{margin-top:auto;display:flex;justify-content:space-between;gap:10px}.body footer a{color:var(--p);font-weight:700}#empty{display:none;text-align:center}.contact{padding:70px 0;background:linear-gradient(135deg,#74314c,#b75e7d);color:white}.contact .wrap{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact h2{font-size:48px}.contact .light{color:#f6d6e1}.contact .wrap>div:last-child{display:flex;flex-direction:column;gap:12px}.site-foot{padding:24px 0;background:#21151a;color:#fff}.site-foot .wrap{display:flex;justify-content:space-between}@media(max-width:850px){#menu{display:block}nav{display:none;position:absolute;top:74px;left:17px;right:17px;padding:20px;background:white;border-radius:18px;flex-direction:column}nav.open{display:flex}.hero-grid,.contact .wrap{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid{grid-template-columns:1fr}.hero h1{font-size:45px}.hero img{height:430px}.title h2,.contact h2{font-size:38px}.site-foot .wrap{flex-direction:column;gap:10px}}