/* Specials page — matches homepage (home.css) */

body.specials-page{
  background:var(--bp-paper);
  color:var(--bp-ink);
  font-family:'Montserrat',sans-serif;
}

/* Footer — override legacy .specials-page p a from style.css */
body.specials-page .bp-footer{
  background:var(--bp-ink);
  color:rgba(255,255,255,.7);
  padding:48px 24px 32px;
}
body.specials-page .bp-footer__grid{
  max-width:1100px;
  margin:0 auto 32px;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:40px;
  text-align:left;
}
body.specials-page .bp-footer h3{
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#fff;
  margin-bottom:12px;
}
body.specials-page .bp-footer p,
body.specials-page .bp-footer p a,
body.specials-page .bp-footer a{
  font-size:13px;
  line-height:1.8;
  color:rgba(255,255,255,.65);
  text-decoration:none;
  font-weight:400;
}
body.specials-page .bp-footer p strong{
  color:rgba(255,255,255,.65);
  font-weight:700;
}
body.specials-page .bp-footer a:hover,
body.specials-page .bp-footer p a:hover{
  color:#fff;
  text-decoration:none;
}
body.specials-page .bp-footer__bottom{
  max-width:1100px;
  margin:0 auto;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.1);
  text-align:center;
  font-size:12px;
  color:rgba(255,255,255,.5);
}
body.specials-page .bp-footer__bottom a{
  color:inherit;
  font-weight:400;
}
body.specials-page .bp-footer__bottom a:hover{
  color:#fff;
}

/* Override legacy style.css tab rules */
.specials-page .tab-button{
  background:var(--bp-paper);
  border-bottom:none;
  margin:0;
  padding:12px 36px;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--bp-ink);
}
.specials-page .tab-button.active,
.specials-page .tab-button:hover{
  background:var(--bp-ink);
  color:#fff;
  border-bottom:none;
}

/* Hero — image fill, size unchanged */
.sp-hero{
  position:relative;
  overflow:hidden;
  background:#141210;
  color:#fff;
  text-align:center;
  padding:clamp(112px,13vw,148px) 24px clamp(56px,7vw,80px);
  isolation:isolate;
}
.sp-hero__media{
  position:absolute;
  inset:0;
  z-index:0;
}
.sp-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.sp-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;
}
.sp-hero__inner{
  position:relative;
  z-index:2;
  max-width:820px;
  margin:0 auto;
}
.sp-hero__title{
  margin:0 0 16px;
  font-size:clamp(32px,5vw,52px);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1.05;
  color:#fff;
}
.sp-hero__sub{
  margin:0 auto 28px;
  max-width:640px;
  font-size:clamp(15px,1.8vw,18px);
  line-height:1.65;
  color:rgba(255,255,255,.78);
}
.sp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.sp-hero__actions .gd-nav__reserve,
.sp-hero__actions .gd-btn{
  padding:10px 22px;
  min-width:0;
}

/* SEO lead — preserved copy, on-air purple background */
.sp-seo-lead{
  background:var(--lux-purple);
  padding:clamp(48px,6vw,72px) 24px;
  text-align:center;
}
.sp-seo-lead__title{
  margin:0 auto 16px;
  max-width:760px;
  font-size:clamp(22px,3.5vw,32px);
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  line-height:1.2;
  color:var(--lux-cream);
}
.sp-seo-lead p{
  margin:0 auto;
  max-width:760px;
  font-size:clamp(15px,1.7vw,17px);
  line-height:1.75;
  color:rgba(253,221,210,.82);
}
.sp-seo-lead strong{
  color:var(--lux-cream);
}

/* Menu area — unified white/cream panel with homepage card styling */
.sp-menu-area{
  background:var(--bp-paper);
  padding:0 24px clamp(64px,8vw,96px);
  transition:background .25s ease;
}
.sp-menu-area:has(#lunch.active){
  background:var(--bp-cream);
}

.sp-tabs-wrap{
  padding:clamp(48px,6vw,64px) 0 0;
  text-align:center;
}
.sp-tabs-wrap .bp-live__tabs{
  margin:0 auto 40px;
}

.sp-menu-kicker{
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--bp-muted);
  text-align:center;
  margin:0 auto 32px;
  max-width:1100px;
}

/* Card grid — matches bp-featured navy cards on light bg */
.sp-menu-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  max-width:1100px;
  margin:0 auto;
}
.sp-menu-grid--daily{
  grid-template-columns:repeat(3,1fr);
}
.sp-menu-grid--compact{
  margin-bottom:0;
}

.sp-menu-area .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;
}
.sp-menu-area .bp-tap:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 14px 36px rgba(0,0,0,.18);
}
.sp-menu-area .bp-tap h3{
  margin-bottom:12px;
  flex-shrink:0;
}
.sp-menu-card__body{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:0;
}
.sp-menu-card__body p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:rgba(255,255,255,.72);
}
.sp-menu-card__body p + p{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.1);
}
.sp-menu-card__body strong{
  color:#fff;
  font-weight:700;
}
.sp-menu-card__price{
  margin-top:auto !important;
  padding-top:14px !important;
  border-top:1px solid rgba(255,255,255,.1) !important;
  font-size:14px !important;
  letter-spacing:.5px;
}
.sp-menu-card--wide{
  max-width:1100px;
  margin:0 auto 14px;
  width:100%;
}
.sp-menu-card--wide:last-child{
  margin-bottom:0;
}
.sp-menu-card--plain .sp-menu-card__body p{
  font-size:14px;
}

.sp-brunch-heading{
  max-width:1100px;
  margin:36px auto 16px;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--bp-ink);
  text-align:left;
}

/* Food imagery band */
.sp-gallery-band{
  background:var(--bp-paper);
  padding:clamp(56px,7vw,88px) clamp(20px,4vw,48px);
  border-bottom:none;
}
.sp-gallery-band.gd-happyhour{
  border-bottom:none;
  padding-bottom:0;
}
.sp-gallery-band .gd-happyhour__inner{
  max-width:1140px;
}
body.specials-page p.sp-footer-note{
  text-align:center;
  margin:0;
  padding:clamp(32px,4vw,40px) 24px clamp(24px,3vw,32px);
  background:var(--bp-paper);
  color:var(--bp-muted);
  font-size:15px;
  line-height:1.7;
}
body.specials-page p.sp-footer-note a{
  color:var(--bp-ink);
  font-weight:700;
  text-decoration:none;
}
body.specials-page p.sp-footer-note a:hover{
  color:var(--bp-ink);
  text-decoration:underline;
}

@media (max-width:1024px){
  .sp-menu-grid--daily{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:900px){
  body.specials-page .bp-footer__grid{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media (max-width:768px){
  .sp-hero__actions{
    flex-direction:column;
    align-items:center;
  }
  .sp-hero__actions .gd-nav__reserve,
  .sp-hero__actions .gd-btn{
    width:100%;
    max-width:280px;
  }
  .sp-menu-grid,
  .sp-menu-grid--daily,
  .sp-menu-grid--compact{
    grid-template-columns:1fr;
  }
  .sp-gallery-band .gd-happyhour__inner{
    grid-template-columns:1fr;
    gap:32px;
  }
  .sp-gallery-band .gd-happyhour__gallery{
    max-width:100%;
    aspect-ratio:auto;
  }
  .sp-gallery-band .gd-happyhour__photo--hero{
    aspect-ratio:16/9;
  }
}
