.bb{--forest:#1A3D2B;--meadow:#3A7D56;--sage:#7DC4A0;--mist:#F0FAF4;--white:#FFFFFF;--text:#1A1A1A;--muted:#4A6358;--border:#DDE8E1;--dew:#E8F5EE;--font-head:"Nunito",sans-serif;--font-body:"Nunito Sans",sans-serif;--radius-sm:0.625rem;--radius-md:0.875rem;--radius-lg:1.125rem;--radius-xl:1.5rem}.bb *,.bb :after,.bb :before{box-sizing:border-box;margin:0;padding:0}.bb{font-family:var(--font-body);font-size:16px;color:var(--text);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}.bb h1,.bb h2,.bb h3,.bb h4{font-family:var(--font-head);letter-spacing:-.015em}.bb img{max-width:100%;height:auto;display:block}.bb a{color:inherit;text-decoration:none}.bb .container{max-width:1100px;margin:0 auto;padding:0 clamp(1.25rem,5vw,2.5rem)}.bb .section{padding-block:clamp(4.5rem,9vw,7.5rem)}.bb .section-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--meadow);margin-bottom:.75rem}.bb .section-heading{font-size:clamp(1.75rem,4vw,2.625rem);font-weight:700;color:var(--forest);line-height:1.15;margin-bottom:1.125rem}.bb .section-body{font-size:1.0625rem;color:var(--muted);line-height:1.75}.bb .fade-up{opacity:0;transform:translateY(22px);transition:opacity .5s ease,transform .5s ease}.bb .fade-up.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.bb .fade-up{opacity:1;transform:none;transition:none}}.bb .nav{position:fixed;top:44px;left:0;right:0;z-index:200;background:rgba(26,61,43,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}.bb .nav-inner{justify-content:space-between;height:62px}.bb .nav-inner,.bb .nav-logo{display:flex;align-items:center}.bb .nav-logo{gap:10px}.bb .nav-logo img{height:30px;width:auto}.bb .nav-wordmark{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--white)}.bb .nav-links{display:flex;gap:1.25rem;list-style:none}.bb .nav-links a{font-size:.875rem;font-weight:600;color:rgba(255,255,255,.65);transition:color .2s}.bb .nav-links a:hover{color:var(--white)}@media (max-width:680px){.bb .nav-inner{height:52px;flex-wrap:nowrap;gap:.75rem}.bb .nav-logo{flex:0 0 auto}.bb .nav-logo img{height:26px}.bb .nav-wordmark{display:none}.bb .nav-links{display:flex;flex:1 1 auto;min-width:0;width:auto;overflow-x:auto;gap:.25rem;padding:0;-ms-overflow-style:none;scrollbar-width:none}.bb .nav-links::-webkit-scrollbar{display:none}.bb .nav-links a{white-space:nowrap;display:block;padding:.35rem .625rem;font-size:.8125rem}}.bb .hero{min-height:100svh;background:var(--forest);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;padding:clamp(9.5rem,20vw,11rem) 1.5rem clamp(5rem,9vw,7rem)}.bb .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 55% at 15% 60%,rgba(58,125,86,.28) 0,transparent 100%),radial-gradient(ellipse 50% 45% at 85% 20%,rgba(125,196,160,.12) 0,transparent 100%);pointer-events:none}.bb .hero-content{position:relative;z-index:1;max-width:680px}.bb .hero-logo{width:clamp(90px,18vw,128px);margin:0 auto 2.25rem}.bb .hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(125,196,160,.35);color:var(--sage);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.75rem}.bb .hero-eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--sage);opacity:.6}.bb .hero h1{font-size:clamp(2.5rem,7.5vw,4.75rem);font-weight:800;color:var(--white);line-height:1.06;letter-spacing:-.025em;margin-bottom:1.5rem}.bb .hero-sub{font-size:clamp(1rem,2.5vw,1.1875rem);color:rgba(125,196,160,.85);line-height:1.65;margin-bottom:2.5rem;max-width:520px;margin-left:auto;margin-right:auto}.bb .btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--meadow);color:var(--white);font-family:var(--font-body);font-size:.9375rem;font-weight:700;padding:.875rem 2rem;border-radius:100px;transition:background .2s,transform .2s}.bb .btn-primary:hover{background:#2d6443;transform:translateY(-2px)}.bb .hero-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(125,196,160,.4);animation:bb-scroll-hint 2.4s ease-in-out infinite}.bb .hero-scroll-hint span{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}@keyframes bb-scroll-hint{0%,to{transform:translateX(-50%) translateY(0);opacity:.4}50%{transform:translateX(-50%) translateY(7px);opacity:.7}}.bb .what-section{background:var(--white)}.bb .what-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,5.5rem);align-items:center}@media (max-width:780px){.bb .what-grid{grid-template-columns:1fr}}.bb .what-text .section-body+.section-body{margin-top:1rem}.bb .what-chips{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1.75rem}.bb .chip{font-size:.8125rem;font-weight:600;background:var(--dew);color:var(--meadow);border:1px solid rgba(58,125,86,.15);padding:.3125rem .875rem;border-radius:100px}.bb .photo-frame{border-radius:var(--radius-xl);overflow:hidden;background:var(--mist);border:1px solid var(--border);aspect-ratio:4/3;position:relative}.bb .photo-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bb .photo-frame-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;color:var(--muted)}.bb .photo-frame-placeholder svg{opacity:.3}.bb .photo-frame-placeholder p{font-size:.875rem;font-weight:600;opacity:.5}.bb .system-arch{display:flex;align-items:stretch;margin-top:3rem;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--mist)}.bb .system-node{flex:1;padding:1.375rem 1.5rem}.bb .system-node-title{font-family:var(--font-head);font-size:.9375rem;font-weight:700;color:var(--forest);margin-bottom:.375rem}.bb .system-node-detail{font-size:.8125rem;color:var(--muted);line-height:1.6}.bb .system-conn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:1rem 1.25rem;border-left:1px solid var(--border);border-right:1px solid var(--border);flex-shrink:0;background:var(--white)}.bb .system-conn-label{font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--meadow);white-space:nowrap}@media (max-width:600px){.bb .system-arch{flex-direction:column}.bb .system-conn{flex-direction:row;padding:.75rem 1.5rem;border-left:none;border-right:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}}.bb .how-section{background:var(--mist)}.bb .how-header{max-width:580px;text-align:center;margin:0 auto 3.5rem}.bb .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem}.bb .step-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.875rem;position:relative}.bb .step-num{font-family:var(--font-head);font-size:3rem;font-weight:800;color:var(--meadow);opacity:.12;line-height:1;margin-bottom:1rem;user-select:none}.bb .step-icon{width:40px;height:40px;border-radius:10px;background:var(--dew);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.bb .step-title{font-size:1.0625rem;font-weight:700;color:var(--forest);margin-bottom:.5rem}.bb .step-desc{font-size:.9375rem;color:var(--muted);line-height:1.65}.bb .housing-section{background:var(--white)}.bb .housing-header{max-width:540px;margin-bottom:3rem}.bb .housing-main{border-radius:var(--radius-xl);border:1px solid var(--border);overflow:hidden;background:var(--mist);display:flex;align-items:center;justify-content:center;padding:2.5rem;margin-bottom:1.25rem;min-height:280px}.bb .housing-main img{max-height:260px;width:auto;object-fit:contain}.bb .housing-phase{margin-top:2.5rem}.bb .housing-phase+.housing-phase{margin-top:2rem}.bb .housing-phase-header{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.bb .housing-phase-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--meadow)}.bb .housing-phase-note{font-size:.875rem;color:var(--muted);line-height:1.6;max-width:560px}.bb .housing-thumbs{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.bb .housing-thumbs-lg .housing-thumb{flex:0 0 calc(50% - 0.625rem)}.bb .housing-thumbs-lg .housing-thumb-img{aspect-ratio:3/2}.bb .housing-thumbs-lg .housing-thumb-img img{max-height:200px}@media (max-width:600px){.bb .housing-thumbs-lg .housing-thumb{flex:0 0 100%}}.bb .housing-thumb{flex:0 0 calc(33.333% - 0.834rem)}@media (max-width:600px){.bb .housing-thumb{flex:0 0 calc(50% - 0.625rem)}}.bb .housing-thumb{border-radius:var(--radius-md);border:1px solid var(--border);overflow:hidden;background:var(--white);cursor:pointer;transition:border-color .2s,box-shadow .2s}.bb .housing-thumb:hover{border-color:var(--sage);box-shadow:0 4px 16px rgba(58,125,86,.1)}.bb .housing-thumb-img{background:var(--mist);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:1rem}.bb .housing-thumb-img img{max-height:120px;width:auto;object-fit:contain}.bb .housing-thumb-caption{padding:.625rem .875rem;border-top:1px solid var(--border);font-size:.8125rem;font-weight:600;color:var(--muted)}.bb .housing-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,260px));justify-content:center;gap:.875rem;margin-top:2.5rem}.bb .housing-feature{background:var(--mist);border-radius:var(--radius-md);padding:1.125rem 1.25rem}.bb .housing-feature-name{font-size:.875rem;font-weight:700;color:var(--forest);margin-bottom:.25rem}.bb .housing-feature-desc{font-size:.8125rem;color:var(--muted);line-height:1.55}.bb .specs-section{background:var(--forest)}.bb .specs-section .section-label{color:var(--sage)}.bb .specs-section .section-heading{color:var(--white)}.bb .specs-section .section-body{color:rgba(125,196,160,.75)}.bb .specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.25rem;margin-top:3rem}.bb .spec-group{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-lg);padding:1.5rem}.bb .spec-group-title{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);padding-bottom:.875rem;margin-bottom:.875rem;border-bottom:1px solid rgba(255,255,255,.07)}.bb .spec-row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.9375rem}.bb .spec-row:last-child{border-bottom:none}.bb .spec-key{color:rgba(255,255,255,.45);flex-shrink:0}.bb .spec-val{color:rgba(255,255,255,.88);text-align:right;word-break:break-word}.bb .photos-section{background:var(--mist)}.bb .photos-header{text-align:center;max-width:540px;margin:0 auto 3rem}.bb .photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.bb .photo-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--white);border:1px solid var(--border);aspect-ratio:4/3;position:relative}.bb .photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bb .photo-card-caption{position:absolute;left:1rem;right:1rem;bottom:1rem;background:rgba(26,61,43,.88);color:var(--white);border-radius:var(--radius-sm);padding:.625rem .75rem;font-size:.8125rem;font-weight:700;line-height:1.35}.bb .photo-card-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;color:var(--muted)}.bb .photo-card-placeholder svg{opacity:.25}.bb .photo-card-placeholder p{font-size:.8125rem;font-weight:600;opacity:.5}.bb .process-section{background:var(--white)}.bb .process-header{max-width:560px;margin-bottom:3rem}.bb .process-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.bb .process-card{flex:0 0 calc(33.333% - 0.834rem);background:var(--white);border:1px solid var(--border);border-top:3px solid var(--meadow);border-radius:var(--radius-md);padding:1.75rem}@media (max-width:700px){.bb .process-card{flex:0 0 calc(50% - 0.625rem)}}@media (max-width:460px){.bb .process-card{flex:0 0 100%}}.bb .process-card-img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);margin-top:1.25rem}.bb .process-phase{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--meadow);margin-bottom:.5rem}.bb .process-title{font-size:1.0625rem;font-weight:700;color:var(--forest);margin-bottom:.625rem}.bb .process-desc{font-size:.9375rem;color:var(--muted);line-height:1.65}.bb .artifacts-section{background:var(--mist)}.bb .artifacts-header{max-width:560px;margin-bottom:3rem}.bb .artifacts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.bb .artifact-card{display:grid;grid-template-columns:104px 1fr;gap:1.25rem;align-items:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;transition:border-color .2s,transform .2s,box-shadow .2s}.bb .artifact-card:hover{border-color:var(--sage);transform:translateY(-2px);box-shadow:0 10px 26px rgba(58,125,86,.12)}.bb .artifact-card img{width:104px;height:88px;border-radius:var(--radius-sm);object-fit:contain;background:var(--mist);border:1px solid var(--border);padding:.5rem}.bb .artifact-title{font-size:1.0625rem;font-weight:700;color:var(--forest);margin-bottom:.375rem}.bb .artifact-desc{font-size:.9375rem;color:var(--muted);line-height:1.6}@media (max-width:520px){.bb .artifact-card{grid-template-columns:1fr}.bb .artifact-card img{width:100%;height:140px}}.bb .housing-thumb,.bb .photo-card{cursor:zoom-in}#bb-lb{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out;opacity:0;transition:opacity .18s ease}#bb-lb.bb-lb-open{opacity:1}#bb-lb img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 48px rgba(0,0,0,.6);cursor:default}.bb .footer{background:var(--forest);padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.07)}.bb .footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.bb .footer-brand{display:flex;align-items:center;gap:12px}.bb .footer-brand img{height:36px;width:auto}.bb .footer-brand-name{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--white)}.bb .footer-brand-sub{font-size:.8125rem;color:rgba(125,196,160,.6);margin-top:1px}.bb .footer-note{font-size:.8125rem;color:rgba(255,255,255,.25);text-align:right}@media (max-width:540px){.bb .footer-note{text-align:left}}