.hero{background:url(/images/hero.jpg) no-repeat 50%/cover;height:70vh;display:flex;justify-content:center;align-items:center;color:white;text-align:center}.hero-content{padding:1rem}.hero-content h1{font-size:clamp(2.5rem,6vw,5rem);margin-bottom:1rem;font-family:Playfair Display,serif}.hero-content .hero-tagline{font-size:clamp(1rem,2vw,1.4rem);margin:0 auto 1.5rem;max-width:32rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.cta-button{background-color:#d07a5a;color:#fff7f3;padding:1.2rem 3rem;text-decoration:none;border-radius:50px;font-size:1.4rem;font-weight:700;letter-spacing:1px;display:inline-block;margin-top:1.5rem;box-shadow:0 8px 20px rgba(0,0,0,.25);transition:all .3s ease}.cta-button:hover{background-color:#c26a4b;transform:translateY(-2px);box-shadow:0 12px 25px rgba(0,0,0,.3)}.aesthetic-gallery{padding:2rem;text-align:center}.aesthetic-gallery h2{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:2rem}.lifestyle-images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;max-width:1200px;margin:0 auto}.lifestyle-images-grid img{width:100%;height:300px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}@media (max-width:768px){.hero{height:60vh;padding:1rem}.hero-content h1{font-size:2.8rem}.cta-button{font-size:1.2rem;padding:1rem 2.5rem}.aesthetic-gallery{padding:1.5rem 1rem}.lifestyle-images-grid img{height:220px}}@media (max-width:400px){.hero-content h1{font-size:2.2rem}.cta-button{width:100%;max-width:280px}}