:root{--primary-pink: #FFB6C1;--secondary-pink: #FFC0CB;--accent-red: #E91E63;--deep-red: #D81B60;--white: #FFFFFF;--text-dark: #2D3436;--text-light: #636E72;--bg-soft: #FFF5F7;--transition: all .3s ease;--shadow: 0 10px 30px rgba(0, 0, 0, .05);--header-font: "Playfair Display", serif;--body-font: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--body-font);color:var(--text-dark);background-color:var(--bg-soft);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--header-font);font-weight:700}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit;transition:var(--transition)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.navbar{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000000d}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--header-font);font-size:1.5rem;font-weight:900;color:var(--accent-red);letter-spacing:-1px}.nav-links{display:flex;gap:2rem}.nav-link{font-weight:500;position:relative}.nav-link.active{color:var(--accent-red)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--accent-red);transition:var(--transition)}.nav-link:hover:after,.nav-link.active:after{width:100%}.hero{height:90vh;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,#fff5f7,#ffe4e1);overflow:hidden}.hero-content{flex:1;z-index:1}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark)}.hero-title span{color:var(--accent-red);display:block;font-style:italic}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:500px}.btn{padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;display:inline-block}.btn-primary{background:var(--accent-red);color:#fff;box-shadow:0 10px 20px #e91e6333}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 30px #e91e634d}.hero-image-container{flex:1;display:flex;justify-content:center;position:relative}.hero-image-container img{max-width:90%;border-radius:20px;box-shadow:var(--shadow);transform:rotate(3deg)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;margin-bottom:1rem}.section-subtitle{color:var(--text-light);max-width:600px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.product-card:hover{transform:translateY(-10px)}.product-image{height:350px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem}.product-category{color:var(--accent-red);font-size:.8rem;text-transform:uppercase;font-weight:700;margin-bottom:.5rem;display:block}.product-name{font-size:1.5rem;margin-bottom:.5rem}.booking-container{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:30px;box-shadow:var(--shadow)}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}input,select,textarea{width:100%;padding:1rem;border:1px solid #E0E0E0;border-radius:12px;font-family:inherit;font-size:1rem}input:focus,select:focus,textarea:focus{border-color:var(--accent-red);outline:none}footer{background:var(--text-dark);color:#fff;padding:4rem 0;margin-top:5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.footer-logo{font-family:var(--header-font);font-size:2rem;color:var(--primary-pink);margin-bottom:1.5rem}.footer-links h4{margin-bottom:1.5rem;font-size:1.2rem}.footer-links ul li{margin-bottom:.8rem;color:#b2bec3}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero{flex-direction:column;height:auto;padding:5rem 0;text-align:center}.hero-image-container{margin-top:3rem}.nav-links{display:none}}
