.elementor-23 .elementor-element.elementor-element-37578e1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-23 .elementor-element.elementor-element-37578e1.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-23 .elementor-element.elementor-element-37578e1{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-4d1b487 *//* ── Footer ── */
.bk-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1vw;
  padding: 2.5vw 6%;
  border-top: 1px solid rgba(184,146,60,0.1);
}

.footer-brand {
  font-family: var(--font-serif);
  font-size: clamp(0.65rem, 0.85vw, 0.95rem);
  color: rgba(250,248,244,0.35);
}

.footer-links {
  display: flex;
  gap: 1.8vw;
}

.footer-links a {
  font-family: var(--font-sans);
  font-size: clamp(0.62rem, 0.72vw, 0.8rem);
  color: rgba(250,248,244,0.25);
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

@media (max-width: 600px) {
  .bk-footer {
    flex-direction: column;
    text-align: center;
    padding: 7vw 6%;
    gap: 3vw;
  }
  .footer-links { gap: 5vw; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-37578e1 */.elementor-23 .elementor-element.elementor-element-37578e1 {
  width: 100%;
  background-color: #110e0a;
  border-top: 1px solid rgba(184,146,60,0.1);
  padding: clamp(24px, 2.5vw, 40px) 6% !important;
}/* End custom CSS */