:root{--espresso-brown: #3A2A24;--cream-linen: #F5F1E8;--antique-brass: #B08D57;--charcoal-ink: #1F1F1F;--soft-stone: #C9C6C0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--cream-linen);color:var(--charcoal-ink);overflow-x:hidden}.danesi-app{position:relative}.background-overlay{position:fixed;inset:0;background:radial-gradient(circle at 20% 80%,rgba(176,141,87,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(58,42,36,.05) 0%,transparent 50%);pointer-events:none;z-index:-1}.hero-section{min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,var(--espresso-brown) 0%,#2a1e19 100%)}.gradient-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at top,rgba(176,141,87,.2) 0%,transparent 60%),radial-gradient(ellipse at bottom,rgba(245,241,232,.1) 0%,transparent 60%)}.coffee-beans-pattern{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23b08d57' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.3}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem}.logo-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.logo-icon{color:var(--antique-brass)}.hero-logo{font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,5rem);color:var(--cream-linen);font-weight:400;letter-spacing:2px}.hero-tagline{font-size:clamp(1.5rem,4vw,2.2rem);color:var(--antique-brass);font-weight:300;margin-bottom:1rem;font-style:italic}.hero-description{font-size:1.1rem;color:var(--soft-stone);line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-button{background:linear-gradient(135deg,var(--antique-brass) 0%,#9c7a4a 100%);color:#fff;border:none;padding:1.2rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #b08d574d}.hero-button:hover{box-shadow:0 15px 40px #b08d5766}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);color:var(--antique-brass);cursor:pointer;z-index:2}.features-section{padding:8rem 2rem;background-color:var(--cream-linen)}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:5rem}.features-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);color:var(--espresso-brown);margin-bottom:1rem;font-weight:400}.features-subtitle{font-size:1.2rem;color:var(--charcoal-ink);opacity:.8;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{background:#fff;border-radius:20px;padding:2rem;cursor:pointer;transition:all .3s ease;border:1px solid var(--soft-stone);position:relative;overflow:hidden}.feature-card:hover{border-color:var(--antique-brass);transform:translateY(-5px)}.feature-card.active{border-color:var(--antique-brass);box-shadow:0 20px 40px #3a2a241a}.feature-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,var(--cream-linen) 0%,#e8e4d8 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--antique-brass)}.feature-title{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--espresso-brown);margin-bottom:1rem;font-weight:500}.feature-description{color:var(--charcoal-ink);opacity:.8;line-height:1.6;margin-bottom:1.5rem}.feature-image-wrapper{height:200px;border-radius:12px;overflow:hidden;position:relative}.feature-image{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .6s ease}.feature-indicator{display:flex;justify-content:center;gap:.5rem}.indicator-dot{width:8px;height:8px;border-radius:50%;background:var(--soft-stone);border:none;cursor:pointer;padding:0;transition:all .3s ease}.indicator-dot.active{background:var(--antique-brass);width:24px;border-radius:4px}.testimonials-section{padding:8rem 2rem;background:linear-gradient(135deg,var(--espresso-brown) 0%,#2a1e19 100%)}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:5rem;color:var(--cream-linen)}.quote-icon{color:var(--antique-brass);margin-bottom:1.5rem;opacity:.8}.testimonials-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem;font-weight:400}.testimonials-subtitle{font-size:1.2rem;opacity:.8;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial-card{background:#f5f1e80d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;border:1px solid rgba(201,198,192,.2);transition:all .3s ease}.testimonial-card:hover{border-color:var(--antique-brass);transform:translateY(-5px)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:50px;height:50px;background:var(--antique-brass);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.testimonial-info{flex:1}.testimonial-name{color:var(--cream-linen);font-weight:500;margin-bottom:.25rem}.testimonial-role{color:var(--soft-stone);font-size:.9rem;opacity:.8}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem;color:var(--antique-brass)}.testimonial-text{color:var(--cream-linen);line-height:1.6;font-style:italic;position:relative}.testimonial-text:before{content:'"';font-size:3rem;color:var(--antique-brass);position:absolute;top:-1rem;left:-.5rem;opacity:.3;font-family:Georgia,serif}.testimonial-decoration{height:2px;background:linear-gradient(90deg,var(--antique-brass),transparent);margin-top:1.5rem;opacity:.5}.location-section{padding:8rem 2rem;background-color:var(--cream-linen)}.location-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.location-content{padding-right:2rem}.location-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);color:var(--espresso-brown);margin-bottom:1.5rem;font-weight:400}.location-description{font-size:1.1rem;color:var(--charcoal-ink);line-height:1.6;margin-bottom:3rem;opacity:.9}.location-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid var(--soft-stone);transition:all .3s ease}.detail-item:hover{border-color:var(--antique-brass);box-shadow:0 10px 30px #3a2a241a}.detail-icon{color:var(--antique-brass);flex-shrink:0;margin-top:.25rem}.detail-title{color:var(--espresso-brown);font-weight:500;margin-bottom:.5rem}.detail-text{color:var(--charcoal-ink);line-height:1.5;opacity:.9}.location-buttons{display:flex;gap:1rem;flex-wrap:wrap}.location-button{padding:1rem 2rem;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.location-button.primary{background:linear-gradient(135deg,var(--antique-brass) 0%,#9c7a4a 100%);color:#fff;box-shadow:0 10px 30px #b08d574d}.location-button.primary:hover{box-shadow:0 15px 40px #b08d5766}.location-button.secondary{background:transparent;color:var(--espresso-brown);border:2px solid var(--espresso-brown)}.location-button.secondary:hover{background:#3a2a240d}.location-map{height:400px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 60px #3a2a2433}.map-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--soft-stone) 0%,#b5b2ac 100%);position:relative;display:flex;align-items:center;justify-content:center}.map-pin{position:absolute;z-index:2;color:var(--espresso-brown);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.map-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(58,42,36,.3) 0%,transparent 100%)}.footer-section{background:linear-gradient(135deg,var(--espresso-brown) 0%,#2a1e19 100%);color:var(--cream-linen);padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(201,198,192,.2)}.footer-logo{display:flex;align-items:center;justify-content:center;gap:1rem;font-family:Playfair Display,serif;font-size:2rem;margin-bottom:1rem;color:var(--cream-linen)}.footer-tagline{font-size:1.1rem;opacity:.8;font-style:italic}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-column{text-align:center}.footer-title{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:1.5rem;font-weight:400;color:var(--antique-brass)}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem;color:var(--soft-stone);cursor:pointer;transition:color .3s ease}.footer-links li:hover{color:var(--antique-brass)}.social-links{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.social-link{width:40px;height:40px;background:#b08d571a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--antique-brass);text-decoration:none;transition:all .3s ease}.social-link:hover{background:var(--antique-brass);color:var(--cream-linen)}.footer-email{color:var(--soft-stone);font-size:.9rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(201,198,192,.2)}.copyright{color:var(--soft-stone);font-size:.9rem;margin-bottom:.5rem}.footer-address{color:var(--soft-stone);font-size:.9rem;opacity:.7}@media(max-width:768px){.location-container{grid-template-columns:1fr;gap:3rem}.location-content{padding-right:0}.features-section,.testimonials-section,.location-section{padding:4rem 1.5rem}.hero-section{padding:1.5rem}.hero-description{font-size:1rem}.hero-button{padding:1rem 2rem;font-size:1rem}.features-grid,.testimonials-grid{gap:1.5rem}.location-buttons{flex-direction:column}.location-button{width:100%;text-align:center}}@media(max-width:480px){.feature-card,.testimonial-card{padding:1.5rem}.footer-content{grid-template-columns:1fr;text-align:center}.detail-item{padding:1rem}}
