/* ==========================================================
   BHV — styles pour la page Accueil BHV (post 1289)
   Tous les selecteurs sont scope sous .page-id-1289 pour
   eviter d'affecter le reste du site.
   ========================================================== */

:root{
  --bhv-navy:#1B2240;
  --bhv-navy-deep:#141A33;
  --bhv-peach:#F4C58A;
  --bhv-peach-bright:#F8B05C;
  --bhv-cream:#FFF8EE;
  --bhv-ink:#0E1326;
  --bhv-muted:#6B7390;
  --bhv-line:rgba(244,197,138,.18);
  --bhv-shadow:0 30px 80px -20px rgba(10,15,40,.45);
  --bhv-radius:18px;
  --bhv-t:cubic-bezier(.22,.8,.2,1);
  --bhv-stripes:repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0,rgba(255,255,255,.045) 1px,transparent 1px,transparent 16px,rgba(0,0,0,.22) 16px,rgba(0,0,0,.22) 17px,transparent 17px,transparent 32px);
}

/* ========= Body scope ========= */
body.page-id-1289{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  background:var(--bhv-stripes),var(--bhv-navy);
  background-attachment:fixed;
  color:var(--bhv-cream);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
body.page-id-1289 ::selection{background:var(--bhv-peach);color:var(--bhv-navy);}
body.page-id-1289 img{max-width:100%;display:block;}
body.page-id-1289 a{color:inherit;text-decoration:none;}
body.page-id-1289 h1,
body.page-id-1289 h2,
body.page-id-1289 h3,
body.page-id-1289 h4{font-family:'Fraunces',Georgia,serif;font-weight:600;line-height:1.1;letter-spacing:-.02em;}
body.page-id-1289 h1 em,
body.page-id-1289 h2 em,
body.page-id-1289 h3 em{font-style:italic;color:var(--bhv-peach);font-weight:500;}

/* ========= Eyebrow ========= */
body.page-id-1289 .bhv-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  color:var(--bhv-peach);font-size:13px;font-weight:500;letter-spacing:.18em;
  text-transform:uppercase;margin-bottom:24px;
}
body.page-id-1289 .bhv-eyebrow::before{content:'';width:30px;height:1px;background:var(--bhv-peach);}
body.page-id-1289 .bhv-eyebrow.center{justify-content:center;}

/* ========= NAV ========= */
body.page-id-1289 .bhv-nav{
  position:fixed!important;top:0;left:0;right:0;z-index:100;
  background:rgba(17,23,46,.85);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--bhv-line);
}
body.page-id-1289 .bhv-nav-links{display:flex;gap:36px;align-items:center;font-size:14px;font-weight:500;}
body.page-id-1289 .bhv-nav-links a{position:relative;padding:6px 0;color:var(--bhv-cream);transition:color .3s;}
body.page-id-1289 .bhv-nav-links a::after{content:'';position:absolute;bottom:0;left:0;height:2px;width:0;background:var(--bhv-peach);transition:width .35s var(--bhv-t);}
body.page-id-1289 .bhv-nav-links a:hover::after{width:100%;}
body.page-id-1289 .bhv-nav-links a:hover{color:var(--bhv-peach);}

/* Spacer below fixed nav */
body.page-id-1289 .bhv-hero{padding-top:120px;}

/* ========= HERO ========= */
body.page-id-1289 .bhv-hero{
  min-height:100vh;
  position:relative;
  overflow:hidden;
}
body.page-id-1289 .bhv-hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse at top right,rgba(244,197,138,.18),transparent 55%),radial-gradient(ellipse at bottom left,rgba(244,197,138,.10),transparent 55%);
}
body.page-id-1289 .bhv-hero-meta{
  display:flex;gap:40px;flex-wrap:wrap;
  padding-top:32px;border-top:1px solid var(--bhv-line);
  width:100%;
}
body.page-id-1289 .bhv-hero-meta .meta-item .label{
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--bhv-peach);margin-bottom:6px;font-weight:500;
}
body.page-id-1289 .bhv-hero-meta .meta-item .value{font-size:15px;color:var(--bhv-cream);font-weight:500;}

