*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100vh;background-color:#f5f5f5;color:#000}body{font-family:helvetica neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}html.nav-open,html.nav-open body{overflow:hidden}body>main{display:block;width:100%;padding-top:80px}a{text-decoration:none;color:inherit}.navbar-wrapper{position:fixed;top:0;width:100%;background-color:#f5f5f5;z-index:1005;margin:0;transition:transform .3s ease-in-out}.navbar-wrapper.header-hidden,.navbar-wrapper.hide-on-scroll{transform:translateY(-100%)}.navbar{display:flex;justify-content:space-between;align-items:flex-start;padding:35px 4% 20px;font-size:14px;letter-spacing:-.02em;width:100%;background-color:#f5f5f5;position:relative}.nav-left{line-height:1.4;color:#888}.nav-left p{margin:0;padding:0}.brand-logo{font-size:24px;font-weight:700;letter-spacing:-.04em;color:#000;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10}.nav-right{display:flex;align-items:center}.nav-right a{margin-left:20px;font-weight:600;transition:opacity .3s}.nav-right a:hover{opacity:.5}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:14px;background:0 0;border:none;cursor:pointer;position:relative;z-index:1002;padding:0}.menu-toggle span{width:100%;height:2px;background-color:#000;transition:transform .3s ease;transform-origin:center}.menu-toggle.active span:nth-child(1){transform:translateY(6px)rotate(45deg)}.menu-toggle.active span:nth-child(2){transform:translateY(-6px)rotate(-45deg)}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;font-size:24px;font-weight:600;z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.mobile-nav.open{opacity:1;visibility:visible}.hero-container{display:flex;flex-direction:column;justify-content:space-between;height:calc(100vh - 85px);min-height:calc(100vh - 85px);width:100%;padding:0 4%;position:relative}.gallery-wrapper{width:100%;max-width:55%;margin:auto}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.gallery-item{display:flex;flex-direction:column;position:relative}.img-wrapper{width:100%;aspect-ratio:1/1;overflow:hidden;background-color:#f5f5f5}.img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1)}.img-wrapper:hover img{transform:scale(1.03)}.item-bw img{filter:grayscale(100%)}.item-caption{font-size:12px;margin-top:10px;color:#000}.caption-left{align-self:flex-start}.caption-right{align-self:flex-end}.caption-main{display:none}.hero-footer{width:100%;margin-top:30px;margin-bottom:20px}.footer-content-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}.footer-text-left{max-width:25%;text-align:left;font-size:14px;line-height:1.5}.footer-btn-right{white-space:nowrap}.footer-text p{font-size:14px;line-height:1.5;color:#555;margin-bottom:20px}.all-works-btn{font-size:24px;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;font-weight:600}.split-section{width:100%;height:100vh;min-height:100vh;padding:95px 4%;background-color:#f5f5f5;display:flex;align-items:center}.split-container{display:grid;grid-template-columns:1.2fr 1fr;gap:8%;align-items:stretch;width:100%;height:100%;max-width:100%;margin:0 auto}.split-text-col{display:flex;flex-direction:column;justify-content:space-between;padding-right:10%;height:100%}.split-text-col span,.split-text-col p,.split-text-col a{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;text-transform:uppercase;letter-spacing:.08em;color:#000}.meta-header{display:flex;justify-content:space-between;font-size:13px;font-weight:500}.meta-label{display:block;font-size:11px;color:#888!important;margin-bottom:15px}.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.meta-value{font-size:13px;line-height:1.7;font-weight:400;margin-bottom:15px}.meta-address{font-size:13px;line-height:1.7;color:#555}.meta-footer .meta-value{font-size:13px;line-height:1.8}.meta-link{text-decoration:none;border-bottom:1px solid #000;padding-bottom:2px}.split-image-col{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.split-img-wrapper{width:100%;height:100%;max-height:80vh;aspect-ratio:3/4;overflow:hidden;background-color:#f5f5f5}.split-img-wrapper img{width:100%;height:100%;object-fit:cover}.post-single{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem;width:100%;min-width:0}.post-cover{margin:0 -1.5rem 2rem}.post-cover img{width:100%;height:380px;object-fit:cover;display:block}.post-header{margin-bottom:2.5rem}.post-category{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#a08c2b;margin-bottom:.75rem}.post-title{font-size:2rem;line-height:1.2;font-weight:700;margin:0 0 1rem;color:#111}.post-meta{font-size:.9rem;color:#777;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.post-meta-separator{color:#ccc}.post-content{font-size:1.05rem;line-height:1.75;color:#222}.post-content p{margin:0 0 1.5rem}.post-content h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;line-height:1.3}.post-content h3{font-size:1.2rem;font-weight:700;margin:2rem 0 .75rem}.post-content a{color:#a08c2b;text-decoration:underline;text-underline-offset:2px}.post-content blockquote{margin:2rem 0;padding:.5rem 0 .5rem 1.25rem;border-left:3px solid #a08c2b;font-style:italic;color:#555}.post-content ul,.post-content ol{margin:0 0 1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content code{background:#f4f4f4;padding:.15rem .4rem;border-radius:4px;font-size:.9em}.post-content pre{background:#1e1e1e;color:#eee;padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:0 0;padding:0}.post-content img{max-width:100%;height:auto;display:block;margin:2rem auto;border-radius:8px}.post-content figure{margin:2rem 0}.post-content figcaption{text-align:center;font-size:.85rem;color:#888;margin-top:.5rem}.content table,article table,.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.content table th,.content table td,article table th,article table td,.post-content table th,.post-content table td{border:1px solid #e2e8f0;padding:10px 14px;text-align:left}.content table th,article table th,.post-content table th{background-color:#f8fafc;font-weight:600}.content table tr:nth-child(even),article table tr:nth-child(even),.post-content table tr:nth-child(even){background-color:#f9f9f9}.post-tags{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:.5rem}.post-tags a{font-size:.8rem;padding:.35rem .85rem;background:#f4f4f4;border-radius:999px;color:#555;text-decoration:none}.post-tags a:hover{background:#a08c2b;color:#fff}.post-nav{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee;display:flex;justify-content:space-between;gap:1.5rem}.post-nav a{flex:1;text-decoration:none;color:inherit}.post-nav-next{text-align:right;margin-left:auto}.post-nav-label{display:block;font-size:.8rem;color:#a08c2b;font-weight:600;margin-bottom:.25rem}.post-nav-title{display:block;font-size:.95rem;font-weight:600;color:#111}.meta-grid-bottom{margin-top:2.5rem}.recent-news-list{list-style:none;margin:.75rem 0 0;padding:0}.recent-news-item{padding:.85rem 0;border-top:1px solid #e5e5e5}.recent-news-item:first-child{border-top:none;padding-top:0}.recent-news-link{text-decoration:none;color:inherit;display:flex;gap:.85rem;align-items:flex-start}.recent-news-thumb{width:56px;height:56px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#e5e5e5}.recent-news-thumb img{width:100%;height:100%;object-fit:cover;display:block}.recent-news-thumb-placeholder{width:100%;height:100%;background:#e0e0e0}.recent-news-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.recent-news-title{font-size:.85rem;font-weight:600;color:#111;line-height:1.3}.recent-news-link:hover .recent-news-title{color:#a08c2b}.recent-news-desc{font-size:.78rem;color:#777;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.recent-news-date{font-size:.7rem;color:#999;margin-top:.1rem}.post-layout-wrapper,.page-with-sidebar{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:flex-start!important;gap:40px!important;max-width:1320px!important;width:100%!important;margin:0 auto!important;padding:30px 24px!important;box-sizing:border-box!important}.post-layout-wrapper .layout-spacer{display:none!important}.post-layout-wrapper .post-single,.page-with-sidebar .post-single{flex:auto!important;width:100%!important;max-width:860px!important;min-width:0!important}.post-sidebar{width:300px!important;min-width:300px!important;max-width:300px!important;flex-shrink:0!important;display:block!important;position:sticky;top:95px}.sidebar-ads-wrapper{width:100%;margin-bottom:24px}.sidebar-ads-wrapper .widget-title{font-size:.95rem;font-weight:700;color:#222;margin:0 0 12px;padding-bottom:6px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #eee}.sidebar-ads-list{display:flex;flex-direction:column;gap:16px}.sidebar-ad-item{width:100%;max-width:100%;overflow:hidden;border-radius:8px;box-sizing:border-box}.sidebar-ad-item a.ad-banner-link{display:block!important;width:100%!important;max-width:100%!important;text-decoration:none;overflow:hidden}.sidebar-ad-item img,.sidebar-ad-item img.ad-banner-img,.post-sidebar img{width:100%!important;max-width:100%!important;height:auto!important;display:block!important;object-fit:cover;border-radius:8px}.classic-blog-container{max-width:1140px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;color:#555}.blog-header-section{text-align:center;margin-bottom:40px}.page-title{font-size:2rem;color:#222;margin-bottom:8px;font-weight:700}.breadcrumb{font-size:.85rem;color:#888}.breadcrumb a{color:#888;text-decoration:none}.blog-layout-grid{display:grid;grid-template-columns:1fr 300px;gap:40px}.post-list-classic{display:flex;flex-direction:column;gap:24px}.classic-card{display:flex;background:#f9f9f9;border-radius:4px;overflow:hidden;padding:20px;gap:20px;align-items:flex-start}.card-media{position:relative;width:160px;height:160px;flex-shrink:0}.card-media img{width:100%;height:100%;object-fit:cover;border-radius:2px}.category-badge{position:absolute;top:10px;left:10px;background:rgba(0,0,0,.6);color:#fff;font-size:.7rem;padding:3px 8px;text-transform:uppercase;border-radius:2px}.card-body{flex:1}.card-title{font-size:1.25rem;margin:0 0 6px;font-weight:700}.card-title a{color:#222;text-decoration:none}.card-title a:hover{color:#0073aa}.card-meta{font-size:.8rem;color:#999;margin-bottom:12px}.card-excerpt{font-size:.9rem;line-height:1.6;color:#666;margin-bottom:14px}.view-details-btn{font-size:.8rem;font-weight:600;color:#333;text-decoration:none}.view-details-btn:hover{color:#0073aa}.pagination-wrapper{margin-top:40px;text-align:center}.pagination{display:inline-flex;list-style:none;gap:12px;padding:0}.pagination a,.pagination span{color:#666;text-decoration:none;font-size:.9rem}.pagination .active a{color:#0073aa;font-weight:700;border-bottom:2px solid #0073aa}.sidebar-area{display:flex;flex-direction:column;gap:32px}.widget-title{font-size:1rem;font-weight:700;color:#222;margin-bottom:16px;text-transform:capitalize}.recent-posts-list{display:flex;flex-direction:column;gap:12px}.recent-post-item{display:flex;gap:12px;align-items:center}.recent-thumb{width:50px;height:50px;flex-shrink:0}.recent-thumb img{width:100%;height:100%;object-fit:cover;border-radius:2px}.recent-info h4{font-size:.85rem;margin:0 0 4px;line-height:1.3}.recent-info h4 a{color:#333;text-decoration:none}.recent-info time{font-size:.75rem;color:#aaa}.widget-categories ul{list-style:none;padding:0;margin:0}.widget-categories li{display:flex;justify-content:space-between;padding:6px 0;font-size:.85rem;border-bottom:1px dashed #eee}.widget-categories a{color:#555;text-decoration:none}.cat-count{color:#aaa}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.project-grid-item{aspect-ratio:1;overflow:hidden;border-radius:2px}.project-grid-item img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.project-grid-item img:hover{transform:scale(1.05)}.bento-gallery-container{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:16px;margin:2.5rem 0;width:100%;box-sizing:border-box}.bento-item{position:relative;overflow:hidden;border-radius:16px;background-color:#f0f0f0;box-shadow:0 4px 12px rgba(0,0,0,5%);transition:transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s cubic-bezier(.25,1,.5,1)}.bento-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,1,.5,1)}.bento-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.bento-item:hover img{transform:scale(1.04)}.bento-normal{grid-column:span 1;grid-row:span 1}.bento-wide{grid-column:span 2;grid-row:span 1}.bento-tall{grid-column:span 1;grid-row:span 2}.bento-big{grid-column:span 2;grid-row:span 2}.animate-hero{opacity:0;transform:translateY(25px);animation:heroFadeIn 1.4s cubic-bezier(.16,1,.3,1)forwards}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0)}}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.25s}.delay-3{animation-delay:.4s}.delay-4{animation-delay:.6s}@media(max-width:1280px){.page-with-sidebar,.post-layout-wrapper{justify-content:center}}@media(max-width:1024px){.caption-main{display:none}.gallery-wrapper{max-width:75%}.post-layout-wrapper .layout-spacer{display:none!important}}@media(max-width:900px){.split-section{height:auto;min-height:min-content;padding:100px 4%}.split-container{grid-template-columns:1fr;gap:40px;height:auto}.split-text-col{padding-right:0;gap:40px}.split-img-wrapper{max-height:60vh}}@media(max-width:850px){.blog-layout-grid{grid-template-columns:1fr}.classic-card{flex-direction:column}.card-media{width:100%;height:200px}}@media(max-width:768px){.nav-right,.nav-left{display:none}.brand-logo{left:1rem;transform:translateY(-50%)}.menu-toggle{display:flex;position:absolute;right:4%;top:50%;transform:translateY(-50%)}body>main{padding-top:60px!important}.split-section{padding:45px 4%!important}.hero-container{height:auto!important;min-height:min-content;padding-bottom:0!important;margin-bottom:0!important}.gallery-wrapper{max-width:100%;padding:0 10px;margin:40px 0 0!important;padding-bottom:0!important}.gallery-grid{grid-template-columns:1fr;gap:0}.item-side{display:none}.item-main{width:100%}.img-wrapper{aspect-ratio:3/4}.caption-main{display:flex;justify-content:space-between;width:100%;font-weight:600;font-size:14px;margin-top:15px}.footer-content-wrapper{flex-direction:column;align-items:flex-start;gap:24px}.footer-text-left{max-width:100%;font-size:13px}.all-works-btn{font-size:18px;letter-spacing:.5px;text-underline-offset:6px;display:inline-flex;align-items:center;gap:6px}.hero-footer{margin-top:24px;margin-bottom:0!important;padding-bottom:0!important}.meta-grid,.meta-grid-bottom{display:flex!important;flex-direction:column!important;gap:2rem!important}.group-news{order:1!important}.group-contact{order:2!important}.split-text-col{padding:1.5rem!important;width:100%!important}.recent-news-list,.recent-news-link{width:100%!important}.recent-news-text{flex-grow:1!important}.post-layout-wrapper,.page-with-sidebar{flex-direction:column!important;align-items:center!important;padding:20px 16px!important;gap:1.5rem!important}.post-layout-wrapper .post-single,.page-with-sidebar .post-single,.post-sidebar{width:100%!important;max-width:100%!important;min-width:0!important;position:static!important}.post-sidebar{margin-top:2rem}.content table,article table,.post-content table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.bento-gallery-container{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:12px}.bento-wide,.bento-big{grid-column:span 2}.post-cover img{height:380px}.post-title{font-size:2.25rem}}@media(max-width:480px){.navbar{align-items:start}.post-title{font-size:1.6rem}.post-content{font-size:1rem}.bento-gallery-container{grid-template-columns:1fr;grid-auto-rows:220px;gap:10px}.bento-normal,.bento-wide,.bento-tall,.bento-big{grid-column:span 1!important;grid-row:span 1!important}.bento-tall,.bento-big{grid-row:span 2!important}}