.elementor-235 .elementor-element.elementor-element-3ecfbcc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-235 .elementor-element.elementor-element-e16538e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f7ea44f */.page-banner{
  position:relative;
  padding:180px 0 120px;
  background:
    radial-gradient(circle at 18% 22%, rgba(211,166,80,.16), transparent 30%),
    linear-gradient(100deg, rgba(69,26,26,.90), rgba(86,23,24,.78), rgba(58,18,18,.64)),
    url("https://thegrandlaurel.com/wp-content/uploads/2026/07/Meetings-events.webp") center/cover no-repeat;
  color:var(--beige);
  overflow:hidden;
}

.page-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(69,26,26,.42)),
    linear-gradient(90deg, rgba(184,137,33,.16), transparent 42%, rgba(184,137,33,.08));
  pointer-events:none;
}

.page-banner::after{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  bottom:42px;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--gold), var(--gold-soft), transparent);
  opacity:.9;
  pointer-events:none;
}

.page-banner .container{
  position:relative;
  z-index:2;
}

.page-banner-content{
  max-width:760px;
}

.page-banner .eyebrow{
  color:var(--gold-soft);
  margin-bottom:18px;
}

.page-banner .eyebrow::before{
  background:var(--gold);
}

.page-banner .section-heading{
  color:var(--white);
  margin-bottom:22px;
  text-shadow:0 10px 34px rgba(0,0,0,.35);
}

.page-banner .section-heading em{
  color:var(--gold-soft);
  font-style:normal;
  font-family:var(--font-script);
}

.page-banner .section-text{
  color:rgba(253,253,252,.88);
  max-width:650px;
  margin-bottom:40px;
}

.banner-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

@media(max-width:768px){
  .page-banner{
    padding:140px 0 90px;
  }

  .banner-actions{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db0a4fd *//* ============================================================
   CONCIERGE LOUNGE — logo color matched
============================================================ */

.gl-concierge-section,
.gl-concierge-section *{
  box-sizing:border-box;
}

.gl-concierge-section{
  padding:100px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(211,166,80,.18), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(86,23,24,.08), transparent 28%),
    linear-gradient(135deg, var(--beige) 0%, #f7f0e8 55%, var(--white) 100%);
  overflow:hidden;
}

.gl-concierge-container{
  width:min(1280px, calc(100% - 40px));
  margin:0 auto;
}

.gl-concierge-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.gl-concierge-eyebrow{
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--maroon);
  font-size:13px;
  font-weight:700;
  letter-spacing:.28em;
  text-transform:uppercase;
  margin-bottom:34px;
}

.gl-concierge-eyebrow span{
  width:44px;
  height:1px;
  background:var(--gold);
  display:block;
}

.gl-concierge-title{
  margin:0 0 28px;
  font-family:var(--font-display);
  font-size:50px;
  line-height:1.02;
  font-weight:400;
  color:var(--maroon-deep);
}

.gl-concierge-title em{
  font-family:var(--font-script);
  color:var(--gold);
  font-style:normal;
  font-weight:400;
}

.gl-concierge-text{
  margin:0 0 46px;
  max-width:660px;
  color:#5b4b4b;
  font-size:18px;
  line-height:1.9;
}

.gl-concierge-list{
  border-top:1px solid rgba(184,137,33,.28);
  margin-bottom:34px;
}

.gl-concierge-item{
  position:relative;
  padding:19px 0 19px 36px;
  border-bottom:1px solid rgba(184,137,33,.28);
  color:var(--maroon-deep);
  font-size:17px;
  line-height:1.45;
}

.gl-concierge-item::before{
  content:"⌂";
  position:absolute;
  left:0;
  top:18px;
  color:var(--gold);
  font-size:17px;
  line-height:1;
}

.gl-concierge-notice{
  margin:0 0 34px;
  padding:20px 24px;
  background:rgba(184,137,33,.10);
  border-left:4px solid var(--gold);
  color:#5b4b4b;
  font-size:15px;
  line-height:1.75;
}

.gl-concierge-notice strong{
  display:block;
  margin-bottom:4px;
  color:var(--maroon);
}

.gl-concierge-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  padding:16px 28px;
  border:1px solid var(--maroon);
  color:var(--maroon);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:700;
  transition:.3s ease;
}

.gl-concierge-btn:hover{
  background:var(--maroon);
  color:var(--beige);
}

.gl-concierge-media{
  position:relative;
}

.gl-concierge-image-wrap{
  position:relative;
  padding:20px;
  border:1px solid rgba(184,137,33,.5);
  box-shadow:0 28px 80px rgba(69,26,26,.16);
}

.gl-concierge-image-wrap::before{
  content:"";
  position:absolute;
  inset:38px;
  border:1px solid rgba(253,253,252,.48);
  z-index:2;
  pointer-events:none;
}

.gl-concierge-image-wrap img{
  width:100%;
  height:760px;
  object-fit:cover;
  display:block;
  filter:saturate(.96) contrast(1.04);
}

@media(max-width:980px){
  .gl-concierge-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .gl-concierge-image-wrap img{
    height:520px;
  }
}

@media(max-width:600px){
  .gl-concierge-section{
    padding:70px 0;
  }

  .gl-concierge-container{
    width:min(100% - 28px, 1280px);
  }

  .gl-concierge-title{
    font-size:44px;
  }

  .gl-concierge-text{
    font-size:16px;
  }

  .gl-concierge-item{
    font-size:15px;
  }

  .gl-concierge-image-wrap{
    padding:12px;
  }

  .gl-concierge-image-wrap img{
    height:360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca01c83 *//* ============================================================
   CTA SECTION — logo color matched
============================================================ */

.stay-cta{
  padding:110px 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(211,166,80,.16), transparent 28%),
    radial-gradient(circle at 86% 84%, rgba(86,23,24,.09), transparent 28%),
    linear-gradient(135deg, var(--beige) 0%, #f7f0e8 55%, var(--white) 100%);
  position:relative;
  overflow:hidden;
}

.stay-cta::before{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  left:-140px;
  top:-140px;
  border:1px solid rgba(184,137,33,.22);
  border-radius:50%;
}

.stay-cta::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-120px;
  bottom:-120px;
  border:1px solid rgba(86,23,24,.16);
  border-radius:50%;
}

.stay-cta-card{
  max-width:900px;
  margin:auto;
  text-align:center;
  background:rgba(253,253,252,.9);
  border:1px solid rgba(184,137,33,.38);
  padding:70px 60px;
  box-shadow:0 25px 70px rgba(69,26,26,.12);
  position:relative;
  z-index:2;
}

.cta-kicker{
  display:inline-block;
  margin-bottom:18px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:700;
}

.stay-cta-card h2{
  font-family:var(--font-display);
  font-size:clamp(42px,5vw,64px);
  font-weight:400;
  color:var(--maroon-deep);
  line-height:1.05;
  margin-bottom:24px;
}

.stay-cta-card h2 em{
  color:var(--gold);
  font-style:normal;
  font-family:var(--font-script);
}

.stay-cta-card p{
  max-width:650px;
  margin:0 auto 40px;
  color:#5b4b4b;
  line-height:1.9;
  font-size:17px;
}

.cta-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

@media(max-width:768px){
  .stay-cta{
    padding:80px 0;
  }

  .stay-cta-card{
    padding:50px 30px;
  }

  .cta-actions{
    flex-direction:column;
    align-items:center;
  }

  .cta-actions a{
    width:100%;
    max-width:260px;
  }
}/* End custom CSS */