@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Montserrat:wght@400;500;600&display=swap";:root{--primary-dark: #A54A2F;--primary-medium: #C16B4F;--secondary-light: #E69879;--secondary-lighter: #F4D4C8;--primary-light: #F9F7F5;--accent-beige: #ffffff;--primary-grey: #3C3C3C;--text-grey: #5A5A5A;--primary-black: #1A1A1A;--primary-white: #FFF;--cream: #FBF8F3;--warm-grey: #8B7E74}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background-color:var(--primary-light)}.loading-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:9999;background:linear-gradient(135deg,var(--primary-dark) 0%,#8B3A20 50%,var(--primary-grey) 100%);opacity:1;transition:opacity .5s ease-out}.loading-container.fade-out{opacity:0;pointer-events:none}.loading-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,#0000,#0000004d)}.loading-content{position:relative;z-index:2;text-align:center;width:90%;max-width:500px;animation:fadeInScale .8s ease-out}.loading-logo{margin-bottom:3rem}.logo-image-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:3px solid var(--secondary-lighter);box-shadow:0 8px 30px #0000004d;animation:pulse 2s ease-in-out infinite}.logo-image-wrapper img{width:100%;height:100%;object-fit:cover}.loading-brand{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;letter-spacing:2px;margin:0;display:flex;flex-direction:column;align-items:center;gap:.3rem}.brand-poshio{color:var(--primary-white);text-shadow:2px 2px 8px rgba(0,0,0,.4)}.brand-interiors{color:var(--secondary-lighter);font-size:2rem;font-weight:400;letter-spacing:4px;text-shadow:1px 1px 5px rgba(0,0,0,.3)}.loading-tagline{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;color:var(--accent-beige);letter-spacing:2px;margin-bottom:3rem;opacity:.95;text-transform:uppercase}.loading-bar-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:.8rem}.loading-bar{width:100%;height:3px;background:#fff3;border-radius:50px;overflow:hidden;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-bar:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.loading-progress{height:100%;background:linear-gradient(90deg,var(--secondary-light) 0%,var(--secondary-lighter) 50%,var(--secondary-light) 100%);background-size:200% 100%;border-radius:50px;transition:width .2s ease-out;box-shadow:0 0 10px var(--secondary-light);animation:gradientShift 2s ease infinite}.loading-percentage{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;color:var(--secondary-lighter);letter-spacing:1px}.loading-decoration{position:absolute;border-radius:50%;opacity:.1;z-index:1}.decoration-1{width:300px;height:300px;background:radial-gradient(circle,var(--secondary-light),transparent);top:-100px;right:-100px;animation:float 6s ease-in-out infinite}.decoration-2{width:400px;height:400px;background:radial-gradient(circle,var(--secondary-lighter),transparent);bottom:-150px;left:-150px;animation:float 8s ease-in-out infinite reverse}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 8px 30px #0000004d}50%{transform:scale(1.05);box-shadow:0 10px 40px #e6987966}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}@media (max-width: 768px){.loading-content{width:85%}.logo-image-wrapper{width:100px;height:100px}.loading-brand{font-size:2.5rem}.brand-interiors{font-size:1.7rem;letter-spacing:3px}.loading-tagline{font-size:.9rem;letter-spacing:1.5px;margin-bottom:2.5rem}.decoration-1{width:250px;height:250px}.decoration-2{width:300px;height:300px}}@media (max-width: 480px){.loading-content{width:90%;max-width:350px}.logo-image-wrapper{width:80px;height:80px;margin-bottom:1.2rem}.loading-brand{font-size:2rem}.brand-interiors{font-size:1.4rem;letter-spacing:2px}.loading-tagline{font-size:.8rem;letter-spacing:1px;margin-bottom:2rem}.loading-bar{height:2px}.loading-percentage{font-size:.85rem}.decoration-1{width:200px;height:200px;top:-50px;right:-50px}.decoration-2{width:250px;height:250px;bottom:-100px;left:-100px}}@media (max-width: 360px){.logo-image-wrapper{width:70px;height:70px}.loading-brand{font-size:1.8rem}.brand-interiors{font-size:1.2rem}.loading-tagline{font-size:.75rem}}@media (prefers-reduced-motion: reduce){.loading-container,.loading-content,.logo-image-wrapper,.loading-progress,.decoration-1,.decoration-2{animation:none}.loading-container.fade-out{transition:none}}.home-container{width:100%;overflow-x:hidden;background:var(--primary-light);font-family:Montserrat,sans-serif}.hero-section{position:relative;height:100vh;min-height:650px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-slider{position:absolute;inset:0;width:100%;height:100%}.hero-slide{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.8s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000040,#0000008c);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:var(--primary-white);padding:0 1rem;max-width:900px;animation:fadeInUp 1s ease-out}.hero-title{font-family:Playfair Display,serif;font-size:4rem;font-weight:700;line-height:1.2;color:var(--primary-white);margin-bottom:1.2rem;text-shadow:0 3px 8px rgba(0,0,0,.3)}.hero-highlight{color:#c36150}.hero-subtitle{font-family:Montserrat,sans-serif;font-size:1.1rem;color:var(--accent-beige);max-width:700px;margin:0 auto 2.5rem;line-height:1.6;font-weight:400}.hero-buttons{display:flex;justify-content:center;gap:1.5rem}.btn-primary,.btn-secondary{padding:.9rem 2rem;font-size:1rem;font-weight:600;border-radius:40px;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;gap:.6rem}.btn-primary{background:var(--primary-dark);color:var(--primary-white);box-shadow:0 5px 20px #a54a2f4d}.btn-primary:hover{background:var(--primary-medium);transform:translateY(-3px)}.btn-secondary{background:transparent;color:var(--primary-white);border:2px solid var(--primary-white)}.btn-secondary:hover{background:var(--primary-white);color:var(--primary-dark)}.slider-indicators{position:absolute;bottom:35px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#fff6;cursor:pointer;transition:all .3s ease}.indicator.active{background:var(--secondary-light);transform:scale(1.3)}.offers-section{padding:6rem 8%;background:var(--primary-light);text-align:center}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--primary-dark);margin-bottom:1rem;position:relative;display:inline-block}.section-subtitle{font-size:1.1rem;color:var(--text-grey);max-width:700px;margin:1.5rem auto 0;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto}.service-card{background:var(--primary-white);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:all .4s ease;cursor:pointer}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #a54a2f26}.service-image{position:relative;height:280px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0009);display:flex;align-items:flex-end;justify-content:center;padding:2rem;opacity:0;transition:opacity .4s ease}.service-card:hover .service-overlay{opacity:1}.service-btn{padding:.8rem 2rem;background:var(--primary-white);color:var(--primary-dark);border:none;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;transform:translateY(20px);transition:transform .4s ease}.service-card:hover .service-btn{transform:translateY(0)}.service-content{padding:1.8rem}.service-content h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--primary-dark);margin-bottom:.8rem;font-weight:600}.service-content p{font-size:.95rem;color:var(--text-grey);line-height:1.6}.highlights-section{padding:5rem 8%;background:var(--cream);text-align:center}.highlights-container{max-width:1200px;margin:0 auto}.highlights-section .section-title{color:var(--primary-dark)}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.highlight-item{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 1rem;background:var(--primary-white);border-radius:12px;box-shadow:0 4px 10px #00000014;transition:all .3s ease;font-size:1.05rem;font-weight:500;color:var(--primary-dark)}.highlight-item:hover{transform:translateY(-5px)}.highlight-icon{color:var(--secondary-light);font-size:1.4rem}.cta-section{padding:6rem 8%;background:var(--primary-light);text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-family:Cormorant Garamond,serif;font-size:3rem;color:var(--primary-dark);margin-bottom:1rem;font-weight:700}.cta-content p{font-size:1.2rem;color:var(--text-grey);margin-bottom:2.5rem}@media (max-width: 1024px){.hero-title{font-size:3.2rem}.section-title{font-size:2.5rem}}@media (max-width: 768px){.hero-section{height:85vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{width:100%;justify-content:center}.offers-section,.highlights-section,.cta-section{padding:4rem 6%}.services-grid,.highlights-grid{grid-template-columns:1fr}.cta-content h2{font-size:2.5rem}}@media (max-width: 480px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:.95rem}.btn-primary,.btn-secondary{font-size:.9rem}.cta-content h2,.section-title{font-size:2rem}}.navbar-gradient{width:100%;height:3px;background:linear-gradient(90deg,var(--primary-dark) 0%,var(--primary-medium) 50%,var(--secondary-light) 100%);position:fixed;top:0;left:0;z-index:1100}.navbar{width:100%;position:fixed;top:3px;left:0;z-index:1000;background:transparent;transition:all .4s ease;box-shadow:none}.navbar.scrolled{background:#c4c0c0d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #a54a2f1f;transition:background .4s ease,box-shadow .4s ease}.navbar-container{max-width:1400px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;transition:padding .3s ease}.navbar.scrolled .navbar-container{padding:.9rem 2rem}.navbar-logo{display:flex;flex-direction:column;line-height:1;cursor:pointer;transition:transform .3s ease}.navbar-logo:hover{transform:translateY(-2px)}.logo-poshio{font-family:Cormorant Garamond,serif;color:var(--primary-dark);font-size:2.2rem;font-weight:900;letter-spacing:-1px;-webkit-text-stroke:.5px var(--primary-dark);transition:color .3s ease}.logo-interiors{font-family:Montserrat,sans-serif;color:var(--primary-dark);font-weight:400;font-size:1rem;letter-spacing:1px;text-transform:uppercase;margin-top:2px;margin-left:1px}.navbar-links{list-style:none;display:flex;gap:2.5rem;align-items:center;transition:color .3s ease}.navbar-links li a{text-decoration:none;color:#d0d0cc;font-size:.95rem;font-weight:900;letter-spacing:.3px;position:relative;transition:color .3s ease;font-family:Montserrat,sans-serif}.navbar-links li a:hover{color:var(--primary-dark)}.navbar.scrolled .navbar-links li a{color:var(--text-grey)}.navbar-links li a:before{content:"";position:absolute;width:0%;height:2px;left:50%;bottom:-6px;background:linear-gradient(90deg,var(--primary-dark),var(--secondary-light));transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-50%)}.navbar-links li a:hover:before{width:100%}.contact-btn{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-medium) 100%);color:var(--primary-white)!important;padding:.7rem 1.8rem;border-radius:30px;font-weight:600;font-size:.9rem;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #a54a2f33;position:relative;overflow:hidden}.contact-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--secondary-light) 0%,var(--secondary-lighter) 100%);transition:left .4s cubic-bezier(.4,0,.2,1);z-index:-1}.contact-btn:hover:before{left:0}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #a54a2f4d;color:var(--primary-black)!important}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;padding:8px;transition:transform .3s ease}.hamburger:hover{transform:scale(1.05)}.hamburger span{width:26px;height:2.5px;background:var(--primary-dark);border-radius:3px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0;transform:translate(20px)}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 968px){.navbar-links{position:fixed;top:73px;left:0;width:100%;height:calc(100vh - 73px);background:linear-gradient(180deg,var(--primary-white) 0%,var(--cream) 100%);flex-direction:column;gap:0;padding:3rem 2rem;text-align:center;opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000001a}.navbar-links.active{opacity:1;visibility:visible;transform:translateY(0)}.navbar-links li{width:100%;padding:1rem 0;border-bottom:1px solid rgba(165,74,47,.1);animation:fadeInUp .5s ease forwards;opacity:0}.navbar-links.active li:nth-child(1){animation-delay:.1s}.navbar-links.active li:nth-child(2){animation-delay:.15s}.navbar-links.active li:nth-child(3){animation-delay:.2s}.navbar-links.active li:nth-child(4){animation-delay:.25s}.navbar-links.active li:nth-child(5){animation-delay:.3s}.navbar-links.active li:nth-child(6){animation-delay:.35s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.navbar-links li a{font-size:1.1rem;display:block;padding:.5rem}.contact-btn{margin-top:1rem;display:inline-block}.hamburger{display:flex}.navbar-container{padding:1rem 1.5rem}.logo-poshio{font-size:1.7rem}.logo-interiors{font-size:.7rem}}@media (max-width: 480px){.navbar-container{padding:.9rem 1rem}.logo-poshio{font-size:1.5rem}.logo-interiors{font-size:.65rem}.navbar-links{padding:2rem 1rem}}.footer-container{background:linear-gradient(135deg,var(--primary-dark) 0%,#8B3A20 100%);color:var(--primary-white);padding:4rem 5% 1.5rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.footer-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--secondary-light),var(--secondary-lighter),var(--secondary-light))}.footer-content{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;margin-bottom:2.5rem;max-width:1400px;margin-left:auto;margin-right:auto;width:100%}.footer-section{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-section h3,.footer-section h2{color:var(--secondary-lighter);margin-bottom:1.2rem;font-family:Cormorant Garamond,serif;font-weight:600;position:relative;padding-bottom:.5rem}.footer-section h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--secondary-light);transition:width .3s ease}.footer-section:hover h3:after{width:60px}.footer-logo{font-size:1.8rem;color:var(--primary-white);letter-spacing:1.5px;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.footer-description{font-size:.95rem;color:var(--accent-beige);line-height:1.7;margin-top:.5rem;opacity:.95;text-align:justify}.social-section{margin-top:1.5rem}.social-section h3{font-size:1rem;margin-bottom:.8rem}.social-icons{display:flex;gap:1rem;margin-top:.8rem}.social-icons a{color:var(--secondary-lighter);font-size:1.5rem;background:#ffffff1a;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15)}.social-icons a:hover{color:var(--primary-white);background:var(--secondary-light);transform:translateY(-3px);box-shadow:0 5px 15px #e6987966}.footer-section ul{list-style:none;padding:0}.footer-section.quick-links ul li{margin:.6rem 0;font-size:.95rem;color:var(--accent-beige);position:relative;padding-left:0;transition:padding-left .3s ease}.footer-section.quick-links ul li:before{content:"→";position:absolute;left:0;opacity:0;transition:opacity .3s ease,left .3s ease;color:var(--secondary-light)}.footer-section.quick-links ul li:hover{padding-left:20px}.footer-section.quick-links ul li:hover:before{opacity:1;left:0}.footer-section ul li a{text-decoration:none;color:var(--accent-beige);transition:color .3s ease;display:inline-block}.footer-section ul li a:hover{color:var(--secondary-lighter)}.footer-section.contact ul li{margin:.8rem 0;font-size:.93rem;color:var(--accent-beige);display:flex;align-items:flex-start;gap:.7rem;line-height:1.5}.footer-icon{color:var(--secondary-light);font-size:1.1rem;margin-top:2px;flex-shrink:0}.footer-section.contact ul li span{flex:1}.footer-bottom{text-align:center;font-size:.9rem;border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;margin-top:1rem;color:var(--secondary-lighter);max-width:1400px;margin-left:auto;margin-right:auto;width:100%}.footer-bottom p{margin:.3rem 0}.footer-tagline{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.85rem;opacity:.8;margin-top:.5rem}@media (max-width: 1024px){.footer-content{grid-template-columns:1.5fr 1fr 1.2fr;gap:2.5rem}.footer-container{padding:3.5rem 4% 1.5rem}}@media (max-width: 768px){.footer-container{padding:3rem 5% 1.5rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-section{text-align:left}.footer-logo{font-size:1.6rem}.footer-description{text-align:left}.social-icons{justify-content:flex-start}}@media (max-width: 480px){.footer-container{padding:2.5rem 6% 1.2rem}.footer-content{gap:2rem}.footer-logo{font-size:1.5rem;text-align:center}.footer-description{font-size:.9rem;text-align:center}.footer-section{text-align:center}.footer-section h3:after{left:50%;transform:translate(-50%)}.social-section{text-align:center}.social-icons{justify-content:center}.social-icons a{width:42px;height:42px;font-size:1.3rem}.footer-section.contact ul li{justify-content:center;font-size:.88rem}.footer-section.quick-links ul li:before{display:none}.footer-section.quick-links ul li:hover{padding-left:0}.footer-bottom{font-size:.85rem}.footer-tagline{font-size:.8rem}}@media (max-width: 360px){.footer-container{padding:2rem 5% 1rem}.footer-logo{font-size:1.3rem}.footer-description{font-size:.85rem}.social-icons a{width:38px;height:38px;font-size:1.2rem}}.about-container{width:100%;overflow-x:hidden;background:var(--primary-light)}.about-hero{position:relative;height:60vh;min-height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero-image{position:absolute;inset:0;background-size:cover;background-position:center}.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#0009)}.about-hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 2rem;animation:fadeInUp 1s ease-out}.about-hero-title{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 3px 8px rgba(0,0,0,.3)}.about-hero-subtitle{font-size:1.3rem;color:var(--accent-beige);font-weight:400;letter-spacing:1px}.our-story-section{padding:7rem 8%;background:var(--primary-light)}.story-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.story-image{border-radius:15px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.story-image:hover img{transform:scale(1.05)}.story-content .section-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--primary-dark);margin-bottom:2rem;position:relative;padding-bottom:1rem}.story-content .section-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:3px;background:var(--accent-beige)}.story-text{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.mission-vision-section{padding:6rem 8%;background:var(--accent-beige)}.mv-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mv-card{background:var(--primary-light);padding:3rem;border-radius:15px;box-shadow:0 5px 25px #00000014;transition:all .4s ease;text-align:center}.mv-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #a54a2f33}.mv-icon{font-size:3.5rem;color:var(--primary-dark);margin-bottom:1.5rem}.mv-card h3{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:var(--primary-dark);margin-bottom:1.2rem}.mv-card p{font-size:1.05rem;color:#555;line-height:1.8;text-align:justify}.values-section{padding:7rem 8%;background:var(--primary-light);text-align:center}.values-header{margin-bottom:4rem}.values-header .section-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--primary-dark);margin-bottom:1rem;position:relative;display:inline-block}.values-header .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--accent-beige)}.section-subtitle{font-size:1.1rem;color:#555;margin-top:1.5rem}.values-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.value-card{background:#fff;padding:2.5rem 2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .4s ease;text-align:center}.value-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #a54a2f33}.value-icon{font-size:3rem;color:var(--primary-dark);margin-bottom:1.5rem}.value-card h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--primary-dark);margin-bottom:1rem}.value-card p{font-size:.95rem;color:#555;line-height:1.7}.stats-section{padding:5rem 8%;background:linear-gradient(135deg,var(--primary-dark) 0%,#8B3A20 100%);color:#fff}.stats-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.stat-item{text-align:center}.stat-number{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:700;color:var(--accent-beige);margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.1rem;color:var(--primary-light);font-weight:500}.team-section{padding:7rem 8%;background:var(--primary-light);text-align:center}.team-header{margin-bottom:4rem}.team-header .section-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--primary-dark);margin-bottom:1rem;position:relative;display:inline-block}.team-header .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--accent-beige)}.team-header .section-subtitle{font-size:1.1rem;color:#555;margin-top:1.5rem}.team-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.team-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:2rem 1.5rem;transition:all .4s ease;cursor:pointer}.team-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #a54a2f33}.team-image-wrapper{width:150px;height:150px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;box-shadow:0 5px 25px #a54a2f40}.team-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.team-card:hover .team-image-wrapper img{transform:scale(1.08)}.team-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;color:var(--primary-dark);margin-bottom:.3rem}.team-role{font-size:.75rem;color:var(--primary-dark);margin-bottom:.8rem;opacity:.85;letter-spacing:.3px}.team-desc{font-size:.95rem;color:#555;line-height:1.6;padding:0 .5rem}.about-cta-section{padding:6rem 8%;background:var(--accent-beige);text-align:center}.about-cta-content{max-width:800px;margin:0 auto}.about-cta-content h2{font-family:Cormorant Garamond,serif;font-size:3rem;color:var(--primary-dark);margin-bottom:1rem;font-weight:700}.about-cta-content p{font-size:1.2rem;color:#555;margin-bottom:2.5rem;line-height:1.6}.btn-cta{padding:1.2rem 3rem;background:var(--primary-dark);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 25px #a54a2f4d}.btn-cta:hover{background:#8b3a20;transform:translateY(-3px);box-shadow:0 8px 30px #a54a2f66}@media (max-width: 1024px){.story-container,.mv-container{gap:3rem}}@media (max-width: 768px){.story-container,.mv-container{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:1fr}.stats-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.team-grid{grid-template-columns:1fr}.story-content .section-title,.team-header .section-title{font-size:2rem}.about-hero-title{font-size:2.2rem}}.process-container{width:100%;overflow-x:hidden;background:var(--primary-light)}.process-hero{position:relative;height:60vh;min-height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden}.process-hero-image{position:absolute;inset:0;background-size:cover;background-position:center}.process-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#0009)}.process-hero-content{position:relative;z-index:2;text-align:center;color:var(--primary-white);padding:0 2rem;animation:fadeInUp 1s ease-out}.process-hero-title{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:700;color:var(--primary-white);margin-bottom:1rem;text-shadow:0 3px 8px rgba(0,0,0,.3)}.process-hero-subtitle{font-size:1.3rem;color:var(--accent-beige);font-weight:400;letter-spacing:1px}.process-intro-section{padding:6rem 8%;background:var(--primary-light);text-align:center}.process-intro-container{max-width:900px;margin:0 auto}.section-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--primary-dark);margin-bottom:1.5rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--secondary-light)}.process-intro-text{font-size:1.1rem;color:var(--text-grey);line-height:1.8;margin-top:2rem}.process-timeline-section{padding:5rem 8%;background:var(--cream)}.timeline-container{max-width:1400px;margin:0 auto}.timeline-steps{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:2rem 0}.timeline-steps:before{content:"";position:absolute;top:80px;left:10%;right:10%;height:3px;background:linear-gradient(to right,var(--secondary-light) 0%,var(--primary-dark) 100%);z-index:0}.timeline-step{flex:1;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .4s ease;position:relative;z-index:1}.timeline-number{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600;color:var(--text-grey);margin-bottom:.5rem;opacity:.6;transition:all .3s ease}.timeline-icon{width:80px;height:80px;border-radius:50%;background:var(--primary-white);border:3px solid var(--secondary-lighter);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text-grey);margin-bottom:1rem;transition:all .4s ease;box-shadow:0 5px 15px #0000001a}.timeline-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:var(--primary-grey);text-align:center;transition:all .3s ease}.timeline-step.active .timeline-number{color:var(--primary-dark);opacity:1;font-size:1.1rem}.timeline-step.active .timeline-icon{background:var(--primary-dark);color:var(--primary-white);border-color:var(--primary-dark);transform:scale(1.1);box-shadow:0 8px 25px #a54a2f4d}.timeline-step.active .timeline-title{color:var(--primary-dark);font-weight:700}.timeline-step.completed .timeline-icon{background:var(--secondary-light);color:var(--primary-white);border-color:var(--secondary-light)}.timeline-step:hover .timeline-icon{transform:scale(1.05);box-shadow:0 8px 20px #00000026}.process-details-section{padding:6rem 8%;background:var(--primary-light)}.process-details-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.details-content{animation:fadeInLeft .6s ease-out}.details-badge{font-family:Cormorant Garamond,serif;font-size:5rem;font-weight:700;color:var(--secondary-lighter);opacity:.3;line-height:1;margin-bottom:.5rem}.details-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--primary-dark);margin-bottom:.5rem}.details-subtitle{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:400;color:var(--secondary-light);margin-bottom:1.5rem}.details-description{font-size:1.05rem;color:var(--text-grey);line-height:1.8;margin-bottom:2.5rem;text-align:justify}.details-highlights h4{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--primary-dark);margin-bottom:1.5rem}.details-highlights ul{list-style:none;padding:0}.details-highlights li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1rem;color:var(--text-grey);line-height:1.6}.check-icon{color:var(--secondary-light);font-size:1.2rem;margin-top:2px;flex-shrink:0}.next-step-btn{margin-top:2rem;padding:1rem 2.5rem;background:var(--primary-dark);color:var(--primary-white);border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.7rem;transition:all .3s ease;box-shadow:0 5px 20px #a54a2f4d}.next-step-btn:hover{background:var(--primary-medium);transform:translateY(-3px);box-shadow:0 8px 25px #a54a2f66}.details-image{border-radius:15px;overflow:hidden;box-shadow:0 15px 50px #00000026;animation:fadeInRight .6s ease-out}.details-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.details-image:hover img{transform:scale(1.05)}.process-overview-section{padding:6rem 8%;background:var(--cream);text-align:center}.overview-container{max-width:1400px;margin:0 auto}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.overview-card{background:var(--primary-white);padding:2.5rem 2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .4s ease;cursor:pointer;position:relative}.overview-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--secondary-light);border-radius:15px 15px 0 0;transform:scaleX(0);transition:transform .3s ease}.overview-card:hover:before{transform:scaleX(1)}.overview-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #a54a2f26}.overview-number{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--secondary-lighter);opacity:.4;margin-bottom:.5rem}.overview-icon{font-size:2.5rem;color:var(--secondary-light);margin-bottom:1.5rem}.overview-card h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;color:var(--primary-dark);margin-bottom:.8rem}.overview-card p{font-size:.95rem;color:var(--text-grey);line-height:1.6}.why-process-section{padding:6rem 8%;background:var(--primary-light);text-align:center}.why-process-container{max-width:1400px;margin:0 auto}.why-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.why-card{background:var(--primary-white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .4s ease;border-left:4px solid var(--secondary-light)}.why-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #a54a2f26;border-left-width:6px}.why-card h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;color:var(--primary-dark);margin-bottom:1rem}.why-card p{font-size:.95rem;color:var(--text-grey);line-height:1.7}.process-cta-section{padding:6rem 8%;background:var(--primary-light);text-align:center}.process-cta-content{max-width:800px;margin:0 auto}.process-cta-content h2{font-family:Cormorant Garamond,serif;font-size:3rem;color:var(--primary-dark);margin-bottom:1rem;font-weight:700}.process-cta-content p{font-size:1.2rem;color:var(--text-grey);margin-bottom:2.5rem;line-height:1.6}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.process-hero-title{font-size:3.5rem}.process-details-container{gap:4rem}.timeline-steps:before{left:5%;right:5%}}@media (max-width: 768px){.process-hero{height:50vh;min-height:400px}.process-hero-title{font-size:2.8rem}.process-hero-subtitle{font-size:1.1rem}.process-intro-section,.process-details-section,.process-overview-section,.why-process-section,.process-cta-section{padding:5rem 6%}.process-timeline-section{padding:4rem 6%}.timeline-steps{flex-direction:column;align-items:stretch}.timeline-steps:before{inset:0 auto 0 40px;width:3px;height:auto}.timeline-step{flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;margin-bottom:2rem}.timeline-icon{width:60px;height:60px;font-size:1.5rem;margin:0 1.5rem}.timeline-title{text-align:left}.process-details-container{grid-template-columns:1fr;gap:3rem}.details-title,.section-title{font-size:2.5rem}.overview-grid,.why-process-grid{grid-template-columns:1fr;gap:2rem}.process-cta-content h2{font-size:2.5rem}}@media (max-width: 480px){.process-hero-title{font-size:2.2rem}.process-hero-subtitle{font-size:1rem}.process-intro-section,.process-details-section,.process-overview-section,.why-process-section,.process-cta-section{padding:4rem 5%}.section-title{font-size:2rem}.details-badge{font-size:4rem}.details-title{font-size:2rem}.details-subtitle{font-size:1.1rem}.details-description,.process-intro-text{font-size:.95rem;text-align:left}.timeline-icon{width:50px;height:50px;font-size:1.3rem}.process-cta-content h2{font-size:2rem}.process-cta-content p{font-size:1rem}.btn-cta{padding:1rem 2rem;font-size:1rem}}@media (max-width: 360px){.process-hero-title{font-size:2rem}.section-title{font-size:1.8rem}}.projects-container{width:100%;background:var(--primary-light);overflow-x:hidden}.projects-hero{position:relative;height:60vh;min-height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden}.projects-hero-image{position:absolute;inset:0;background-size:cover;background-position:center;z-index:1}.projects-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#000000a6);z-index:2}.projects-hero-content{position:relative;z-index:3;text-align:center;color:var(--primary-white);padding:0 2rem;animation:fadeInUp 1s ease-out}.projects-title{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 12px rgba(0,0,0,.4)}.projects-subtitle{font-size:1.2rem;font-weight:400;color:var(--accent-beige);max-width:800px;margin:0 auto;line-height:1.6}.projects-gallery{padding:6rem 8%;background:var(--primary-light)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto}.project-card{border-radius:15px;overflow:hidden;position:relative;background:#fff;box-shadow:0 4px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 35px #a54a2f33}.project-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.project-card:hover .project-image-wrapper img{transform:scale(1.03)}.project-info{padding:1.5rem;text-align:center;background:var(--primary-white)}.project-name{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:700;color:var(--primary-dark);margin-bottom:.6rem}.project-desc{font-size:1rem;color:var(--text-grey);line-height:1.6}.project-overlay{display:none!important}.projects-cta{padding:6rem 8%;background:var(--primary-light);text-align:center}.projects-cta-content{max-width:800px;margin:0 auto}.projects-cta-content h2{font-family:Cormorant Garamond,serif;font-size:3rem;color:var(--primary-dark);margin-bottom:1rem;font-weight:700}.projects-cta-content p{font-size:1.2rem;color:var(--text-grey);margin-bottom:2.5rem;line-height:1.6}.btn-cta{padding:1.2rem 3rem;background:var(--primary-dark);color:var(--primary-white);border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.8rem;transition:all .3s ease;box-shadow:0 5px 25px #a54a2f4d}@media (max-width: 1024px){.projects-title{font-size:3rem}}@media (max-width: 768px){.projects-hero{height:50vh}.projects-title{font-size:2.5rem}.projects-subtitle{font-size:1rem}.projects-gallery{padding:5rem 6%}.project-name{font-size:1.5rem}.project-desc{font-size:.95rem}.projects-cta-content h2{font-size:2.4rem}.projects-cta-content p{font-size:1.05rem}}@media (max-width: 480px){.projects-title{font-size:2rem}.projects-subtitle{font-size:.95rem}.project-name{font-size:1.3rem}.project-desc{font-size:.9rem}.projects-gallery{padding:4rem 5%}.projects-cta-content h2{font-size:2rem}.projects-cta-content p{font-size:.95rem}.btn-cta{padding:1rem 2rem;font-size:1rem}}.contact-container{width:100%;background:var(--primary-light);overflow-x:hidden}.contact-hero{position:relative;height:60vh;min-height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden}.contact-hero-image{position:absolute;inset:0;background-size:cover;background-position:center;z-index:1}.contact-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#000000a6);z-index:2}.contact-hero-content{position:relative;z-index:3;text-align:center;color:var(--primary-white);padding:0 2rem;animation:fadeInUp 1s ease-out}.contact-title{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;font-weight:400;color:var(--accent-beige);max-width:700px;margin:0 auto}.contact-section{padding:6rem 8%;background:var(--primary-light)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:flex-start}.contact-info h2,.contact-form h2{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:var(--primary-dark);margin-bottom:1rem}.contact-info p{color:var(--text-grey);font-size:1rem;line-height:1.7;margin-bottom:2rem}.contact-details .detail-item{margin-bottom:1.5rem}.detail-item p{color:var(--text-grey);font-size:.95rem}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.95rem;color:var(--primary-dark);margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{padding:.9rem 1rem;border-radius:8px;border:1px solid #ddd;background:var(--primary-white);font-size:1rem;font-family:Montserrat,sans-serif;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-medium);box-shadow:0 0 0 2px #a54a2f26}.btn-submit{align-self:flex-start;padding:1rem 2.5rem;background:var(--primary-dark);color:var(--primary-white);border:none;border-radius:40px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 25px #a54a2f4d}.btn-submit:hover{background:var(--primary-medium);transform:translateY(-3px);box-shadow:0 8px 30px #a54a2f66}.contact-cta{padding:6rem 8%;background:var(--cream);text-align:center}.contact-cta h2{font-family:Cormorant Garamond,serif;font-size:3rem;color:var(--primary-dark);margin-bottom:1rem}.contact-cta p{font-size:1.2rem;color:var(--text-grey);margin-bottom:2.5rem}.btn-cta{padding:1.2rem 3rem;background:var(--primary-dark);color:var(--primary-white);border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 25px #a54a2f4d}.btn-cta:hover{background:var(--primary-medium);transform:translateY(-3px);box-shadow:0 8px 30px #a54a2f66}.detail-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.8rem}.detail-icon{font-size:1.5rem;color:var(--primary-dark);flex-shrink:0;margin-top:3px}.detail-item h4{font-size:1rem;font-weight:600;color:var(--primary-dark);margin-bottom:.3rem}.detail-item p{color:var(--text-grey);font-size:.95rem;margin:0}.social-links{display:flex;align-items:center;gap:.6rem;margin-top:1rem}.social-icon{font-size:1.3rem;color:var(--primary-dark);transition:color .3s ease;cursor:pointer}.social-icon:hover{color:var(--secondary-light)}.form-group input[type=tel]{border:1px solid #ddd}@media (max-width: 968px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-hero{height:50vh}}@media (max-width: 480px){.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1rem}.contact-cta h2{font-size:2rem}.contact-cta p{font-size:1rem}.btn-cta{padding:1rem 2rem;font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
