/*
 * Le Bon Repos — Restaurant Le Grill page styles.
 */

.page-restaurant .site-content-inner.safar-container { max-width: none; padding: 0; }
.page-restaurant .safar-main-content-inner { margin: 0; }
.page-restaurant #primary { padding: 0; }
.page-restaurant .safar-single-page { margin: 0; }
.page-restaurant .post-thumbnail,
.page-restaurant .entry-title { display: none; }
.page-restaurant .entry-content { margin: 0; padding: 0; }

/* ---- Hero ---- */
.lbr-rest-hero {
  position: relative;
  height: 70vh;
  min-height: 520px;
  background: #0d1f1c center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.lbr-rest-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,31,28,.45) 0%, rgba(13,31,28,.78) 100%);
}
.lbr-rest-hero__inner { position: relative; max-width: 920px; padding: 0 24px; }
.lbr-rest-hero .lbr-eyebrow {
  letter-spacing: 6px; font-size: 13px; text-transform: uppercase;
  color: #E8C896; font-weight: 600; display: inline-block; margin-bottom: 18px;
}
.lbr-rest-hero h1 {
  font-family: Marcellus, Georgia, serif;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  margin: 0 0 22px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 2px 30px rgba(0,0,0,.3);
}
.lbr-rest-hero p {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  max-width: 720px;
  margin: 0 auto 32px;
  color: #f4ebde;
  font-style: italic;
}
.lbr-rest-hero__btns { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.lbr-rest-hero__btn {
  display: inline-block; padding: 14px 30px; font-size: 14px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
  border-radius: 4px; border: 2px solid transparent; transition: all .2s;
}
.lbr-rest-hero__btn--primary { background: #C97A4F; color: #fff; border-color: #C97A4F; }
.lbr-rest-hero__btn--primary:hover { background: #B16638; border-color: #B16638; color: #fff; }
.lbr-rest-hero__btn--ghost { background: transparent; color: #fff; border-color: #fff; }
.lbr-rest-hero__btn--ghost:hover { background: #fff; color: #362618; }

/* ---- Quick info bar ---- */
.lbr-rest-quick {
  background: #fff;
  border-bottom: 1px solid #EAEAEA;
  padding: 28px 24px;
}
.lbr-rest-quick__inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
  text-align: center;
}
.lbr-rest-quick__item h4 {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #C97A4F; margin: 0 0 6px; font-weight: 700;
}
.lbr-rest-quick__item p {
  font-family: Marcellus, Georgia, serif; font-size: 18px; color: #362618; margin: 0;
}
.lbr-rest-quick__item p small { display: block; font-family: inherit; font-size: 13px; color: #777; font-weight: 400; margin-top: 2px; }

/* ---- Section base ---- */
.lbr-rest-sec { padding: 90px 24px; }
.lbr-rest-sec--soft { background: #FAF5F1; }
.lbr-rest-sec--dark { background: #0d1f1c; color: #f4ebde; }
.lbr-rest-sec--cream { background: linear-gradient(180deg, #fff 0%, #FAF5F1 100%); }

.lbr-rest-container { max-width: 1180px; margin: 0 auto; }
.lbr-rest-eyebrow { letter-spacing: 4px; font-size: 12px; text-transform: uppercase; color: #C97A4F; font-weight: 600; display: inline-block; margin-bottom: 12px; }
.lbr-rest-sec--dark .lbr-rest-eyebrow { color: #E8C896; }
.lbr-rest-sec h2 {
  font-family: Marcellus, Georgia, serif;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.15;
  margin: 0 0 22px;
  color: #362618;
  font-weight: 400;
}
.lbr-rest-sec--dark h2 { color: #fff; }

/* ---- Story (2-col) ---- */
.lbr-rest-story {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center;
}
.lbr-rest-story__text p { font-size: 17px; line-height: 1.75; color: #555E63; margin: 0 0 16px; }
.lbr-rest-story__text strong { color: #362618; }
.lbr-rest-story__img { position: relative; }
.lbr-rest-story__img img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 18px 50px rgba(54,38,24,.15); display: block; }
.lbr-rest-story__badge {
  position: absolute; bottom: 20px; left: 20px;
  background: #fff; padding: 18px 22px; border-radius: 10px;
  box-shadow: 0 10px 30px rgba(54,38,24,.18);
  display: flex; align-items: center; gap: 14px;
}
.lbr-rest-story__badge strong { font-family: Marcellus, Georgia, serif; font-size: 26px; color: #C97A4F; line-height: 1; }
.lbr-rest-story__badge span { font-size: 12px; color: #777; letter-spacing: .5px; text-transform: uppercase; font-weight: 600; }

/* ---- Signature dishes ---- */
.lbr-rest-dishes {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px;
}
.lbr-rest-dish {
  background: #fff; border-radius: 12px; overflow: hidden;
  border: 1px solid #EAEAEA; transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.lbr-rest-dish:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(54,38,24,.14); }
.lbr-rest-dish__img {
  width: 100%; padding-top: 70%;
  background: center/cover no-repeat;
  position: relative;
}
.lbr-rest-dish__cat {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,.95); color: #362618;
  padding: 5px 12px; border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
}
.lbr-rest-dish__body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.lbr-rest-dish h3 { font-family: Marcellus, Georgia, serif; font-size: 21px; color: #362618; margin: 0 0 8px; font-weight: 400; line-height: 1.2; }
.lbr-rest-dish p { font-size: 14.5px; line-height: 1.55; color: #555E63; margin: 0 0 14px; flex: 1; }
.lbr-rest-dish__price { color: #C97A4F; font-weight: 700; font-size: 18px; font-family: Marcellus, Georgia, serif; }

/* ---- Menu CTA strip ---- */
.lbr-rest-menu-cta {
  background: #362618; color: #fff;
  padding: 70px 24px;
  text-align: center;
}
.lbr-rest-menu-cta h2 { color: #fff; font-family: Marcellus, Georgia, serif; font-size: clamp(28px, 3.5vw, 38px); margin: 0 0 16px; font-weight: 400; }
.lbr-rest-menu-cta p { font-size: 17px; color: #f4ebde; max-width: 620px; margin: 0 auto 30px; line-height: 1.6; }
.lbr-rest-menu-cta__btns { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.lbr-rest-menu-cta__btn {
  padding: 14px 30px; border-radius: 6px; font-size: 13px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; transition: background .2s;
  display: inline-flex; align-items: center; gap: 10px;
}
.lbr-rest-menu-cta__btn--primary { background: #C97A4F; color: #fff; }
.lbr-rest-menu-cta__btn--primary:hover { background: #B16638; color: #fff; }
.lbr-rest-menu-cta__btn--ghost { background: transparent; color: #fff; border: 2px solid #fff; padding: 12px 28px; }
.lbr-rest-menu-cta__btn--ghost:hover { background: #fff; color: #362618; }

/* ---- Hours table ---- */
.lbr-rest-hours { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.lbr-rest-hours__list { list-style: none; margin: 18px 0 0; padding: 0; }
.lbr-rest-hours__list li {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 18px 4px; border-bottom: 1px solid #EAEAEA; font-size: 16.5px;
}
.lbr-rest-hours__list li:last-child { border-bottom: none; }
.lbr-rest-hours__list strong { font-weight: 700; color: #362618; font-family: Marcellus, Georgia, serif; font-size: 18px; }
.lbr-rest-hours__list span { color: #555E63; }
.lbr-rest-hours__icon { font-size: 22px; color: #C97A4F; }
.lbr-rest-hours__terrace {
  background: #fff; padding: 22px 24px; border-radius: 10px;
  margin-top: 24px; border-left: 4px solid #C97A4F;
}
.lbr-rest-hours__terrace strong { color: #C97A4F; }
.lbr-rest-hours__terrace p { margin: 4px 0 0; font-size: 14.5px; color: #555E63; line-height: 1.5; }
.lbr-rest-hours__img img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 14px 40px rgba(54,38,24,.14); display: block; }

/* ---- Photo strip ---- */
.lbr-rest-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
.lbr-rest-strip__item { position: relative; padding-top: 100%; border-radius: 8px; overflow: hidden; background: center/cover no-repeat; transition: transform .3s; cursor: pointer; }
.lbr-rest-strip__item:hover { transform: scale(1.02); }
.lbr-rest-strip__item--wide { grid-column: span 2; padding-top: 50%; }

/* ---- Reviews ---- */
.lbr-rest-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 40px; }
.lbr-rest-review {
  background: #fff; padding: 32px 28px 30px; border-radius: 10px; border: 1px solid #EAEAEA;
  position: relative;
}
.lbr-rest-review::before {
  content: '"';
  position: absolute; top: 6px; right: 22px;
  font-family: Marcellus, Georgia, serif;
  font-size: 80px; line-height: 1; color: #FAF5F1;
}
.lbr-rest-review p { font-size: 15.5px; line-height: 1.65; color: #362618; margin: 0 0 18px; font-style: italic; position: relative; z-index: 1; }
.lbr-rest-review__stars { color: #C97A4F; font-size: 14px; letter-spacing: 2px; margin-right: 10px; font-weight: 700; }
.lbr-rest-review__author { font-weight: 700; font-size: 14px; color: #362618; }

/* ---- Reserve CTA ---- */
.lbr-rest-reserve { padding: 90px 24px; text-align: center; }
.lbr-rest-reserve h2 { font-family: Marcellus, Georgia, serif; font-size: clamp(30px, 4vw, 44px); color: #362618; margin: 0 0 18px; font-weight: 400; }
.lbr-rest-reserve p { font-size: 17px; color: #555E63; max-width: 640px; margin: 0 auto 26px; line-height: 1.6; }
.lbr-rest-reserve__phone { font-family: Marcellus, Georgia, serif; font-size: 32px; margin: 24px 0 6px; color: #362618; }
.lbr-rest-reserve__phone a { color: #362618; text-decoration: none; }
.lbr-rest-reserve__phone a:hover { color: #C97A4F; }
.lbr-rest-reserve__btn {
  display: inline-block; padding: 14px 32px; background: #C97A4F; color: #fff;
  text-decoration: none; border-radius: 6px; font-weight: 600;
  letter-spacing: 1.5px; font-size: 14px; text-transform: uppercase; margin-top: 18px;
}
.lbr-rest-reserve__btn:hover { background: #B16638; }

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .lbr-rest-hero { height: 60vh; min-height: 460px; }
  .lbr-rest-quick__inner { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .lbr-rest-sec { padding: 70px 22px; }
  .lbr-rest-story { grid-template-columns: 1fr; gap: 40px; }
  .lbr-rest-dishes { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .lbr-rest-hours { grid-template-columns: 1fr; gap: 35px; }
  .lbr-rest-strip { grid-template-columns: repeat(2, 1fr); }
  .lbr-rest-reviews { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 600px) {
  .lbr-rest-hero { height: 56vh; min-height: 400px; }
  .lbr-rest-hero h1 { font-size: 32px; }
  .lbr-rest-quick { padding: 22px 18px; }
  .lbr-rest-quick__inner { grid-template-columns: 1fr 1fr; gap: 18px; }
  .lbr-rest-quick__item p { font-size: 16px; }
  .lbr-rest-sec { padding: 60px 18px; }
  .lbr-rest-sec h2 { font-size: 28px; }
  .lbr-rest-dishes { grid-template-columns: 1fr; }
  .lbr-rest-strip { grid-template-columns: 1fr 1fr; }
  .lbr-rest-strip__item--wide { grid-column: span 2; padding-top: 60%; }
  .lbr-rest-menu-cta { padding: 60px 20px; }
  .lbr-rest-menu-cta__btn { padding: 12px 24px; font-size: 12px; }
  .lbr-rest-reserve { padding: 60px 18px; }
  .lbr-rest-reserve__phone { font-size: 24px; }
  .lbr-rest-hero__btn { display: block; margin: 6px 0; }
}
