.header-container{width:100vw;height:auto;overflow:hidden;background:white;display:flex;flex-direction:column}.header-section{display:flex;max-width:1440px;margin:0 auto;width:100%;height:70dvh;position:relative;z-index:10}.header-left-section{width:90%;position:relative;overflow:hidden;left:-10%;z-index:1}.header-left-section-text{position:absolute;z-index:5;left:15%;top:10%}.header-left-section-text h2{font-size:60px;color:#000;font-weight:400}.header-left-section img{object-fit:cover}.header-right-section{position:absolute;z-index:6;right:0;bottom:-20%;width:400px;aspect-ratio:4/5}.header-right-section img{bottom:22%;right:0;transform:scale(1);object-fit:contain}.header-pro-details{display:flex;justify-content:center;flex-direction:column;align-items:center;color:#000;padding:2rem 0}.header-pro-details h2{font-size:36px;font-weight:lighter}.header-pro-details h3{font-size:24px;font-weight:lighter}.header-lower-section{max-width:1440px;width:100%;height:80dvh;margin:-17rem auto 0}.header-lower-wrapper{display:flex;height:100%}.header-lower-left{position:relative;width:35%}.header-lower-left-text{position:absolute;z-index:5;bottom:5%;left:7%;width:70%}.header-lower-left-text h3{font-size:28px}.header-lower-left-text p{font-size:22px;margin-top:1rem}.header-lower-left-text p:first-of-type{margin-top:0}.header-lower-right{flex:1 1;display:flex;align-items:flex-end}.header-gallery-box{height:60%;width:120%;position:relative;margin-left:-5rem}.header-gallery-box img{object-fit:cover}@media screen and (max-width:1300px){.header-lower-section{max-width:1440px;width:100%;height:90dvh;margin:-15rem auto 0}}@media screen and (max-width:900px){.header-pro-details{display:flex;justify-content:center;flex-direction:column;align-items:flex-start;color:#000;padding:2rem}.header-lower-section{max-width:1440px;width:100%;height:60dvh;margin:0 auto;background-color:#7f707f}.header-lower-wrapper{position:relative;display:flex;flex-direction:column;gap:1rem}.header-lower-left{position:relative;flex:1 1;width:100%}.header-lower-left-text{position:absolute;z-index:5;bottom:0;left:50%;transform:translateX(-50%);width:80%;text-align:center;color:#000}.header-lower-left img{display:none}.header-gallery-box{height:100%;width:100%;margin-left:0}}@media screen and (max-width:600px){.header-left-section{width:100%;position:relative;overflow:hidden;left:0;z-index:1}.header-left-section-text{position:absolute;z-index:5;left:10%;top:5%}.header-left-section-text h2{font-size:30px;color:#000;font-weight:400}.header-left-section img{object-fit:cover;object-position:center}.header-right-section{bottom:10%;width:40%}.header-right-section img{width:100%;object-fit:contain}.header-pro-details{display:flex;justify-content:center;flex-direction:column;align-items:flex-start;color:#000}.header-pro-details h2{font-size:30px;font-weight:lighter}.header-pro-details h3{font-size:18px;font-weight:lighter}.header-lower-section{width:100%;height:70dvh;min-height:40dvh}.header-lower-left-text{bottom:50%;left:50%;transform:translate(-50%,50%);width:90%;color:white}.header-lower-left-text h3{font-size:22px}.header-lower-left-text p{font-size:16px;margin-top:1rem}}.header-gallery-slide,.header-hero-slide,.header-quote-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease-in-out}.header-gallery-slide.active,.header-hero-slide.active,.header-quote-slide.active{opacity:1;z-index:2}.header-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:6}.header-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.55);border:none;padding:0;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.header-dot.active{background-color:#fff;transform:scale(1.35)}@media screen and (max-width:600px){.header-dots{bottom:10px;gap:6px}.header-dot{width:6px;height:6px}}.board-section{width:100vw;min-height:50dvh;background-color:#e79978;padding:3rem 0}.board-wrapper{max-width:1440px;width:100%;margin:0 auto;color:#000}.board-wrapper h2{font-size:24px}.board-wrapper h3{font-size:20px;font-weight:lighter}.board-container{width:100%;min-height:100px;background-color:#fff;padding:3rem 4rem;margin-top:2rem;font-size:24px}.board-container ul{display:grid;grid-template-columns:repeat(2,1fr);margin-left:1.2rem;margin-top:1rem}.board-container h2{font-size:24px}.board-container ul li{font-size:22px;font-weight:lighter;margin-top:.7rem}@media screen and (max-width:1440px){.board-wrapper{padding:0 1rem}}@media (max-width:840px){.board-wrapper h2{text-align:center;font-size:22px}.board-wrapper h3{text-align:center;font-size:16px}.board-container{padding:2rem}.board-container h2{font-size:22px}.board-container ul{display:grid;grid-template-columns:repeat(1,1fr);margin-left:1rem}.board-container ul li{font-size:18px;margin-top:.5rem}.board-section{padding:2rem 0}}.project-section{width:100vw;min-height:100dvh;z-index:5;background-color:#fff}.project-section-bg{background-color:#fff;min-height:50dvh;margin:0 auto;padding:3rem 0;max-width:1440px}.project-filter-section{color:#000;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.project-filter-desc{flex:1 1;font-size:26px;text-align:center}.project-filter-bar-wrapper{flex:1 1;display:flex;justify-content:center;margin-top:2rem;width:100%;max-width:900px}.project-listing-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem;max-width:1440px;width:100%;margin-left:auto;margin-right:auto;padding-top:3rem;position:relative}.sorting-filter{position:absolute;top:0;right:0;color:#000;display:flex;align-items:center;justify-content:center;font-size:16px}.sorting-filter select{border:none;outline:none;background-color:transparent;color:#f36c21;font-size:16px;padding:0}.images-loading-overlay{position:absolute;top:0;left:0;display:flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(255,255,255,.92);border-radius:999px;font-size:13px;color:#555;z-index:5;box-shadow:0 1px 4px rgba(0,0,0,.08)}.images-loading-spinner{width:14px;height:14px;border:2px solid #ddd;border-top-color:#f36c21;border-radius:50%;animation:images-loading-spin .7s linear infinite;flex-shrink:0}@keyframes images-loading-spin{to{transform:rotate(1turn)}}@media screen and (max-width:1440px){.project-section-bg{padding:2rem 1rem}}@media (max-width:1198px){.project-section-bg{margin:2rem;padding:2rem}.project-filter-desc{font-size:22px}.project-listing-section{gap:1rem;margin-top:2rem}}@media (max-width:1073px){.project-filter-desc{font-size:18px}}@media (max-width:840px){.project-section-bg{margin:1rem;padding:1rem}.project-filter-desc{font-size:16px}}@media (max-width:580px){.project-filter-section{flex-direction:column;text-align:center;gap:1rem}.project-filter-bar-wrapper{margin-top:0}}@media (max-width:480px){.project-section-bg{margin:.5rem;padding:.5rem}}