.elementor-276 .elementor-element.elementor-element-18d9e08{--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/laurel-hotel-scaled.jpg") 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-family:var(--font-script);
  font-style:normal;
  font-weight:400;
}

.page-banner .section-text{
  color:rgba(253,253,252,.88);
  max-width:650px;
  margin-bottom:40px;
  line-height:1.9;
}

.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-f440614 *//* ============================================================
   ABOUT PAGE - GRAND LAUREL THEME
============================================================ */

.gl-about-page,
.gl-about-page *{
  box-sizing:border-box;
}

.gl-about-page{
  background:var(--beige);
  color:#5b4b4b;
  overflow:hidden;
}

.gl-about-container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.gl-about-section{
  padding:100px 0;
  position:relative;
}

.gl-about-eyebrow{
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--gold);
  font-size:13px;
  letter-spacing:.26em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:24px;
}

.gl-about-eyebrow::before{
  content:"";
  width:52px;
  height:1px;
  background:var(--gold);
}

.gl-about-title{
  margin:0 0 28px;
  color:var(--maroon-deep);
  font-family:var(--font-display);
  font-size:clamp(46px, 6vw, 82px);
  line-height:1;
  font-weight:400;
}

.gl-about-title em{
  color:var(--gold);
  font-family:var(--font-script);
  font-style:normal;
}

.gl-about-text{
  font-size:17px;
  line-height:1.9;
  margin:0 0 22px;
}

.gl-about-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:72px;
  align-items:center;
}

.gl-about-media{
  position:relative;
}

.gl-about-image-frame{
  position:relative;
  padding:18px;
  border:1px solid rgba(184,137,33,.48);
  background:rgba(253,253,252,.45);
  box-shadow:0 28px 80px rgba(69,26,26,.15);
}

.gl-about-image-frame::before{
  content:"";
  position:absolute;
  inset:36px;
  border:1px solid rgba(253,253,252,.55);
  z-index:2;
  pointer-events:none;
}

.gl-about-image-frame img{
  display:block;
  width:100%;
  height:620px;
  object-fit:cover;
}

.gl-about-badge{
  position:absolute;
  left:-30px;
  bottom:40px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:var(--maroon-deep);
  color:var(--white);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 22px 55px rgba(69,26,26,.25);
  border:1px solid rgba(184,137,33,.45);
}

.gl-about-badge strong{
  font-family:var(--font-display);
  font-size:42px;
  font-weight:400;
  line-height:1;
  color:var(--gold-soft);
}

.gl-about-badge span{
  max-width:110px;
  margin-top:8px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.15em;
  line-height:1.5;
}

.gl-about-card-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:46px;
}

.gl-about-mini-card{
  padding:26px 24px;
  background:rgba(253,253,252,.78);
  border:1px solid rgba(184,137,33,.32);
  box-shadow:0 18px 50px rgba(69,26,26,.10);
}

.gl-about-mini-card span{
  color:var(--gold);
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
}

.gl-about-mini-card h3{
  margin:12px 0 10px;
  color:var(--maroon-deep);
  font-family:var(--font-display);
  font-size:26px;
  font-weight:400;
}

.gl-about-mini-card p{
  margin:0;
  font-size:14.5px;
  line-height:1.75;
}

.gl-about-experience{
  background:
    radial-gradient(circle at 12% 18%, rgba(211,166,80,.16), 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%);
}

.gl-about-experience::before{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  right:-180px;
  top:-170px;
  border:1px solid rgba(184,137,33,.28);
  border-radius:50%;
}

.gl-about-experience::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  left:-130px;
  bottom:-150px;
  border:1px solid rgba(86,23,24,.14);
  border-radius:50%;
}

.gl-about-centered{
  max-width:900px;
  margin:0 auto 58px;
  text-align:center;
  position:relative;
  z-index:2;
}

.gl-about-centered .gl-about-eyebrow{
  justify-content:center;
}

.gl-about-centered .gl-about-eyebrow::before{
  display:none;
}

.gl-about-rule{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin:26px auto;
  color:var(--gold);
}

.gl-about-rule span{
  width:90px;
  height:1px;
  background:var(--gold);
}

.gl-about-rule i{
  width:9px;
  height:9px;
  border:1px solid var(--gold);
  transform:rotate(45deg);
}

.gl-about-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  position:relative;
  z-index:2;
}

.gl-about-feature{
  background:rgba(253,253,252,.76);
  border:1px solid rgba(184,137,33,.32);
  padding:30px 26px;
  min-height:220px;
  transition:.35s ease;
}

.gl-about-feature:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 60px rgba(69,26,26,.12);
  border-color:rgba(184,137,33,.65);
}

