/* Events page — matches homepage (home.css) & specials page */

body.events-page{
  background:var(--bp-paper);
  color:var(--bp-ink);
  font-family:'Montserrat',sans-serif;
}

/* Footer — override legacy style.css */
body.events-page .bp-footer{
  background:var(--bp-ink);
  color:rgba(255,255,255,.7);
  padding:48px 24px 32px;
}
body.events-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.events-page .bp-footer h3{
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#fff;
  margin-bottom:12px;
}
body.events-page .bp-footer p,
body.events-page .bp-footer p a,
body.events-page .bp-footer a{
  font-size:13px;
  line-height:1.8;
  color:rgba(255,255,255,.65);
  text-decoration:none;
  font-weight:400;
}
body.events-page .bp-footer p strong{
  color:rgba(255,255,255,.65);
  font-weight:700;
}
body.events-page .bp-footer a:hover,
body.events-page .bp-footer p a:hover{
  color:#fff;
  text-decoration:none;
}
body.events-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.events-page .bp-footer__bottom a{
  color:inherit;
  font-weight:400;
}
body.events-page .bp-footer__bottom a:hover{
  color:#fff;
}

/* Hero */
.ev-hero{
  position:relative;
  overflow:hidden;
  background:#141210;
  color:#fff;
  text-align:center;
  padding:clamp(112px,13vw,148px) 24px clamp(56px,7vw,80px);
  isolation:isolate;
}
.ev-hero__media{
  position:absolute;
  inset:0;
  z-index:0;
}
.ev-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.ev-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;
}
.ev-hero__inner{
  position:relative;
  z-index:2;
  max-width:820px;
  margin:0 auto;
}
.ev-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;
}
.ev-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);
}
.ev-hero__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.ev-hero__actions .gd-nav__reserve,
.ev-hero__actions .gd-btn{
  padding:10px 22px;
  min-width:0;
}

/* SEO lead — preserved copy */
.ev-seo-lead{
  background:var(--lux-navy);
  padding:clamp(48px,6vw,72px) 24px;
  text-align:center;
}
.ev-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);
}
.ev-seo-lead p{
  margin:0 auto 18px;
  max-width:760px;
  font-size:clamp(15px,1.7vw,17px);
  line-height:1.75;
  color:rgba(253,221,210,.82);
}
.ev-seo-lead p:last-child{
  margin-bottom:0;
}
.ev-seo-lead strong{
  color:var(--lux-cream);
}
.ev-seo-lead a{
  color:var(--lux-cream);
  text-decoration:none;
  font-weight:600;
  transition:color .3s ease,text-decoration .3s ease;
}
.ev-seo-lead a:hover{
  color:#fff;
  text-decoration:underline;
}

/* Happy Hour times feature band */
.ev-times-band{
  background:var(--lux-purple);
  padding:clamp(36px,5vw,52px) 24px;
}
.ev-times-band__inner{
  max-width:720px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.ev-times-card{
  text-align:center;
  padding:28px 20px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  transition:border-color .2s ease,transform .2s ease;
}
.ev-times-card:hover{
  border-color:rgba(255,255,255,.28);
  transform:translateY(-2px);
}
.ev-times-card--accent{
  border-color:rgba(241,101,103,.45);
  background:rgba(241,101,103,.08);
}
.ev-times-card__label{
  display:block;
  font-size:10px;
  font-weight:800;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
  margin-bottom:10px;
}
.ev-times-card strong{
  display:block;
  font-size:clamp(18px,2.5vw,24px);
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#fff;
}

/* Happy Hour menu */
.ev-menu-area{
  background:var(--bp-paper);
  padding:clamp(48px,6vw,64px) 24px clamp(64px,8vw,96px);
}
.ev-menu-kicker{
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--bp-muted);
  text-align:center;
  margin:0 auto 12px;
  max-width:1100px;
}
.ev-menu-area h2.ev-menu-heading{
  font-size:clamp(22px,3.5vw,32px);
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  text-align:center;
  margin:0 auto 32px;
  color:var(--bp-ink);
}

/* Card grid */
.ev-menu-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  max-width:1100px;
  margin:0 auto;
}
.ev-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;
}
.ev-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);
}
.ev-menu-area .bp-tap h3{
  margin-bottom:8px;
  flex-shrink:0;
}
.ev-menu-area .bp-tap__brew{
  flex:1;
  margin-bottom:14px;
  font-size:13px;
  line-height:1.65;
}
.ev-menu-area .bp-tap__row span{
  font-size:15px;
}

/* Private events section */
.ev-events-area{
  background:var(--bp-paper);
  padding:clamp(48px,6vw,72px) 24px clamp(56px,7vw,80px);
}
.ev-events-section{
  max-width:960px;
  margin:0 auto;
}
.ev-events-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);
  gap:clamp(24px,3vw,40px);
  align-items:stretch;
  margin-bottom:clamp(32px,4vw,48px);
}
.ev-events-intro__img{
  position:relative;
  border-radius:6px;
  overflow:hidden;
  aspect-ratio:unset;
  max-height:none;
  height:100%;
  min-height:0;
  border:1px solid var(--bp-line);
  box-shadow:0 12px 32px rgba(49,72,91,.1);
}
.ev-events-intro__img img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.ev-events-intro__copy{
  text-align:left;
}
.ev-events-intro__tag{
  font-size:10px;
  font-weight:800;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--bp-accent);
  margin:0 0 14px;
}
.ev-events-intro__copy h2{
  text-align:left;
  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;
}
.ev-events-intro__copy p{
  font-size:15px;
  line-height:1.75;
  color:var(--bp-muted);
  margin:0 0 12px;
}
.ev-events-intro__copy p:last-child{
  margin-bottom:0;
}
.ev-events-intro__copy strong{
  color:var(--bp-ink);
}

