*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#f7f4ed;color:#2f3642;font-family:Inter,sans-serif;line-height:1.8}header{display:flex;justify-content:space-between;align-items:center;padding:30px 8%;flex-wrap:wrap}.logo-main{font-family:"Cormorant Garamond",serif;font-size:3rem;letter-spacing:3px}.logo-sub{color:#b38a39;letter-spacing:8px;margin-top:-10px}nav a{margin-left:25px;text-decoration:none;color:#2f3642}.hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:40px 8%}.hero-image img{width:100%;border-radius:10px}.hero h1{font-family:"Cormorant Garamond",serif;font-size:4rem;font-weight:500;line-height:1.1;margin-bottom:30px}.hero p{font-size:1.1rem;max-width:500px}.hero-signature{margin-top:30px;color:#b38a39;font-size:1.5rem;font-family:"Cormorant Garamond",serif}section{padding:90px 8%}section h2{font-family:"Cormorant Garamond",serif;font-size:3rem;margin-bottom:30px}section p{max-width:700px;margin-bottom:20px}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.gallery img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:10px;transition:.3s}.gallery img:hover{transform:scale(1.02)}.services{display:grid;grid-template-columns:1fr 1fr;gap:40px}.service-card,.contact-box{background:#fff;padding:40px;border-radius:10px}.service-card h3{color:#b38a39;margin-bottom:20px}.service-card ul{padding-left:20px}.contact-box{max-width:500px}.contact-box a{color:#b38a39;text-decoration:none;display:block;margin-bottom:20px}footer{text-align:center;padding:40px;color:#888;border-top:1px solid #ddd}@media(max-width:900px){.hero,.services{grid-template-columns:1fr}header{flex-direction:column;gap:20px}.hero h1{font-size:2.8rem}}