@charset "utf-8";
/* 复刻 jirfine (em 相对 about-container) about.html 结构与视觉，品牌色改为欣宇绿 */

.page-about .about-seo-h1 {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-about .about-container {
  --ab: #76B331;
  --ab-deep: #5BA323;
  --u: calc(100vw / 19.2);
  font-size: 16px;
  color: #1a1a1a;
}
@media (min-width: 1920px) {
  .page-about .about-container { --u: 100px; }
}
@media (max-width: 768px) {
  .page-about .about-container { --u: calc(100vw / 7.5); }
}

.page-about .about-container .site-wrap {
  box-sizing: border-box;
}
.page-about .about-container img { max-width: 100%; vertical-align: top; }
.page-about .about-container ul,
.page-about .about-container li { list-style: none; margin: 0; padding: 0; }
.page-about .about-container a { text-decoration: none; color: inherit; }
.page-about .about-container .flex { display: flex; }
.page-about .about-container .flex-hc { justify-content: center; }
.page-about .about-container .flex-ac { align-items: center; }

/* ---------- 顶部大图 ---------- */
.page-about .common-banner-picture {
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin-top: 0;
}
.page-about .common-banner-picture img {
  width: 100%;
  display: block;
}

/* ---------- Banner 文案（样式已抽至 reset.css .common-banner） ---------- */

/* 页内标题模块（公司简介等） */
.page-about .common-title-module .title {
  position: relative;
  font-size: calc(.6 * var(--u));
  font-weight: 600;
  color: var(--ab);
  padding-bottom: calc(.15 * var(--u));
  margin: 0;
}
@media (max-width: 990px) {
  .page-about .common-title-module .title { font-size: calc(.31 * var(--u)); }
}
.page-about .common-title-module .desc {
  position: relative;
  font-size: calc(.4 * var(--u)) !important;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
}

/* ---------- 通用标题绿点 ---------- */
.page-about .common-title,
.page-about .about-title {
  font-size: calc(.5 * var(--u));
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
  position: relative;
  margin: 0;
}
.page-about .common-title:after {
  content: '';
  display: inline-block;
  width: calc(.12 * var(--u));
  height: calc(.08 * var(--u));
  background: var(--ab);
  transform: skew(-20deg);
  margin-left: calc(.05 * var(--u));
}
.page-about .about-desc {
  padding-top: calc(.2 * var(--u));
  font-size: calc(.25 * var(--u));
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.4;
}
@media (max-width: 990px) {
  .page-about .about-desc { font-size: calc(.3 * var(--u)); }
}

/* ---------- 公司简介 ---------- */
.page-about .about-section1 {
  background: url("../images/about/about-bg.png") left bottom no-repeat #f5f6f8;
  background-size: cover;
  padding: calc(1.4 * var(--u)) 0;
  scroll-margin-top: 80px;
}
.page-about .about-section1 .site-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-about .about-section1 .common-title-module { max-width: calc(6 * var(--u)); }
@media (max-width: 1200px) {
  .page-about .about-section1 .common-title-module { max-width: 100%; }
}
.page-about .about-section1 .right-info { width: 43%; }
@media (max-width: 1200px) {
  .page-about .about-section1 .right-info { width: 100%; padding-top: calc(.4 * var(--u)); }
}
.page-about .about-section1 .right-info > .desc {
  font-size: calc(.2 * var(--u));
  font-weight: 400;
  color: #808080;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: calc(.4 * var(--u));
}
.page-about .about-section1 .right-info > .desc p { margin: 0; }
@media (max-width: 990px) {
  .page-about .about-section1 .right-info > .desc { font-size: calc(.3 * var(--u)); }
}
.page-about .about-section1 .right-info .list {
  padding: calc(.4 * var(--u)) 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-about .about-section1 .right-info .list li {
  width: auto;
  padding: 0 calc(.2 * var(--u));
  border-left: 5px solid rgba(26, 26, 26, .1);
  margin-right: calc(.3 * var(--u));
  margin-bottom: calc(.3 * var(--u));
  transition: all .3s ease-in-out;
}
.page-about .about-section1 .right-info .list li:nth-child(1) { width: 100%; }
.page-about .about-section1 .right-info .list li:hover { border-color: var(--ab-deep); }
.page-about .about-section1 .right-info .list li:hover .number,
.page-about .about-section1 .right-info .list li:hover .tips { color: var(--ab-deep); }
.page-about .about-section1 .right-info .list li .number {
  transition: all .3s ease-in-out;
  font-weight: 600;
  color: #808080;
  font-size: calc(.2 * var(--u));
}
.page-about .about-section1 .right-info .list li .number .c-num-move { font-size: calc(.34 * var(--u)); }
.page-about .about-section1 .right-info .list li .number v { font-style: normal; }
@media (max-width: 1200px) {
  .page-about .about-section1 .right-info .list li .number .c-num-move { font-size: calc(.5 * var(--u)); }
}
.page-about .about-section1 .right-info .list li .tips {
  transition: all .3s ease-in-out;
  font-weight: 400;
  color: #808080;
  font-size: calc(.14 * var(--u));
}
@media (max-width: 990px) {
  .page-about .about-section1 .right-info .list li .tips { font-size: calc(.28 * var(--u)); }
}

/* ---------- 企业文化 / 荣誉卡片 ---------- */
.page-about .coo-section1.about-section2 {
  padding-top: calc(1.4 * var(--u));
  scroll-margin-top: 80px;
}
.page-about .coo-section1 .section1-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(.2 * var(--u));
}
.page-about .coo-section1.about-section2 .section1-top.show .about-title {
  width: 100%;
  text-align: center;
  display: block;
  margin: auto;
}
.page-about .coo-section1.about-section2 .section1-top {
  justify-content: center;
  margin-bottom: calc(.2 * var(--u));
}
.page-about .coo-section1.about-section2 .adv-section { overflow: visible; }
.page-about .coo-section1.about-section2 .adv-section .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(.24 * var(--u));
  overflow: visible;
  padding: calc(.5 * var(--u)) 0 calc(1.2 * var(--u));
}
.page-about .coo-section1.about-section2 .adv-section .list .item {
  flex: none;
  min-width: 0;
  background: #f5f6f8;
  clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}
