.contacts-email {
  display: inline-block;
  color: #fff8ef;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: rgba(255, 248, 239, .42);
  text-underline-offset: .22em;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.contacts-email:hover,
.contacts-email:focus-visible {
  color: #f5d392;
  text-decoration-color: currentColor;
}

.map-embed:not(.is-loaded) { display: none; }

.map-consent-placeholder {
  position: absolute;
  inset: 8px;
  z-index: 2;
  min-height: 404px;
  padding: 112px clamp(24px, 6vw, 72px) 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 27px;
  color: #fff8ef;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(220, 169, 96, .22), transparent 34%),
    linear-gradient(145deg, rgba(35, 29, 25, .94), rgba(80, 66, 54, .90));
}

.map-consent-placeholder[hidden] { display: none; }
.map-consent-placeholder strong { font-size: clamp(19px, 2vw, 25px); }
.map-consent-placeholder p { max-width: 540px; margin: 0 0 8px; color: rgba(255, 248, 239, .76); }
.map-consent-placeholder .secondary-btn { color: #fff8ef; }
.map-consent-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229, 188, 130, .68);
  border-radius: 14px;
  color: #f6d295;
  background: linear-gradient(145deg, #241d18, #73543a);
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 800;
}

.site-footer {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  color: rgba(22, 15, 11, .78);
  font-size: 13px;
  font-weight: 720;
  text-align: center;
}

.footer-legal a,
.footer-legal button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: rgba(22, 15, 11, .28);
  text-underline-offset: .22em;
}

.footer-legal a:hover,
.footer-legal button:hover,
.footer-legal a:focus-visible,
.footer-legal button:focus-visible { color: #4c2d16; text-decoration-color: currentColor; }

.lead-form .privacy-consent-note {
  margin: -2px 2px 0;
  color: rgba(255, 248, 239, .88);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 560;
  text-shadow: none;
}

.privacy-consent-note a {
  color: #fff;
  font-weight: 720;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .45);
  text-underline-offset: .18em;
}

.cookie-banner {
  position: fixed;
  z-index: 130;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: max(18px, env(safe-area-inset-left));
  width: min(760px, calc(100% - 36px));
  margin-inline: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(240, 206, 157, .44);
  border-radius: 24px;
  color: #fff8ef;
  background: linear-gradient(145deg, rgba(40, 34, 29, .97), rgba(73, 60, 49, .97));
  box-shadow: 0 26px 80px rgba(22, 15, 10, .40), inset 0 1px rgba(255, 255, 255, .10);
  backdrop-filter: blur(22px) saturate(120%);
  -webkit-backdrop-filter: blur(22px) saturate(120%);
}

.cookie-banner-copy { display: grid; gap: 7px; }
.cookie-banner-copy strong { font-size: 18px; }
.cookie-banner-copy p { margin: 0; color: rgba(255, 248, 239, .76); font-size: 14px; line-height: 1.45; }
.cookie-banner-actions { display: flex; gap: 9px; }
.cookie-primary,
.cookie-secondary {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 820;
  white-space: nowrap;
}
.cookie-primary { border: 1px solid rgba(240, 206, 157, .48); color: #261a11; background: linear-gradient(135deg, #f1d7af, #d39c59); }
.cookie-secondary { border: 1px solid rgba(255, 255, 255, .24); color: #fff8ef; background: rgba(255, 248, 239, .08); }
.cookie-primary:focus-visible,
.cookie-secondary:focus-visible { outline: 3px solid rgba(247, 211, 146, .84); outline-offset: 3px; }

@media (max-width: 760px) {
  .map-consent-placeholder { padding: 118px 20px 24px; }
  .footer-legal { display: grid; gap: 10px; }
  .cookie-banner { grid-template-columns: 1fr; padding: 17px; border-radius: 21px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-primary, .cookie-secondary { padding-inline: 12px; font-size: 13px; }
}

@media (max-width: 420px) {
  .cookie-banner-actions { grid-template-columns: 1fr; }
}
