.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-816e7c6 *//* ============================================================
   GRAND LAUREL FOOTER - DARK LOGO STYLE
============================================================ */

.grand-footer,
.grand-footer *{
  box-sizing:border-box;
}

.grand-footer{
  position:relative;
  overflow:hidden;
  padding:70px 0 30px;
  background:
    radial-gradient(circle at 18% 10%, rgba(184,137,33,.14), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(211,166,80,.10), transparent 28%),
    linear-gradient(135deg, #451a1a 0%, #561718 48%, #3a1212 100%);
  border-top:1px solid rgba(184,137,33,.7);
  color:var(--beige);
  font-family:var(--font-body);
}

.grand-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(211,166,80,.12), transparent 38%);
  background-size:120px 120px, auto;
}

.grand-footer::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--gold), var(--gold-soft), var(--gold), transparent);
}

.grand-footer a{
  color:inherit;
  text-decoration:none;
}

.grand-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.grand-footer p,
.grand-footer h2,
.grand-footer h4{
  margin:0;
}

.grand-footer .footer-container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* Ornaments */
.footer-ornament{
  position:absolute;
  width:260px;
  height:260px;
  border:1px solid rgba(184,137,33,.28);
  border-radius:50%;
  pointer-events:none;
}

.footer-ornament::after{
  content:"";
  position:absolute;
  inset:34px;
  border:1px solid rgba(211,166,80,.18);
  border-radius:50%;
}

.footer-ornament-left{
  left:-90px;
  top:120px;
}

.footer-ornament-right{
  right:-110px;
  bottom:40px;
}

/* Invite */
.footer-invite{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:42px 46px;
  margin-bottom:34px;
  border:1px solid rgba(184,137,33,.45);
  background:rgba(69,26,26,.55);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}

.footer-kicker{
  display:block;
  margin-bottom:10px;
  color:var(--gold-soft);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:700;
}

.footer-invite h2{
  font-family:var(--font-display);
  font-weight:400;
  color:var(--white);
  font-size:clamp(28px,3vw,44px);
  line-height:1.08;
  max-width:570px;
}

.footer-invite h2 em{
  font-family:var(--font-script);
  color:var(--gold-soft);
  font-style:normal;
  font-weight:400;
}

/* Newsletter */
.footer-newsletter{
  display:flex;
  min-width:min(460px,100%);
  background:rgba(255,255,255,.06);
  border:1px solid rgba(184,137,33,.55);
  padding:7px;
}

.footer-newsletter input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  padding:0 18px;
  color:var(--white);
  font:inherit;
}

.footer-newsletter input::placeholder{
  color:rgba(255,255,255,.66);
}

.footer-newsletter button{
  border:0;
  padding:16px 24px;
  background:var(--gold);
  color:var(--maroon-deep);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
  transition:
    background .35s var(--ease),
    transform .35s var(--ease),
    color .35s var(--ease);
}

.footer-newsletter button:hover{
  background:var(--gold-soft);
  transform:translateY(-1px);
}

/* Cards */
.footer-card-wrap{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.25fr .82fr .82fr 1.08fr;
  gap:20px;
  padding:10px 0 54px;
  background:transparent;
}

.footer-brand-card,
.footer-link-card,
.footer-contact-card{ 
  padding:34px;
  min-height:100%;
  transition:
    transform .45s var(--ease),
    box-shadow .45s var(--ease),
    border-color .45s var(--ease),
    background .45s var(--ease);
}

.footer-brand-card:hover,
.footer-link-card:hover,
.footer-contact-card:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,.075); 
  border-color:rgba(184,137,33,.72);
}

/* Logo */
.footer-logo{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
}

.footer-logo img{
  width:260px !important;
  max-width:100%;
  height:auto; 
}

.footer-brand-card p{
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.8;
  font-weight:300;
  max-width:330px;
}

.grand-footer h4{
  font-family:var(--font-display);
  color:var(--white);
  font-size:19px;
  font-weight:500;
  margin-bottom:24px;
  letter-spacing:.08em;
  text-transform:uppercase;
  position:relative;
}

.grand-footer h4::after{
  content:"";
  display:block;
  width:54px;
  height:1px;
  margin-top:12px;
  background:linear-gradient(90deg, var(--gold), transparent);
}

.footer-link-card ul{
  display:flex;
  flex-direction:column;
  gap:13px;
}

.footer-link-card a{
  position:relative;
  color:rgba(255,255,255,.82);
  font-size:14px;
  transition:
    color .3s var(--ease),
    padding-left .3s var(--ease);
}

.footer-link-card a::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:0;
  height:1px;
  background:var(--gold-soft);
  transition:width .3s var(--ease);
}

.footer-link-card a:hover{
  color:var(--gold-soft);
  padding-left:20px;
}

.footer-link-card a:hover::before{
  width:12px;
}

/* Contact */
.contact-pill{
  padding:15px 0;
  border-bottom:1px solid rgba(184,137,33,.22);
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.55;
}

.contact-pill:first-of-type{
  padding-top:0;
}

.contact-pill span{
  display:block;
  color:var(--gold-soft);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:10px;
  font-weight:800;
  margin-bottom:4px;
}

/* Socials */
.footer-socials{
  display:flex;
  gap:12px;
  margin-top:24px;
}

.footer-socials a{
  width:42px;
  height:42px;
  border:1px solid rgba(184,137,33,.48);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.045);
  transition:
    transform .35s var(--ease),
    background .35s var(--ease),
    border-color .35s var(--ease);
}

.footer-socials a:hover{
  transform:translateY(-4px) rotate(-6deg);
  background:var(--gold);
  border-color:var(--gold);
}

.footer-socials svg{
  width:15px;
  height:15px;
}

.footer-socials path,
.footer-socials rect,
.footer-socials circle{
  stroke:var(--white);
  transition:stroke .35s var(--ease);
}

.footer-socials a:hover path,
.footer-socials a:hover rect,
.footer-socials a:hover circle{
  stroke:var(--maroon-deep);
}

/* Bottom */
.footer-bottom{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(184,137,33,.35);
  padding-top:24px;
  color:rgba(255,255,255,.76);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  font-size:12.5px;
}

.back-to-top{
  color:var(--gold-soft);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:11px;
}

.back-to-top:hover{
  color:var(--white);
}

.grand-footer .reveal{
  opacity:1 !important;
  transform:none !important;
}

/* Responsive */
@media(max-width:1000px){
  .footer-invite{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-card-wrap{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .grand-footer{
    padding-top:46px;
  }

  .grand-footer .footer-container{
    width:min(100% - 28px, 1180px);
  }

  .footer-invite{
    padding:32px 24px;
  }

  .footer-newsletter{
    flex-direction:column;
    gap:8px;
  }

  .footer-newsletter input{
    padding:14px;
  }

  .footer-card-wrap{
    grid-template-columns:1fr;
  }

  .footer-brand-card,
  .footer-link-card,
  .footer-contact-card{
    padding:28px 24px;
  }

  .footer-logo img{
    width:145px !important;
  }
}/* End custom CSS */