.about-page {
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.about-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.about-btn {
  display: inline-block;
  background: #FFB800;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 32px;
  border-radius: 9999px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.about-btn:hover {
  background: #ffcc33;
  color: #000;
}
@media (min-width: 768px) {
  .about-btn {
    font-size: 20px;
  }
}

.about-hero {
  margin-top: 40px;
}

.about-hero__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-hero__title {
    font-size: 60px;
    margin-bottom: 64px;
  }
}

.about-hero__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .about-hero__row {
    flex-direction: row;
    gap: 64px;
  }
}

.about-hero__image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .about-hero__image {
    width: 50%;
    height: 471px;
  }
}

.about-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .about-hero__content {
    width: 50%;
  }
}

.about-hero__content-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .about-hero__content-title {
    text-align: left;
    font-size: 45px;
  }
}

.about-hero__content-text {
  font-size: 14px;
  color: #CCCCCC;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-hero__content-text {
    font-size: 16px;
  }
}

.about-hero__cta {
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .about-hero__cta {
    justify-content: flex-start;
  }
}

.about-divider {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 112px;
  margin-bottom: 64px;
}
.about-divider--coat {
  margin-top: 80px;
}

.about-divider__title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .about-divider__title {
    font-size: 40px;
  }
}

.about-divider__rule {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.about-content {
  margin-bottom: 96px;
}

.about-content-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .about-content-row {
    flex-direction: row;
    gap: 64px;
  }
}
.about-content-row--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .about-content-row--reverse {
    flex-direction: row;
  }
}

.about-content-row__image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .about-content-row__image {
    width: 50%;
    height: 335px;
  }
}

.about-content-row__text {
  width: 100%;
}
@media (min-width: 768px) {
  .about-content-row__text {
    width: 50%;
  }
}

.about-content-row__heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  text-transform: none;
}
.about-content-row__heading--upper {
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .about-content-row__heading {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .about-content-row__heading {
    font-size: 32px;
  }
}

.about-content-row__paragraph {
  font-size: 13px;
  color: #CCCCCC;
  line-height: 1.6;
  margin-bottom: 40px;
}
.about-content-row__paragraph:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about-content-row__paragraph {
    font-size: 14px;
  }
}

.about-function {
  margin-bottom: 128px;
}
.about-function--coat {
  margin-bottom: 80px;
}

.about-function__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.about-function__label {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .about-function__label {
    font-size: 35px;
  }
}

.about-function__rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.about-function__rule--wide {
  width: 180px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .about-function__rule--wide {
    width: 220px;
  }
}
.about-function__rule--narrow {
  width: 90px;
}
@media (min-width: 768px) {
  .about-function__rule--narrow {
    width: 110px;
  }
}

.about-function__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-function__grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 64px;
  }
}

.about-function__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-function__icon {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

.about-function__caption {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 768px) {
  .about-function__caption {
    font-size: 32px;
  }
}

.about-coating-info {
  max-width: 1000px;
  margin: 0 auto 80px;
}

.about-coating-info__text {
  font-size: 13px;
  color: #CCCCCC;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: justify;
}
.about-coating-info__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about-coating-info__text {
    font-size: 14px;
    text-align: left;
  }
}

.about-coating-info__highlight {
  color: #FFB800;
}

.about-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  .about-cta {
    padding-bottom: 96px;
  }
}

.about-cta__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .about-cta__title {
    font-size: 32px;
  }
}

.about-slider {
  width: 100%;
  height: 380px;
  background: #D4D4D4;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about-slider {
    height: 600px;
  }
}

.about-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s ease;
  color: #000;
}
.about-slider__arrow:hover {
  opacity: 0.7;
}
.about-slider__arrow svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .about-slider__arrow svg {
    width: 48px;
    height: 48px;
  }
}
.about-slider__arrow--prev {
  left: 16px;
}
@media (min-width: 768px) {
  .about-slider__arrow--prev {
    left: 40px;
  }
}
.about-slider__arrow--next {
  right: 16px;
}
@media (min-width: 768px) {
  .about-slider__arrow--next {
    right: 40px;
  }
}

.about-slider__track {
  display: flex;
  height: 100%;
  width: 100%;
}

.about-slider__slide {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}/*# sourceMappingURL=about-us.css.map */