.brand-logo {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 3px 5px rgba(10, 21, 39, 0.16));
}

.brand-name {
  font-family: 'Manrope', Arial, sans-serif;
}

.menu-button {
  min-width: 64px;
  min-height: 44px;
  padding: 8px 10px;
  color: #152037;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
}

.footer-brand .brand-logo {
  width: 68px;
  height: 68px;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.3));
}

@media (max-width: 900px) {
  .brand-logo {
    width: 46px;
    height: 46px;
  }
}
.instagram-link{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:#fff;font-size:14px;white-space:nowrap}.instagram-link svg{flex-shrink:0}.instagram-link:hover{color:#f3b81b}.instagram-link:focus-visible{outline:2px solid #f3b81b;outline-offset:4px}footer:not(.mini-footer)>.instagram-link{margin-top:16px}.mini-footer{flex-wrap:wrap}
.hero.hero-team{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;height:auto;min-height:0;padding-top:88px;background:#101b30;overflow:hidden}.hero-team>.hero-content{grid-column:1;grid-row:1;padding:64px 4vw 64px 7vw;min-width:0}.hero-team>img{position:static;grid-column:2;grid-row:1;width:100%;height:auto;object-fit:contain;align-self:center}.hero-team .hero-shade,.hero-team .hero-index{display:none}.hero-team h1{font-size:clamp(40px,4.3vw,68px)}.team-gathering{margin:48px 0 0}.team-gathering img{display:block;width:100%;height:auto}.team-gathering figcaption{margin-top:14px;font-size:16px;color:#596376}@media(max-width:900px){.hero.hero-team{grid-template-columns:1fr;padding-top:72px}.hero-team>.hero-content{grid-column:1;grid-row:1;padding:48px 24px 36px}.hero-team>img{grid-column:1;grid-row:2;width:100%;height:auto}.hero-team h1{font-size:clamp(36px,7vw,52px)}}
.wa-float{background:transparent}.wa-float img{display:block;width:100%;height:100%;object-fit:contain}.service-list article{grid-template-columns:70px 1fr}@media(max-width:900px){.service-list article{grid-template-columns:35px 1fr}}
