.site-header { position: relative; }

.brand { width: 94px; height: 48px; padding: 1px; }

.brand img { padding: 0; }

.craft-image { background: #17182f; }

.craft-image img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; mix-blend-mode: normal; opacity: 1; }

.contact { grid-template-columns: 1fr 1fr .8fr; gap: 52px; }

.map-frame { min-height: 290px; overflow: hidden; }

.map-frame iframe { width: 100%; height: 100%; min-height: 290px; border: 0; filter: saturate(.76) contrast(.95); }

@media (max-width: 800px) {
  .brand { width: 72px; height: 38px; }
  .contact { grid-template-columns: 1fr; gap: 28px; }
  .map-frame { min-height: 320px; }
  .craft-image { min-height: auto; padding: 0; }
  .craft-image img { height: 400px; padding: 20px; border-radius: 2px; }
}