body.page-id-1289 .bhv-hero-visual{
  position:relative;
  width:100%;
  height:600px;
}
/* Fill the card-wrap containers and make images cover */
body.page-id-1289 .bhv-card-wrap{
  height:100%;
  align-self:stretch;
}
body.page-id-1289 .bhv-card-wrap > .elementor-widget-image,
body.page-id-1289 .bhv-card-wrap .elementor-widget-image{
  width:100% !important;
  height:100% !important;
  display:block !important;
}
body.page-id-1289 .bhv-card-wrap .elementor-widget-image .elementor-widget-container,
body.page-id-1289 .bhv-card-wrap .elementor-widget-image > div{
  height:100% !important;
  width:100% !important;
}
body.page-id-1289 .bhv-card-wrap img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
body.page-id-1289 .bhv-hero-visual .hero-card img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  max-width:none !important;
}
body.page-id-1289 .bhv-hero-visual .hero-card-1{
  width:65% !important;
  height:75% !important;
  top:0 !important;
  right:0 !important;
  animation:bhv-float1 7s ease-in-out infinite;
}
body.page-id-1289 .bhv-hero-visual .hero-card-2{
  width:55% !important;
  height:55% !important;
  bottom:0 !important;
  left:0 !important;
  animation:bhv-float2 8s ease-in-out infinite;
}
body.page-id-1289 .bhv-hero-visual .hero-badge{
  position:absolute;left:55%;top:42%;
  background:var(--bhv-peach);color:var(--bhv-navy);
  padding:18px 24px;border-radius:14px;
  font-family:'Fraunces',serif;font-weight:600;
  font-size:14px;line-height:1.3;
  box-shadow:0 20px 50px -10px rgba(244,197,138,.4);
  transform:rotate(-3deg);z-index:3;
  animation:bhv-wobble 6s ease-in-out infinite;
}
body.page-id-1289 .bhv-hero-visual .hero-badge strong{display:block;font-size:24px;margin-bottom:2px;}
@keyframes bhv-float1{0%,100%{transform:translateY(0);}50%{transform:translateY(-18px);}}
@keyframes bhv-float2{0%,100%{transform:translateY(0);}50%{transform:translateY(15px);}}
@keyframes bhv-wobble{0%,100%{transform:rotate(-3deg);}50%{transform:rotate(2deg);}}

/* ========= ABOUT (Elementor rebuild) ========= */
body.page-id-1289 .bhv-about-stack{
  position:relative !important;
  height:560px !important;
  min-height:560px !important;
  width:100% !important;
}
body.page-id-1289 .bhv-about-stack > .e-con-inner{
  height:100% !important;
  position:relative !important;
}
body.page-id-1289 .bhv-about-stack .bhv-card-wrap:nth-of-type(1){ height:65% !important; }
body.page-id-1289 .bhv-about-stack .bhv-card-wrap:nth-of-type(2){ height:55% !important; }

/* Force the hero visual right inner to have height 600px so cards (with min-height %) resolve */
body.page-id-1289 .elementor-element.elementor-element-aadd35ba{
  height:600px !important;
  min-height:600px !important;
  position:relative !important;
}
body.page-id-1289 .bhv-card-wrap{
  /* Hero card-1 = 75%, card-2 = 55% of parent's 600px */
}
body.page-id-1289 .bhv-hero .bhv-card-wrap:nth-of-type(1){ height:75% !important; }
body.page-id-1289 .bhv-hero .bhv-card-wrap:nth-of-type(2){ height:55% !important; }

