.elementor-265 .elementor-element.elementor-element-18d9e08{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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 35px 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 *//* ============================================================
   AREA ATTRACTIONS
   Grand Laurel Theme
============================================================ */

.area-attractions,
.area-attractions *{
    box-sizing:border-box;
}

.area-attractions{
    padding:100px 0;
    position:relative;
    overflow:hidden;

    background:
        radial-gradient(circle at 15% 18%, rgba(211,166,80,.16), transparent 28%),
        radial-gradient(circle at 88% 84%, rgba(86,23,24,.08), transparent 28%),
        linear-gradient(135deg,var(--beige) 0%,#f7f0e8 55%,var(--white) 100%);

    color:#5b4b4b;
}

.area-attractions::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-160px;
    top:-160px;
    border:1px solid rgba(184,137,33,.24);
    border-radius:50%;
}

.area-attractions::after{
    content:"";
    position:absolute;
    width:340px;
    height:340px;
    left:-140px;
    bottom:-150px;
    border:1px solid rgba(86,23,24,.14);
    border-radius:50%;
}

.aa-container{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
    position:relative;
    z-index:2;
}

/* ======================== */

.aa-head{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.aa-eyebrow{
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:.24em;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.aa-head h2{
    margin:0;
    font-family:var(--font-display);
    font-size:clamp(46px,6vw,78px);
    line-height:1;
    font-weight:500;
    color:var(--maroon-deep);
}

.aa-head h2 em{
    color:var(--gold);
    font-family:var(--font-script);
    font-style:normal;
    font-weight:400;
}

.aa-rule{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    margin:30px auto;
}

.aa-rule span{
    width:90px;
    height:2px;
    background:var(--gold);
}

.aa-rule small{
    width:10px;
    height:10px;
    border:1px solid var(--gold);
    transform:rotate(45deg);
}

.aa-head p{
    max-width:680px;
    margin:auto;
    color:#5b4b4b;
    font-size:17px;
    line-height:1.9;
}

/* ======================== */

.aa-region{
    margin-top:60px;
}

.aa-region-title{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:30px;
}

.aa-region-title span{
    width:55px;
    height:2px;
    background:var(--gold);
}

.aa-region-title h3{
    margin:0;
    font-family:var(--font-display);
    font-size:clamp(32px,4vw,48px);
    color:var(--maroon-deep);
    font-weight:500;
}

/* ======================== */

.aa-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

/* ======================== */

.aa-card{
    position:relative;
    overflow:hidden;

    background:rgba(255,255,255,.78);
    backdrop-filter:blur(12px);

    border:1px solid rgba(184,137,33,.25);

    padding:30px 28px;

    box-shadow:
        0 18px 50px rgba(69,26,26,.10);

    transition:
        transform .4s var(--ease),
        border-color .4s var(--ease),
        box-shadow .4s var(--ease);
}

.aa-card::before{
    content:"";
    position:absolute;
    right:-55px;
    top:-55px;
    width:120px;
    height:120px;
    border-radius:50%;
    border:1px solid rgba(184,137,33,.18);
}

.aa-card::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:var(--gold);

    transform:scaleX(0);
    transform-origin:left;
    transition:transform .45s var(--ease);
}

.aa-card:hover{
    transform:translateY(-10px);
    border-color:var(--gold);
    box-shadow:
        0 30px 80px rgba(69,26,26,.16);
}

.aa-card:hover::after{
    transform:scaleX(1);
}

/* ======================== */

.aa-label{
    display:inline-block;
    margin-bottom:12px;

    color:var(--gold);

    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:10px;
    font-weight:800;
}

.aa-card h4{
    margin:0 0 16px;

    font-family:var(--font-display);
    font-size:24px;
    font-weight:500;

    color:var(--maroon-deep);

    transition:.3s;
}

.aa-card:hover h4{
    color:var(--gold);
}

.aa-card p{
    margin:14px 0 0;
    color:#5b4b4b;
    font-size:14.5px;
    line-height:1.8;
}

/* ======================== */

.aa-meta{
    display:grid;
    gap:10px;
    margin-top:20px;
    padding-top:18px;
    border-top:1px solid rgba(184,137,33,.18);
}

.aa-meta a,
.aa-meta span{
    color:#6a5d58;
    text-decoration:none;
    font-size:14px;
    line-height:1.6;
    transition:.3s;
}

.aa-meta a:hover{
    color:var(--maroon);
}

/* ======================== */

@media(max-width:980px){

    .aa-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:640px){

    .area-attractions{
        padding:72px 0;
    }

    .aa-container{
        width:min(100% - 28px,1180px);
    }

    .aa-grid{
        grid-template-columns:1fr;
    }

    .aa-card{
        padding:26px 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c08d8d *//* ============================================================
   CTA SECTION — Grand Laurel Theme
============================================================ */

.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-family:var(--font-script);
  font-style:normal;
  font-weight:400;
}

.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 */