/*
 * Le Bon Repos — À Propos page styles
 */

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

/* ---- Hero ---- */
.lbr-ab-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-ab-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,31,28,.40) 0%, rgba(13,31,28,.75) 100%);
}
.lbr-ab-hero__inner { position: relative; max-width: 920px; padding: 0 24px; }
.lbr-ab-hero .lbr-eyebrow {
  letter-spacing: 6px; font-size: 13px; text-transform: uppercase;
  color: #E8C896; font-weight: 600; display: inline-block; margin-bottom: 18px;
}
.lbr-ab-hero h1 {
  font-family: Marcellus, Georgia, serif;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.05; margin: 0 0 22px;
  color: #fff; font-weight: 400;
  text-shadow: 0 2px 30px rgba(0,0,0,.3);
}
.lbr-ab-hero p {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55; max-width: 720px; margin: 0 auto;
  color: #f4ebde; font-style: italic;
}

/* ---- Stats strip (under hero) ---- */
.lbr-ab-stats {
  background: #fff;
  padding: 46px 24px;
  border-bottom: 1px solid #EAEAEA;
}
.lbr-ab-stats__inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  text-align: center;
}
.lbr-ab-stat__num {
  font-family: Marcellus, Georgia, serif;
  font-size: 42px; line-height: 1; color: #C97A4F; margin: 0 0 8px;
}
.lbr-ab-stat__label {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #777; font-weight: 600;
}