/* Contact form */
.ev-contact-form{
  position:relative;
  max-width:560px;
  margin:0 auto;
  padding:clamp(24px,3vw,32px);
  background:var(--bp-ink);
  border-radius:8px;
  box-shadow:0 16px 40px rgba(49,72,91,.14);
}
.ev-contact-form h3{
  text-align:center;
  margin:0 0 22px;
  font-size:14px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:#fff;
}
.ev-contact-form label{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:rgba(255,255,255,.65);
}
.ev-contact-form input,
.ev-contact-form textarea,
.ev-contact-form select{
  width:100%;
  padding:12px 14px;
  margin-bottom:16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:6px;
  font-family:'Montserrat',sans-serif;
  font-size:14px;
  background:rgba(255,255,255,.06);
  color:#fff;
  transition:border-color .2s ease,background .2s ease;
}
.ev-contact-form input::placeholder,
.ev-contact-form textarea::placeholder{
  color:rgba(255,255,255,.35);
}
.ev-contact-form input:focus,
.ev-contact-form textarea:focus,
.ev-contact-form select:focus{
  outline:none;
  border-color:rgba(241,101,103,.6);
  background:rgba(255,255,255,.1);
}
.ev-contact-form button{
  display:block;
  width:100%;
  background:var(--bp-accent);
  color:#fff;
  padding:14px;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  border:none;
  border-radius:6px;
  cursor:pointer;
  font-family:inherit;
  transition:background .2s ease;
}
.ev-contact-form button:hover{
  background:#d95557;
}
.ev-contact-form button:disabled{
  opacity:.65;
  cursor:not-allowed;
}
.ev-form-honeypot{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.ev-field-error{
  margin:-10px 0 14px;
  font-size:12px;
  line-height:1.4;
  color:#ffb4b4;
}
.ev-contact-form .ev-input--error{
  border-color:rgba(241,101,103,.75) !important;
  background:rgba(241,101,103,.12) !important;
}

/* Form feedback modal */
.ev-form-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.ev-form-modal[hidden]{
  display:none;
}
body.ev-modal-open{
  overflow:hidden;
}
.ev-form-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,18,16,.72);
}
.ev-form-modal__panel{
  position:relative;
  width:100%;
  max-width:440px;
  padding:36px 32px 28px;
  background:var(--bp-paper);
  border:1px solid var(--bp-line);
  border-radius:8px;
  box-shadow:0 24px 56px rgba(49,72,91,.22);
  text-align:center;
}
.ev-form-modal--success .ev-form-modal__panel{
  border-top:4px solid var(--lux-green);
}
.ev-form-modal--error .ev-form-modal__panel{
  border-top:4px solid var(--bp-accent);
}
.ev-form-modal__close{
  position:absolute;
  top:12px;
  right:14px;
  width:36px;
  height:36px;
  border:none;
  background:transparent;
  font-size:28px;
  line-height:1;
  color:var(--bp-muted);
  cursor:pointer;
  transition:color .2s ease;
}
.ev-form-modal__close:hover{
  color:var(--bp-ink);
}
.ev-form-modal__eyebrow{
  margin:0 0 8px;
  font-size:10px;
  font-weight:800;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--bp-accent);
}
.ev-form-modal--success .ev-form-modal__eyebrow{
  color:var(--lux-dark-green);
}
.ev-form-modal__title{
  margin:0 0 12px;
  font-size:clamp(20px,3vw,26px);
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--bp-ink);
}
.ev-form-modal__message{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.7;
  color:var(--bp-muted);
}
.ev-form-modal__errors{
  list-style:none;
  margin:0 0 20px;
  padding:14px 16px;
  text-align:left;
  background:rgba(241,101,103,.08);
  border:1px solid rgba(241,101,103,.25);
  border-radius:6px;
}
.ev-form-modal__errors li{
  font-size:13px;
  line-height:1.55;
  color:var(--bp-ink);
  margin-bottom:6px;
}
.ev-form-modal__errors li:last-child{
  margin-bottom:0;
}
.ev-form-modal__btn{
  display:inline-block;
  min-width:140px;
  padding:12px 28px;
  background:var(--bp-ink);
  color:#fff;
  font-family:inherit;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  border:none;
  border-radius:6px;
  cursor:pointer;
  transition:background .2s ease;
}
.ev-form-modal__btn:hover{
  background:var(--lux-navy);
}
.ev-form-modal--success .ev-form-modal__btn{
  background:var(--lux-dark-green);
}
.ev-form-modal--success .ev-form-modal__btn:hover{
  background:#243528;
}

/* Page links — preserved SEO copy */
body.events-page p.ev-page-links{
  text-align:center;
  margin:0;
  padding:clamp(40px,5vw,56px) 24px;
  background:var(--bp-paper);
  color:var(--bp-muted);
  font-size:15px;
  line-height:1.7;
}
body.events-page p.ev-page-links a{
  color:var(--bp-ink);
  font-weight:700;
  text-decoration:none;
}
body.events-page p.ev-page-links a:hover{
  text-decoration:underline;
}

@media (max-width:1024px){
  .ev-menu-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:900px){
  body.events-page .bp-footer__grid{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media (max-width:768px){
  .ev-hero__actions{
    flex-direction:column;
    align-items:center;
  }
  .ev-hero__actions .gd-nav__reserve,
  .ev-hero__actions .gd-btn{
    width:100%;
    max-width:280px;
  }
  .ev-times-band__inner{
    grid-template-columns:1fr;
  }
  .ev-menu-grid{
    grid-template-columns:1fr;
  }
  .ev-events-intro{
    grid-template-columns:1fr;
    gap:24px;
  }
  .ev-events-intro__img{
    max-height:none;
    aspect-ratio:16/9;
  }
}
