.lshort-works,
.lshort-work-single {
  --lshort-blue: #0b6fe0;
  --lshort-blue-dark: #0a3b6b;
  --lshort-orange: #ff7a29;
  --lshort-text: #263746;
  --lshort-soft: #66727d;
  --lshort-line: #dfe6ec;
  --lshort-paper: #f5f8fa;
  color: var(--lshort-text);
  font-size: 16px;
  line-height: 1.8;
}

.lshort-works {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.lshort-work-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lshort-line);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(10, 59, 107, .09);
}

.lshort-work-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #eaf0f5;
}

.lshort-work-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .35s ease;
}

.lshort-work-card__image:hover img {
  transform: scale(1.025);
}

.lshort-work-card__placeholder {
  display: grid;
  height: 100%;
  color: #8a96a0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  place-items: center;
}

.lshort-work-card__body {
  display: flex;
  flex-direction: column;
  padding: 18px 20px 20px;
}

.lshort-work-card__plan {
  width: fit-content;
  padding: 5px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  background: var(--lshort-blue);
  border-radius: 999px;
}

.lshort-work-card__industry {
  margin: 10px 0 0;
  color: var(--lshort-orange);
  font-size: 14px;
  font-weight: 800;
}

.lshort-work-card__title {
  margin: 4px 0 0;
  color: var(--lshort-blue-dark);
  font-size: clamp(19px, 1.7vw, 22px);
  line-height: 1.4;
}

.lshort-work-card__title a {
  color: inherit;
  text-decoration: none;
}

.lshort-work-card__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  color: var(--lshort-blue);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lshort-works-empty {
  padding: 34px;
  color: var(--lshort-soft);
  text-align: center;
  background: var(--lshort-paper);
  border-radius: 8px;
}

.lshort-works-pagination {
  margin-top: 42px;
}

.lshort-works-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lshort-works-pagination a,
.lshort-works-pagination span {
  display: grid;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  color: var(--lshort-blue-dark);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--lshort-line);
  border-radius: 5px;
  place-items: center;
}

.lshort-works-pagination .current {
  color: #fff;
  background: var(--lshort-blue);
  border-color: var(--lshort-blue);
}

.lshort-work-archive,
.lshort-work-single {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 92px;
}

.lshort-work-archive__head,
.lshort-work-single__head {
  max-width: 820px;
  margin-bottom: 42px;
}

.lshort-work-archive__eyebrow,
.lshort-work-single__eyebrow {
  margin: 0 0 10px;
  color: var(--lshort-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.lshort-work-archive h1,
.lshort-work-single h1 {
  margin: 0;
  color: var(--lshort-blue-dark);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.25;
}

.lshort-work-archive__lead {
  margin: 16px 0 0;
  color: var(--lshort-soft);
  line-height: 1.9;
}

.lshort-work-single__visual {
  width: min(100%, 760px);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin: 36px auto 0;
  background: var(--lshort-paper);
  border: 1px solid var(--lshort-line);
  border-radius: 14px;
}

.lshort-work-single__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lshort-work-single__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  margin-top: 44px;
}

.lshort-work-single__content h2 {
  margin: 0 0 22px;
  color: var(--lshort-blue-dark);
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.5;
}

.lshort-work-single__content {
  color: var(--lshort-text);
  line-height: 2.05;
}

.lshort-work-single__intro {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 2.05;
}

.lshort-work-single__section + .lshort-work-single__section {
  margin-top: 30px;
}

.lshort-work-single__list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lshort-work-single__list li {
  position: relative;
  margin: 0;
  padding: 17px 20px 17px 48px;
  line-height: 1.95;
  background: var(--lshort-paper);
  border: 1px solid var(--lshort-line);
}

.lshort-work-single__list li::before {
  position: absolute;
  top: 24px;
  left: 22px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--lshort-blue);
  border-radius: 50%;
}

.lshort-work-single__legacy p,
.lshort-work-single__legacy li {
  line-height: 2.05;
}

.lshort-work-single__facts {
  padding: 26px;
  background: var(--lshort-paper);
  border-radius: 10px;
}

.lshort-work-single__facts dl {
  margin: 0;
}

.lshort-work-single__facts div {
  padding: 13px 0;
  border-bottom: 1px solid var(--lshort-line);
}

.lshort-work-single__facts dt {
  color: var(--lshort-soft);
  font-size: 16px;
}

.lshort-work-single__facts dd {
  margin: 5px 0 0;
  font-weight: 800;
}

.lshort-work-single__button {
  display: block;
  margin-top: 22px;
  padding: 14px 18px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  background: var(--lshort-blue);
  border-radius: 6px;
}

.lshort-work-plan-group {
  scroll-margin-top: 110px;
}

.lshort-work-plan-group + .lshort-work-plan-group {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid var(--lshort-line);
}

.lshort-work-plan-group__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.lshort-work-plan-group__head p {
  margin: 0 0 7px;
  color: var(--lshort-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.lshort-work-plan-group__head h2 {
  margin: 0;
  color: var(--lshort-blue-dark);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.4;
}

.lshort-work-plan-group__head > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: var(--lshort-blue);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 860px) {
  .lshort-works,
  .lshort-work-single__body {
    grid-template-columns: 1fr;
  }

  .lshort-works {
    gap: 22px;
  }

  .lshort-work-single__body {
    gap: 28px;
  }

  .lshort-work-plan-group + .lshort-work-plan-group {
    margin-top: 56px;
    padding-top: 56px;
  }

  .lshort-work-plan-group__head {
    display: block;
    text-align: center;
  }

  .lshort-work-plan-group__head > a {
    justify-content: center;
    margin-top: 14px;
  }

  .lshort-work-single__intro {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .lshort-work-single__section + .lshort-work-single__section {
    margin-top: 28px;
  }

  .lshort-work-single__content h2 {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .lshort-work-single__list {
    gap: 12px;
  }

  .lshort-work-single__list li {
    padding: 15px 16px 15px 42px;
    line-height: 1.9;
  }

  .lshort-work-single__list li::before {
    top: 23px;
    left: 19px;
  }
}