/* ========= ABOUT ========= */
body.page-id-1289 .bhv-about{
  background:linear-gradient(180deg,rgba(20,26,51,.6) 0%,rgba(27,34,64,0) 100%);
}
body.page-id-1289 .bhv-about-images{
  position:relative !important;
  height:560px !important;
  min-height:560px !important;
  width:100% !important;
  display:block !important;
  background:rgba(244,197,138,.04);
}
body.page-id-1289 .bhv-about-images img{
  position:absolute !important;
  border-radius:var(--bhv-radius);
  object-fit:cover !important;
  box-shadow:var(--bhv-shadow);
  display:block !important;
  max-width:none !important;
}
body.page-id-1289 .bhv-about-images img:nth-child(1){width:60% !important;height:65% !important;top:0 !important;left:0 !important;}
body.page-id-1289 .bhv-about-images img:nth-child(2){width:55% !important;height:55% !important;bottom:0 !important;right:0 !important;}
body.page-id-1289 .bhv-about-images .accent{
  position:absolute;width:80px;height:80px;
  background:var(--bhv-peach);border-radius:50%;
  bottom:50%;left:55%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif;font-weight:800;font-size:14px;color:var(--bhv-navy);
  transform:rotate(-15deg);text-align:center;line-height:1.1;
  box-shadow:0 10px 30px rgba(244,197,138,.3);
  animation:bhv-wobble 5s ease-in-out infinite;
}
body.page-id-1289 .bhv-features{
  display:grid;grid-template-columns:1fr 1fr;gap:20px;
  margin-top:36px;
}
body.page-id-1289 .bhv-features .feature{
  padding:20px;border-radius:14px;
  background:rgba(244,197,138,.06);
  border:1px solid var(--bhv-line);
  transition:transform .3s var(--bhv-t),background .3s;
}
body.page-id-1289 .bhv-features .feature:hover{transform:translateY(-4px);background:rgba(244,197,138,.1);}
body.page-id-1289 .bhv-features .feature-icon{
  width:40px;height:40px;border-radius:10px;
  background:var(--bhv-peach);color:var(--bhv-navy);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;margin-bottom:12px;
}
body.page-id-1289 .bhv-features h4{font-family:'Inter',sans-serif;font-size:14px;font-weight:600;margin-bottom:4px;color:var(--bhv-cream);}
body.page-id-1289 .bhv-features p{font-size:13px;color:rgba(255,248,238,.6);margin:0;}

/* ========= MARQUEE ========= */
body.page-id-1289 .bhv-marquee-wrap{
  border-top:1px solid var(--bhv-navy);border-bottom:1px solid var(--bhv-navy);
}
body.page-id-1289 .bhv-marquee{
  padding:24px 0;overflow:hidden;color:var(--bhv-navy);
}
body.page-id-1289 .bhv-marquee .marquee-track{
  display:flex;gap:60px;
  animation:bhv-slide 30s linear infinite;
  white-space:nowrap;
  font-family:'Fraunces',serif;font-size:32px;font-weight:600;font-style:italic;
}
body.page-id-1289 .bhv-marquee .marquee-track span{display:inline-flex;align-items:center;gap:60px;}
body.page-id-1289 .bhv-marquee .marquee-track span::after{content:'\2022';font-size:24px;color:var(--bhv-navy);}
@keyframes bhv-slide{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ========= MENU (Elementor rebuild) ========= */
/* Force the Elementor dish-grid container to be a real auto-fit grid */
body.page-id-1289 .bhv-dish-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr)) !important;
  gap:24px !important;
  width:100% !important;
}
body.page-id-1289 .bhv-dish-grid > .e-con{
  width:100% !important;
  max-width:none !important;
  flex:initial !important;
}
body.page-id-1289 .bhv-dish-card{
  background:rgba(255,255,255,.03) !important;
  border:1px solid rgba(244,197,138,.18) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  transition:transform .5s var(--bhv-t),border-color .3s;
  cursor:pointer;
}
body.page-id-1289 .bhv-dish-card:hover{
  transform:translateY(-8px);
  border-color:var(--bhv-peach) !important;
}
/* Dish image - constrain to 220px tall like the maquette */
body.page-id-1289 .bhv-dish-card > .e-con-inner > .elementor-widget-image,
body.page-id-1289 .bhv-dish-card .elementor-widget-image:first-of-type{
  width:100% !important;
}
body.page-id-1289 .bhv-dish-card .elementor-widget-image:first-of-type .elementor-widget-container,
body.page-id-1289 .bhv-dish-card .elementor-widget-image:first-of-type img{
  height:220px !important;
  width:100% !important;
  object-fit:cover !important;
  transition:transform .8s var(--bhv-t);
  display:block !important;
}
body.page-id-1289 .bhv-dish-card:hover .elementor-widget-image:first-of-type img{
  transform:scale(1.06);
}

