/* Catering page — matches homepage, specials, events design system */

body.catering-page{
  background:var(--bp-paper);
  color:var(--bp-ink);
  font-family:'Montserrat',sans-serif;
}

body.catering-page .bp-footer p a{
  color:rgba(255,255,255,.65);
  text-decoration:none;
}
body.catering-page .bp-footer p a:hover{
  color:#fff;
}

/* Neutralize legacy style.css catering rules */
body.catering-page .catering-intro:not(.cat-intro),
body.catering-page .catering-details,
body.catering-page .catering-form-section{
  padding:0;
  background:transparent;
  color:inherit;
  display:block;
  flex-wrap:unset;
  gap:unset;
  text-align:inherit;
}
body.catering-page .details-gallery:not(.cat-insta){
  flex:none;
  overflow:visible;
  padding:0;
  justify-content:stretch;
}

/* Hero */
.cat-hero{
  position:relative;
  overflow:hidden;
  background:#141210;
  color:#fff;
  text-align:center;
  min-height:clamp(420px,52vh,520px);
  padding:clamp(112px,13vw,148px) 24px clamp(64px,8vw,88px);
  isolation:isolate;
}
.cat-hero__media{
  position:absolute;
  inset:0;
  z-index:0;
}
.cat-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.cat-hero__scrim{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(8,12,18,.5) 0%,rgba(8,12,18,.62) 45%,rgba(8,12,18,.78) 100%),
    radial-gradient(ellipse 80% 60% at 50% 45%,rgba(0,0,0,.1) 0%,rgba(0,0,0,.45) 100%);
  pointer-events:none;
}
.cat-hero__inner{
  position:relative;
  z-index:2;
  max-width:820px;
  margin:0 auto;
}
.cat-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);
}
.cat-hero__title{
  margin:0 0 16px;
  font-size:clamp(30px,4.8vw,50px);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1.06;
  color:#fff;
}
.cat-hero__sub{
  margin:0 auto 28px;
  max-width:680px;
  font-size:clamp(15px,1.8vw,18px);
  line-height:1.65;
  color:rgba(255,255,255,.78);
}
.cat-hero__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.cat-hero__actions .gd-nav__reserve,
.cat-hero__actions .gd-btn{
  padding:10px 22px;
  min-width:0;
}

/* Intro */
body.catering-page .cat-intro{
  background:var(--bp-paper);
  padding:clamp(56px,7vw,80px) 24px clamp(40px,5vw,56px);
}
.cat-intro__inner{
  max-width:820px;
  margin:0 auto;
  text-align:center;
}
.cat-intro h3{
  margin:0 0 16px;
  font-size:clamp(20px,2.8vw,28px);
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  line-height:1.15;
  color:var(--bp-ink);
}
.cat-intro p{
  margin:0;
  font-size:clamp(16px,1.8vw,18px);
  line-height:1.8;
  color:var(--bp-muted);
}

/* Feature row + gallery — one connected block */
.cat-feature-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 24px;
}
body.catering-page .cat-feature-wrap .bp-events-row{
  margin:40px auto 0;
  border-bottom:none;
}
body.catering-page .cat-feature-wrap .cat-insta.details-gallery{
  display:block;
  flex:none;
  overflow:visible;
  justify-content:stretch;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
body.catering-page .cat-feature-wrap .cat-insta.bp-section{
  padding:0 0 clamp(56px,7vw,72px);
  margin-top:0;
}
body.catering-page .cat-feature-wrap .cat-insta h2{
  font-size:clamp(32px,5vw,48px);
  letter-spacing:2px;
  margin:0;
  padding:clamp(24px,3vw,32px) 24px 0;
}
body.catering-page .cat-insta .bp-insta__grid,
body.catering-page .cat-insta .gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-flow:row;
  gap:4px;
  width:100%;
  max-width:none;
  margin:32px 0 28px;
  overflow:visible;
  scroll-snap-type:none;
  padding:0;
}
.cat-gallery__item{
  display:block;
  aspect-ratio:1;
  overflow:hidden;
  cursor:pointer;
  border:none;
  padding:0;
  background:transparent;
}
body.catering-page .cat-insta .cat-gallery__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  border-radius:0;
  box-shadow:none;
  scroll-snap-align:unset;
  transition:transform .35s ease;
}
.cat-gallery__item:hover img{
  transform:scale(1.05);
}

/* Call band */
.cat-call-band{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0;
  text-align:center;
  background:transparent;
  border:none;
}

