/* Contact Us — matches homepage & events pages */

body.contact-page{
  background:var(--bp-paper);
  color:var(--bp-ink);
  font-family:'Montserrat',sans-serif;
}

body.contact-page .bp-footer p a{
  color:rgba(255,255,255,.65);
  text-decoration:none;
}
body.contact-page .bp-footer p a:hover{
  color:#fff;
}

/* Hero */
.ct-hero{
  position:relative;
  overflow:hidden;
  background:#141210;
  color:#fff;
  text-align:center;
  min-height:clamp(320px,42vh,420px);
  padding:clamp(112px,13vw,140px) 24px clamp(56px,7vw,72px);
  isolation:isolate;
}
.ct-hero__media{
  position:absolute;
  inset:0;
  z-index:0;
}
.ct-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.ct-hero__scrim{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(8,12,18,.55) 0%,rgba(8,12,18,.72) 100%),
    radial-gradient(ellipse 80% 60% at 50% 40%,rgba(0,0,0,.08) 0%,rgba(0,0,0,.42) 100%);
  pointer-events:none;
}
.ct-hero__inner{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:0 auto;
}
.ct-hero__kicker{
  display:block;
  margin:0 0 12px;
  font-size:10px;
  font-weight:800;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--bp-accent);
}
.ct-hero__title{
  margin:0 0 14px;
  font-size:clamp(28px,4.5vw,44px);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1.08;
  color:#fff;
}
.ct-hero__sub{
  margin:0 auto;
  max-width:620px;
  font-size:clamp(15px,1.7vw,17px);
  line-height:1.65;
  color:rgba(255,255,255,.78);
}
.ct-hero__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:24px;
}
.ct-hero__actions .gd-nav__reserve,
.ct-hero__actions .gd-btn{
  padding:10px 22px;
  min-width:0;
}

/* Location + Google Business */
.ct-location{
  background:var(--lux-purple);
  padding:clamp(48px,6vw,72px) 24px;
}
.ct-location__grid{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:clamp(24px,4vw,48px);
  align-items:start;
}
.ct-location__tag{
  display:block;
  margin:0 0 12px;
  font-size:10px;
  font-weight:800;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--bp-accent);
}
.ct-location h2{
  margin:0 0 16px;
  font-size:clamp(24px,3.5vw,36px);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1.12;
  color:var(--lux-cream);
}
.ct-location__copy p{
  margin:0 0 14px;
  font-size:clamp(15px,1.7vw,17px);
  line-height:1.75;
  color:rgba(253,221,210,.82);
}
.ct-location__copy p:last-child{
  margin-bottom:0;
}
.ct-location__copy strong{
  color:var(--lux-cream);
}
.ct-location__copy a{
  color:var(--lux-cream);
  font-weight:600;
  text-decoration:none;
}
.ct-location__copy a:hover{
  color:#fff;
  text-decoration:underline;
}
.ct-location__hours{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}
.ct-location__hours li{
  font-size:14px;
  line-height:1.7;
  color:rgba(253,221,210,.78);
  padding:6px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ct-location__hours li:last-child{
  border-bottom:none;
}
.ct-location__hours strong{
  color:var(--lux-cream);
  font-weight:700;
}
.ct-location__map{
  width:100%;
  min-height:420px;
  border-radius:6px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 14px 36px rgba(0,0,0,.22);
}
.ct-location__map iframe{
  display:block;
  width:100%;
  height:420px;
  border:0;
}
.ct-location__profile-link{
  display:inline-block;
  margin-top:14px;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--bp-accent);
  text-decoration:none;
}
.ct-location__profile-link:hover{
  color:#fff;
  text-decoration:underline;
}

/* Event services */
.ct-services{
  background:var(--bp-paper);
  padding:clamp(48px,6vw,72px) 24px;
}
.ct-services__inner{
  max-width:1100px;
  margin:0 auto;
}
.ct-services__head{
  text-align:center;
  max-width:720px;
  margin:0 auto clamp(32px,4vw,44px);
}
.ct-services__tag{
  display:block;
  margin:0 0 10px;
  font-size:10px;
  font-weight:800;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--bp-accent);
}
.ct-services__head h2{
  margin:0 0 14px;
  font-size:clamp(24px,3.5vw,34px);
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  line-height:1.12;
  color:var(--bp-ink);
}
.ct-services__head p{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:var(--bp-muted);
}
.ct-services__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.ct-service-card{
  background:var(--bp-ink);
  border:1px solid rgba(255,255,255,.12);
  border-radius:6px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(49,72,91,.1);
  transition:transform .2s ease,box-shadow .2s ease;
}
.ct-service-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 40px rgba(49,72,91,.16);
}
.ct-service-card__img{
  aspect-ratio:4/3;
  overflow:hidden;
}
.ct-service-card__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ct-service-card__body{
  padding:18px 18px 20px;
  text-align:center;
}
.ct-service-card__body span{
  display:block;
  margin:0 0 6px;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--bp-accent);
}
.ct-service-card__body h3{
  margin:0 0 10px;
  font-size:15px;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:#fff;
  line-height:1.3;
  text-align:center;
}
.ct-service-card__body p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:rgba(255,255,255,.72);
}

/* Events intro + form */
.ct-events{
  background:var(--bp-paper);
  padding:0 24px clamp(56px,7vw,80px);
}
.ct-events__section{
  max-width:960px;
  margin:0 auto;
}
.ct-events__intro{
  margin-bottom:clamp(32px,4vw,48px);
}
.ct-events__intro-copy{
  max-width:720px;
  margin:0 auto;
  text-align:center;
}
.ct-events__intro-tag{
  font-size:10px;
  font-weight:800;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--bp-accent);
  margin:0 0 14px;
}
.ct-events__intro-copy h2{
  text-align:center;
  font-size:clamp(22px,3vw,30px);
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  margin:0 0 16px;
  color:var(--bp-ink);
  line-height:1.15;
}
.ct-events__intro-copy p{
  font-size:15px;
  line-height:1.75;
  color:var(--bp-muted);
  margin:0 0 12px;
}
.ct-events__intro-copy p:last-child{
  margin-bottom:0;
}
.ct-events__intro-copy strong{
  color:var(--bp-ink);
}

body.contact-page .bp-seo{
  border-top:none;
}

@media (max-width:900px){
  .ct-location__grid{
    grid-template-columns:1fr;
  }
  .ct-services__grid{
    grid-template-columns:1fr;
  }
  .ct-location__map{
    min-height:360px;
  }
  .ct-location__map iframe{
    height:360px;
  }
}
@media (max-width:768px){
  .ct-hero__actions{
    flex-direction:column;
    align-items:center;
  }
  .ct-hero__actions .gd-nav__reserve,
  .ct-hero__actions .gd-btn{
    width:100%;
    max-width:280px;
  }
}