body.page-id-1289 .bhv-menu-tabs{
  display:flex;justify-content:center;gap:8px;margin-bottom:60px;flex-wrap:wrap;
}
body.page-id-1289 .bhv-menu-tabs .tab{
  padding:12px 24px;border-radius:999px;
  background:transparent;border:1px solid var(--bhv-line);
  color:var(--bhv-cream);font-size:14px;font-weight:500;
  font-family:'Inter',sans-serif;cursor:pointer;
  transition:.3s var(--bhv-t);
}
body.page-id-1289 .bhv-menu-tabs .tab.active,
body.page-id-1289 .bhv-menu-tabs .tab:hover{
  background:var(--bhv-peach);color:var(--bhv-navy);border-color:var(--bhv-peach);
}
body.page-id-1289 .bhv-menu-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;
}
body.page-id-1289 .bhv-menu-grid .dish{
  background:rgba(255,255,255,.03);
  border:1px solid var(--bhv-line);
  border-radius:var(--bhv-radius);
  overflow:hidden;
  transition:transform .5s var(--bhv-t),border-color .3s;
  cursor:pointer;position:relative;
}
body.page-id-1289 .bhv-menu-grid .dish.hidden{display:none;}
body.page-id-1289 .bhv-menu-grid .dish:hover{transform:translateY(-8px);border-color:var(--bhv-peach);}
body.page-id-1289 .bhv-menu-grid .dish-img{width:100%;height:220px;object-fit:cover;transition:transform .8s var(--bhv-t);}
body.page-id-1289 .bhv-menu-grid .dish:hover .dish-img{transform:scale(1.06);}
body.page-id-1289 .bhv-menu-grid .dish-body{padding:24px;}
body.page-id-1289 .bhv-menu-grid .dish-tag{
  display:inline-block;font-size:10px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--bhv-peach);font-weight:600;margin-bottom:10px;
}
body.page-id-1289 .bhv-menu-grid .dish h3{font-size:22px;margin-bottom:8px;color:var(--bhv-cream);}
body.page-id-1289 .bhv-menu-grid .dish-desc{font-size:14px;color:rgba(255,248,238,.65);margin-bottom:18px;min-height:42px;}
body.page-id-1289 .bhv-menu-grid .dish-foot{
  display:flex;justify-content:space-between;align-items:center;
  padding-top:16px;border-top:1px dashed var(--bhv-line);
}
body.page-id-1289 .bhv-menu-grid .dish-price{font-family:'Fraunces',serif;font-size:22px;font-weight:600;color:var(--bhv-peach);}
body.page-id-1289 .bhv-menu-grid .dish-add{
  width:36px;height:36px;border-radius:50%;
  background:var(--bhv-peach);color:var(--bhv-navy);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;font-weight:600;
  transition:transform .3s var(--bhv-t);
}
body.page-id-1289 .bhv-menu-grid .dish:hover .dish-add{transform:rotate(90deg);}

/* ========= GALLERY ========= */
body.page-id-1289 .bhv-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-template-rows:240px 240px;
  gap:16px;
}
body.page-id-1289 .bhv-gallery .gallery-item{
  border-radius:14px;overflow:hidden;position:relative;cursor:pointer;
}
body.page-id-1289 .bhv-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--bhv-t);}
body.page-id-1289 .bhv-gallery .gallery-item::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(17,23,46,.7));
  opacity:0;transition:opacity .4s;
}
body.page-id-1289 .bhv-gallery .gallery-item:hover::after{opacity:1;}
body.page-id-1289 .bhv-gallery .gallery-item:hover img{transform:scale(1.08);}
body.page-id-1289 .bhv-gallery .gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2;}
body.page-id-1289 .bhv-gallery .gallery-item:nth-child(4){grid-column:span 2;}

