@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Outfit:wght@200;300;400;500;600;700&display=swap";:root{--clr-bg-light:#f5f1ee;--clr-bg-dark:#1c1917;--clr-bg-dark-accent:#161412;--clr-accent:#a38b66;--clr-accent-hover:#867050;--clr-accent-light:#a38b6626;--clr-text-dark:#2c2521;--clr-text-muted:#7e7067;--clr-text-light:#e9e6e2;--clr-text-light-muted:#bab3ab;--border-light:#2c25211a;--border-dark:#e9e6e21a;--border-accent:#a38b664d;--ff-serif:"Cormorant Garamond", serif;--ff-sans:"Outfit", sans-serif;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--max-width:1300px;--header-height:90px;--transition-fast:.25s ease;--transition-medium:.45s cubic-bezier(.25, .46, .45, .94);--transition-slow:.85s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--ff-sans);font-weight:var(--fw-light);background-color:var(--clr-bg-light);color:var(--clr-text-dark);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}ul{list-style:none}button,input,select,textarea{font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none}.container{max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.section-padding{padding-top:5rem;padding-bottom:5rem}.text-uppercase{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:var(--fw-medium)}.text-accent{color:var(--clr-accent)}.serif-title{font-family:var(--ff-serif);font-weight:var(--fw-light);line-height:1.15}.btn{font-size:.8rem;font-weight:var(--fw-medium);text-transform:uppercase;letter-spacing:.1em;transition:all var(--transition-medium);z-index:1;padding:.95rem 2.2rem;display:inline-block;position:relative;overflow:hidden}.btn-primary{color:#fff;background-color:#a68d6b}.btn-primary:before{content:"";z-index:-1;transform-origin:100%;width:100%;height:100%;transition:transform var(--transition-medium);background-color:#857053;position:absolute;top:0;left:0;transform:scaleX(0)}.btn-primary:hover{color:#fff}.btn-primary:hover:before{transform-origin:0;transform:scaleX(1)}.btn-outline{border:1.5px solid var(--clr-accent);color:var(--clr-text-dark)}.btn-outline:hover{background-color:var(--clr-accent);color:#fff;border-color:var(--clr-accent)}.btn-outline-white{color:#fff;border:1px solid #fff6}.btn-outline-white:hover{color:var(--clr-bg-dark);background-color:#fff;border-color:#fff}.reveal{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.header{width:100%;height:var(--header-height);z-index:100;transition:background-color var(--transition-medium), height var(--transition-medium), border-bottom var(--transition-medium);border-bottom:1px solid #0000;position:fixed;top:0;left:0}.header.scrolled,.header.header-always-dark{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#121110f2;border-bottom:1px solid #ffffff0d;height:80px}.header-container{height:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{font-family:var(--ff-serif);font-size:2.2rem;font-weight:var(--fw-light);color:#fff;line-height:1;position:relative}.logo-icon:after{content:"";background-color:var(--clr-accent);opacity:.6;width:1px;height:80%;position:absolute;top:2px;left:10px;transform:rotate(20deg)}.logo-text{font-family:var(--ff-serif);font-size:1.15rem;font-weight:var(--fw-regular);letter-spacing:.3em;color:#fff;text-transform:uppercase}.nav-menu{gap:2.2rem;display:flex}.nav-link{font-size:.75rem;font-weight:var(--fw-medium);text-transform:uppercase;letter-spacing:.15em;color:#ffffffb3;padding:.5rem 0;position:relative}.nav-link:after{content:"";background-color:var(--clr-accent);transform-origin:100%;width:100%;height:1px;transition:transform var(--transition-fast);position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-link:hover{color:#fff}.nav-link:hover:after{transform-origin:0;transform:scaleX(1)}.header-cta .btn{padding:.65rem 1.4rem;font-size:.7rem}.mobile-nav-toggle{z-index:110;flex-direction:column;justify-content:center;gap:6px;width:30px;height:24px;display:none}.mobile-nav-toggle span{width:100%;height:1px;transition:all var(--transition-fast);background-color:#fff}.mobile-nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-nav-toggle.open span:nth-child(2){opacity:0}.mobile-nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{color:#fff;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-1;background-image:linear-gradient(#00000073,#00000073),url(/assets/hero_bg.png);background-position:50%;background-size:cover;width:100%;height:100%;animation:20s infinite alternate zoomBg;position:absolute;top:0;left:0;transform:scale(1.05)}@keyframes zoomBg{0%{transform:scale(1)}to{transform:scale(1.06)}}.hero-content{z-index:2;max-width:650px;margin-top:40px}.hero-subtitle{color:var(--clr-accent);margin-bottom:1.5rem}.hero-title{margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.hero-desc{color:#ffffffd9;max-width:500px;margin-bottom:3rem;font-size:.95rem;font-weight:300;line-height:1.7}.hero-buttons{gap:1.5rem;display:flex}.solutions{background-color:var(--clr-bg-light)}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.section-subtitle{color:var(--clr-accent);margin-bottom:1rem}.section-title{color:var(--clr-text-dark);font-size:clamp(1.8rem,3.5vw,2.8rem)}.solutions-grid{grid-template-columns:repeat(4,1fr);display:grid}.solution-card{transition:background-color var(--transition-medium);flex-direction:column;align-items:flex-start;padding:4rem 2.5rem;display:flex;position:relative}.solutions-grid .solution-card:not(:last-child):after{content:"";background-color:var(--border-light);width:1px;height:80%;position:absolute;top:10%;right:0}.solution-card:hover{background-color:#24190f05}.solution-icon-wrapper{color:var(--clr-accent);width:42px;height:42px;margin-bottom:2.5rem}.solution-icon-wrapper svg{stroke-width:1px;width:100%;height:100%}.solution-card-title{font-size:.8rem;font-weight:var(--fw-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--clr-text-dark);margin-bottom:1.2rem}.solution-card-desc{color:var(--clr-text-muted);font-size:.85rem;line-height:1.6}.about{background-color:var(--clr-bg-light)}.about.section-padding{padding-top:0}.solutions.section-padding{padding-bottom:0}.about-grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:5rem;display:grid}.about-content{flex-direction:column;align-items:flex-start;padding-top:6rem;display:flex}.about-subtitle{color:var(--clr-accent);margin-bottom:1rem}.about-title{color:var(--clr-text-dark);margin-bottom:2rem;font-size:clamp(2rem,3.5vw,3rem)}.about-desc{color:var(--clr-text-muted);margin-bottom:2.5rem;font-size:.95rem;line-height:1.8}.about-image-wrapper{position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.about-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.about-image-wrapper:hover .about-image{transform:scale(1.04)}.source{background-color:var(--clr-bg-dark);color:#fff}.source-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.source-header-info{flex-direction:column;align-items:flex-start;display:flex}.source-subtitle{color:var(--clr-accent);margin-bottom:1rem}.source-title{color:#fff;margin-bottom:2rem;font-size:clamp(2rem,3.5vw,3.2rem)}.source-explore-link{text-transform:uppercase;letter-spacing:.15em;color:var(--clr-accent);transition:gap var(--transition-fast);align-items:center;gap:.75rem;margin-top:1rem;font-size:.75rem;display:inline-flex}.source-explore-link:hover{color:#fff;gap:1.2rem}.source-categories-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem 1.5rem;display:grid}.category-card{text-align:center;transition:all var(--transition-medium);border:1px solid #ffffff05;flex-direction:column;align-items:center;padding:1.5rem 1rem;display:flex}.category-card:hover{background-color:#ffffff04;border-color:#ffffff0d}.category-icon-wrapper{color:var(--clr-accent);width:32px;height:32px;transition:transform var(--transition-medium), color var(--transition-fast);margin-bottom:1.5rem}.category-card:hover .category-icon-wrapper{color:#fff;transform:scale(1.15)}.category-title{text-transform:uppercase;letter-spacing:.1em;color:var(--clr-text-light-muted);transition:color var(--transition-fast);font-size:.75rem}.category-card:hover .category-title{color:#fff}.projects{background-color:var(--clr-bg-light)}.projects-header{justify-content:space-between;align-items:flex-end;margin-bottom:5rem;display:flex}.projects-header-info{max-width:600px}.projects-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.project-card{aspect-ratio:4/3;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000005}.project-image-wrapper{width:100%;height:100%}.project-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.project-overlay{opacity:0;width:100%;height:100%;transition:opacity var(--transition-medium);background:linear-gradient(#0000001a 0%,#0003 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;top:0;left:0}.project-card:hover .project-image{transform:scale(1.08)}.project-card:hover .project-overlay{opacity:1}.project-title{color:#fff;margin-bottom:.25rem;font-size:1.25rem}.project-category{color:var(--clr-accent);text-transform:uppercase;letter-spacing:.15em;font-size:.7rem}.cta{text-align:center;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background-color:#cac5bf;background-image:linear-gradient(#cac5bfd9,#cac5bfd9),url(/assets/cta_marble.png);background-position:50%;background-size:cover;padding-top:4.5rem;padding-bottom:4.5rem}.cta-container{max-width:650px;margin:0 auto}.cta-subtitle{color:var(--clr-accent);margin-bottom:1rem}.cta-title{color:var(--clr-text-dark);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem)}.cta-desc{color:var(--clr-text-muted);margin-bottom:2.5rem;font-size:.95rem;line-height:1.8}.footer{background-color:var(--clr-bg-dark-accent);color:var(--clr-text-light-muted);padding-top:5rem;padding-bottom:3rem;font-size:.85rem}.footer-top{border-bottom:1px solid #ffffff0d;grid-template-columns:1.2fr .8fr 1fr 1fr;gap:4rem;padding-bottom:5rem;display:grid}.footer-brand{flex-direction:column;align-items:flex-start;display:flex}.footer-brand-logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-brand-logo .logo-icon{font-size:2.5rem}.footer-brand-logo .logo-text{font-size:1.25rem}.footer-brand-tagline{letter-spacing:.15em;text-transform:uppercase;color:var(--clr-text-light-muted);max-width:250px;font-size:.65rem;line-height:1.8}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:var(--fw-semibold);margin-bottom:2rem}.footer-links{flex-direction:column;gap:1rem;display:flex}.footer-link-item a{transition:color var(--transition-fast), padding-left var(--transition-fast)}.footer-link-item a:hover{color:#fff;padding-left:5px}.contact-info{flex-direction:column;gap:1.2rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;line-height:1.5;display:flex}.contact-item svg{width:16px;height:16px;color:var(--clr-accent);flex-shrink:0;margin-top:3px}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.social-link{width:34px;height:34px;transition:all var(--transition-medium);color:var(--clr-text-light-muted);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{background-color:var(--clr-accent);border-color:var(--clr-accent);color:#fff;transform:translateY(-3px)}.social-link svg{width:14px;height:14px}.footer-bottom{justify-content:space-between;align-items:center;padding-top:2.5rem;font-size:.75rem;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a:hover{color:#fff}.why-us-list{flex-direction:column;gap:3.5rem;max-width:800px;margin:5rem auto 0;display:flex}.why-us-item{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:3rem;padding-bottom:2.5rem;display:flex}.why-us-item:last-child{border-bottom:none;padding-bottom:0}.why-us-number{font-family:var(--ff-serif);color:var(--clr-accent);opacity:.85;font-size:3rem;font-weight:300;line-height:1}.why-us-text{flex:1}.why-us-title{font-family:var(--ff-serif);color:var(--clr-text-dark);margin-bottom:.65rem;font-size:1.65rem;font-weight:400;line-height:1.2}.why-us-desc{color:var(--clr-text-muted);font-size:.95rem;line-height:1.75}@media (width<=768px){.why-us-item{flex-direction:column;gap:1rem;padding-bottom:2rem}.why-us-number{font-size:2.5rem}.why-us-title{font-size:1.4rem}}.process-list{flex-direction:column;gap:3.5rem;max-width:800px;margin:5rem auto 0;display:flex}.process-item{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:3rem;padding-bottom:2.5rem;display:flex}.process-item:last-child{border-bottom:none;padding-bottom:0}.process-number{font-family:var(--ff-serif);color:var(--clr-accent);opacity:.85;flex-shrink:0;font-size:3rem;font-weight:300;line-height:1}.process-text{flex:1}.process-title{font-family:var(--ff-serif);color:var(--clr-text-dark);margin-bottom:.65rem;font-size:1.65rem;font-weight:400;line-height:1.2}.process-desc{color:var(--clr-text-muted);font-size:.95rem;line-height:1.75}@media (width<=768px){.process-item{flex-direction:column;gap:1rem;padding-bottom:2rem}.process-number{font-size:2.5rem}.process-title{font-size:1.4rem}}.categories-hero{color:#fff;text-align:center;border-bottom:1px solid #ffffff0d;padding:10rem 0 7rem;position:relative;overflow:hidden}.categories-hero-bg{z-index:1;background-image:linear-gradient(#000000a6,#000000a6),url(/assets/categories_hero_bg.png);background-position:50%;background-size:cover;width:100%;height:100%;animation:20s infinite alternate zoomBg;position:absolute;top:0;left:0;transform:scale(1.05)}.categories-hero .section-title{font-size:clamp(2.5rem,5vw,4rem)}.hero-subtext{color:var(--clr-text-light-muted);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.8}.department-section{position:relative}.department-grid{grid-template-columns:1fr 1.8fr;align-items:start;gap:4rem;display:grid}.department-info{flex-direction:column;align-items:flex-start;display:flex;position:sticky;top:120px}.dept-number{font-family:var(--ff-serif);font-size:3.5rem;font-weight:var(--fw-light);color:var(--clr-accent);margin-bottom:1rem;line-height:1}.department-title{color:var(--clr-text-dark);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,2.8rem)}.department-desc{color:var(--clr-text-muted);margin-bottom:2.5rem;font-size:.95rem;line-height:1.8}.department-banner{aspect-ratio:16/10;width:100%;overflow:hidden;box-shadow:0 10px 30px #0000000d}.dept-banner-img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.department-banner:hover .dept-banner-img{transform:scale(1.03)}.categories-detail-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.category-detail-card{transition:all var(--transition-medium);background-color:#fff6;border:1px solid #00000008;padding:2.5rem}.category-detail-card:hover{border-color:var(--clr-accent);background-color:#fff;transform:translateY(-5px);box-shadow:0 15px 40px #00000008}.category-detail-title{font-family:var(--ff-sans);font-size:1.05rem;font-weight:var(--fw-semibold);letter-spacing:.05em;text-transform:uppercase;color:var(--clr-text-dark);margin-bottom:1rem}.category-detail-desc{color:var(--clr-text-muted);font-size:.88rem;line-height:1.7}@media (width<=900px){.department-grid{grid-template-columns:1fr;gap:3rem}.department-info{position:static}.department-banner{display:none}}@media (width<=600px){.categories-detail-grid{grid-template-columns:1fr;gap:1.5rem}.category-detail-card{padding:2rem}}@media (width<=1100px){.solutions-grid{grid-template-columns:repeat(2,1fr)}.solutions-grid .solution-card:nth-child(2):after,.solutions-grid .solution-card:nth-child(2n):after{display:none}.projects-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-image-wrapper{order:-1}.about-content{padding-top:0}.source-grid{grid-template-columns:1fr;gap:4rem}.source-categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){:root{--header-height:80px}.mobile-nav-toggle{display:flex}.nav-menu{background-color:var(--clr-bg-dark);width:80%;max-width:400px;height:100vh;transition:right var(--transition-medium);z-index:105;flex-direction:column;padding:8rem 3rem 3rem;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0003}.nav-menu.open{right:0}.nav-link{font-size:1.1rem}.header-cta{display:none}.hero-buttons{flex-direction:column;gap:1rem}.projects-header{flex-direction:column;align-items:flex-start;gap:2rem}.solutions-grid{grid-template-columns:1fr}.solutions-grid .solution-card:after{display:none!important}.solution-card{border-bottom:1px solid var(--border-light);padding:3rem 1.5rem}.source-categories-grid{grid-template-columns:1fr;gap:1.5rem}.footer-top{grid-template-columns:1fr;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}}