.gl-about-feature .icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--maroon-deep);
  color:var(--gold-soft);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  font-size:22px;
}

.gl-about-feature h3{
  margin:0 0 12px;
  font-family:var(--font-display);
  color:var(--maroon-deep);
  font-weight:400;
  font-size:24px;
}

.gl-about-feature p{
  margin:0;
  font-size:14.5px;
  line-height:1.75;
}

.gl-about-gallery-strip{
  display:grid;
  grid-template-columns:1.1fr .9fr 1.1fr;
  gap:18px;
  margin-top:70px;
}

.gl-about-gallery-item{
  position:relative;
  height:360px;
  overflow:hidden;
  border:1px solid rgba(184,137,33,.38);
  box-shadow:0 22px 60px rgba(69,26,26,.12);
}

.gl-about-gallery-item:nth-child(2){
  transform:translateY(40px);
}

.gl-about-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.gl-about-gallery-item:hover img{
  transform:scale(1.07);
}

.gl-about-gallery-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 35%, rgba(69,26,26,.65));
}

.gl-about-gallery-item span{
  position:absolute;
  left:24px;
  bottom:22px;
  z-index:2;
  color:var(--white);
  font-family:var(--font-display);
  font-size:28px;
}

.gl-about-split-list{
  display:grid;
  grid-template-columns:.9fr 1fr;
  gap:70px;
  align-items:start;
}

.gl-about-list{
  display:grid;
  gap:14px;
}

.gl-about-list-item{
  padding:18px 0 18px 36px;
  border-bottom:1px solid rgba(184,137,33,.28);
  position:relative;
  color:var(--maroon-deep);
  font-size:16px;
  line-height:1.55;
}

.gl-about-list-item::before{
  content:"⌂";
  position:absolute;
  left:0;
  top:18px;
  color:var(--gold);
}

.gl-about-note{
  margin-top:32px;
  padding:24px 28px;
  background:rgba(184,137,33,.10);
  border-left:4px solid var(--gold);
  font-size:15px;
  line-height:1.8;
}

@media(max-width:1000px){
  .gl-about-grid,
  .gl-about-split-list{
    grid-template-columns:1fr;
  }

  .gl-about-feature-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .gl-about-card-row{
    grid-template-columns:1fr;
  }

  .gl-about-image-frame img{
    height:520px;
  }
}

@media(max-width:680px){
  .gl-about-container{
    width:min(100% - 28px, 1180px);
  }

  .gl-about-section{
    padding:72px 0;
  }

  .gl-about-feature-grid,
  .gl-about-gallery-strip{
    grid-template-columns:1fr;
  }

  .gl-about-gallery-item:nth-child(2){
    transform:none;
  }

  .gl-about-gallery-item{
    height:280px;
  }

  .gl-about-image-frame img{
    height:390px;
  }

  .gl-about-badge{
    width:135px;
    height:135px;
    left:14px;
    bottom:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c08d8d *//* ============================================================
   CTA SECTION - GRAND LAUREL THEME
============================================================ */

.stay-cta{
    padding:110px 0;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(211,166,80,.14), 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%);
}

.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,.14);
    border-radius:50%;
}

.stay-cta-card{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
    text-align:center;
    padding:70px 60px;

    background:rgba(253,253,252,.82);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(184,137,33,.30);
    box-shadow:0 30px 80px rgba(69,26,26,.12);
}

.cta-kicker{
    display:inline-block;
    margin-bottom:18px;
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:.24em;
    font-size:12px;
    font-weight:700;
}

.stay-cta-card h2{
    font-family:var(--font-display);
    font-size:clamp(42px,5vw,64px);
    font-weight:400;
    line-height:1.08;
    margin-bottom:24px;
    color:var(--maroon-deep);
}

.stay-cta-card h2 em{
    color:var(--gold);
    font-family:var(--font-script);
    font-style:normal;
    font-weight:400;
}

.stay-cta-card p{
    max-width:650px;
    margin:0 auto 40px;
    color:#5f5350;
    line-height:1.9;
    font-size:17px;
}

.cta-actions{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

/* Optional if using .btn-primary inside CTA */

.stay-cta .btn-primary{
    background:var(--maroon-deep);
    border:1px solid var(--maroon-deep);
    color:var(--white);
}

.stay-cta .btn-primary:hover{
    background:var(--gold);
    border-color:var(--gold);
    color:var(--maroon-deep);
}

.stay-cta .btn-outline{
    border-color:var(--gold);
    color:var(--maroon-deep);
}

.stay-cta .btn-outline:hover{
    background:var(--gold);
    color:var(--maroon-deep);
}

@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 */