/* ========= EVENTS (Elementor rebuild) ========= */
body.page-id-1289 .bhv-events-row{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:24px !important;
  width:100% !important;
}
body.page-id-1289 .bhv-events-row > .e-con{
  width:100% !important;
  max-width:none !important;
  flex:initial !important;
}
body.page-id-1289 .bhv-event-card{
  position:relative !important;
  overflow:hidden !important;
  transition:transform .4s var(--bhv-t);
  background:linear-gradient(135deg,rgba(244,197,138,.08),rgba(244,197,138,.02)) !important;
}
body.page-id-1289 .bhv-event-card:hover{
  transform:translateY(-6px);
}
body.page-id-1289 .bhv-event-card::before{
  content:'';position:absolute;top:-50%;right:-30%;
  width:200px;height:200px;border-radius:50%;
  background:radial-gradient(circle,rgba(244,197,138,.15),transparent 70%);
  transition:transform .8s var(--bhv-t);
  pointer-events:none;
}
body.page-id-1289 .bhv-event-card:hover::before{transform:scale(1.5);}

/* ========= EVENTS (legacy HTML widget) ========= */
body.page-id-1289 .bhv-events-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
body.page-id-1289 .bhv-events-grid .event{
  padding:36px 28px;
  background:linear-gradient(135deg,rgba(244,197,138,.08),rgba(244,197,138,.02));
  border:1px solid var(--bhv-line);
  border-radius:var(--bhv-radius);
  position:relative;overflow:hidden;
  transition:transform .4s var(--bhv-t);
}
body.page-id-1289 .bhv-events-grid .event:hover{transform:translateY(-6px);}
body.page-id-1289 .bhv-events-grid .event::before{
  content:'';position:absolute;top:-50%;right:-30%;
  width:200px;height:200px;border-radius:50%;
  background:radial-gradient(circle,rgba(244,197,138,.15),transparent 70%);
  transition:transform .8s var(--bhv-t);
}
body.page-id-1289 .bhv-events-grid .event:hover::before{transform:scale(1.5);}
body.page-id-1289 .bhv-events-grid .event-day{
  display:inline-block;background:var(--bhv-peach);color:var(--bhv-navy);
  padding:8px 14px;border-radius:8px;font-size:12px;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;
}
body.page-id-1289 .bhv-events-grid .event h3{font-size:26px;margin-bottom:12px;color:var(--bhv-cream);position:relative;}
body.page-id-1289 .bhv-events-grid .event p{color:rgba(255,248,238,.7);font-size:14px;position:relative;}
body.page-id-1289 .bhv-events-grid .event-link{
  display:inline-flex;align-items:center;gap:8px;
  margin-top:20px;color:var(--bhv-peach);font-size:13px;font-weight:600;
  letter-spacing:.05em;text-transform:uppercase;position:relative;
}
body.page-id-1289 .bhv-events-grid .event-link .arrow{transition:transform .3s var(--bhv-t);}
body.page-id-1289 .bhv-events-grid .event:hover .event-link .arrow{transform:translateX(6px);}

/* ========= REVIEWS (Elementor rebuild) ========= */
body.page-id-1289 .bhv-reviews-row{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:30px !important;
  width:100% !important;
}
body.page-id-1289 .bhv-reviews-row > .e-con{
  width:100% !important;
  max-width:none !important;
  flex:initial !important;
}
body.page-id-1289 .bhv-review-card{
  transition:transform .4s var(--bhv-t),border-color .3s !important;
}
body.page-id-1289 .bhv-review-card:hover{
  transform:translateY(-6px);
  border-color:var(--bhv-peach) !important;
}

