:root{--roman-umber: #4B2A1F;--travertine-cream: #EFE6D4;--antique-olive: #6E6A3B;--burnished-copper: #8C4A2F;--ash-charcoal: #2A2624;--transition: all .3s ease;--shadow: 0 8px 30px rgba(43, 38, 36, .1);--radius: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--ash-charcoal);background-color:var(--travertine-cream);overflow-x:hidden}.hero{min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--roman-umber) 0%,var(--ash-charcoal) 100%);overflow:hidden}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(239,230,212,.1) 2px,transparent 2px),radial-gradient(circle at 80% 20%,rgba(239,230,212,.1) 2px,transparent 2px);background-size:60px 60px;opacity:.3}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#efe6d426;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 1.5rem;border-radius:50px;border:1px solid rgba(239,230,212,.2);margin-bottom:3rem;color:var(--travertine-cream)}.hero-title{font-size:clamp(3rem,10vw,6rem);font-weight:300;letter-spacing:.05em;color:var(--travertine-cream);margin-bottom:1rem;text-transform:uppercase;font-family:Georgia,serif}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:#efe6d4e6;margin-bottom:3rem;font-weight:300}.hero-highlight{height:3px;background:linear-gradient(90deg,transparent,var(--burnished-copper),transparent);margin:2rem auto;max-width:200px}.hero-cta{background:linear-gradient(135deg,var(--burnished-copper) 0%,var(--roman-umber) 100%);color:#fff;border:none;padding:1.2rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:500;cursor:pointer;letter-spacing:.05em;transition:var(--transition);box-shadow:var(--shadow)}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #8c4a2f4d}.scroll-indicator{position:absolute;bottom:2rem;color:var(--travertine-cream);opacity:.8;cursor:pointer}.features{padding:8rem 2rem;background:var(--travertine-cream)}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:5rem}.features-title{font-size:clamp(2.5rem,5vw,3.5rem);color:var(--roman-umber);margin-bottom:1rem;font-weight:300}.features-subtitle{font-size:1.2rem;color:var(--antique-olive);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start}.carousel-wrapper{position:relative;height:500px;width:100%}.feature-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);height:100%;display:flex;flex-direction:column}.feature-image{height:250px;background-size:cover;background-position:center;position:relative;border-bottom:4px solid}.feature-icon{position:absolute;bottom:-24px;left:2rem;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #0003}.feature-content{padding:3rem 2rem 2rem;flex:1}.feature-content h3{font-size:1.8rem;color:var(--ash-charcoal);margin-bottom:1rem}.feature-content p{color:var(--ash-charcoal);opacity:.9;line-height:1.8}.features-miniatures{display:flex;flex-direction:column;gap:1rem;min-width:250px}.miniature-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:2px solid transparent}.miniature-item:hover{transform:translate(5px);box-shadow:var(--shadow)}.miniature-item.active{border-color:var(--burnished-copper);background:#efe6d44d}.miniature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:currentColor;color:#fff}.miniature-item span{font-weight:500;color:var(--ash-charcoal)}.testimonials{padding:8rem 2rem;background:linear-gradient(135deg,var(--ash-charcoal) 0%,var(--roman-umber) 100%);color:var(--travertine-cream)}.testimonials-container{max-width:800px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:5rem}.quote-icon{color:var(--burnished-copper);margin-bottom:1rem;opacity:.8}.testimonials-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;font-weight:300}.testimonials-subtitle{font-size:1.2rem;opacity:.9;max-width:500px;margin:0 auto}.testimonials-carousel{display:flex;align-items:center;gap:2rem;margin-bottom:3rem}.carousel-btn{background:#efe6d41a;border:2px solid rgba(239,230,212,.2);color:var(--travertine-cream);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);flex-shrink:0}.carousel-btn:hover{background:var(--burnished-copper);border-color:var(--burnished-copper)}.testimonial-card{background:#efe6d41a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);padding:3rem;flex:1;border:1px solid rgba(239,230,212,.2)}.testimonial-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid var(--burnished-copper)}.testimonial-info h3{font-size:1.3rem;margin-bottom:.5rem}.testimonial-rating{display:flex;gap:.2rem;color:var(--burnished-copper);margin-bottom:.5rem}.testimonial-date{font-size:.9rem;opacity:.8}.testimonial-text{font-size:1.1rem;line-height:1.8;font-style:italic}.testimonials-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;background:#efe6d44d;border:none;cursor:pointer;transition:var(--transition)}.dot.active{background:var(--burnished-copper);transform:scale(1.2)}.location-cta{padding:8rem 2rem;background:var(--travertine-cream)}.location-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem}.location-card,.cta-card{background:#fff;border-radius:var(--radius);padding:3rem;box-shadow:var(--shadow)}.location-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;color:var(--roman-umber)}.location-header h2{font-size:2rem;font-weight:300}.location-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.location-item{display:flex;gap:1rem;align-items:flex-start}.location-item strong{display:block;margin-bottom:.3rem;color:var(--ash-charcoal)}.location-item p{color:var(--ash-charcoal);opacity:.9}.hours-note{font-size:.9rem;color:var(--antique-olive)!important;font-style:italic}.map-btn{display:flex;align-items:center;gap:.5rem;background:var(--antique-olive);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;cursor:pointer;font-weight:500;transition:var(--transition);width:100%;justify-content:center}.map-btn:hover{background:var(--roman-umber)}.cta-content{height:100%;display:flex;flex-direction:column}.cta-content h2{font-size:2rem;color:var(--roman-umber);margin-bottom:1.5rem;font-weight:300}.cta-content p{color:var(--ash-charcoal);margin-bottom:3rem;line-height:1.8;flex:1}.cta-buttons{display:flex;flex-direction:column;gap:1rem}.cta-primary,.cta-secondary{padding:1rem 2rem;border-radius:50px;border:none;cursor:pointer;font-weight:500;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem}.cta-primary{background:linear-gradient(135deg,var(--burnished-copper) 0%,var(--roman-umber) 100%);color:#fff}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8c4a2f4d}.cta-secondary{background:transparent;color:var(--roman-umber);border:2px solid var(--roman-umber)}.cta-secondary:hover{background:var(--roman-umber);color:#fff}.footer{background:var(--ash-charcoal);color:var(--travertine-cream);padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-brand{text-align:center;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.5rem;font-weight:300;margin-bottom:1rem}.footer-description{max-width:400px;margin:0 auto;opacity:.9}.footer-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;text-align:center}.footer-info strong{display:block;margin-bottom:.5rem;color:var(--burnished-copper)}.footer-info p{opacity:.8}.footer-bottom{border-top:1px solid rgba(239,230,212,.2);padding-top:2rem;text-align:center}.copyright{opacity:.8;margin-bottom:.5rem}.made-with{display:flex;align-items:center;justify-content:center;gap:.3rem;opacity:.8;color:var(--burnished-copper)}@media(max-width:768px){.features-grid{grid-template-columns:1fr;gap:2rem}.features-miniatures{flex-direction:row;overflow-x:auto;padding-bottom:1rem;min-width:100%}.miniature-item{min-width:200px}.testimonials-carousel{flex-direction:column}.carousel-btn{order:3;margin-top:1rem}.location-container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:clamp(2.5rem,8vw,4rem)}.feature-card,.testimonial-card,.location-card,.cta-card{padding:2rem}.features,.testimonials,.location-cta{padding:4rem 1.5rem}}@media(max-width:480px){.hero,.hero-content{padding:1rem}.feature-content,.testimonial-header{flex-direction:column;text-align:center}.testimonial-avatar{margin:0 auto}}
