.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.gallery {
  padding: 110px clamp(22px, 6vw, 94px);
  background: #171b19;
}

.gallery .section-head > p:last-child {
  color: var(--muted);
  max-width: 600px;
  font-size: 1.05rem;
}

.gallery-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 260px);
  grid-auto-rows: 260px;
  gap: 12px;
}

.gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #2b302d;
}

.gallery-main {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery figure:nth-child(4) {
  grid-column: span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.gallery figure:hover img {
  transform: scale(1.035);
}

.gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px 18px 15px;
  background: linear-gradient(transparent, #0c0f0de6);
  font-size: .82rem;
  font-weight: 600;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-details a {
  display: block;
  border-left: 3px solid var(--sand);
  padding: 10px 16px;
  background: #ffffff08;
}

.contact-details small {
  display: block;
  color: var(--sand2);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .68rem;
  margin-bottom: 4px;
}

.contact-details strong {
  font-size: 1rem;
  line-height: 1.45;
}

.contact-details a:hover {
  background: #ffffff10;
}

.whatsapp-contact {
  display: flex !important;
  align-items: center;
  gap: 14px;
}

.whatsapp-contact svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: #25d366;
}

.service-groups{max-width:1180px;margin:auto;border-top:1px solid #ffffff26}.service-category{display:grid;grid-template-columns:280px 1fr;border-bottom:1px solid #ffffff26}.service-category>header{display:flex;gap:22px;padding:32px 24px 32px 0;border-right:1px solid #ffffff26}.service-category>header>span{color:var(--sand);font:600 1.3rem Oswald}.service-category header small{color:#89908a;text-transform:uppercase;letter-spacing:.12em;font-size:.65rem}.service-category header h3{font:500 1.45rem Oswald;text-transform:uppercase;line-height:1.15;margin:4px 0 0}.category-items{display:grid;grid-template-columns:repeat(2,1fr)}.category-items article{padding:30px;border-right:1px solid #ffffff26;border-bottom:1px solid #ffffff26}.category-items article:nth-child(even){border-right:0}.category-items article:nth-last-child(-n+2){border-bottom:0}.category-items .icon{margin:0 0 14px;font-size:1.45rem}.category-items h4{font:500 1.14rem Oswald;text-transform:uppercase;margin:0 0 8px}.category-items p{color:var(--muted);font-size:.9rem;margin:0}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 360px repeat(2, 220px);
    grid-auto-rows: 220px;
  }

  .service-category{grid-template-columns:1fr}.service-category>header{border-right:0;border-bottom:1px solid #ffffff26;padding-left:0}

  .gallery-main {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .gallery {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 235px;
  }

  .gallery-main,
  .gallery figure:nth-child(4) {
    grid-column: auto;
  }

  .category-items{grid-template-columns:1fr}.category-items article,.category-items article:nth-child(even),.category-items article:nth-last-child(-n+2){border-right:0;border-bottom:1px solid #ffffff26;padding:25px 8px}.category-items article:last-child{border-bottom:0}
}
