@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap";:root{--primary-color: #845646;--secondary-color: #DC7740;--text-color: #777;--light-text: #fff;--bg-color: #fff;--dark-bg: #1a1a1a;--gray-bg: #f5f5f5;--font-main: "Poppins", sans-serif;--font-header: "Inknut Antiqua", serif;--font-heading: "Playfair Display", serif;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--secondary-color);line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4{font-family:var(--font-heading);margin-bottom:1rem;line-height:1.3}h1{font-size:3.5rem}h2{font-size:2rem;text-align:center;margin-bottom:1.5rem;color:var(--primary-color)}h3{font-size:1.2rem}h4{font-size:.7rem}p{margin-bottom:1rem;font-size:.9rem}a{text-decoration:none;color:inherit;transition:var(--transition)}button{cursor:pointer;font-family:var(--font-main);transition:var(--transition)}section{padding:5rem 0}.section-subtitle{text-align:center;margin-bottom:3rem;font-size:1.1rem;color:#777}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:var(--transition);font-family:var(--font-header)}.header .container{display:flex;justify-content:space-between;align-items:center}.header .logo{height:80px;position:relative}.header .logo img{position:relative;height:100%;width:200px;object-fit:cover;object-position:center bottom}.header .logo svg{font-size:1.5rem}.header .burger-menu{display:none}.header .burger-menu svg{width:24px;height:24px}.header .nav{display:flex;gap:2rem}.header .nav a{color:var(--light-text);font-weight:500;position:relative}.header .nav a:hover{color:var(--secondary-color)}.header .nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--secondary-color);transition:var(--transition)}.header .nav a:hover:after{width:100%}.header.scrolled{background-color:var(--bg-color);box-shadow:var(--shadow);padding:.8rem 0}.header.scrolled .logo,.header.scrolled .nav a{color:var(--text-color)}@media (max-width: 768px){.header .burger-menu{display:block}.header .nav{flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:var(--primary-color);width:100%;align-items:center;padding:1em;gap:1rem;transition:var(--transition);opacity:0;transform:translateY(-20px);pointer-events:none;visibility:hidden}.header .nav.open{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible}}.hero{height:100vh;background-image:url(/images/stacked.jpg);background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--light-text);background-repeat:no-repeat}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.hero .hero-overlay{max-width:1000px;padding:0 20px;z-index:1;position:relative}.hero .hero-overlay h1{width:100%;font-size:4rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero .hero-overlay p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero .hero-overlay .hero-btn{display:inline-block;background-color:var(--secondary-color);color:var(--light-text);padding:.8rem 2rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:1px;transition:var(--transition)}.hero .hero-overlay .hero-btn:hover{background-color:var(--secondary-color);filter:brightness(80%);transform:translateY(-3px)}@media (max-width: 768px){.hero .hero-overlay h1{font-size:2.5rem}.hero .hero-overlay p{font-size:1rem}}.services{background-color:var(--light-text);display:flex;flex-direction:column;align-items:center}.services h2{color:var(--primary-color)}.services p{width:60%;margin:auto}.services .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem auto}.services .service-card{background-color:var(--gray-bg);border-radius:8px;padding:2rem 0;text-align:center;box-shadow:var(--shadow);transition:var(--transition)}.services .service-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0000001a}.services .service-card .service-icon{width:60px;height:60px;background-color:#c17a501a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--secondary-color);font-size:1.8rem}.services .service-card .service-icon svg{width:28px;height:28px}.services .service-card h3{margin-bottom:1rem;color:var(--primary-color)}.services .service-card h4{color:var(--secondary-color)}.services .service-card p{color:var(--text-color);font-size:.9rem;width:80%}.services .services-btn{border:none;padding:.8rem 2rem;border-radius:4px;background-color:var(--secondary-color);align-self:center;display:flex;margin:auto}.services .services-btn a{display:flex;gap:.5rem;align-items:center;color:var(--light-text);font-weight:500;text-transform:uppercase;letter-spacing:1px}.services .services-btn a svg{font-size:1.2rem}.services .services-btn:hover{background-color:var(--secondary-color);filter:brightness(90%)}@media (max-width: 992px){.services p{width:80%}.services .services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.services .services-grid{grid-template-columns:1fr}}.about{background-color:var(--gray-bg)}.about .about-content{display:flex;align-items:center;gap:4rem}.about .about-image{flex:1;position:relative}.about .about-image img{width:100%;height:500px;border-radius:8px;box-shadow:var(--shadow)}.about .about-image .timeline{width:150px;height:auto;position:absolute;bottom:-2%;right:-5%;background-color:var(--secondary-color);padding:2rem;color:var(--light-text);text-align:center;font-size:.8rem;border-radius:8px}.about .about-image .timeline span{font-weight:700;font-size:1rem}.about .about-text{flex:1}.about .about-text h2{text-align:left;margin-bottom:1.5rem}.about .about-text p{margin-bottom:1.5rem;color:#555}.about .about-text .about-features{display:grid;grid-template-columns:repeat(2,1fr);width:100%;gap:2rem}.about .about-text .about-features .feature{text-align:left;background-color:var(--light-text);padding:.5rem 1rem;border-radius:8px;box-shadow:var(--shadow)}.about .about-text .about-features .feature .feature-number{display:block;font-size:1rem;font-weight:700;color:var(--secondary-color);margin-bottom:.5rem}.about .about-text .about-features .feature .feature-text{font-size:.9rem;color:var(--text-color)}@media (max-width: 992px){.about .about-content{flex-direction:column;gap:2rem}.about .about-image,.about .about-text{width:100%}}.gallery{background-color:var(--gray-bg)}.gallery .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gallery .gallery-item{position:relative;overflow:hidden;border-radius:8px;height:280px;box-shadow:var(--shadow)}.gallery .gallery-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--dark-bg);opacity:0;transition:var(--transition);z-index:1}.gallery .gallery-item .overlay{position:absolute;bottom:0;transform:translateY(100%);display:flex;flex-direction:column;color:var(--light-text);align-items:flex-start;transition:var(--transition);z-index:200;padding:0 1rem}.gallery .gallery-item .overlay h3{margin-bottom:unset;color:var(--light-text)}.gallery .gallery-item .overlay p{font-size:.8rem}.gallery .gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center;transition:var(--transition)}.gallery .gallery-item:hover img{transform:scale(1.05)}.gallery .gallery-item:hover:after{opacity:.5}.gallery .gallery-item:hover .overlay{transform:translateY(0)}@media (max-width: 992px){.gallery .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.gallery .gallery-grid{grid-template-columns:1fr}}.testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonials .testimonial-card{display:flex;flex-direction:column;gap:1rem;background-color:var(--bg-color);border-radius:8px;padding:2rem;box-shadow:var(--shadow);text-align:center;transition:var(--transition)}.testimonials .testimonial-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0000001a}.testimonials .testimonial-card .testimonial-info{display:flex;width:60%;align-items:center}.testimonials .testimonial-card .testimonial-info .testimonial-image{width:50px;height:50px;border-radius:50%;overflow:hidden;margin:0 auto;border:3px solid var(--primary-color);object-fit:cover}.testimonials .testimonial-card .testimonial-info .testimonial-p{display:flex;flex-direction:column;align-items:flex-start}.testimonials .testimonial-card .testimonial-info .testimonial-p p{color:var(--text-color);font-size:.7rem;margin-bottom:unset}.testimonials .testimonial-card .testimonial-info .testimonial-p p:first-child{font-size:.8rem;font-weight:600;color:var(--primary-color)}.testimonials .testimonial-card .testimonial-text{color:var(--text-color);font-size:.9rem;line-height:1.7;text-align:left}@media (max-width: 992px){.testimonials .testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.testimonials .testimonials-grid{grid-template-columns:1fr}}.cta-banner{background-image:url(https://images.unsplash.com/photo-1592479458329-7477e26866ee?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;background-attachment:fixed;position:relative;color:var(--light-text);text-align:center;padding:6rem 0}.cta-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.cta-banner .container{position:relative;z-index:1}.cta-banner .cta-content{max-width:700px;margin:0 auto}.cta-banner .cta-content h2{font-size:2.8rem;margin-bottom:1.5rem;color:var(--secondary-color)}.cta-banner .cta-content p{font-size:1.2rem;margin-bottom:2rem}.cta-banner .cta-content .cta-btn{display:inline-block;background-color:var(--secondary-color);color:var(--light-text);padding:1rem 2.5rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:1px;transition:var(--transition)}.cta-banner .cta-content .cta-btn:hover{background-color:var(--secondary-color);filter:brightness(90%);transform:translateY(-3px)}@media (max-width: 768px){.cta-banner .cta-content h2{font-size:2rem}.cta-banner .cta-content p{font-size:1rem}}.contact .section-subtitle{font-size:1rem;width:60%;margin:auto}.contact .contact-content{display:flex;gap:2rem;margin-top:3rem}.contact form{flex:1;background-color:var(--gray-bg);padding:2rem;border-radius:8px}.contact form label{color:var(--text-color);font-size:.8rem}.contact form input,.contact form textarea{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-family:var(--font-main);font-size:1rem;transition:var(--transition);margin-bottom:1em}.contact form .name-email{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.contact form textarea{min-height:150px;resize:vertical}.contact form .submit-btn{display:flex;justify-content:center;gap:1rem;align-items:center;background-color:var(--secondary-color);color:var(--light-text);border:none;padding:1rem 2rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:1px;width:100%}.contact form .submit-btn svg{font-size:1rem}.contact form .submit-btn:hover{background-color:var(--secondary-color);filter:brightness(90%)}.contact .contact-info{flex:1;background-color:var(--primary-color);color:var(--light-text);padding:2rem;border-radius:8px}.contact .contact-info h3{margin-bottom:2rem;font-size:1.5rem}.contact .contact-info p{margin-bottom:2rem}.contact .contact-info .info-item{margin-bottom:1rem;display:flex;align-items:flex-start;gap:1rem}.contact .contact-info .info-item .info-icon{font-size:1.5rem;color:var(--light-text);margin-top:.25rem;background-color:var(--text-color);filter:brightness(100%);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center}.contact .contact-info .info-item .info-label{font-weight:600;display:block}.contact .contact-info .info-item .info-text{font-size:.9rem}.contact .contact-info .info-item .info-text a{color:var(--light-text)}.contact .contact-info .info-item .info-text a:hover{color:var(--secondary-color)}.contact .contact-info .hours h4{font-size:unset}.contact .contact-info .hours p{margin-bottom:unset}@media (max-width: 992px){.contact .section-subtitle{width:80%}.contact .contact-content{flex-direction:column;gap:2rem}}.footer{background-color:var(--primary-color);color:var(--light-text);padding:4rem 0 2rem}.footer .footer-content{display:flex;gap:2rem;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:3rem}.footer .footer-content .footer-info{flex:1}.footer .footer-content .footer-info img{width:200px;margin-bottom:2rem}.footer .footer-content .footer-info .footer-social{display:flex;justify-content:flex-start;gap:1rem;width:50%;margin-top:2rem}.footer .footer-content .footer-info .footer-social svg{font-size:1.2rem;cursor:pointer;transition:var(--transition)}.footer .footer-content .footer-info .footer-social svg:hover{transform:translateY(-5px);color:var(--secondary-color)}.footer .footer-content .footer-links{flex:1}.footer .footer-content .footer-links h3{text-align:center}.footer .footer-content .footer-links .links{display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer .footer-content .footer-links a:hover{color:var(--secondary-color)}.footer .footer-content .footer-contact{flex:1}.footer .footer-content .footer-contact h3{margin-bottom:2em}.footer .footer-content .footer-contact .conts{display:flex;flex-direction:column;gap:.9em}.footer .footer-content .footer-contact .conts .cont-info{display:flex;gap:1rem;justify-content:flex-start;text-align:left}.footer .footer-content .footer-contact .conts .cont-info span:first-child svg{width:24px;height:24px}.footer .footer-content .footer-contact .conts .cont-info a:hover{color:var(--secondary-color)}.footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-bottom p{color:var(--light-text);font-size:.9rem;margin:0}@media (max-width: 768px){.footer .footer-content{flex-direction:column;gap:2rem;text-align:center}.footer .footer-info{display:flex;flex-direction:column;align-items:center}.footer .footer-info .footer-social{justify-content:center!important}}