/* ========= REVIEWS (legacy HTML widget) ========= */
body.page-id-1289 .bhv-reviews-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:30px;
}
body.page-id-1289 .bhv-reviews-grid .review{
  padding:36px 30px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--bhv-line);
  border-radius:var(--bhv-radius);
  transition:transform .4s var(--bhv-t),border-color .3s;
}
body.page-id-1289 .bhv-reviews-grid .review:hover{transform:translateY(-6px);border-color:var(--bhv-peach);}
body.page-id-1289 .bhv-reviews-grid .stars{color:var(--bhv-peach);font-size:18px;margin-bottom:18px;letter-spacing:2px;}
body.page-id-1289 .bhv-reviews-grid .review-text{
  font-family:'Fraunces',serif;font-size:18px;font-weight:500;font-style:italic;
  color:var(--bhv-cream);line-height:1.5;margin-bottom:24px;
}
body.page-id-1289 .bhv-reviews-grid .review-author{
  display:flex;align-items:center;gap:14px;
  padding-top:20px;border-top:1px solid var(--bhv-line);
}
body.page-id-1289 .bhv-reviews-grid .review-avatar{
  width:44px;height:44px;border-radius:50%;
  background:var(--bhv-peach);color:var(--bhv-navy);
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif;font-weight:600;font-size:16px;
}
body.page-id-1289 .bhv-reviews-grid .review-author .name{font-weight:600;font-size:14px;color:var(--bhv-cream);}
body.page-id-1289 .bhv-reviews-grid .review-author .role{font-size:12px;color:rgba(255,248,238,.5);}

/* ========= CONTACT ========= */
body.page-id-1289 .bhv-contact{
  background:linear-gradient(180deg,rgba(27,34,64,0) 0%,rgba(20,26,51,.55) 100%);
}
body.page-id-1289 .bhv-info-card{
  background:rgba(244,197,138,.05);
  border:1px solid var(--bhv-line);
  border-radius:var(--bhv-radius);
  padding:40px;
}
body.page-id-1289 .bhv-info-card .info-block{margin-bottom:32px;padding-bottom:32px;border-bottom:1px dashed var(--bhv-line);}
body.page-id-1289 .bhv-info-card .info-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none;}
body.page-id-1289 .bhv-info-card .info-block h4{
  font-family:'Inter',sans-serif;font-size:11px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  color:var(--bhv-peach);margin-bottom:14px;
}
body.page-id-1289 .bhv-info-card .info-block p{font-size:17px;color:var(--bhv-cream);line-height:1.6;}
body.page-id-1289 .bhv-info-card .info-block p.services{font-size:14px;color:rgba(255,248,238,.7);}
body.page-id-1289 .bhv-info-card .info-block .row{display:flex;justify-content:space-between;font-size:15px;padding:6px 0;color:var(--bhv-cream);}
body.page-id-1289 .bhv-info-card .info-block .row span:last-child{color:rgba(255,248,238,.7);}
body.page-id-1289 .bhv-info-card .info-block .row.closed span:last-child{color:#E78A8A;}
body.page-id-1289 .bhv-info-card a{color:var(--bhv-peach);}
body.page-id-1289 .bhv-map-wrap{
  border-radius:var(--bhv-radius);overflow:hidden;
  height:560px;border:1px solid var(--bhv-line);
  background:#0F1530;position:relative;
}
body.page-id-1289 .bhv-map-wrap iframe{width:100%;height:100%;border:0;filter:invert(.92) hue-rotate(180deg) saturate(.8);}

/* ========= CTA BIG ========= */
body.page-id-1289 .bhv-cta-big{position:relative;overflow:hidden;}
body.page-id-1289 .bhv-cta-big::before,
body.page-id-1289 .bhv-cta-big::after{
  content:'';position:absolute;border-radius:50%;
  background:radial-gradient(circle,rgba(26,35,66,.1),transparent 70%);
}
body.page-id-1289 .bhv-cta-big::before{width:500px;height:500px;top:-200px;left:-100px;}
body.page-id-1289 .bhv-cta-big::after{width:400px;height:400px;bottom:-150px;right:-50px;}

/* ========= FOOTER ========= */
body.page-id-1289 .bhv-footer{
  background:var(--bhv-stripes),var(--bhv-navy-deep);
  border-top:1px solid var(--bhv-line);
  position:relative;
}
body.page-id-1289 .bhv-footer-grid{
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;
  max-width:1280px;margin:0 auto 60px;
}
body.page-id-1289 .bhv-footer .footer-brand img.footer-logo{height:64px;width:auto;margin-bottom:16px;}
body.page-id-1289 .bhv-footer .footer-brand p{color:rgba(255,248,238,.6);font-size:14px;max-width:320px;}
body.page-id-1289 .bhv-footer .footer-col h5{
  font-family:'Inter',sans-serif;font-size:11px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  color:var(--bhv-peach);margin-bottom:18px;
}
body.page-id-1289 .bhv-footer .footer-col a,
body.page-id-1289 .bhv-footer .footer-col p{
  display:block;color:rgba(255,248,238,.65);
  font-size:14px;margin-bottom:10px;transition:color .3s;
}
body.page-id-1289 .bhv-footer .footer-col a:hover{color:var(--bhv-peach);}
body.page-id-1289 .bhv-footer .socials{display:flex;gap:12px;margin-top:20px;}
body.page-id-1289 .bhv-footer .socials a{
  width:38px;height:38px;border-radius:50%;
  background:rgba(244,197,138,.1);
  display:flex;align-items:center;justify-content:center;
  color:var(--bhv-peach);transition:.3s var(--bhv-t);
  margin-bottom:0;
}
body.page-id-1289 .bhv-footer .socials a:hover{background:var(--bhv-peach);color:var(--bhv-navy);transform:translateY(-3px);}

body.page-id-1289 .bhv-footer-smile{
  display:flex;flex-direction:column;align-items:center;gap:18px;
  max-width:1280px;margin:30px auto 50px;
  padding:40px 0;
  border-top:1px solid var(--bhv-line);
  border-bottom:1px solid var(--bhv-line);
}
body.page-id-1289 .bhv-footer-smile .brand-line{
  font-family:'Fraunces',serif;font-weight:600;
  font-size:clamp(20px,2.4vw,28px);
  color:var(--bhv-cream);letter-spacing:.01em;text-align:center;
}
body.page-id-1289 .bhv-footer-smile .brand-line b{font-weight:700;color:var(--bhv-cream);}
body.page-id-1289 .bhv-footer-smile .smile-mark{color:var(--bhv-peach);}
body.page-id-1289 .bhv-footer-smile .smile-mark svg{height:48px;width:auto;display:block;}

body.page-id-1289 .bhv-footer-bot{
  max-width:1280px;margin:0 auto;
  padding-top:30px;border-top:1px solid var(--bhv-line);
  display:flex;justify-content:space-between;
  font-size:12px;color:rgba(255,248,238,.5);
}

/* ========= RESPONSIVE ========= */
@media (max-width:1024px){
  body.page-id-1289 .bhv-events-grid,
  body.page-id-1289 .bhv-reviews-grid{grid-template-columns:1fr 1fr;gap:20px;}
  body.page-id-1289 .bhv-events-row,
  body.page-id-1289 .bhv-reviews-row{grid-template-columns:repeat(2,1fr) !important;gap:20px !important;}
  body.page-id-1289 .bhv-dish-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr)) !important;}
  body.page-id-1289 .bhv-footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:40px;}
  body.page-id-1289 .bhv-footer-grid .footer-col:last-child{grid-column:1 / -1;}
}

