:root{--bg: #0d282b;--bg-alt: #0f2e32;--bg-page: #eee7d8;--text-primary: #eed7be;--text-secondary: #f2e2ce;--button-bg: #eed7be;--button-text: #0d282b;--accent: #eed7be;--border: #143238;--text-on-light: #0d282b;--text-on-light-muted: #1a3d42;--border-on-light: #255057;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 2px 8px rgba(13, 40, 43, .06);--shadow-md: 0 8px 24px rgba(13, 40, 43, .1);--shadow-lg: 0 16px 40px rgba(13, 40, 43, .12);--ease: cubic-bezier(.4, 0, .2, 1);--section-gap: 2rem;--section-gap-mobile: 1.5rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--bg-page)}body{margin:0;font-family:"Source Sans 3",system-ui,sans-serif;background-color:var(--bg-page);color:var(--text-on-light);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,serif;color:var(--text-on-light);letter-spacing:.02em;line-height:1.3}a{color:var(--text-on-light);text-decoration:none;transition:color .25s var(--ease)}a:hover{color:var(--accent)}a:focus-visible{outline:2px solid var(--border-on-light);outline-offset:2px}#root{min-height:100vh;background-color:var(--bg-page)}main{background-color:var(--bg-page)}body{overflow-x:hidden}.section,.section-alt{max-width:1200px;margin-left:auto;margin-right:auto;margin-bottom:var(--section-gap);padding:1rem 1.5rem;width:100%;background-color:var(--bg-page);color:var(--text-on-light);border-radius:var(--radius-lg);--text-primary: var(--text-on-light);--text-secondary: var(--text-on-light-muted);--border: var(--border-on-light)}@media (max-width: 768px){.section,.section-alt{padding:2.5rem 1rem;margin-bottom:var(--section-gap-mobile);box-sizing:border-box}}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin:0 0 2rem;text-align:center;letter-spacing:.03em;position:relative;padding-bottom:.5rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:48px;height:3px;background:linear-gradient(90deg,transparent,var(--accent),var(--border-on-light),transparent);border-radius:2px}@media (max-width: 768px){.section-title{margin-bottom:1.5rem}}.btn-primary{display:inline-block;padding:.75rem 1.75rem;background:var(--button-bg);color:var(--button-text);border:2px solid var(--border);font-family:inherit;font-size:1rem;font-weight:600;letter-spacing:.02em;cursor:pointer;border-radius:var(--radius-md);transition:all .25s var(--ease);box-shadow:var(--shadow-sm)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);background:var(--accent);border-color:var(--accent)}.btn-primary:focus-visible{outline:2px solid var(--bg);outline-offset:2px}.header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);color:var(--text-primary);box-shadow:0 2px 12px #00000014}.header-topbar{background:var(--border);padding:.35rem 1.5rem}.header-topbar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;flex-wrap:wrap}.header-topbar-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-primary);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s ease,opacity .2s ease}.header-topbar-link:hover{color:var(--text-secondary);opacity:.95}.header-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box}.header-logo{display:flex;align-items:center;flex-shrink:0;gap:.65rem;text-decoration:none}.header-logo-img{height:48px;width:auto;display:block}.header-logo-text{color:var(--text-primary);font-weight:800;letter-spacing:.02em;font-size:1.35rem;line-height:1.1;white-space:nowrap}.header-logo-text-accent{color:var(--text-secondary)}.header-nav-wrap{flex:1;display:flex;justify-content:center;min-width:0}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav-link{color:var(--text-primary);font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:color .25s ease}.header-nav-link:hover{color:var(--text-secondary)}.header-menu-btn{display:none;flex-direction:column;gap:6px;padding:8px;background:transparent;border:1px solid var(--border);cursor:pointer;border-radius:8px;transition:background .2s ease,border-color .2s ease}.header-menu-btn:hover{background:#ffffff14;border-color:var(--text-secondary)}.header-menu-icon{width:24px;height:2px;background:var(--text-primary)}.header-enquiry-btn{padding:.5rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;letter-spacing:.02em;line-height:1.4;color:var(--button-text);background:var(--button-bg);border:2px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center}.header-enquiry-btn:hover{transform:translateY(-2px);border-color:var(--text-secondary);box-shadow:0 4px 12px #00000026}.header-enquiry-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0e3a3fd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;animation:fadeIn .3s ease-out}@media (max-width: 480px){.header-enquiry-overlay{padding:1rem}.header-enquiry-modal{max-height:85vh}.header-enquiry-form{padding:1.25rem}}.header-enquiry-modal{width:100%;max-width:440px;max-height:90vh;overflow-y:auto;background:var(--bg);border:1px solid var(--border);border-radius:12px;box-shadow:0 24px 56px #00000040;animation:slideUp .35s cubic-bezier(.4,0,.2,1);transform-origin:center}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.header-enquiry-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.header-enquiry-title{margin:0;font-size:1.35rem;font-weight:600;color:var(--text-primary)}.header-enquiry-close{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:none;color:var(--text-primary);cursor:pointer;border-radius:4px;transition:background .2s}.header-enquiry-close:hover{background:var(--border)}.header-enquiry-form{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.header-enquiry-label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:600;color:var(--text-primary)}.header-enquiry-label input,.header-enquiry-label textarea{padding:.75rem 1rem;font-family:inherit;font-size:1rem;color:var(--text-primary);background:#ffffff14;border:1px solid var(--border);border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.header-enquiry-label input:focus,.header-enquiry-label textarea:focus{box-shadow:0 0 0 2px #ead9c340}.header-enquiry-label input::placeholder,.header-enquiry-label textarea::placeholder{color:var(--text-secondary);opacity:.7}.header-enquiry-label input:focus,.header-enquiry-label textarea:focus{outline:none;border-color:var(--text-primary)}.header-enquiry-label textarea{resize:vertical;min-height:100px}.header-enquiry-submit{margin-top:.25rem;width:100%}@media (max-width: 768px){.header-topbar{padding:.3rem 1rem}.header-topbar-inner{gap:1rem}.header-topbar-link{font-size:.8rem}.header-topbar-link svg{width:12px;height:12px}.header-inner{padding:.75rem 1rem}.header-nav-wrap{position:absolute;left:0;right:0;top:100%;justify-content:stretch}.header-nav{position:relative;flex-direction:column;align-items:center;padding:1.25rem 1rem;background:var(--bg);border-bottom:1px solid var(--border);gap:.75rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .25s,opacity .25s;width:100%}.header-nav-open{transform:translateY(0);opacity:1;pointer-events:auto}.header-nav-link,.header-enquiry-btn{width:100%;text-align:center;justify-content:center}.header-enquiry-btn{padding:.6rem 1rem}.header-menu-btn{display:flex}.header-logo-img{height:40px}.header-logo-text{font-size:1.15rem}}.footer{background:var(--bg);border-top:1px solid var(--border);margin-top:4rem;position:relative;overflow:hidden;color:var(--text-primary)}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent);opacity:.5}.footer-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding:3rem 1.5rem 2rem;width:100%;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-bottom:2.5rem}.footer-section{display:flex;flex-direction:column;animation:fadeInUp .6s ease-out backwards}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.footer-section-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:var(--text-primary);position:relative;padding-bottom:.5rem}.footer-section-title:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--text-primary);transition:width .3s ease}.footer-section:hover .footer-section-title:after{width:50px}.footer-about{min-width:0}.footer-logo{display:inline-block;margin-bottom:1rem;text-decoration:none}.footer-logo-img{height:auto;max-width:150px;width:100%;object-fit:contain}.footer-about-text{margin:0 0 1.5rem;color:var(--text-secondary);font-size:.9rem;line-height:1.6}.footer-social{display:flex;flex-direction:column;gap:.75rem}.footer-social-label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.footer-social-icons{display:flex;gap:.75rem}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:6px;background:var(--border);color:var(--text-primary);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.footer-social-link:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--text-primary);transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease;z-index:0}.footer-social-link svg{position:relative;z-index:1;transition:transform .3s ease,color .3s ease}.footer-social-link:hover{background:var(--text-primary);color:var(--bg);transform:translateY(-3px) scale(1.05);box-shadow:0 4px 12px #00000026}.footer-social-link:hover:before{width:100%;height:100%}.footer-social-link:hover svg{transform:rotate(5deg) scale(1.1);color:var(--bg)}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-nav-link{color:var(--text-secondary);font-size:.9rem;transition:all .3s ease;text-decoration:none;position:relative;display:inline-block;padding-left:0;transform:translate(0)}.footer-nav-link:before{content:"→";position:absolute;left:-15px;opacity:0;transition:all .3s ease;transform:translate(-5px)}.footer-nav-link:hover{color:var(--text-primary);padding-left:15px;transform:translate(5px)}.footer-nav-link:hover:before{opacity:1;transform:translate(0)}.footer-contact-info{display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-secondary);font-size:.9rem;line-height:1.5;text-decoration:none;transition:all .3s ease;padding:.5rem;border-radius:4px;margin:-.5rem}.footer-contact-item:hover{color:var(--text-primary);background:var(--border);transform:translate(5px);padding-left:.75rem}.footer-contact-item svg{flex-shrink:0;margin-top:.15rem;transition:transform .3s ease,color .3s ease}.footer-contact-item:hover svg{transform:scale(1.1);color:var(--text-primary)}.footer-address{white-space:pre-line}.footer-map{margin-top:1rem;border-radius:6px;overflow:hidden;border:1px solid var(--border);height:180px;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.footer-map:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.footer-map-iframe{width:100%;height:100%;border:0;display:block;transition:transform .3s ease}.footer-map:hover .footer-map-iframe{transform:scale(1.02)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;animation:fadeIn .8s ease-out .5s backwards}.footer-copy{margin:0;color:var(--text-secondary);font-size:.85rem;transition:color .3s ease}.footer-credit-link{color:var(--text-primary);text-decoration:none;position:relative;transition:color .3s ease;padding:0 2px}.footer-credit-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--text-primary);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.footer-credit-link:hover{color:var(--text-secondary)}.footer-credit-link:hover:after{transform:scaleX(1);transform-origin:left}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width: 769px) and (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{margin-top:2.5rem}.footer-inner{padding:2rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-section-title{font-size:1rem;margin-bottom:.75rem}.footer-about-text{font-size:.85rem;margin-bottom:1.25rem}.footer-nav{gap:.5rem}.footer-nav-link,.footer-contact-item{font-size:.85rem}.footer-logo-img{max-width:120px}.footer-map{height:150px;margin-top:.75rem}.footer-bottom{padding-top:1.5rem;gap:.75rem}.footer-copy{font-size:.8rem;padding:0 .5rem}}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--bg-page);transition:opacity .5s ease-out,visibility .5s ease-out}.preloader--exiting{opacity:0;visibility:hidden}.preloader-inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.preloader-gate-wrap{animation:preloaderGate 1.2s ease-out}.preloader-gate{width:80px;height:80px;color:var(--bg);filter:drop-shadow(0 2px 8px rgba(14,58,63,.15))}.preloader-title{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--bg);letter-spacing:.03em;overflow:hidden}.preloader-word{display:inline-block;opacity:0;animation:preloaderText .8s ease-out .3s forwards}.preloader-line{width:60px;height:3px;background:linear-gradient(90deg,transparent,var(--bg),transparent);border-radius:2px;opacity:0;transform-origin:center;animation:preloaderLine 1s ease-out .6s forwards}@media (max-width: 768px){.preloader-inner{padding:0 1rem}.preloader-gate{width:64px;height:64px}.preloader-title{font-size:clamp(1.5rem,5vw,2rem)}}@keyframes preloaderGate{0%{opacity:0;transform:scale(.85)}60%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes preloaderText{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes preloaderLine{0%{opacity:0;transform:scaleX(0)}50%{opacity:1;transform:scaleX(1)}to{opacity:.8;transform:scaleX(1)}}.back-to-top{position:fixed;bottom:5rem;right:1rem;z-index:90;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;background:var(--button-bg);color:var(--button-text);border:2px solid var(--border);border-radius:50%;cursor:pointer;box-shadow:0 4px 16px #0003;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInUp .4s ease-out}.back-to-top:hover{background:var(--text-primary);color:var(--bg);border-color:var(--text-primary);transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px #0000004d}.back-to-top:active{transform:translateY(-2px) scale(1.02)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.back-to-top{bottom:5rem;right:1rem;width:3rem;height:3rem}.back-to-top svg{width:22px;height:22px}}.whatsapp-button{position:fixed;bottom:1.25rem;right:1.25rem;z-index:999;display:inline-flex;align-items:center;gap:.5rem;padding:0 .75rem 0 .5rem;height:3.25rem;background:#25d366;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:2rem;box-shadow:0 4px 20px #25d36659;transition:transform .25s ease,box-shadow .25s ease,background .2s ease;text-decoration:none;font-family:"Source Sans 3",system-ui,sans-serif;font-size:.9rem;font-weight:600}.whatsapp-button:hover{transform:translateY(-2px);box-shadow:0 8px 28px #25d36673;background:#20bd5a;color:#fff}.whatsapp-button:active{transform:translateY(0)}.whatsapp-icon{width:26px;height:26px;flex-shrink:0}.whatsapp-button-label{white-space:nowrap}.whatsapp-button:focus-visible{outline:2px solid #25d366;outline-offset:2px}@media (max-width: 768px){.whatsapp-button{bottom:1rem;right:1rem;height:3rem;padding:0 .6rem 0 .45rem;font-size:.85rem}.whatsapp-button-label{display:none}.whatsapp-button{padding:0;width:3rem;border-radius:50%}.whatsapp-icon{width:24px;height:24px}}.hero{background:var(--bg);position:relative}.hero-banner{position:relative;width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-banner-placeholder{background:var(--bg)}.hero-banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:70vh;object-fit:cover;object-position:center center;display:block;opacity:0;transform:scale(1.08);z-index:0;transition:opacity 1s ease-in-out,transform 1.2s ease-out}.hero-banner-img.active{opacity:1;transform:scale(1);z-index:1}.hero-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d282b99;pointer-events:none;z-index:1}.hero-banner-content{position:relative;z-index:2;max-width:720px;margin-left:auto;margin-right:auto;padding:3.5rem 1.5rem 4rem;text-align:center;width:100%;box-sizing:border-box}@media (max-width: 768px){.hero-banner,.hero-banner-img{min-height:60vh}.hero-banner-content{padding:2.5rem 1.25rem 3rem}.hero-headline{font-size:clamp(1.6rem,6vw,2.1rem);margin-bottom:.875rem}.hero-tagline{font-size:1rem;margin-bottom:1.5rem;line-height:1.6}.hero-cta{padding:.75rem 1.5rem}}.hero-headline{font-size:clamp(1.85rem,4.5vw,2.85rem);font-weight:600;margin:0 0 1rem;color:var(--text-primary);letter-spacing:.02em;animation:heroSlideFadeIn .7s cubic-bezier(.4,0,.2,1) both}.hero-tagline{font-size:1.15rem;color:var(--text-secondary);margin:0 0 1.75rem;font-weight:400;line-height:1.7;letter-spacing:.01em;animation:heroSlideFadeIn .7s cubic-bezier(.4,0,.2,1) .15s both}@keyframes heroSlideFadeIn{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.hero-cta{margin-top:0;padding:.9rem 1.85rem;border-radius:8px;font-weight:600;letter-spacing:.02em;border:2px solid var(--text-secondary);animation:heroFadeInUp .9s cubic-bezier(.4,0,.2,1) .55s backwards;transition:transform .25s ease,border-color .25s ease}.hero-cta:hover{transform:translateY(-2px);border-color:var(--text-primary)}.hero-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--text-secondary);background:transparent;cursor:pointer;padding:0;transition:transform .2s ease,background .3s ease,border-color .3s ease}.hero-dot:hover{background:#ead9c380;transform:scale(1.15)}.hero-dot.active{background:var(--text-primary);border-color:var(--text-primary);transform:scale(1.2)}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroScaleIn{0%{transform:scale(1.08);opacity:0}to{transform:scale(1);opacity:1}}.why-aurex,.why-aurex.section-alt{background:var(--bg-page)}.why-aurex-title.reveal{animation:fadeInUp .6s ease-out forwards}.why-aurex-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;perspective:1000px}.why-aurex-card{animation:fadeInUp .6s ease-out backwards}.why-aurex-card:nth-child(1){animation-delay:.1s}.why-aurex-card:nth-child(2){animation-delay:.2s}.why-aurex-card:nth-child(3){animation-delay:.3s}@media (max-width: 768px){.why-aurex-grid{gap:1.25rem;max-width:100%}.why-aurex-card{padding:2rem 1.5rem}.why-aurex-icon-wrap{width:70px;height:70px;margin-bottom:1.25rem}.why-aurex-icon{width:2.25rem;height:2.25rem}.why-aurex-card-title{font-size:1.35rem}.why-aurex-card-text{font-size:.95rem}}.why-aurex-card{padding:2.5rem;border:1px solid var(--border);border-radius:8px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column;position:relative;background:var(--bg-page);box-shadow:0 2px 12px #0e3a3f0f}.why-aurex-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--text-primary),transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.why-aurex-card:hover:before{transform:scaleX(1)}.why-aurex-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 32px #0e3a3f24;border-color:var(--text-primary)}.why-aurex-content{position:relative;z-index:1;text-align:center}.why-aurex-icon-wrap{margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--border) 0%,rgba(14,58,63,.1) 100%);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;margin-left:auto;margin-right:auto}.why-aurex-icon-wrap:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:linear-gradient(135deg,var(--text-primary),transparent);opacity:0;transition:opacity .4s ease;z-index:-1}.why-aurex-card:hover .why-aurex-icon-wrap:before{opacity:1}.why-aurex-card:hover .why-aurex-icon-wrap{background:#eed7be;transform:scale(1.1) rotate(5deg);box-shadow:0 8px 24px #0e3a3f4d}.why-aurex-icon{width:2.5rem;height:2.5rem;color:var(--text-primary);stroke:currentColor;fill:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.why-aurex-card:hover .why-aurex-icon{color:#0d282b!important;stroke:#0d282b!important;fill:none;transform:scale(1.1)}.why-aurex-card-title{font-size:1.5rem;margin:0 0 1rem;color:var(--text-primary);transition:color .3s ease;font-weight:600}.why-aurex-card:hover .why-aurex-card-title{color:var(--text-primary)}.why-aurex-card-text{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.7;transition:color .3s ease}.our-process,.our-process.section-alt{background:var(--bg-page)}.our-process-title.reveal{animation:fadeInUp .6s ease-out forwards}.our-process-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch;max-width:1000px;margin:0 auto}@media (max-width: 768px){.our-process-layout{grid-template-columns:1fr;gap:2rem;padding:0 .5rem}.our-process-list{grid-template-rows:none;min-height:unset}.our-process-item{padding:1rem 0}}.our-process-text{min-width:0;display:flex;flex-direction:column}.our-process-image-wrap{border-radius:12px;overflow:hidden;border:1px solid var(--border);position:sticky;top:2rem;box-shadow:0 8px 32px #0e3a3f1f;opacity:0;transform:scale(.94) translate(20px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1),box-shadow .5s ease}.our-process-layout-inview .our-process-image-wrap{opacity:1;transform:scale(1) translate(0)}.our-process-image-wrap:hover{box-shadow:0 12px 40px #0e3a3f2e}.our-process-image-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(234,217,195,.2) 0%,transparent 60%);animation:processGlowPulse 4s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes processGlowPulse{0%,to{opacity:.7}50%{opacity:1}}@media (max-width: 768px){.our-process-image-wrap{position:static}}.our-process-image{width:100%;height:auto;display:block;vertical-align:middle;position:relative;z-index:1;animation:processImageFloat 5s ease-in-out infinite}@keyframes processImageFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.our-process-list{list-style:none;margin:0;padding:0;display:grid;grid-template-rows:repeat(4,1fr);gap:0;flex:1;min-height:0}.our-process-item{display:flex;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:flex-start;opacity:0;transform:translate(-24px);transition:transform .5s cubic-bezier(.4,0,.2,1),padding-left .3s ease,opacity .5s ease}.our-process-layout-inview .our-process-item{animation:fadeInLeft .6s ease-out forwards}.our-process-layout-inview .our-process-item:nth-child(1){animation-delay:.15s}.our-process-layout-inview .our-process-item:nth-child(2){animation-delay:.3s}.our-process-layout-inview .our-process-item:nth-child(3){animation-delay:.45s}.our-process-layout-inview .our-process-item:nth-child(4){animation-delay:.6s}.our-process-item:hover{transform:translate(8px);padding-left:.5rem}.our-process-item:last-child{border-bottom:none}.our-process-num{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--button-bg);color:var(--button-text);font-family:Cormorant Garamond,Georgia,serif;font-weight:700;font-size:1.25rem;border-radius:8px;transition:all .3s ease;position:relative}.our-process-item:hover .our-process-num{transform:scale(1.1) rotate(5deg);box-shadow:0 4px 12px #00000026}@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)}}.our-process-item-title{margin:0 0 .5rem;font-size:1.25rem;color:var(--text-primary)}.our-process-item-text{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.5}.product-categories,.product-categories.section-alt{background:var(--bg-page)}.product-categories-title.reveal{animation:fadeInUp .6s ease-out forwards}.product-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;perspective:1000px}@media (max-width: 768px){.product-categories-grid{gap:1rem}.product-category-image-wrap{height:150px}.product-category-icon{margin:-1rem 1.5rem .75rem;width:2rem;height:2rem}.product-category-icon-float{width:60px;height:60px}.product-category-icon-float svg{width:24px;height:24px}.product-category-title{margin:0 1.5rem .75rem;font-size:1.2rem}.product-category-desc{margin:0 1.5rem 1rem;font-size:.9rem}.product-category-link{margin:0 1.5rem 1.5rem}}.product-category-card{display:flex;flex-direction:column;padding:0;border:1px solid var(--border);border-radius:8px;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;background:var(--bg-page);box-shadow:0 2px 12px #0e3a3f0f;opacity:0;transform:translateY(30px) scale(.95);position:relative}.product-category-card.card-visible{animation:cardReveal .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes cardReveal{to{opacity:1;transform:translateY(0) scale(1)}}.product-category-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,rgba(14,58,63,.03) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.product-category-card:hover:before{opacity:1}.product-category-card:hover{transform:translateY(-8px) scale(1.02);border-color:var(--text-primary);box-shadow:0 12px 32px #0e3a3f24}.product-category-image-wrap{width:100%;height:200px;overflow:hidden;background:var(--border);position:relative;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);transition:clip-path .4s ease}.product-category-card:hover .product-category-image-wrap{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.product-category-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);filter:brightness(.95) saturate(1.1)}.product-category-card:hover .product-category-image{transform:scale(1.15) rotate(1deg);filter:brightness(1) saturate(1.2)}.product-category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#0000001a,#0000004d);opacity:.6;transition:opacity .4s ease;pointer-events:none}.product-category-card:hover .product-category-overlay{opacity:.4}.product-category-icon-float{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:80px;height:80px;border-radius:50%;background:#fffffff2;display:flex;align-items:center;justify-content:center;color:var(--text-primary);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0003;pointer-events:none;z-index:2}.product-category-card:hover .product-category-icon-float{opacity:1;transform:translate(-50%,-50%) scale(1)}.product-category-content{position:relative;z-index:2;background:var(--bg-page)}.product-category-card-content{padding:2rem;display:flex;flex-direction:column}.product-category-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:-1.5rem 2rem 1rem;border-radius:8px;background:var(--bg-page);color:var(--text-primary);flex-shrink:0;position:relative;z-index:3;border:2px solid var(--border);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a}.product-category-icon svg{color:inherit;stroke:currentColor}.product-category-card:hover .product-category-icon{background:#eed7be;color:#0d282b;border-color:#eed7be;transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px #0003}.product-category-card:hover .product-category-icon svg{color:#0d282b!important;stroke:#0d282b!important;fill:none}.product-category-title{font-size:1.35rem;margin:0 2rem .75rem;color:var(--text-primary);transition:color .3s ease;font-weight:600}.product-category-card:hover .product-category-title{color:var(--text-primary)}.product-category-desc{margin:0 2rem 1rem;color:var(--text-secondary);font-size:.95rem;line-height:1.6;transition:color .3s ease}.product-category-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0 2rem 2rem;transition:all .3s ease;width:fit-content}.product-category-arrow{transition:transform .3s ease;display:inline-block}.product-category-card:hover .product-category-arrow{transform:translate(4px)}.mission-vision,.mission-vision.section-alt{background:var(--bg-page)}.mission-vision-title.reveal{animation:fadeInUp .6s ease-out forwards}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;perspective:1000px}.mission-vision-card{animation:fadeInUp .6s ease-out backwards}.mission-vision-card:nth-child(1){animation-delay:.1s}.mission-vision-card:nth-child(2){animation-delay:.2s}.mission-vision-card:nth-child(3){animation-delay:.3s}@media (max-width: 768px){.mission-vision-grid{gap:1rem}.mission-vision-card-content{padding:2rem 1.5rem}.mission-vision-card-title{font-size:1.35rem;margin-bottom:.875rem}.mission-vision-card-text{font-size:.95rem}}.mission-vision-card{padding:0;border:1px solid var(--border);border-radius:8px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column;background:var(--bg-page);box-shadow:0 2px 12px #0e3a3f0f;position:relative}.mission-vision-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--text-primary),transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.mission-vision-card:hover:before{transform:scaleX(1)}.mission-vision-card:hover{transform:translateY(-8px) scale(1.02);border-color:var(--text-primary);box-shadow:0 12px 32px #0e3a3f24}.mission-vision-card-content{padding:2.5rem;position:relative;z-index:1}.mission-vision-card-title{font-size:1.5rem;margin:0 0 1rem;color:var(--text-primary);transition:color .3s ease;font-weight:600;position:relative;padding-bottom:.75rem}.mission-vision-card-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--text-primary);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.mission-vision-card:hover .mission-vision-card-title:after{transform:scaleX(1)}.mission-vision-card-text{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.7;transition:color .3s ease}.faq,.faq.section-alt{background:var(--bg-page)}.faq-title.reveal{animation:fadeInUp .6s ease-out forwards}.faq-list{max-width:640px;margin-left:auto;margin-right:auto;width:100%;padding:0 .25rem;box-sizing:border-box}@media (max-width: 768px){.faq-question{padding:.875rem 1rem;font-size:.95rem}.faq-answer p{padding:0 1rem .875rem}}.faq-item{border:1px solid var(--border);border-radius:8px;margin-bottom:.75rem;overflow:hidden;transition:box-shadow .25s ease}.faq-item:hover{box-shadow:0 4px 12px #0e3a3f14}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:transparent;border:none;color:var(--text-primary);font-family:inherit;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:background .25s ease}.faq-question:hover{background:#0e3a3f0f}.faq-icon{flex-shrink:0;margin-left:1rem;font-size:1.25rem;transition:transform .25s}.faq-item-open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item-open .faq-answer{max-height:200px}.faq-answer p{margin:0;padding:0 1.25rem 1rem;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.frame-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.35rem}.frame-swatch{width:1.25rem;height:1.25rem;border-radius:50%;flex-shrink:0;border:1px solid var(--border);cursor:default}.frame-swatch-labels{flex-basis:100%;font-size:.8rem;color:var(--text-secondary);margin-top:.15rem;line-height:1.3}@media (max-width: 599px){.frame-swatch{width:1rem;height:1rem}}.product-image-view-full{position:absolute;bottom:.75rem;right:.75rem;width:2rem;height:2rem;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-md);background:#fff;color:#0d282b;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:2;box-shadow:0 4px 16px #00000059;font-family:inherit;font-weight:700;font-size:.9rem}.product-image-view-full:hover{transform:scale(1.05);box-shadow:0 6px 20px #0006}.product-image-view-full:focus-visible{outline:3px solid #0d282b;outline-offset:2px}.product-image-view-full svg{flex-shrink:0}.product-image-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0d282be6;display:flex;align-items:center;justify-content:center;padding:1rem;animation:productLightboxFadeIn .2s ease-out}@keyframes productLightboxFadeIn{0%{opacity:0}to{opacity:1}}.product-image-lightbox-content{position:relative;max-width:95vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.product-image-lightbox-close{position:absolute;top:-2.5rem;right:0;width:2.5rem;height:2.5rem;border:none;border-radius:var(--radius-sm);background:#ffffff26;color:var(--text-primary);font-size:1.5rem;line-height:1;cursor:pointer;transition:background .2s;z-index:1}.product-image-lightbox-close:hover{background:#ffffff40}.product-image-lightbox-img{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;display:block;border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.shower-cubicles,.shower-cubicles.section-alt{background:var(--bg-page)}.shower-cubicles-title.reveal{animation:fadeInUp .6s ease-out forwards}.shower-cubicles-intro{max-width:640px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.shower-cubicles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.shower-cubicle-card{display:flex;flex-direction:column;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0e3a3f0f;transition:box-shadow .3s ease,transform .3s ease}.shower-cubicle-card:hover{box-shadow:0 8px 24px #0e3a3f1a;transform:translateY(-2px)}.shower-cubicle-image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px 8px 0 0;border-bottom:1px solid var(--border)}.shower-cubicle-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.shower-cubicle-card:hover .shower-cubicle-image{transform:scale(1.08)}.shower-cubicle-body{min-width:0;padding:1.5rem;flex:1;display:flex;flex-direction:column}.shower-cubicle-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;margin:0 0 1rem;color:var(--text-primary)}.shower-cubicle-specs p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.shower-cubicle-specs strong{color:var(--text-primary)}.shower-cubicle-values{font-weight:400}.shower-cubicle-addons{margin-top:.5rem;font-size:.9rem;opacity:.95}.shower-cubicle-extra{margin:1.25rem 0 0;padding-left:1.25rem;color:var(--text-secondary);font-size:.9rem;line-height:1.6}.shower-cubicle-extra li{margin-bottom:.5rem}.shower-cubicle-extra li:last-child{margin-bottom:0}@media (min-width: 769px) and (max-width: 1024px){.shower-cubicles-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.shower-cubicles-intro{margin-left:auto;margin-right:auto;margin-bottom:2rem;padding:0 .5rem}.shower-cubicles-grid{grid-template-columns:1fr;gap:1.5rem}.shower-cubicle-body{padding:1.25rem}.shower-cubicle-title{font-size:1.25rem}}.swing-doors,.swing-doors.section-alt{background:var(--bg-page)}.swing-doors-title.reveal{animation:fadeInUp .6s ease-out forwards}.swing-doors-intro{max-width:640px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.swing-doors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.swing-door-card{display:flex;flex-direction:column;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0e3a3f0f;transition:box-shadow .3s ease,transform .3s ease}.swing-door-card:hover{box-shadow:0 8px 24px #0e3a3f1a;transform:translateY(-2px)}.swing-door-image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px 8px 0 0;border-bottom:1px solid var(--border)}.swing-door-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.swing-door-card:hover .swing-door-image{transform:scale(1.08)}.swing-door-body{min-width:0;padding:1.5rem;flex:1;display:flex;flex-direction:column}.swing-door-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;margin:0 0 1rem;color:var(--text-primary)}.swing-door-specs p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.swing-door-specs strong{color:var(--text-primary)}.swing-door-values{font-weight:400}.swing-door-extra{margin-top:1rem;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}@media (min-width: 769px) and (max-width: 1024px){.swing-doors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.swing-doors-intro{margin-left:auto;margin-right:auto;margin-bottom:2rem;padding:0 .5rem}.swing-doors-grid{grid-template-columns:1fr;gap:1.5rem}.swing-door-body{padding:1.25rem}.swing-door-title{font-size:1.25rem}}.invisible-pocket-doors,.invisible-pocket-doors.section-alt{background:var(--bg-page)}.invisible-pocket-doors-title.reveal{animation:fadeInUp .6s ease-out forwards}.invisible-pocket-doors-intro{max-width:640px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.invisible-pocket-doors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pocket-door-card{display:flex;flex-direction:column;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0e3a3f0f;transition:box-shadow .3s ease,transform .3s ease}.pocket-door-card:hover{box-shadow:0 8px 24px #0e3a3f1a;transform:translateY(-2px)}.pocket-door-image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px 8px 0 0;border-bottom:1px solid var(--border)}.pocket-door-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.pocket-door-card:hover .pocket-door-image{transform:scale(1.08)}.pocket-door-body{min-width:0;padding:1.5rem;flex:1;display:flex;flex-direction:column}.pocket-door-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;margin:0 0 1rem;color:var(--text-primary)}.pocket-door-specs p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.pocket-door-specs strong{color:var(--text-primary)}.pocket-door-values{font-weight:400}.pocket-door-extra{margin:1.25rem 0 0;padding-left:1.25rem;color:var(--text-secondary);font-size:.9rem;line-height:1.6}.pocket-door-extra li{margin-bottom:.5rem}.pocket-door-extra li:last-child{margin-bottom:0}@media (min-width: 769px) and (max-width: 1024px){.invisible-pocket-doors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.invisible-pocket-doors-intro{margin-left:auto;margin-right:auto;margin-bottom:2rem;padding:0 .5rem}.invisible-pocket-doors-grid{grid-template-columns:1fr;gap:1.5rem}.pocket-door-body{padding:1.25rem}.pocket-door-title{font-size:1.25rem}}.telescopic-doors,.telescopic-doors.section-alt{background:var(--bg-page)}.telescopic-doors-title.reveal{animation:fadeInUp .6s ease-out forwards}.telescopic-doors-intro{max-width:640px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.telescopic-doors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.telescopic-door-card{display:flex;flex-direction:column;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0e3a3f0f;transition:box-shadow .3s ease,transform .3s ease}.telescopic-door-card:hover{box-shadow:0 8px 24px #0e3a3f1a;transform:translateY(-2px)}.telescopic-door-image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px 8px 0 0;border-bottom:1px solid var(--border)}.telescopic-door-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.telescopic-door-card:hover .telescopic-door-image{transform:scale(1.08)}.telescopic-door-body{min-width:0;padding:1.5rem;flex:1;display:flex;flex-direction:column}.telescopic-door-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;margin:0 0 1rem;color:var(--text-primary)}.telescopic-door-specs p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.telescopic-door-specs strong{color:var(--text-primary)}.telescopic-door-values{font-weight:400}.telescopic-door-extra{margin-top:1rem;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}@media (min-width: 769px) and (max-width: 1024px){.telescopic-doors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.telescopic-doors-intro{margin-left:auto;margin-right:auto;margin-bottom:2rem;padding:0 .5rem}.telescopic-doors-grid{grid-template-columns:1fr;gap:1.5rem}.telescopic-door-body{padding:1.25rem}.telescopic-door-title{font-size:1.25rem}}.slide-fold-doors,.slide-fold-doors.section-alt{background:var(--bg-page)}.slide-fold-doors-title.reveal{animation:fadeInUp .6s ease-out forwards}.slide-fold-doors-intro{max-width:640px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.slide-fold-doors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.slide-fold-door-card{display:flex;flex-direction:column;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0e3a3f0f;transition:box-shadow .3s ease,transform .3s ease}.slide-fold-door-card:hover{box-shadow:0 8px 24px #0e3a3f1a;transform:translateY(-2px)}.slide-fold-door-image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px 8px 0 0;border-bottom:1px solid var(--border)}.slide-fold-door-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.slide-fold-door-card:hover .slide-fold-door-image{transform:scale(1.08)}.slide-fold-door-body{min-width:0;padding:1.5rem;flex:1;display:flex;flex-direction:column}.slide-fold-door-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;margin:0 0 1rem;color:var(--text-primary)}.slide-fold-door-specs p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.slide-fold-door-specs strong{color:var(--text-primary)}.slide-fold-door-values{font-weight:400}.slide-fold-door-extra{margin-top:1rem;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}@media (min-width: 769px) and (max-width: 1024px){.slide-fold-doors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.slide-fold-doors-intro{margin-left:auto;margin-right:auto;margin-bottom:2rem;padding:0 .5rem}.slide-fold-doors-grid{grid-template-columns:1fr;gap:1.5rem}.slide-fold-door-body{padding:1.25rem}.slide-fold-door-title{font-size:1.25rem}}.synchro-sliding-doors,.synchro-sliding-doors.section-alt{background:var(--bg-page)}.synchro-sliding-doors-title.reveal{animation:fadeInUp .6s ease-out forwards}.synchro-sliding-doors-intro{max-width:640px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.synchro-sliding-doors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.synchro-door-card{display:flex;flex-direction:column;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0e3a3f0f;transition:box-shadow .3s ease,transform .3s ease}.synchro-door-card:hover{box-shadow:0 8px 24px #0e3a3f1a;transform:translateY(-2px)}.synchro-door-image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px 8px 0 0;border-bottom:1px solid var(--border)}.synchro-door-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.synchro-door-card:hover .synchro-door-image{transform:scale(1.08)}.synchro-door-body{min-width:0;padding:1.5rem;flex:1;display:flex;flex-direction:column}.synchro-door-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;margin:0 0 1rem;color:var(--text-primary)}.synchro-door-specs p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.synchro-door-specs strong{color:var(--text-primary)}.synchro-door-values{font-weight:400}.synchro-door-extra{margin-top:1rem;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}@media (min-width: 769px) and (max-width: 1024px){.synchro-sliding-doors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.synchro-sliding-doors-intro{margin-left:auto;margin-right:auto;margin-bottom:2rem;padding:0 .5rem}.synchro-sliding-doors-grid{grid-template-columns:1fr;gap:1.5rem}.synchro-door-body{padding:1.25rem}.synchro-door-title{font-size:1.25rem}}.mandir-partitions,.mandir-partitions.section-alt{background:var(--bg-page)}.mandir-partitions-title.reveal{animation:fadeInUp .6s ease-out forwards}.mandir-partitions-intro{max-width:640px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.mandir-partitions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.mandir-partition-card{display:flex;flex-direction:column;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0e3a3f0f;transition:box-shadow .3s ease,transform .3s ease}.mandir-partition-card:hover{box-shadow:0 8px 24px #0e3a3f1a;transform:translateY(-2px)}.mandir-partition-image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px 8px 0 0;border-bottom:1px solid var(--border)}.mandir-partition-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.mandir-partition-card:hover .mandir-partition-image{transform:scale(1.08)}.mandir-partition-body{min-width:0;padding:1.5rem;flex:1;display:flex;flex-direction:column}.mandir-partition-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;margin:0 0 1rem;color:var(--text-primary)}.mandir-partition-specs p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.mandir-partition-specs strong{color:var(--text-primary)}.mandir-partition-values{font-weight:400}.mandir-partition-extra{margin-top:1rem;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 769px) and (max-width: 1024px){.mandir-partitions-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.mandir-partitions-intro{margin-left:auto;margin-right:auto;margin-bottom:2rem;padding:0 .5rem}.mandir-partitions-grid{grid-template-columns:1fr;gap:1.5rem}.mandir-partition-body{padding:1.25rem}.mandir-partition-title{font-size:1.25rem}}.products-page{padding-top:1rem;width:100%;box-sizing:border-box}.products-page-intro{text-align:center;padding-bottom:2rem}.products-page-title{font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 .75rem;color:var(--text-primary)}.products-page-lead{max-width:560px;margin-left:auto;margin-right:auto;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}@media (max-width: 768px){.products-page{padding-top:.5rem}.products-page-intro{padding-bottom:1.5rem}.products-page-lead{padding:0 .5rem}}.product-range-placeholder{border-top:1px solid var(--border)}.product-range-placeholder-text{margin:0;color:var(--text-secondary);font-size:1rem;text-align:center}.contact-page{background:var(--bg-page);min-height:60vh;color:var(--text-on-light)}.contact-hero{padding-top:3rem;padding-bottom:2rem;text-align:center}.contact-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:600;margin:0 0 .75rem;color:var(--text-on-light)}.contact-hero-title.reveal{animation:contactFadeInUp .6s ease-out forwards}.contact-hero-lead{max-width:560px;margin:0 auto;font-size:1.15rem;color:var(--text-on-light-muted);line-height:1.6}.contact-main{padding-top:0;padding-bottom:3rem}.contact-main.section-alt{background:transparent}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;max-width:1000px;margin:0 auto}@media (max-width: 768px){.contact-hero{padding:2rem 1rem}.contact-hero-lead{padding:0 .5rem}.contact-layout{grid-template-columns:1fr;gap:2rem;padding:0 .5rem;max-width:100%}.contact-form-wrap{padding:1.5rem}.contact-info-wrap{width:100%}.contact-map-section{padding:0 0 2.5rem}.contact-map-wrap{margin:0 1rem;padding:0}.contact-map-iframe{height:320px}.contact-submit{width:100%}.contact-social-icons{justify-content:center}}.contact-form-wrap{padding:2rem 2.25rem;border:1px solid var(--border-on-light);border-radius:var(--radius-lg);background:var(--bg-page);box-shadow:var(--shadow-sm);transition:box-shadow .3s var(--ease)}.contact-form-wrap:focus-within{box-shadow:var(--shadow-md)}.contact-form-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;margin:0 0 1.5rem;color:var(--text-on-light);letter-spacing:.02em}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-label{display:flex;flex-direction:column;gap:.5rem}.contact-label-text{font-size:.9rem;font-weight:600;color:var(--text-on-light);letter-spacing:.02em}.contact-input{padding:.75rem 1rem;font-family:inherit;font-size:1rem;color:var(--text-on-light);background:var(--bg-page);border:2px solid var(--border-on-light);border-radius:var(--radius-md);transition:border-color .25s var(--ease),box-shadow .25s var(--ease)}.contact-input::placeholder{color:var(--text-on-light-muted);opacity:.8}.contact-input:hover{border-color:var(--accent)}.contact-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #e3c09b40}.contact-textarea{resize:vertical;min-height:120px}.contact-submit{margin-top:.5rem;align-self:flex-start}.contact-info-wrap{min-width:0}.contact-info-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;margin:0 0 1.5rem;color:var(--text-on-light);letter-spacing:.02em}.contact-info-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.contact-info-item{margin:0}.contact-info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;border:1px solid var(--border-on-light);border-radius:var(--radius-md);background:var(--bg-page);box-shadow:var(--shadow-sm);transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}.contact-info-link{text-decoration:none;color:inherit}.contact-info-link:hover{color:var(--text-on-light-muted)}.contact-info-link.contact-info-card:hover,.contact-info-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-info-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-sm);background:#e3c09b40;color:var(--text-on-light)}.contact-info-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.contact-info-label{font-size:.8rem;font-weight:600;color:var(--text-on-light-muted);text-transform:uppercase;letter-spacing:.05em}.contact-info-value{font-size:1rem;color:var(--text-on-light);line-height:1.5;white-space:pre-line}.contact-social{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-on-light)}.contact-social-label{display:block;font-size:.8rem;font-weight:600;color:var(--text-on-light-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.contact-social-icons{display:flex;gap:.75rem}.contact-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-md);background:#e3c09b33;color:var(--text-on-light);border:1px solid var(--border-on-light);transition:background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease)}.contact-social-link:hover{background:var(--accent);color:var(--button-text);border-color:var(--accent);transform:translateY(-2px)}.contact-map-section{padding:0 0 4rem}.contact-map-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin:0 0 1.5rem;text-align:center;color:var(--text-on-light);letter-spacing:.02em}.contact-map-wrap{max-width:1200px;margin:0 auto;padding:0 1.5rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-on-light);box-shadow:var(--shadow-md)}.contact-map-iframe{display:block;width:100%;height:420px;border:none}@keyframes contactFadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
