/* ============ History page header banner ============ */
.hist-hero{background:#16330F!important;padding:64px 32px 80px!important;text-align:center;position:relative!important;
  overflow:hidden!important;z-index:0}
.hist-hero .elementor-heading-title{font-family:'Oswald',sans-serif!important;font-weight:700!important;
  text-transform:uppercase;font-size:32px!important;color:#fff!important;letter-spacing:.02em;
  position:relative!important;z-index:2!important}
.hist-hero-sub{max-width:560px;margin:14px auto 0;font-family:'Roboto',Arial,sans-serif;font-size:14px;
  color:#D9CBA8;line-height:1.6;text-align:center;position:relative;z-index:2}
.hist-hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:60px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120 L0,70 Q600,0 1200,70 L1200,120 Z' fill='%23fafaf8'/%3E%3C/svg%3E");
  background-size:100% 100%;background-repeat:no-repeat;z-index:1}

/* ============ Timeline ============ */
.hist-timeline-section{background:#fafaf8;padding:70px 32px}
.hist-timeline{position:relative!important;max-width:1100px;margin:0 auto}
.hist-timeline::before{content:""!important;display:block!important;position:absolute!important;left:50%!important;
  top:0!important;bottom:0!important;width:3px!important;background:#C9A24C!important;
  transform:translateX(-50%)!important;z-index:0!important}
.hist-timeline>div{position:relative;z-index:1}

.hist-item{display:flex!important;align-items:center;gap:48px;position:relative;margin-bottom:60px}
.hist-item::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:16px;border-radius:50%;
  background:#C9A24C;border:3px solid #fafaf8;box-shadow:0 0 0 2px #C9A24C;transform:translate(-50%,-50%);z-index:2}
.hist-timeline>div:nth-child(even) .hist-item{flex-direction:row-reverse!important}

.hist-item-image{flex:1;aspect-ratio:4/3;border-radius:12px;background-size:cover;background-position:center;
  background-color:#3A2010;background-image:linear-gradient(160deg,#6B3E1E,#2A1608);
  box-shadow:0 10px 26px rgba(34,48,26,.14)}
.hist-item-body{flex:1;padding:0 8px}
.hist-item-year{display:inline-block;font-family:'Oswald',sans-serif;font-weight:700;font-size:14px;
  color:#C9A24C;letter-spacing:.06em;margin-bottom:8px}
.hist-item-title{font-family:'Oswald',sans-serif;font-weight:700;font-size:22px;color:#22301A;
  margin:0 0 6px;line-height:1.25}
.hist-item-loc{display:block;font-family:'Roboto',Arial,sans-serif;font-size:12px;color:#8A8268;
  text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px}
.hist-item-desc{font-family:'Roboto',Arial,sans-serif;font-size:13.5px;line-height:1.75;color:#7A7256;margin:0}

@media (max-width:800px){
  .hist-timeline::before{left:24px}
  .hist-item,.hist-timeline>div:nth-child(even) .hist-item{flex-direction:column!important;align-items:flex-start;
    gap:18px;padding-left:52px}
  .hist-item::after{left:24px;top:20px;transform:translate(-50%,-50%)}
  .hist-item-image{width:100%}
}