.page-about .coo-section1.about-section2 .adv-section .list .item .content {
  min-height: calc(4 * var(--u));
  padding: calc(.4 * var(--u));
  background: transparent;
  justify-content: space-between;
}
.page-about .coo-section1.about-section2 .adv-section .list .item .content .format {
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: calc(.4 * var(--u));
}
.page-about .coo-section1.about-section2 .adv-section .list .item .content .format .icon,
.page-about .coo-section1.about-section2 .adv-section .list .item .content .format .icon1 {
  position: static;
  width: calc(.7 * var(--u));
  max-width: calc(.7 * var(--u));
}
.page-about .coo-section1.about-section2 .adv-section .list .item .content .title {
  padding: 0;
  margin: 0 0 calc(.15 * var(--u));
  font-size: calc(.25 * var(--u));
  line-height: 1.33;
}
.page-about .coo-section1.about-section2 .adv-section .list .item .content .desc {
  font-size: calc(.2 * var(--u));
  line-height: 1.5;
}
@media (max-width: 990px) {
  .page-about .coo-section1.about-section2 .adv-section .list .item .content .title {
    font-size: calc(.3 * var(--u));
  }
  .page-about .coo-section1.about-section2 .adv-section .list .item .content .desc {
    font-size: calc(.28 * var(--u));
  }
}
.page-about .coo-section1.about-section2 .adv-section .list .item:hover .content {
  background: #eef0f2;
  color: inherit;
}
.page-about .coo-section1.about-section2 .adv-section .list .item:hover .content .format .icon { opacity: 1; }
.page-about .coo-section1.about-section2 .adv-section .list .item:hover .content .format .icon1 { opacity: 0; }
.page-about .coo-section1.about-section2 .adv-section .list .item:hover .content .title { color: #1a1a1a; }
.page-about .coo-section1.about-section2 .adv-section .list .item:hover .content .desc { color: #808080; }
@media (max-width: 1100px) {
  .page-about .coo-section1.about-section2 .adv-section .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .page-about .coo-section1.about-section2 .adv-section .list {
    grid-template-columns: 1fr;
  }
}
.page-about .common-pagination {
  display: flex;
  align-items: center;
  gap: calc(.12 * var(--u));
  font-size: calc(.2 * var(--u));
  color: #808080;
}
.page-about .common-pagination .icon {
  width: calc(.44 * var(--u));
  height: calc(.44 * var(--u));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  border-radius: 2px;
}
.page-about .common-pagination .icon.on,
.page-about .common-pagination .icon.next {
  background: var(--ab);
}
.page-about .common-pagination .icon.prev { background: #e5e7eb; }
.page-about .common-pagination .more-icon {
  width: calc(.14 * var(--u));
  line-height: 0;
}
.page-about .common-pagination .more-icon img { width: 100%; display: block; }
.page-about .common-pagination .icon.prev .more-icon { transform: rotate(180deg); }
.page-about .common-pagination .mask {
  display: inline-block;
  width: calc(.2 * var(--u));
  height: 1px;
  background: url("../images/about/icon-mask.png") center / contain no-repeat;
  background-size: 100% 100%;
}
.page-about .common-pagination .current-pages { color: #1a1a1a; font-weight: 600; }

.page-about .adv-section { overflow: hidden; }
.page-about .adv-section .list {
  display: flex;
  gap: calc(.4 * var(--u));
  padding: calc(.5 * var(--u)) 0 calc(1.2 * var(--u));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.page-about .adv-section .list::-webkit-scrollbar { display: none; }
.page-about .adv-section .list .item {
  flex: 0 0 calc(2.28 * var(--u));
  min-width: calc(2.28 * var(--u));
}
.page-about .adv-section .list .item .content {
  padding: calc(.4 * var(--u));
  min-height: calc(2.9 * var(--u));
  background: transparent;
  color: #b3b3b3;
  display: flex;
  flex-direction: column;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
}
.page-about .adv-section .list .item .content .format {
  position: relative;
  width: calc(.7 * var(--u));
  height: calc(.7 * var(--u));
  margin-bottom: calc(.25 * var(--u));
}
.page-about .adv-section .list .item .content .format .icon,
.page-about .adv-section .list .item .content .format .icon1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: calc(.7 * var(--u));
  transition: opacity .3s;
}
.page-about .adv-section .list .item .content .format .icon1 { opacity: 0; }
.page-about .adv-section .list .item .content .title {
  font-size: calc(.22 * var(--u));
  font-weight: 600;
  color: #1a1a1a;
  padding: calc(.15 * var(--u)) 0;
  transition: color .3s;
}
.page-about .adv-section .list .item .content .desc {
  font-size: calc(.16 * var(--u));
  line-height: 1.5;
  color: #808080;
  transition: color .3s;
}
.page-about .adv-section .list .item:hover .content {
  background: var(--ab);
  color: #fff;
}
.page-about .adv-section .list .item:hover .content .format .icon { opacity: 0; }
.page-about .adv-section .list .item:hover .content .format .icon1 { opacity: 1; }
.page-about .adv-section .list .item:hover .content .title,
.page-about .adv-section .list .item:hover .content .desc { color: #fff; }

@media (max-width: 990px) {
  .page-about .adv-section .list .item { flex-basis: 70%; min-width: 70%; }
  .page-about .adv-section .list .item .content .title { font-size: calc(.32 * var(--u)); }
  .page-about .adv-section .list .item .content .desc { font-size: calc(.28 * var(--u)); }
}

/* ---------- 发展历程 ---------- */
.page-about .about-section3 {
  padding: calc(1 * var(--u)) 0 calc(2 * var(--u));
  scroll-margin-top: 80px;
}
.page-about .about-section3 .content-top {
  text-align: center;
  padding-bottom: calc(1.2 * var(--u));
}
.page-about .about-section3 .content-bottom { position: relative; }
.page-about .about-section3 .event { position: relative; }
.page-about .about-section3 .ab-hist-slide {
  display: none;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: calc(.6 * var(--u));
  min-height: calc(5.2 * var(--u));
  padding-bottom: calc(1.35 * var(--u));
  background: #fff;
}
.page-about .about-section3 .ab-hist-slide.is-active { display: flex; }
.page-about .about-section3 .text-con {
  position: relative;
  z-index: 2;
  flex: 0 1 calc(6.2 * var(--u));
  max-width: calc(6.2 * var(--u));
  padding-top: calc(.15 * var(--u));
}
.page-about .about-section3 .year-text {
  display: block;
  position: absolute;
  left: calc(4.4 * var(--u));
  bottom: calc(-.12 * var(--u));
  z-index: 3;
  margin: 0;
  font-size: calc(1.7 * var(--u));
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.02em;
  color: var(--ab);
  background: transparent;
  pointer-events: none;
  white-space: nowrap;
}
.page-about .about-section3 .text-con .desc {
  font-size: calc(.18 * var(--u));
  color: #666;
  line-height: 1.75;
}
.page-about .about-section3 .text-con .desc p {
  margin: 0 0 calc(.18 * var(--u));
}
.page-about .about-section3 .text-con .desc p:last-child { margin-bottom: 0; }
.page-about .about-section3 .picture {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: calc(11.2 * var(--u));
  max-width: calc(11.2 * var(--u));
  margin-left: auto;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - .72 * var(--u)), calc(100% - .72 * var(--u)) 100%, 0 100%);
  overflow: hidden;
}
.page-about .about-section3 .picture img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9.2;
  object-fit: cover;
}

.page-about .about-section3 .ab-hist-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(.35 * var(--u)) calc(.6 * var(--u));
  margin-top: calc(.15 * var(--u));
  padding-top: calc(.45 * var(--u));
  border-top: 1px solid rgba(26, 26, 26, .12);
  position: relative;
  z-index: 4;
}
.page-about .about-section3 .ab-hist-pager {
  position: static;
  padding: 0;
  gap: calc(.16 * var(--u));
}
.page-about .about-section3 .ab-hist-pager .icon {
  width: calc(.78 * var(--u));
  height: calc(.42 * var(--u));
  border-radius: 0;
  transform: skewX(-18deg);
}
.page-about .about-section3 .ab-hist-pager .more-icon {
  width: calc(.16 * var(--u));
  transform: skewX(18deg);
}
.page-about .about-section3 .ab-hist-pager .icon.prev .more-icon {
  transform: skewX(18deg) rotate(180deg);
}

.page-about .about-section3 .year {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(.15 * var(--u)) calc(.45 * var(--u));
  margin: 0;
  padding: 0;
  position: relative;
}
.page-about .about-section3 .year:before { display: none; }
.page-about .about-section3 .year .swiper-slide {
  position: relative;
  font-size: calc(.18 * var(--u));
  color: #b0b0b0;
  cursor: pointer;
  padding: calc(.06 * var(--u)) 0;
  transition: color .25s, font-size .25s;
}
.page-about .about-section3 .year .swiper-slide.is-active {
  color: var(--ab);
  font-weight: 700;
  font-size: calc(.28 * var(--u));
}

@media (max-width: 1200px) {
  .page-about .about-section3 .ab-hist-slide {
    flex-wrap: wrap;
    min-height: 0;
    padding-bottom: calc(.9 * var(--u));
  }
  .page-about .about-section3 .text-con {
    flex: 1 1 100%;
    max-width: 100%;
    order: 1;
  }
  .page-about .about-section3 .picture {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .page-about .about-section3 .year-text {
    position: static;
    order: 3;
    margin-top: calc(.25 * var(--u));
    font-size: calc(.9 * var(--u));
    white-space: normal;
  }
}
@media (max-width: 990px) {
  .page-about .about-section3 .text-con .desc { font-size: calc(.3 * var(--u)); }
  .page-about .about-section3 .year .swiper-slide { font-size: calc(.26 * var(--u)); }
  .page-about .about-section3 .year .swiper-slide.is-active { font-size: calc(.36 * var(--u)); }
  .page-about .about-section3 .ab-hist-pager .icon {
    width: calc(1.1 * var(--u));
    height: calc(.64 * var(--u));
  }
}

/* ---------- 荣誉 ---------- */
.page-about .about-section4.coo-section1 {
  background: url("../images/about/about-bg2.png") center / cover no-repeat;
  padding: calc(1 * var(--u)) 0 calc(.8 * var(--u));
  scroll-margin-top: 80px;
}
.page-about .about-section4 .about-title { margin-bottom: calc(.2 * var(--u)); }
.page-about .about-section4 .titles {
  font-size: calc(.28 * var(--u));
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
@media (max-width: 990px) {
  .page-about .about-section4 .titles { font-size: calc(.34 * var(--u)); }
}
.page-about .about-section4 .section1-top {
  padding-top: calc(.5 * var(--u));
  margin-top: calc(.8 * var(--u));
  border-top: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  gap: calc(.3 * var(--u));
}
.page-about .about-section4 .ab-honor-pager {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-about .about-section4 .ab-honor-pager .icon {
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-about .about-section4 .section1-top {
    flex-wrap: nowrap;
    gap: 12px;
  }
  .page-about .about-section4 .titles {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 1.35;
  }
  .page-about .about-section4 .ab-honor-pager .icon {
    width: 36px;
    height: 36px;
  }
  .page-about .about-section4 .ab-honor-pager .more-icon {
    width: 12px;
  }
}
.page-about .about-section4 .adv-section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.page-about .about-section4 .adv-section .list.ab-card-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: calc(.4 * var(--u)) 0 calc(.3 * var(--u));
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.page-about .about-section4 .adv-section .list.ab-card-list::-webkit-scrollbar { display: none; }
.page-about .about-section4 .adv-section .list.ab-card-list > .item {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
  background: #fff;
}
.page-about .about-section4 .adv-section .item .content { min-height: calc(3 * var(--u)); }
.page-about .about-section4 .adv-section .item .label {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: calc(.95 * var(--u));
  font-size: calc(.14 * var(--u));
  color: #1a1a1a;
  text-align: center;
  padding: 1px;
  margin-bottom: calc(.2 * var(--u));
}
.page-about .about-section4 .adv-section .item .label:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .2);
  clip-path: polygon(calc(.1 * var(--u)) 0, 100% 0, 100% 0, 100% calc(100% - calc(.1 * var(--u))), calc(100% - calc(.1 * var(--u))) 100%, calc(.1 * var(--u)) 100%, 0 calc(100% - 0px), 0 calc(.1 * var(--u)));
}
.page-about .about-section4 .adv-section .item .label span {
  position: relative;
  display: block;
  line-height: calc(.35 * var(--u));
  padding: 0 calc(.12 * var(--u));
  background: #fff;
  clip-path: polygon(calc(.09 * var(--u)) 0, 100% 0, 100% 0, 100% calc(100% - calc(.09 * var(--u))), calc(100% - calc(.09 * var(--u))) 100%, calc(.09 * var(--u)) 100%, 0 calc(100% - 0px), 0 calc(.09 * var(--u)));
}
.page-about .about-section4 .adv-section .item .content1 .desc {
  font-size: calc(.18 * var(--u));
  color: #1a1a1a;
  line-height: 1.5;
  min-height: calc(1.8 * var(--u));
  overflow: hidden;
}
.page-about .about-section4 .adv-section .item .content1 .desc img {
  display: block;
  width: 100%;
  height: calc(2.2 * var(--u));
  object-fit: contain;
  object-position: center;
}
.page-about .about-section4 .adv-section .item:hover .content { background: #fff; }
.page-about .about-section4 .adv-section .item:hover .content .desc { color: var(--ab-deep); }
@media (max-width: 990px) {
  .page-about .about-section4 .adv-section .list.ab-card-list {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .page-about .about-section4 .adv-section .item .content {
    min-height: 0;
  }
  .page-about .about-section4 .adv-section .item .label {
    font-size: 14px;
    min-width: 0;
    margin-bottom: 12px;
  }
  .page-about .about-section4 .adv-section .item .label span {
    line-height: 28px;
    padding: 0 12px;
  }
  .page-about .about-section4 .adv-section .item .content1 .desc {
    min-height: 0;
  }
  .page-about .about-section4 .adv-section .item .content1 .desc img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}
@media (max-width: 640px) {
  .page-about .about-section4 .adv-section .list.ab-card-list {
    gap: 12px;
  }
}

/* ---------- 生产车间 ---------- */
.page-about .about-section5 {
  padding: calc(1.4 * var(--u)) 0 calc(1.6 * var(--u));
  scroll-margin-top: 80px;
}
.page-about .about-section5 .about-title { text-align: center; }
.page-about .about-section5 .about-desc {
  text-align: center;
  padding-bottom: calc(.8 * var(--u));
}
.page-about .workshop-carousel {
  position: relative;
  width: 100%;
}
.page-about .workshop-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-about .workshop-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.page-about .workshop-list::-webkit-scrollbar { display: none; }
.page-about .workshop-list__item {
  flex: 0 0 auto;
  min-width: 0;
  box-sizing: border-box;
}
.page-about .workshop-list .picture {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - calc(.4 * var(--u))), calc(100% - calc(.4 * var(--u))) 100%, calc(.4 * var(--u)) 100%, 0 calc(100% - 0px), 0 0);
}
.page-about .workshop-list .picture img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform .5s;
}
.page-about .workshop-list__item:hover .picture img { transform: scale(1.05); }
.page-about .workshop-list .name {
  padding: calc(.2 * var(--u)) 0;
  font-size: calc(.18 * var(--u));
  text-align: center;
  color: #1a1a1a;
}
.page-about .workshop-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: calc(.45 * var(--u));
  min-height: 12px;
}
.page-about .workshop-carousel__dots:empty { display: none; }
.page-about .workshop-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(26, 26, 26, .2);
  cursor: pointer;
  transition: background .25s, transform .25s;
}
.page-about .workshop-carousel__dot.is-active {
  background: var(--ab);
  transform: scale(1.25);
}
.page-about .workshop-carousel__dot:hover { background: var(--ab-deep); }
@media (max-width: 1200px) {
  .page-about .workshop-list { gap: 16px; }
  .page-about .workshop-list .name { font-size: calc(.28 * var(--u)); }
}
@media (max-width: 768px) {
  .page-about .workshop-list { gap: 12px; }
}
