/* Sunny Estate Agent v18 — supplied logo + visible footer social icons */

/* The supplied logo is square. Keep its original proportions everywhere. */
.header-inner {
  grid-template-columns: 104px minmax(0, 1fr) auto !important;
  min-height: 102px;
  gap: clamp(22px, 2.2vw, 38px);
}

.brand {
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand img,
.mobile-nav-head img,
.footer-about img {
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
}

.brand img {
  width: 86px !important;
  height: 86px !important;
  max-height: none !important;
  display: block;
}

.mobile-nav-head img {
  width: 66px !important;
  height: 66px !important;
  max-height: none !important;
}

.footer-about img {
  width: 168px !important;
  height: 168px !important;
  max-width: 100%;
  margin-bottom: 18px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}

/* Social buttons must remain visible against the dark footer. */
.social-links {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px !important;
  margin-top: 16px;
}

.social-links a {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  display: inline-grid !important;
  place-items: center;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #ff8a3d !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px);
  color: #fff !important;
  background: #e95f0c;
  border-color: #e95f0c !important;
  outline: none;
}

.social-links svg {
  width: 20px !important;
  height: 20px !important;
  display: block;
  overflow: visible;
  color: currentColor;
}

.social-links .icon-youtube {
  width: 21px !important;
  height: 21px !important;
}

@media (max-width: 1060px) {
  .header-inner {
    grid-template-columns: 82px minmax(0, 1fr) auto !important;
    min-height: 88px;
  }
  .brand { width: 72px; height: 72px; }
  .brand img { width: 70px !important; height: 70px !important; }
}

@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: 1fr auto !important;
    min-height: 78px;
  }
  .brand { width: 62px; height: 62px; }
  .brand img { width: 60px !important; height: 60px !important; }
}

@media (max-width: 760px) {
  .header-inner.container { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 58px; height: 58px; }
  .brand img { width: 56px !important; height: 56px !important; border-radius: 10px; }
  .mobile-nav-head img { width: 62px !important; height: 62px !important; border-radius: 10px; }
  .footer-about img { width: 138px !important; height: 138px !important; }
  .social-links { gap: 9px !important; }
  .social-links a { width: 39px !important; height: 39px !important; min-width: 39px; }
  .social-links svg { width: 19px !important; height: 19px !important; }
}