@media (max-width:860px){
  body.page-id-1289 .bhv-nav{padding:14px 5vw;}
  body.page-id-1289 .bhv-nav-links{display:none;}
  body.page-id-1289 .bhv-hero{padding:110px 5vw 60px;min-height:auto;}
  body.page-id-1289 .bhv-hero-visual{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative;}
  body.page-id-1289 .bhv-hero-visual .hero-card{position:relative;width:100%!important;height:240px!important;animation:none!important;top:auto;left:auto;right:auto;bottom:auto;}
  body.page-id-1289 .bhv-hero-visual .hero-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-3deg);animation:none;padding:14px 18px;font-size:12px;}
  body.page-id-1289 .bhv-hero-visual .hero-badge strong{font-size:20px;}
  body.page-id-1289 .bhv-about-images{display:grid;grid-template-columns:1fr 1fr;gap:14px;height:auto;position:relative;}
  body.page-id-1289 .bhv-about-images img{position:relative;width:100%!important;height:260px!important;top:auto;left:auto;right:auto;bottom:auto;}
  body.page-id-1289 .bhv-about-images .accent{width:72px;height:72px;font-size:12px;bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-15deg);}
  body.page-id-1289 .bhv-features{grid-template-columns:1fr 1fr;gap:14px;}
  body.page-id-1289 .bhv-events-row,
  body.page-id-1289 .bhv-reviews-row{grid-template-columns:1fr !important;gap:16px !important;}
  body.page-id-1289 .bhv-dish-grid{grid-template-columns:repeat(2,1fr) !important;gap:16px !important;}
  body.page-id-1289 .bhv-marquee{padding:18px 0;}
  body.page-id-1289 .bhv-marquee .marquee-track{font-size:22px;gap:40px;}
  body.page-id-1289 .bhv-marquee .marquee-track span{gap:40px;}
  body.page-id-1289 .bhv-menu-tabs{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:4px 5vw;margin:0 -5vw 40px;gap:8px;scrollbar-width:none;}
  body.page-id-1289 .bhv-menu-tabs::-webkit-scrollbar{display:none;}
  body.page-id-1289 .bhv-menu-tabs .tab{flex:0 0 auto;padding:10px 18px;font-size:13px;}
  body.page-id-1289 .bhv-menu-grid{grid-template-columns:1fr 1fr;gap:16px;}
  body.page-id-1289 .bhv-events-grid,
  body.page-id-1289 .bhv-reviews-grid{grid-template-columns:1fr;gap:16px;}
  body.page-id-1289 .bhv-gallery{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,180px);gap:10px;}
  body.page-id-1289 .bhv-gallery .gallery-item:nth-child(1){grid-column:span 2;grid-row:span 1;}
  body.page-id-1289 .bhv-gallery .gallery-item:nth-child(4){grid-column:span 1;}
  body.page-id-1289 .bhv-info-card{padding:30px 24px;}
  body.page-id-1289 .bhv-map-wrap{height:340px;}
  body.page-id-1289 .bhv-footer-grid{grid-template-columns:1fr 1fr;gap:36px;}
  body.page-id-1289 .bhv-footer-grid .footer-col:last-child{grid-column:auto;}
  body.page-id-1289 .bhv-footer-grid .footer-brand{grid-column:1 / -1;}
  body.page-id-1289 .bhv-footer-smile{padding:30px 0;margin:20px auto 30px;}
  body.page-id-1289 .bhv-footer-smile .smile-mark svg{height:38px;}
  body.page-id-1289 .bhv-footer-bot{flex-direction:column;gap:10px;text-align:center;font-size:11px;}
}

