@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&display=swap');
:root{--bh-primary:var(--e-global-color-primary,#183c70);--bh-accent:#46a8db;--bh-ink:#142238;--bh-muted:#6b7280}
.bh-portfolio,.bh-single,.bh-lightbox{font-family:"Kanit",sans-serif;box-sizing:border-box}.bh-portfolio *,.bh-single *,.bh-lightbox *{box-sizing:border-box}
.bh-stage-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:0 0 34px}.bh-stage-tabs button{font:500 16px/1.3 "Kanit",sans-serif;border:1px solid #dce3eb;background:#fff;color:var(--bh-ink);padding:12px 22px;border-radius:3px;cursor:pointer;transition:.2s}.bh-stage-tabs button:hover,.bh-stage-tabs button.is-active{background:var(--bh-primary);border-color:var(--bh-primary);color:#fff}
.bh-project-grid{display:grid;grid-template-columns:repeat(var(--bh-columns),minmax(0,1fr));gap:28px 22px}.bh-project-card[hidden]{display:none}.bh-project-card{margin:0;min-width:0}.bh-project-card a{text-decoration:none;color:inherit}.bh-card-image{position:relative;aspect-ratio:1.42;overflow:hidden;background:#edf1f5}.bh-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.bh-project-card:hover img{transform:scale(1.04)}.bh-stage-badge{position:absolute;left:0;bottom:0;background:rgba(19,48,93,.92);color:#fff;padding:9px 15px;font-size:14px;font-weight:400}.bh-project-card h3{color:var(--bh-ink);font-size:19px;line-height:1.45;font-weight:500;margin:15px 0 4px}.bh-project-card p{color:var(--bh-muted);font-size:14px;margin:0}.bh-empty{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--bh-muted)}
.bh-single{color:var(--bh-ink);background:#fff}.bh-single-hero{position:relative;min-height:420px;max-height:680px;overflow:hidden;background:#17263a}.bh-single-hero>img{display:block;width:100%;height:clamp(420px,56vw,680px);object-fit:cover}.bh-single-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,16,32,.68),rgba(4,16,32,.04) 65%)}.bh-hero-overlay{position:absolute;z-index:2;left:max(24px,calc((100% - 1180px)/2));right:24px;bottom:54px;color:#fff}.bh-hero-overlay span{display:inline-block;padding:7px 13px;background:var(--bh-primary);font-size:14px;margin-bottom:13px}.bh-hero-overlay h1{color:#fff;font-size:clamp(30px,4vw,56px);line-height:1.15;font-weight:500;margin:0;max-width:900px}.bh-single-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:56px 0 80px}.bh-project-facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e2e7ec;border-bottom:1px solid #e2e7ec;margin-bottom:46px}.bh-project-facts>div{padding:23px 26px;border-right:1px solid #e2e7ec}.bh-project-facts>div:first-child{padding-left:0}.bh-project-facts>div:last-child{border-right:0}.bh-project-facts small{display:block;color:var(--bh-accent);font-size:12px;letter-spacing:.09em;margin-bottom:6px}.bh-project-facts strong{font-size:17px;font-weight:400}.bh-project-content{font-size:17px;line-height:1.9;max-width:920px;margin:0 auto 48px}.bh-project-content h2,.bh-project-content h3,.bh-project-content h4{color:var(--bh-ink)}.bh-project-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:36px}.bh-gallery-item{border:0;padding:0;background:#eee;cursor:zoom-in;overflow:hidden;aspect-ratio:1.45}.bh-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.bh-gallery-item:hover img{transform:scale(1.025)}.bh-gallery-featured{grid-column:1/-1;aspect-ratio:2.05}.bh-back-link{display:inline-block;margin-top:44px;color:var(--bh-primary);font-weight:500;text-decoration:none}.bh-lightbox[hidden]{display:none}.bh-lightbox{position:fixed;z-index:999999;inset:0;background:rgba(3,10,20,.94);display:flex;align-items:center;justify-content:center;padding:30px}.bh-lightbox img{max-width:94vw;max-height:90vh;object-fit:contain}.bh-lightbox button{position:absolute;right:20px;top:13px;border:0;background:transparent;color:#fff;font-size:44px;cursor:pointer}.bh-no-scroll{overflow:hidden}
@media(max-width:900px){.bh-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-project-facts{grid-template-columns:1fr}.bh-project-facts>div,.bh-project-facts>div:first-child{padding:17px 0;border-right:0;border-bottom:1px solid #e2e7ec}.bh-project-facts>div:last-child{border-bottom:0}}
@media(max-width:600px){.bh-stage-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;margin-bottom:24px;padding-bottom:5px}.bh-stage-tabs button{white-space:nowrap;padding:10px 15px;font-size:14px}.bh-project-grid{grid-template-columns:1fr;gap:24px}.bh-single-hero,.bh-single-hero>img{min-height:390px;height:390px}.bh-hero-overlay{left:20px;right:20px;bottom:32px}.bh-single-inner{width:calc(100% - 30px);padding:38px 0 60px}.bh-project-content{font-size:16px}.bh-project-gallery{grid-template-columns:1fr}.bh-gallery-featured{grid-column:auto;aspect-ratio:1.45}}