/* ---- Section base ---- */
.lbr-ab-sec { padding: 90px 24px; }
.lbr-ab-sec--soft { background: #FAF5F1; }
.lbr-ab-sec--dark { background: #0d1f1c; color: #f4ebde; }
.lbr-ab-container { max-width: 1180px; margin: 0 auto; }
.lbr-ab-eyebrow {
  letter-spacing: 4px; font-size: 12px; text-transform: uppercase;
  color: #C97A4F; font-weight: 600; display: inline-block; margin-bottom: 12px;
}
.lbr-ab-sec--dark .lbr-ab-eyebrow { color: #E8C896; }
.lbr-ab-sec h2 {
  font-family: Marcellus, Georgia, serif;
  font-size: clamp(30px, 4.5vw, 46px); line-height: 1.15;
  margin: 0 0 22px; color: #362618; font-weight: 400;
}
.lbr-ab-sec--dark h2 { color: #fff; }

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

/* ---- Values pillars (4 cards) ---- */
.lbr-ab-values {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px;
}
.lbr-ab-value {
  background: #fff; padding: 36px 28px; border-radius: 12px;
  border: 1px solid #EAEAEA;
  transition: transform .25s, box-shadow .25s;
  text-align: center;
}
.lbr-ab-value:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(54,38,24,.12); }
.lbr-ab-value__icon {
  width: 64px; height: 64px; margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C97A4F 0%, #B16638 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
}
.lbr-ab-value h3 {
  font-family: Marcellus, Georgia, serif; font-size: 22px;
  margin: 0 0 12px; color: #362618; font-weight: 400; line-height: 1.2;
}
.lbr-ab-value p {
  font-size: 14.5px; line-height: 1.6; color: #555E63; margin: 0;
}

/* ---- Timeline ---- */
.lbr-ab-timeline {
  display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 40px;
  position: relative; max-width: 720px; margin-left: auto; margin-right: auto;
}
.lbr-ab-timeline::before {
  content: ''; position: absolute; top: 0; bottom: 0;
  left: 30px; width: 2px; background: #C97A4F; opacity: .25;
}
.lbr-ab-tl-item {
  position: relative; padding: 0 0 35px 75px;
}
.lbr-ab-tl-item::before {
  content: ''; position: absolute; top: 6px; left: 22px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #C97A4F; border: 3px solid #FAF5F1;
  box-shadow: 0 0 0 3px #C97A4F;
}
.lbr-ab-tl-item__year {
  font-family: Marcellus, Georgia, serif; font-size: 26px; color: #C97A4F;
  margin: 0 0 6px; line-height: 1;
}
.lbr-ab-tl-item__title {
  font-size: 17px; font-weight: 700; color: #362618; margin: 0 0 6px;
}
.lbr-ab-tl-item__desc {
  font-size: 15px; line-height: 1.6; color: #555E63; margin: 0;
}

/* ---- Region (Mullerthal) ---- */
.lbr-ab-region { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lbr-ab-region__img img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 14px 40px rgba(54,38,24,.14); display: block; }
.lbr-ab-region__list { list-style: none; padding: 0; margin: 18px 0 0; }
.lbr-ab-region__list li {
  display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid #EAEAEA;
  font-size: 15.5px; color: #362618;
}
.lbr-ab-region__list li:last-child { border-bottom: none; }
.lbr-ab-region__list li::before {
  content: '→'; color: #C97A4F; font-weight: 700; flex-shrink: 0;
}
.lbr-ab-region__list strong { font-weight: 700; }

/* ---- Awards / certifications ---- */
.lbr-ab-awards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 30px;
  text-align: center;
}
.lbr-ab-award {
  background: #fff; padding: 32px 22px; border-radius: 12px;
  border: 1px solid #EAEAEA;
  display: flex; flex-direction: column; align-items: center;
}
.lbr-ab-award__badge {
  width: 64px; height: 64px; margin-bottom: 14px;
  border-radius: 50%; background: #FAF5F1;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #C97A4F;
}
.lbr-ab-award__name {
  font-family: Marcellus, Georgia, serif; font-size: 18px;
  color: #362618; margin: 0 0 6px; font-weight: 400; line-height: 1.2;
}
.lbr-ab-award__year { font-size: 13px; color: #777; margin: 0; letter-spacing: .5px; }

/* ---- CTA ---- */
.lbr-ab-cta { padding: 90px 24px; text-align: center; }
.lbr-ab-cta h2 {
  font-family: Marcellus, Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  color: #362618; margin: 0 0 18px; font-weight: 400;
}
.lbr-ab-cta p {
  font-size: 17px; color: #555E63; max-width: 640px; margin: 0 auto 28px; line-height: 1.6;
}
.lbr-ab-cta__btns { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.lbr-ab-cta__btn {
  display: inline-block; padding: 14px 30px; font-size: 13px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
  border-radius: 6px; border: 2px solid transparent; transition: all .2s;
}
.lbr-ab-cta__btn--primary { background: #C97A4F; color: #fff; border-color: #C97A4F; }
.lbr-ab-cta__btn--primary:hover { background: #B16638; border-color: #B16638; color: #fff; }
.lbr-ab-cta__btn--ghost { background: transparent; color: #362618; border-color: #362618; }
.lbr-ab-cta__btn--ghost:hover { background: #362618; color: #fff; }

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .lbr-ab-hero { height: 60vh; min-height: 460px; }
  .lbr-ab-stats__inner { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .lbr-ab-stat__num { font-size: 36px; }
  .lbr-ab-sec { padding: 70px 22px; }
  .lbr-ab-story { grid-template-columns: 1fr; gap: 40px; }
  .lbr-ab-values { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .lbr-ab-region { grid-template-columns: 1fr; gap: 35px; }
  .lbr-ab-awards { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
@media (max-width: 600px) {
  .lbr-ab-hero { height: 56vh; min-height: 400px; }
  .lbr-ab-hero h1 { font-size: 32px; }
  .lbr-ab-stats { padding: 36px 18px; }
  .lbr-ab-stats__inner { grid-template-columns: 1fr 1fr; gap: 22px; }
  .lbr-ab-stat__num { font-size: 30px; }
  .lbr-ab-sec { padding: 60px 18px; }
  .lbr-ab-sec h2 { font-size: 26px; }
  .lbr-ab-story__text p.lead { font-size: 17px; padding-left: 16px; }
  .lbr-ab-values { grid-template-columns: 1fr; gap: 16px; }
  .lbr-ab-value { padding: 26px 20px; }
  .lbr-ab-awards { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lbr-ab-tl-item { padding-left: 60px; padding-bottom: 28px; }
  .lbr-ab-timeline::before { left: 22px; }
  .lbr-ab-tl-item::before { left: 14px; width: 16px; height: 16px; }
  .lbr-ab-cta { padding: 60px 18px; }
  .lbr-ab-cta__btn { display: block; margin: 6px 0; }
}
