.gift-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:25vh;padding:4rem 2rem;width:100%;overflow:hidden;background:var(--gradient-accent-light)}.gift-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6f85b71a,#ece1d91a);pointer-events:none}.gift-hero-content{position:relative;z-index:1;max-width:800px;text-align:center;background:#fffffff2;padding:3rem;box-shadow:0 8px 32px #6f85b733}.gift-hero-title{font-size:2.5rem;font-weight:600;color:var(--clr-bg-dark);line-height:1.1;margin-bottom:2rem;position:relative;display:inline-block}.gift-hero-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--clr-accent);border-radius:2px}.gift-hero-description{font-size:1rem;color:var(--clr-text);line-height:1.8;margin-bottom:2.5rem}.gift-button{display:inline-block;padding:1.25rem 3rem;background:var(--clr-accent);color:var(--clr-text-light);font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #6f85b74d}.gift-button:hover{background:var(--clr-bg-dark);transform:translateY(-3px);box-shadow:0 6px 24px #6f85b766}.gift-button:active{transform:translateY(-1px)}@media(max-width:1440px){.gift-hero{padding:3.75rem 2rem}.gift-hero-content{max-width:750px;padding:2.85rem}.gift-hero-title{font-size:2.4rem;margin-bottom:1.85rem}.gift-hero-description{font-size:.975rem;margin-bottom:2.35rem}.gift-button{padding:1.2rem 2.85rem;font-size:1.075rem}}@media(max-width:1024px){.gift-hero{min-height:30vh;padding:3.5rem 1.5rem}.gift-hero-content{max-width:700px;padding:2.75rem}.gift-hero-title{font-size:2.35rem;margin-bottom:1.75rem}.gift-hero-title:after{width:70px;height:3.5px;bottom:-.45rem}.gift-hero-description{font-size:.95rem;line-height:1.75;margin-bottom:2.25rem}.gift-button{padding:1.15rem 2.75rem;font-size:1.05rem}}@media(max-width:1023px){.gift-hero{min-height:35vh;padding:3rem 1.5rem}.gift-hero-content{max-width:650px;padding:2.5rem}.gift-hero-title{font-size:2.25rem;margin-bottom:1.65rem}.gift-hero-title:after{width:65px}.gift-hero-description{font-size:.925rem;line-height:1.7;margin-bottom:2.15rem}.gift-button{padding:1.1rem 2.6rem;font-size:1.025rem}}@media(max-width:767px){.gift-hero{min-height:40vh;padding:2.5rem 1.25rem}.gift-hero-content{max-width:100%;padding:2.25rem 1.75rem;border-radius:14px}.gift-hero-title{font-size:2rem;margin-bottom:1.5rem}.gift-hero-title:after{width:60px;height:3px;bottom:-.4rem}.gift-hero-description{font-size:.9rem;line-height:1.65;margin-bottom:2rem}.gift-button{padding:1rem 2.35rem;font-size:1rem}}@media(max-width:480px){.gift-hero{min-height:45vh;padding:2rem 1rem}.gift-hero-content{padding:2rem 1.5rem;border-radius:12px}.gift-hero-title{font-size:1.75rem;margin-bottom:1.35rem}.gift-hero-title:after{width:55px;height:2.5px;bottom:-.35rem}.gift-hero-description{font-size:.875rem;line-height:1.6;margin-bottom:1.75rem}.gift-button{padding:.925rem 2.15rem;font-size:.95rem;width:100%;border-radius:6px}}@media(max-width:375px){.gift-hero{min-height:50vh;padding:1.75rem .875rem}.gift-hero-content{padding:1.75rem 1.25rem;border-radius:10px}.gift-hero-title{font-size:1.5rem;margin-bottom:1.15rem}.gift-hero-title:after{width:50px;height:2.5px;bottom:-.3rem}.gift-hero-description{font-size:.825rem;line-height:1.55;margin-bottom:1.5rem}.gift-button{padding:.825rem 1.85rem;font-size:.875rem;width:100%}}.hero{position:relative;display:flex;align-items:center;min-height:90vh;padding:2rem 4rem;width:100%;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/hero.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;transform:translateY(var(--parallax-offset, 0))}.hero-content{position:relative;z-index:1;max-width:800px;text-align:left}.hero-title{font-size:5rem;font-weight:600;color:var(--clr-text-light);line-height:1.1;margin-bottom:1rem}.hero-description{font-size:1.3rem;color:var(--clr-text-light);line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.hero-btn{padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s ease;text-align:center}.hero-btn-primary{background:var(--clr-primary-light);color:var(--clr-bg-dark);border:2px solid var(--clr-primary-light)}.hero-btn-primary:hover{background:transparent;transform:translateY(-2px);border:2px solid var(--clr-text-light);color:var(--clr-text-light)}.hero-btn-secondary{background:transparent;color:var(--clr-text-light);border:2px solid var(--clr-text-light)}.hero-btn-secondary:hover{background:var(--clr-text-light);color:var(--clr-bg-dark);transform:translateY(-2px)}.services{padding:4rem 2rem;background:var(--clr-bg);width:100%}.services-heading{text-align:center;font-size:2.5rem;font-weight:600;color:var(--clr-bg-dark);margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:var(--clr-bg-alt);padding:2rem;text-align:center;transition:all .3s ease;border:2px solid transparent}.service-card:hover{transform:translateY(-8px);border-color:var(--clr-accent);box-shadow:0 8px 16px #6f85b733}.service-img{width:100%;height:200px;border-radius:12px;margin-bottom:1.5rem;object-fit:cover;object-position:center}.service-title{font-size:1.5rem;font-weight:600;color:var(--clr-bg-dark);margin-bottom:1rem}.service-description{color:var(--clr-text);line-height:1.6}.services-bottom-text{text-align:center;margin-top:3rem;font-size:large}#nailsimage{object-position:center 80%}.whats-new{padding:4rem 2rem;background:var(--clr-bg-alt);width:100%;overflow:hidden}.whats-new-heading{text-align:center;font-size:3rem;font-weight:600;color:var(--clr-bg-dark);margin-bottom:3rem}.whats-new-container{display:flex;flex-direction:row;gap:2rem;max-width:1400px;margin:0 auto}.new-item{display:flex;align-items:center;gap:2rem;background:var(--clr-bg);padding:2rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.new-item:hover{box-shadow:0 6px 12px #00000026}.new-item-img{width:220px;height:220px;border-radius:12px;object-fit:cover}.new-item-content{flex:1}.new-item-badge{display:inline-block;background:var(--clr-success);color:var(--clr-text-light);padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.new-item-link{display:inline-block;margin-top:1rem;font-weight:600;color:var(--clr-accent)}.new-item-title{font-size:1.8rem;font-weight:600;color:var(--clr-bg-dark);margin-bottom:.5rem}.new-item-description{color:var(--clr-text);line-height:1.6}.follow-us{text-align:center;padding:2rem 1rem;background:var(--clr-bg-alt);border-radius:12px}.follow-us h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--clr-bg-dark)}.follow-us p{font-size:.9rem;color:var(--clr-text);margin-bottom:1rem}.social-icons{display:flex;justify-content:center;gap:1rem}.social-icons a img{width:32px;height:32px;transition:transform .3s ease,filter .3s ease}.social-icons a:hover img{transform:scale(1.2);filter:brightness(1.2)}.reviews{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;background-color:var(--clr-bg);color:var(--clr-text-light);width:100%;border-top:4px solid var(--clr-bg-alt)}.reviews-heading{font-size:2.5rem;font-weight:600;color:var(--clr-bg-dark);margin-bottom:2rem}.reviews-container{display:flex;flex-direction:row;align-items:center;gap:1.5rem}.review-card{position:relative;display:flex;align-items:flex-start;gap:1rem;background-color:var(--clr-bg);color:var(--clr-bg-dark);padding:1rem;box-shadow:0 4px 6px #0000001a;max-width:500px;overflow:hidden;transition:all .5s ease}.review-card:hover{box-shadow:0 6px 10px #00000026;transform:translateY(-5px) scale(1.05);transition:all .5s ease}.review-rating{position:absolute;bottom:1.1rem;right:2rem;background:var(--clr-success);color:var(--clr-bg);padding:.25rem 1rem;transform:translate(30%,60%);transform-origin:bottom right;box-shadow:0 2px 4px #0003;border-top-left-radius:10px;letter-spacing:1px}.review-rating .star{width:14px;height:14px;fill:currentColor}.review-profile{width:64px;height:64px;border-radius:50%;object-fit:cover;filter:invert(17%) sepia(7%) saturate(778%) hue-rotate(152deg) brightness(92%) contrast(89%)}.review-content{display:flex;flex-direction:column;justify-content:center}.review-title{font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.review-text{font-style:italic;margin-bottom:.5rem}.review-author{font-size:.8rem;color:var(--clr-primary-dark)}.partner-logos{margin-top:3rem;text-align:center}#sslogo{width:150px;height:auto}.partner-text{font-size:1.2rem;color:var(--clr-text);margin-bottom:1.5rem}.partner-logo-row{display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap}.partner-logo-row img{height:45px;width:auto;opacity:.75;transition:opacity .25s ease,transform .25s ease}.partner-logo-row img:hover{opacity:1;transform:scale(1.05)}.visit{display:flex;justify-content:space-between;align-items:center;background:var(--gradient-accent-light);color:var(--clr-text-light);padding:.75rem 1.5rem;width:100%}.visit-left,.visit-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:1}.visit-heading{font-size:3rem;font-weight:600}.visit-address{font-size:1.2rem}.visit-map{width:100%;height:45svh;border-radius:15px}.visit-heading-row{display:flex;align-items:center;gap:.5rem}.visit-extra-location{width:40px;height:40px;filter:brightness(2)}@media(max-width:1440px){.hero{padding:2rem 3rem}.hero-title{font-size:4.5rem}.whats-new-container{max-width:1200px}.new-item-img{width:200px;height:200px}}@media(max-width:1024px){.hero{padding:2rem 2.5rem;min-height:80vh}.hero-title{font-size:4rem}.hero-description{font-size:1.2rem}.services{padding:3rem 1.5rem}.services-heading{font-size:2.25rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.whats-new{padding:3rem 1.5rem}.whats-new-heading{font-size:2.75rem}.new-item-img{width:180px;height:180px}.new-item-title{font-size:1.6rem}.visit-heading{font-size:2.75rem}.visit-address{font-size:1.1rem}}@media(max-width:1023px){.hero{padding:2rem;min-height:70vh}.hero-title{font-size:3.5rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-wrap:wrap}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.whats-new-container{flex-direction:column}.new-item{flex-direction:row}.reviews-container{flex-direction:column}.review-card{max-width:600px}.visit{flex-direction:column;gap:2rem;padding:2rem 1.5rem}.visit-heading{font-size:2.5rem}}@media(max-width:767px){.hero{padding:1.5rem;min-height:60vh}.hero-title{font-size:2.75rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-btn{padding:.875rem 1.75rem;font-size:.95rem}.services{padding:2.5rem 1.25rem}.services-heading{font-size:2rem;margin-bottom:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.service-img{height:180px}.service-title{font-size:1.35rem}.whats-new{padding:2.5rem 1.25rem}.whats-new-heading{font-size:2.25rem;margin-bottom:2rem}.new-item{padding:1.5rem;gap:1.5rem}.new-item-img{width:150px;height:150px}.new-item-title{font-size:1.5rem}.follow-us h3{font-size:1.35rem}.reviews{padding:2rem 1rem}.reviews-heading{font-size:2rem;margin-bottom:1.5rem}.review-card{padding:.875rem}.review-profile{width:56px;height:56px}.review-title{font-size:1.1rem}.review-text{font-size:.95rem}.partner-logos{margin-top:2rem}.partner-text{font-size:1.1rem}.partner-logo-row{gap:2rem}.partner-logo-row img{height:38px}.visit{padding:1.5rem 1.25rem}.visit-heading{font-size:2.25rem}.visit-address{font-size:1rem}.visit-extra-location{width:35px;height:35px}.visit-map{height:40svh}}@media(max-width:480px){.hero{padding:1.25rem;min-height:55vh}.hero-title{font-size:2.25rem}.hero-description{font-size:.95rem}.hero-buttons{flex-direction:column;width:100%}.hero-btn{width:100%;padding:.75rem 1.5rem}.services{padding:2rem 1rem}.services-heading{font-size:1.75rem}.service-card{padding:1.25rem}.service-img{height:160px}.service-title{font-size:1.25rem}.service-description{font-size:.95rem}.whats-new{padding:2rem 1rem}.whats-new-heading{font-size:2rem}.new-item{flex-direction:column;padding:1.25rem;text-align:center}.new-item-img{width:100%;height:200px}.new-item-title{font-size:1.35rem}.new-item-description{font-size:.95rem}.follow-us{padding:1.5rem 1rem}.follow-us h3{font-size:1.25rem}.follow-us p{font-size:.85rem}.social-icons a img{width:28px;height:28px}.reviews-heading{font-size:1.75rem}.review-profile{width:50px;height:50px}.review-title{font-size:1rem}.review-text{font-size:.9rem}.review-rating{right:1.5rem;bottom:1rem;padding:.2rem .75rem;font-size:.85rem}.partner-text{font-size:1rem}.partner-logo-row{gap:1.5rem}.partner-logo-row img{height:32px}.visit{padding:1.25rem 1rem}.visit-heading{font-size:2rem}.visit-address{font-size:.95rem}.visit-map{height:35svh;border-radius:10px}}@media(max-width:375px){.hero{padding:1rem;min-height:50vh}.hero-title{font-size:1.85rem}.hero-description{font-size:.875rem}.hero-btn{padding:.625rem 1.25rem;font-size:.875rem}.services{padding:1.75rem .875rem}.services-heading{font-size:1.5rem}.service-card{padding:1rem}.service-img{height:140px}.service-title{font-size:1.15rem}.service-description{font-size:.875rem}.whats-new{padding:1.75rem .875rem}.whats-new-heading{font-size:1.75rem}.new-item{padding:1rem}.new-item-img{height:180px}.new-item-badge{font-size:.75rem;padding:.2rem .625rem}.new-item-title{font-size:1.2rem}.new-item-description{font-size:.875rem}.follow-us{padding:1.25rem .875rem}.follow-us h3{font-size:1.15rem}.follow-us p{font-size:.8rem}.social-icons a img{width:24px;height:24px}.reviews{padding:1.5rem .75rem}.reviews-heading{font-size:1.5rem}.review-card{padding:.75rem}.review-profile{width:45px;height:45px}.review-title{font-size:.95rem}.review-text{font-size:.85rem}.review-author{font-size:.75rem}.review-rating{right:1rem;bottom:.75rem;padding:.15rem .625rem;font-size:.75rem}.review-rating .star{width:12px;height:12px}.partner-logos{margin-top:1.5rem}.partner-text{font-size:.95rem;margin-bottom:1rem}.partner-logo-row{gap:1rem}.partner-logo-row img{height:28px}.visit{padding:1rem .875rem}.visit-heading{font-size:1.75rem}.visit-address{font-size:.875rem}.visit-extra-location{width:30px;height:30px}.visit-map{height:30svh;border-radius:8px}}