/* Cards — matches specials sp-menu-grid */
.cat-cards{
  background:var(--bp-paper);
  padding:clamp(48px,6vw,72px) 24px clamp(64px,8vw,96px);
}
.cat-cards__inner{
  max-width:1100px;
  margin:0 auto;
}
.cat-cards__kicker{
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--bp-muted);
  text-align:center;
  margin:0 auto 14px;
}
.cat-cards__head{
  text-align:center;
  margin-bottom:32px;
}
.cat-cards__head h3{
  margin:0;
  font-size:clamp(22px,3.2vw,32px);
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--bp-ink);
  line-height:1.15;
}
.cat-cards__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  max-width:1100px;
  margin:0 auto;
}
.cat-cards .bp-tap{
  flex:none;
  width:auto;
  border-right:1px solid rgba(255,255,255,.14);
  display:flex;
  flex-direction:column;
  min-height:100%;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.cat-cards .bp-tap:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 14px 36px rgba(0,0,0,.18);
}
.cat-cards .bp-tap h3{
  margin-bottom:12px;
  flex-shrink:0;
}
.cat-menu-card__body{
  flex:1;
  display:flex;
  flex-direction:column;
}
.cat-menu-card__body p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:rgba(255,255,255,.72);
}
.cat-menu-card__body strong{
  color:#fff;
  font-weight:700;
}

/* Form — matches contact page ct-events layout */
body.catering-page #cat-inquiry-form.ct-events{
  background:var(--bp-paper);
  padding:clamp(48px,6vw,72px) 24px clamp(56px,7vw,80px);
}
body.catering-page #cat-inquiry-form .ct-events__section{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  width:100%;
  max-width:960px;
  margin:0 auto;
}
body.catering-page #cat-inquiry-form .ct-events__intro{
  width:100%;
  margin:0 0 clamp(32px,4vw,48px);
}
body.catering-page #cat-inquiry-form .ct-events__intro-copy{
  max-width:720px;
  margin:0 auto;
  text-align:center;
}
body.catering-page #cat-inquiry-form .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;
}
body.catering-page #cat-inquiry-form .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;
}
body.catering-page #cat-inquiry-form .ct-events__intro-copy p{
  font-size:15px;
  line-height:1.75;
  color:var(--bp-muted);
  margin:0;
}
body.catering-page #cat-inquiry-form .ev-contact-form{
  width:100%;
  max-width:560px;
  margin:0 auto;
  box-sizing:border-box;
  background:var(--bp-ink);
  border:none;
  border-radius:8px;
  box-shadow:0 16px 40px rgba(49,72,91,.14);
  padding:clamp(24px,3vw,32px);
}
body.catering-page #cat-inquiry-form .ev-contact-form label,
body.catering-page #cat-inquiry-form .ev-contact-form input,
body.catering-page #cat-inquiry-form .ev-contact-form textarea,
body.catering-page #cat-inquiry-form .ev-contact-form button{
  font-family:'Montserrat',sans-serif;
  box-sizing:border-box;
}
body.catering-page #cat-inquiry-form .catering-form input,
body.catering-page #cat-inquiry-form .catering-form textarea{
  width:100%;
  margin-bottom:16px;
  color:#fff;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.18);
}
body.catering-page #cat-inquiry-form .catering-form button{
  width:100%;
  margin-top:0;
  border-radius:6px;
  background:var(--bp-accent);
}

/* Testimonial */
.cat-quote{
  background:var(--bp-paper);
  padding:clamp(40px,5vw,56px) 24px;
}
.cat-quote blockquote{
  font-style:italic;
  font-size:18px;
  text-align:center;
  max-width:700px;
  margin:0 auto;
  line-height:1.75;
  color:var(--bp-muted);
}

/* CTA */
body.catering-page .cat-cta{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--lux-purple);
  padding:clamp(44px,5vw,60px) 24px;
}
body.catering-page .cat-cta h3{
  margin:0 0 20px;
  font-size:clamp(20px,3vw,28px);
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:var(--lux-cream);
  line-height:1.2;
  text-align:center;
  width:100%;
  max-width:720px;
}
body.catering-page .cat-cta .gd-nav__reserve{
  margin:0;
}

/* Lightbox */
.cat-lightbox{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,.88);
  align-items:center;
  justify-content:center;
  padding:24px;
  cursor:pointer;
}
.cat-lightbox.is-open{
  display:flex;
}
.cat-lightbox img{
  max-width:min(92vw,900px);
  max-height:88vh;
  object-fit:contain;
  border-radius:4px;
  box-shadow:0 20px 50px rgba(0,0,0,.45);
}

body.catering-page .events-page-links{
  max-width:760px;
  margin:0 auto;
  padding:clamp(28px,4vw,36px) 24px;
  text-align:center;
  font-size:14px;
  line-height:1.75;
  color:var(--bp-muted);
  background:var(--bp-paper);
}
body.catering-page .events-page-links a{
  color:var(--bp-ink);
  font-weight:600;
  text-decoration:none;
}
body.catering-page .events-page-links a:hover{
  color:var(--bp-accent);
  text-decoration:underline;
}

@media (max-width:900px){
  .cat-cards__grid{
    grid-template-columns:repeat(2,1fr);
  }
  body.catering-page .cat-insta .bp-insta__grid,
  body.catering-page .cat-insta .cat-gallery__grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:768px){
  .cat-hero__actions{
    flex-direction:column;
    align-items:center;
  }
  .cat-hero__actions .gd-nav__reserve,
  .cat-hero__actions .gd-btn{
    width:100%;
    max-width:280px;
  }
  .cat-cards__grid{
    grid-template-columns:1fr;
  }
}
