.history-page {
  --history-ink: var(--color-navy);
  --history-soft: #eef4ff;
  --history-sky: #e9f7fb;
  padding-bottom: 72px;
  overflow: hidden;
}
.history-page h1,
.history-page h2,
.history-page h3 {
  color: var(--history-ink);
}
.history-page p {
  line-height: 1.72;
}
.history-hero {
  position: relative;
  padding: 78px 0 58px;
  margin-bottom: 34px;
}
.history-hero::before,
.history-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.history-hero::before {
  width: 220px;
  height: 220px;
  left: -76px;
  top: 44px;
  background: color-mix(in srgb, var(--theme-color) 14%, transparent);
}
.history-hero::after {
  width: 150px;
  height: 150px;
  right: 7%;
  bottom: 8px;
  background: color-mix(in srgb, var(--theme-color) 10%, transparent);
}
.history-kicker,
.history-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--theme-color);
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}
.history-kicker::before,
.history-section-label::before {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 99px;
  background: var(--theme-color);
}
.history-title {
  max-width: 820px;
  margin: 0 0 22px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  font-weight: var(--font-weight-title);
}
.history-lead {
  max-width: 720px;
  margin: 0;
  font-size: 19px;
  color: var(--body-color);
}
.history-hero-card,
.history-intro,
.history-event-card,
.history-closing {
  position: relative;
  border: 1px solid rgba(217, 214, 209, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}
.history-hero-card {
  padding: 34px;
  overflow: hidden;
}
.history-hero-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -54px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-color) 12%, transparent);
}
.history-hero-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
}
.history-hero-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--theme-color);
  font-size: 76px;
  line-height: .95;
  font-weight: var(--font-weight-title);
}
.history-hero-card p {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 14px 0 0;
  color: var(--history-ink);
  font-weight: var(--font-weight-header);
}
.history-intro {
  padding: 34px;
  margin-bottom: 44px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(238, 244, 255, 0.9)), #fff;
}
.history-intro h2,
.history-event-card h2,
.history-closing h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.16;
}
.history-intro p,
.history-event-content p,
.history-closing p {
  margin: 0;
}
.history-event-content p + p {
  margin-top: 12px;
}
.history-timeline {
  position: relative;
  display: grid;
  gap: 28px;
  margin-bottom: 36px;
}
.history-timeline::before {
  content: "";
  position: absolute;
  left: 96px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--theme-color), color-mix(in srgb, var(--theme-color) 18%, transparent));
}
.history-event {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.history-year {
  position: sticky;
  top: 104px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 18px;
  background: var(--theme-color);
  color: var(--theme-color-contrast);
  font-size: 22px;
  font-weight: var(--font-weight-title);
  text-align: center;
  box-shadow: 0 16px 30px rgba(24, 44, 96, 0.16);
}
.history-year::after {
  content: "";
  position: absolute;
  right: -39px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 999px;
  background: #fff;
  border: 4px solid var(--theme-color);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--theme-color) 12%, transparent);
}
.history-event-card {
  display: grid;
  gap: 28px;
  padding: 30px;
}
.history-event-photo .history-event-card {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 34%);
  align-items: stretch;
}
.history-event-alt .history-event-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(233, 247, 251, 0.9)), #fff;
}
.history-event-content span {
  display: block;
  margin-bottom: 12px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
}
.history-photo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 230px;
  margin: 0;
}
.history-photo-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px dashed color-mix(in srgb, var(--theme-color) 42%, rgba(217, 214, 209, 0.9));
  border-radius: 18px;
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.85), transparent 30%), linear-gradient(135deg, color-mix(in srgb, var(--theme-color) 12%, #fff), #fff);
  color: var(--theme-color);
  text-align: center;
  box-shadow: 0 14px 28px rgba(24, 44, 96, 0.08);
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
  isolation: isolate;
}
.history-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 42%);
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}
.history-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
  will-change: transform;
}
.history-photo:hover .history-photo-frame,
.history-photo:focus-within .history-photo-frame {
  border-color: color-mix(in srgb, var(--theme-color) 62%, rgba(217, 214, 209, 0.9));
  box-shadow: 0 22px 42px rgba(24, 44, 96, 0.16);
  transform: translateY(-4px);
}
.history-photo:hover .history-photo-frame::after,
.history-photo:focus-within .history-photo-frame::after {
  opacity: 1;
}
.history-photo:hover .history-photo-frame img,
.history-photo:focus-within .history-photo-frame img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.045);
}
.history-photo-frame i {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
}
.history-photo-frame span {
  display: block;
  color: var(--history-ink);
  font-weight: var(--font-weight-header);
}
.history-photo figcaption {
  margin: 0;
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.45;
}
.history-closing {
  padding: 38px;
  text-align: center;
  background: linear-gradient(135deg, rgba(24, 44, 96, 0.94), rgba(0, 116, 151, 0.88)), var(--color-navy);
  color: #fff;
}
.history-closing h2,
.history-closing p,
.history-closing .history-section-label {
  color: #fff;
}
.history-closing .history-section-label::before {
  background: #fff;
}
.history-closing p {
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .history-hero {
    padding-top: 52px;
  }
  .history-title {
    font-size: 42px;
  }
  .history-timeline::before {
    left: 27px;
  }
  .history-event {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
  }
  .history-year {
    position: relative;
    top: 0;
    width: 54px;
    min-height: 54px;
    padding: 10px 6px;
    border-radius: 16px;
    font-size: 13px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .history-year::after {
    display: none;
  }
  .history-event-photo .history-event-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .history-page {
    padding-bottom: 44px;
  }
  .history-hero {
    padding: 42px 0 32px;
  }
  .history-title {
    font-size: 34px;
  }
  .history-lead {
    font-size: 16px;
  }
  .history-hero-card,
  .history-intro,
  .history-event-card,
  .history-closing {
    border-radius: 16px;
    padding: 22px;
  }
  .history-intro h2,
  .history-event-card h2,
  .history-closing h2 {
    font-size: 24px;
  }
  .history-timeline {
    gap: 22px;
  }
  .history-event {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .history-timeline::before {
    display: none;
  }
  .history-year {
    width: auto;
    min-height: 0;
    justify-content: flex-start;
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 18px;
  }
  .history-photo,
  .history-photo-frame {
    min-height: 190px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .history-photo-frame,
  .history-photo-frame::after,
  .history-photo-frame img {
    transition: none;
  }
  .history-photo:hover .history-photo-frame,
  .history-photo:focus-within .history-photo-frame,
  .history-photo:hover .history-photo-frame img,
  .history-photo:focus-within .history-photo-frame img {
    transform: none;
  }
}

/*# sourceMappingURL=history.min.css.map */