@media (max-width:520px){
  body.page-id-1289 .bhv-hero{padding:100px 5vw 50px;}
  body.page-id-1289 .bhv-features{grid-template-columns:1fr;}
  body.page-id-1289 .bhv-about-images{grid-template-columns:1fr;gap:12px;}
  body.page-id-1289 .bhv-about-images img{height:220px!important;}
  body.page-id-1289 .bhv-about-images .accent{width:64px;height:64px;font-size:11px;}
  body.page-id-1289 .bhv-marquee .marquee-track{font-size:18px;gap:28px;}
  body.page-id-1289 .bhv-menu-grid{grid-template-columns:1fr;gap:14px;}
  body.page-id-1289 .bhv-menu-grid .dish-img{height:200px;}
  body.page-id-1289 .bhv-gallery{grid-template-columns:1fr;grid-template-rows:auto;gap:10px;}
  body.page-id-1289 .bhv-gallery .gallery-item{height:220px;}
  body.page-id-1289 .bhv-gallery .gallery-item:nth-child(1){grid-column:span 1;grid-row:span 1;}
  body.page-id-1289 .bhv-info-card{padding:26px 20px;}
  body.page-id-1289 .bhv-map-wrap{height:280px;}
  body.page-id-1289 .bhv-footer-grid{grid-template-columns:1fr;gap:32px;margin-bottom:30px;}
  body.page-id-1289 .bhv-footer .footer-brand img.footer-logo{height:54px;}
}

/* ========= MENU TABS JS-friendly hide ========= */
body.page-id-1289 .bhv-menu-grid .dish.is-hidden{display:none;}
