.elementor-43 .elementor-element.elementor-element-8e192c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-43 .elementor-element.elementor-element-8e192c4:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-8e192c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-uicore_secondary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-43 .elementor-element.elementor-element-8e192c4{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-34f0304 *//* ---- FOOTER ---- */
  footer {
    border-top: 1px solid var(--border-gold);
    background: rgba(201,149,42,0.01);
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto 4rem;
  }

  .footer-brand p {
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 0.9rem;
    line-height: 1.9;
    color: var(--text-muted);
    margin-top: 1rem;
    max-width: 280px;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .footer-logo-text {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--gold-light);
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .footer-col h4 {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
  }

  .footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .footer-col ul a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 0.03em;
  }

  .footer-col ul a:hover { color: var(--cream-dim); }

  .footer-bottom {
    border-top: 1px solid var(--border-gold);
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
  }

  .footer-bottom p {
    font-family: 'Cinzel', serif;
    font-size: 0.55rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
  }/* End custom CSS */