@import "https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@300;400;500;600;700;800&display=swap";
.bh-page{color:#000;font-family:Host Grotesk,sans-serif}.bh-page *{box-sizing:border-box}.bh-header{z-index:100;background:#fff;border-bottom:1px solid #d1d5db;justify-content:space-between;align-items:center;min-height:70px;padding:12px 40px;display:flex;position:sticky;top:0}.bh-header-logo img{width:144px;height:auto}.bh-nav-links{gap:20px;margin:0;padding:0;list-style:none;display:flex}.bh-nav-links li{padding:0 8px;position:relative}.bh-nav-links li:after{content:"";background:#000;width:0;height:2px;transition:width .3s;display:block;position:absolute;bottom:-4px;left:0}.bh-nav-links li:hover:after,.bh-nav-links li.bh-active:after{width:80%}.bh-nav-links a{color:#000;text-transform:uppercase;font-size:16px;font-weight:600;text-decoration:none}.bh-nav-right{align-items:center;gap:16px;display:flex}.bh-nav-divider{background:#52525b;width:1px;height:40px}.bh-btn-contact{color:#000;text-transform:uppercase;cursor:pointer;background:0 0;border:2px solid #000;border-radius:50px;padding:8px 24px;font-family:Host Grotesk,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s}.bh-btn-contact:hover{background:#f3f4f6}.bh-nav-links,.bh-nav-divider{display:none}.bh-hamburger{cursor:pointer;background:0 0;border:none;padding:4px;display:block}.bh-hamburger svg{width:28px;height:28px}.bh-mobile-menu{z-index:200;background:#fff;width:300px;height:100%;padding:24px;transition:transform .3s;display:none;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 20px #00000026}.bh-mobile-menu.bh-open{transform:translate(0)}.bh-mobile-overlay{z-index:199;background:#00000080;display:none;position:fixed;inset:0}.bh-mobile-overlay.bh-open{display:block}.bh-mobile-close{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:16px;right:16px}.bh-mobile-close svg{width:14px;height:14px}.bh-mobile-nav{margin:60px 0 0;padding:0;list-style:none}.bh-mobile-nav li{border-bottom:1px solid #d1d5db;padding:12px 0}.bh-mobile-nav a{color:#000;font-size:16px;font-weight:600;text-decoration:none}.bh-mobile-menu{display:block}@media (max-width:1023px){.bh-header{padding:12px 16px}.bh-header-logo img{width:128px}}.bh-hero{background:#000;flex-direction:column;align-items:center;width:100%;padding:100px 40px 40px;display:flex;position:relative}.bh-hero-bird-wrap{z-index:1;will-change:transform;width:90%;max-width:900px;transition:transform .3s cubic-bezier(.03,.98,.52,.99)}.bh-hero-bird{width:100%;height:auto}.bh-hero-social{z-index:5;flex-direction:column;gap:12px;display:flex;position:absolute;top:40px;right:40px}.bh-hero-social a{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:opacity .3s;display:flex}.bh-hero-social a:hover{opacity:.85}.bh-hero-social a img{-o-object-fit:contain;object-fit:contain;width:50px;height:50px}.bh-hero-bottom{z-index:5;justify-content:space-between;align-items:flex-end;gap:40px;display:flex;position:absolute;bottom:370px;left:40px;right:40px}.bh-hero-text{color:#fff}.bh-hero-text h1{margin:0;font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.1}.bh-hero-text h1 .bh-gradient{background:linear-gradient(135deg,#dbbcf9,#fae4e3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bh-hero-tagline{color:#d4d4d8;max-width:500px;margin-top:16px;font-size:28px;line-height:1.5}.bh-hero-cta{flex-shrink:0}.bh-btn-quote{color:#fff;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:2px solid #fff;border-radius:50px;padding:16px 42px;font-family:Host Grotesk,sans-serif;font-size:20px;font-weight:700;text-decoration:none;transition:all .3s}.bh-btn-quote:hover{color:#000;background:#fff;transform:scale(1.05)}@media (max-width:767px){.bh-hero{min-height:100dvh;padding:24px 16px}.bh-hero-bird-wrap{width:80%;max-width:350px}.bh-hero-social{top:16px;right:16px}.bh-hero-social a img{width:32px;height:32px}.bh-hero-bottom{flex-direction:column;align-items:flex-start;gap:24px}.bh-hero-cta{align-self:flex-end}}.bh-about-hero{text-align:center;background-image:url(/images/birdhaus/aboutPat.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:60vh;padding:80px 24px;display:flex}.bh-about-hero-inner{max-width:1100px}.bh-about-hero h3{margin-bottom:24px;font-size:38px;font-weight:700}.bh-about-hero h2{font-size:clamp(28px,3.5vw,38px);font-weight:500;line-height:1.4}.bh-about-hero .bh-gray{color:#979797}.bh-about-hero a{color:#000;text-transform:uppercase;margin-top:24px;font-size:26px;font-weight:700;text-decoration:underline;display:inline-block}.bh-stats{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.bh-stats-item{text-align:center;border:1px solid #3f3f46;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}.bh-stats-item h1{margin:0;font-size:clamp(30px,4vw,48px);font-weight:700}.bh-stats-item span{font-size:20px;font-weight:500}@media (max-width:767px){.bh-stats{grid-template-columns:1fr}}.bh-why-section{max-width:1200px;margin:0 auto;padding:40px 24px}.bh-why-inner{align-items:flex-start;gap:40px;display:flex}.bh-why-left{align-self:flex-start;width:50%;height:fit-content;position:sticky;top:80px}.bh-why-left h3{margin:0 0 16px;font-size:28px;font-weight:600}.bh-why-left h1{color:#979797;margin:0;font-size:clamp(30px,4vw,60px);font-weight:700;line-height:1.15}.bh-why-left h1 span{color:#000;margin-top:16px;display:block}.bh-why-left h1 span img{width:auto;height:40px}.bh-why-bird{max-width:320px;margin:40px auto 0}.bh-why-bird img{width:100%;height:auto}.bh-why-right{flex-direction:column;gap:24px;width:50%;display:flex}.bh-service-card{cursor:pointer;border-radius:8px;flex-direction:column;gap:32px;padding:16px;transition:transform .2s;display:flex}.bh-service-card:hover{transform:translateY(-2px)}.bh-service-card-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:16px;display:flex}.bh-service-card-icon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.bh-service-card h2{text-transform:uppercase;margin:0;font-size:24px;font-weight:700}.bh-service-card p{color:#333;margin:0;font-size:16px;line-height:1.6}@media (min-width:1024px){.bh-service-card{padding:40px}}@media (max-width:1023px){.bh-why-inner{flex-direction:column}.bh-why-left,.bh-why-right{width:100%}.bh-why-left{position:static}.bh-why-bird{display:none}}.bh-marquee-wrapper{width:100%;padding:12px 0;overflow:hidden}.bh-marquee-track{width:max-content;animation:30s linear infinite bh-marquee-scroll;display:flex}.bh-marquee-item{flex-shrink:0;justify-content:center;align-items:center;width:176px;height:96px;margin:0 48px;display:flex}.bh-marquee-item.bh-wide{width:208px}.bh-marquee-item img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@keyframes bh-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:767px){.bh-marquee-item{width:140px;height:72px;margin:0 16px}}.bh-portfolio{background:#000;padding:40px 24px}.bh-portfolio-inner{max-width:1200px;margin:0 auto}.bh-portfolio-header{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:24px;display:flex}.bh-portfolio-header-left{color:#fff}.bh-portfolio-header-left h2{text-transform:uppercase;margin:0;font-size:clamp(36px,4vw,48px);font-weight:400}.bh-portfolio-header-left h2.bh-bold{font-weight:700}.bh-portfolio-header-right{max-width:33%}.bh-portfolio-header-right p{color:#fff;border-bottom:2px solid #fff;padding-bottom:12px;font-size:18px;line-height:1.5}.bh-btn-outline-white{color:#fff;text-transform:uppercase;background:0 0;border:2px solid #fff;border-radius:50px;margin-top:16px;padding:8px 32px;font-family:Host Grotesk,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.bh-btn-outline-white:hover{color:#000;background:#fff;transform:scale(1.05)}.bh-portfolio-grid{border:1px solid #27272a;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px;display:grid}.bh-portfolio-card{border-radius:8px;position:relative;overflow:hidden}.bh-portfolio-card img{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.bh-portfolio-card .bh-arrow-btn{background:linear-gradient(135deg,#dbbcf9,#fae4e3);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:12px;display:flex;position:absolute;top:8px;right:8px}.bh-portfolio-card .bh-arrow-btn img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@media (max-width:1023px){.bh-portfolio-header{flex-direction:column;gap:16px}.bh-portfolio-header-right{max-width:100%}.bh-portfolio-grid{grid-template-columns:1fr}}@media (min-width:1024px){.bh-portfolio-card .bh-arrow-btn{width:64px;height:64px;padding:20px;top:16px;right:48px}}.bh-blog{max-width:1200px;margin:0 auto;padding:24px}.bh-blog-header{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:24px;display:flex}.bh-blog-header-left{width:50%}.bh-blog-header-left h1{color:#979797;margin:0;font-size:clamp(30px,4vw,60px);font-weight:700;line-height:1.15}.bh-blog-header-left h1 span{color:#000}.bh-blog-header-left h1 span img{vertical-align:baseline;width:auto;height:36px}.bh-blog-header-right{flex-direction:column;gap:16px;width:25%;display:flex}.bh-blog-header-right p{font-size:18px;line-height:1.5}.bh-btn-outline-black{color:#000;text-transform:uppercase;background:0 0;border:2px solid #000;border-radius:50px;width:fit-content;padding:8px 32px;font-family:Host Grotesk,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.bh-btn-outline-black:hover{color:#fff;background:#000;transform:scale(1.05)}.bh-blog-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.bh-blog-card{border-radius:8px;position:relative;overflow:hidden}.bh-blog-card img{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;height:300px;display:block}.bh-blog-card-text{color:#fff;z-index:2;width:66%;padding:12px 16px;position:absolute;bottom:0;left:0}.bh-blog-card-text h3{margin:0;font-size:clamp(16px,2vw,20px);font-weight:700;line-height:1.3}.bh-blog-card-text h4{margin:4px 0 0;font-size:clamp(16px,2vw,20px);font-weight:500;line-height:1.3}@media (max-width:1023px){.bh-blog-header{flex-direction:column;gap:16px}.bh-blog-header-left,.bh-blog-header-right{width:100%}.bh-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.bh-blog-grid{grid-template-columns:1fr}}.bh-footer{background:#000;padding:16px 24px}.bh-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}.bh-footer-social{gap:12px;display:flex}.bh-footer-social a img{-o-object-fit:contain;object-fit:contain;width:48px;height:48px}.bh-footer-copyright{color:#fff;font-size:18px}@media (max-width:767px){.bh-footer-inner{flex-direction:column;align-items:flex-start;gap:16px}}.bh-services-hero{background:#000;flex-direction:column;min-height:100vh;padding:80px 40px 60px;display:flex;position:relative;overflow:hidden}.bh-services-hero-text{z-index:2;max-width:1100px;margin:0 auto;padding:40px 0}.bh-services-hero-text h3{color:#fff;margin:0 0 24px;font-size:38px;font-weight:700}.bh-services-hero-text h2{color:#fff;margin:0;font-size:clamp(24px,3vw,34px);font-weight:500;line-height:1.5}.bh-services-hero-text .bh-gray{color:#9b9b9b}.bh-services-icons{z-index:2;flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:24px;padding:40px 0;display:flex;position:relative}.bh-service-icon-btn{cursor:pointer;filter:drop-shadow(0 4px 12px #ffffff1a);background:0 0;border:none;justify-content:center;align-items:center;width:160px;height:160px;padding:8px;transition:transform .3s,filter .3s;display:flex}.bh-service-icon-btn:hover{filter:drop-shadow(0 8px 24px #ffffff40);transform:scale(1.25)rotate(var(--icon-rotate,0deg))!important}.bh-service-icon-btn img{width:100%;height:auto;display:block}.bh-service-modal-overlay{z-index:300;background:#000000b3;justify-content:center;align-items:center;padding:24px;animation:.25s bh-modal-fade-in;display:flex;position:fixed;inset:0}@keyframes bh-modal-fade-in{0%{opacity:0}to{opacity:1}}.bh-service-modal{background:#111;border:1px solid #333;border-radius:16px;width:100%;max-width:900px;max-height:85vh;animation:.3s bh-modal-slide-up;position:relative;overflow-y:auto}@keyframes bh-modal-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.bh-service-modal-close{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:32px;transition:opacity .2s;display:flex;position:absolute;top:16px;right:16px}.bh-service-modal-close:hover{opacity:.7}.bh-service-modal-top{padding:48px 40px 40px}.bh-service-modal-info h2{color:#fff;text-transform:uppercase;margin:0 0 20px;font-size:32px;font-weight:700}.bh-service-modal-info ul{flex-wrap:wrap;gap:8px;margin:0 0 24px;padding:0;list-style:none;display:flex}.bh-service-modal-info ul li{color:#ccc;background:#222;border:1px solid #444;border-radius:50px;padding:6px 18px;font-size:14px;font-weight:500}.bh-btn-modal{color:#fff;text-transform:uppercase;background:0 0;border:2px solid #fff;border-radius:50px;padding:12px 32px;font-family:Host Grotesk,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.bh-btn-modal:hover{color:#000;background:#fff}.bh-service-modal-desc{border-top:1px solid #333;margin-top:32px;padding-top:24px}.bh-service-modal-desc h3{color:#ccc;margin:0;font-size:20px;font-weight:500;line-height:1.6}.bh-service-modal-blurb{border-top:1px solid #333;margin-top:32px;padding-top:24px}.bh-service-modal-blurb p{color:#999;margin:0;font-size:16px;line-height:1.6}.bh-inline-logo{vertical-align:middle;width:auto;height:20px;margin:0 4px}@media (max-width:767px){.bh-services-hero{padding:60px 16px 40px}.bh-services-hero-text h3{font-size:24px}.bh-services-hero-text h2{font-size:18px}.bh-services-icons{gap:16px}.bh-service-icon-btn{width:100px;height:100px}.bh-service-modal-top{padding:40px 20px 24px}.bh-service-modal-info h2{font-size:24px}}.bh-contact-hero{text-align:center;background-image:url(/images/birdhaus/contactIm.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:40vh;padding:80px 24px;display:flex;position:relative}.bh-contact-hero:before{content:"";background:#0009;position:absolute;inset:0}.bh-contact-hero-content{z-index:2;color:#fff;max-width:700px;position:relative}.bh-contact-hero h1{margin:0 0 8px;font-size:clamp(24px,4vw,36px);font-weight:700}.bh-contact-hero h2{margin:0 0 16px;font-size:clamp(28px,4vw,48px);font-weight:700}.bh-contact-hero p{font-size:18px;line-height:1.6}.bh-contact-form-section{max-width:700px;margin:0 auto;padding:60px 24px}.bh-contact-form{flex-direction:column;gap:20px;display:flex}.bh-contact-form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.bh-contact-field{flex-direction:column;gap:6px;display:flex}.bh-contact-field label{color:#333;font-size:14px;font-weight:600}.bh-contact-field input,.bh-contact-field textarea{border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:Host Grotesk,sans-serif;font-size:16px;transition:border-color .2s}.bh-contact-field input:focus,.bh-contact-field textarea:focus{border-color:#000}.bh-contact-field textarea{resize:vertical;min-height:120px}.bh-btn-submit{color:#fff;cursor:pointer;text-transform:uppercase;background:#000;border:none;border-radius:50px;width:fit-content;padding:14px 40px;font-family:Host Grotesk,sans-serif;font-size:16px;font-weight:700;transition:all .3s}.bh-btn-submit:hover{background:#333;transform:scale(1.02)}.bh-btn-submit:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.bh-contact-form-row{grid-template-columns:1fr}}.bh-toast{color:#fff;z-index:300;border-radius:8px;padding:16px 24px;font-weight:600;animation:.3s bh-toast-in;position:fixed;bottom:24px;right:24px}.bh-toast.bh-success{background:#16a34a}.bh-toast.bh-error{background:#dc2626}@keyframes bh-toast-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
