@charset "utf-8";
@import url(aos.css);
:root {
  --primary: #C9171E;
  --primary-deep: #A61117;
  --ink: #202327;
  --ink-2: #111418;
  --text: #4B5563;
  --muted: #6B7280;
  --line: #E3E6EA;
  --soft: #F6F7F9;
  --white: #FFFFFF;
  --warm: #F2EEE8;
  --shadow: 0 18px 45px rgba(17, 20, 24, .12);
}
img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.wrap,
.hero-content,
.hero-proof {
  width: min(1280px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.btn,
.home-more {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.2;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.btn.primary {
  color: var(--white);
  background: var(--primary);
}

.btn.primary:hover {
  background: var(--primary-deep);
}

.btn.secondary {
  color: var(--ink);
  background: var(--white);
}

.btn.outline {
  color: var(--primary);
  background: var(--white);
  border: 1px solid rgba(201, 23, 30, .28);
}

.btn.outline.light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, .42);
}

.btn,
.home-more {
  min-width: 158px;
  padding: 0 24px;
}

.home-more,
.home-more:hover {
  color: var(--white);
  background: var(--primary);
  text-transform: lowercase;
}

.home-more::after {
  margin-left: 12px;
  content: ">";
}

.hero {
  position: relative;
  /* min-height: 690px; */
  overflow: visible;
  color: var(--white);
  /* background: var(--ink); */
}

.hero #indexbanner {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.hero #indexbanner,
.hero #indexbanner .swiper-wrapper,
.hero #indexbanner .swiper-slide,
.hero .hero-slide {
  /* min-height: 690px; */
}

.hero #indexbanner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.hero .hero-slide {
  position: relative;
  display: block;
  color: var(--white);
}

/* .hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
} */

.hero-media {
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(17, 20, 24, .9) 0%, rgba(17, 20, 24, .72) 48%, rgba(17, 20, 24, .14) 100%),
    linear-gradient(0deg, rgba(17, 20, 24, .42), rgba(17, 20, 24, .08));
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 548px;
  padding: 112px 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-content::before {
  width: 76px;
  height: 5px;
  margin-bottom: 28px;
  background: var(--primary);
  content: "";
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #FFD6D8;
}

h1,
.section-head h2,
.service-copy h2,
.about-info h2,
.hot-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 840px;
  margin: 0;
  color: var(--white);
  font-size: 68px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero .banner-pagination {
  right: 0;
  bottom: 78px !important;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, .85);
  background: transparent;
  opacity: 1;
}

.hero .swiper-pagination-bullet em {
  display: none;
}

.hero .swiper-pagination-bullet-active {
  background: var(--primary);
  border-color: var(--primary);
}

.hero .banner-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 4px;
  color: var(--white);
  background: rgba(17, 20, 24, .2);
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease;
}

.hero .banner-arrow:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.hero .bannerswiper-prev {
  left: 28px;
}

.hero .bannerswiper-next {
  right: 28px;
}

.hero-proof {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin-top: -60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  color: var(--text);
  background: #ffffff;
  border-radius: 8px;
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.06),
    0 16px 40px rgba(15, 23, 42, 0.08);
}

.hero-proof article:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hero-proof article {
  min-height: 112px;
  padding: 26px;
  display: grid;
  gap: 8px;
  border-right: 1px solid var(--line);
}

.hero-proof article:last-child {
  border-right: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hero-proof strong {
  color: var(--primary);
  font-size: 34px;
  line-height: 1;
}

.hero-proof span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: 92px 0;
}

.section-head {
  margin-bottom: 42px;
}

.section-head.centered {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head h2,
.service-copy h2,
.about-info h2,
.hot-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-head p:not(.section-kicker),
.service-copy p,
.about-info li,
.hot-intro p,
.news-grid p {
  color: var(--muted);
}

.category-section {
  padding-top: 112px;
  background: var(--white);
}

.category-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.category-wall article {
  grid-column: span 2;
  min-height: 310px;
  overflow: hidden;
  background: var(--ink);
}

.category-wall article.wide {
  grid-column: span 4;
}

.category-wall a {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  color: var(--white);
}

.category-wall img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .74;
  transition: transform .35s ease;
}

.category-image-pair {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  background: #eef2f1;
  overflow: hidden;
}

.category-wall .category-image-pair img {
  position: static;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: contain;
  object-position: center;
}

.category-wall a::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 20, 24, .78), rgba(17, 20, 24, .08));
  content: "";
}

.category-wall a::after {
  position: absolute;
  right: 24px;
  bottom: 28px;
  color: var(--white);
  font-size: 28px;
  content: ">";
}

.category-wall a:hover img {
  transform: scale(1.04);
}

.category-wall a:hover .category-image-pair img {
  transform: none;
}

.category-wall span,
.category-wall strong {
  position: relative;
  z-index: 1;
}

.category-wall span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.category-wall strong {
  max-width: calc(100% - 42px);
  margin-top: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

/* bucket-section */
.bucket-section {
  background: linear-gradient(180deg, var(--white) 0%, var(--soft) 100%);
}

.section-head.centered.bucket-head {
  max-width: 1232px;
  margin-bottom: 34px;
  text-align: center;
}

.bucket-head p:not(.section-kicker) {
  margin-right: auto;
  margin-left: auto;
}

.bucket-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
}

.bucket-copy {
  height: 680px;
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--white);
}

.bucket-copy-lead {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
}

.bucket-points {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.bucket-points li {
  padding: 18px 20px;
  display: grid;
  gap: 4px;
  border-left: 4px solid var(--primary);
  background: #F7F8FA;
}

.bucket-points span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bucket-points strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.bucket-copy .home-more {
  width: max-content;
  margin-top: 34px;
}

.bucket-media {
  height: 680px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: .92fr 1.08fr;
  gap: 14px;
}

.bucket-media-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--ink-2);
}

.bucket-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bucket-media-item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--ink-2);
}

.bucket-media-item video:fullscreen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
}

.bucket-media-item video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
}

.bucket-media-item figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 7px 11px;
  color: var(--white);
  background: rgba(17, 20, 24, .72);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
  pointer-events: none;
}

@media (min-width: 1181px) {
  .bucket-head p:not(.section-kicker) {
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
  }
}

@media (max-width: 1040px) {
  .bucket-layout {
    grid-template-columns: 1fr;
  }

  .bucket-copy {
    height: auto;
  }

  .bucket-media {
    height: 580px;
  }
}

@media (max-width: 760px) {
  .bucket-layout {
    gap: 18px;
  }

  .bucket-copy {
    padding: 34px 24px;
  }

  .bucket-copy .home-more {
    width: 100%;
  }

  .bucket-media {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .bucket-media-main,
  .bucket-video-wide {
    grid-column: auto;
  }

  .bucket-media-item {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .bucket-video {
    aspect-ratio: 16 / 9;
  }
}

/*  */
.service-panels {
  background: var(--soft);
}

.service-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.service-panel.reverse img {
  order: 2;
}

.service-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.service-copy {
  padding: 9vw min(7vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F2F5FA;
}

.service-copy p {
  margin: 22px 0 0;
  font-size: 17px;
}


.service-copy .home-more {
  width: max-content;
  margin-top: 30px;
}

.choose-section {
  background: var(--white);
}

.choose-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.choose-list article {
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(17, 20, 24, .06);
}

.icon-box {
  position: relative;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: #FCEDEE;
  border-radius: 50%;
}

.icon-box::after {
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary);
  content: "";
}

.icon-box svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.choose-list h3 {
  margin: 34px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.choose-list p {
  margin: 14px 0 0;
  color: var(--muted);
}

.choose-list a,
.news-grid a,
.hot-list a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 900;
  text-transform: lowercase;
}

.choose-list a::after,
.news-grid a::after,
.hot-list a::after {
  margin-left: 10px;
  content: ">";
}

.about-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.about-info {
  color: var(--white);
}

.about-inner {
  max-width: 680px;
  padding: 96px min(7vw, 96px);
}

.about-info h2 {
  color: var(--white);
}

.about-info ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-info li {
  position: relative;
  margin-top: 16px;
  padding-left: 26px;
  color: rgba(255, 255, 255, .76);
}

.about-info li::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--primary);
  content: "";
}

.about-numbers {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-numbers div {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
}

.about-numbers strong {
  display: block;
  color: var(--white);
  font-size: 32px;
  line-height: 1;
}

.about-numbers span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 700;
}

.about-info .home-more {
  margin-top: 34px;
}

.hot-products {
  color: var(--white);
  background: var(--primary);
}

.hot-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.hot-intro {
  position: sticky;
  top: 140px;
}

.hot-intro .section-kicker,
.hot-intro h2,
.hot-intro p {
  color: var(--white);
}

.hot-intro p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
}

.hot-intro .btn {
  margin-top: 30px;
}

.hot-list {
  display: grid;
  gap: 20px;
}

.hot-list article {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 220px;
  background: var(--white);
  color: var(--text);
}

.hot-list img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.hot-list div {
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hot-list span,
.news-grid span {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hot-list h3,
.news-grid h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hot-list p {
  margin: 12px 0 0;
  color: var(--muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-section {
  background: var(--white);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.news-grid article {
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(17, 20, 24, .06);
}

.news-grid p {
  margin: 16px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1180px) {
  h1 {
    font-size: 56px;
  }

  .section-head h2,
  .service-copy h2,
  .about-info h2,
  .hot-intro h2 {
    font-size: 38px;
  }

  .category-wall article,
  .category-wall article.wide {
    grid-column: span 3;
  }

  .choose-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hot-layout {
    grid-template-columns: 1fr;
  }

  .hot-intro {
    position: static;
  }
}

@media (max-width: 1040px) {
  .service-panel,
  .about-block {
    grid-template-columns: 1fr;
  }

  .service-panel.reverse img {
    order: 0;
  }

  .about-image img {
    min-height: 420px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wrap,
  .hero-content,
  .hero-proof {
    width: min(100% - 28px, 1280px);
  }

  .hero {
    min-height: auto;
  }

  .hero #indexbanner,
  .hero #indexbanner .swiper-wrapper,
  .hero #indexbanner .swiper-slide,
  .hero .hero-slide {
    /* min-height: 520px; */
  }

  .hero-content {
    min-height: 520px;
    padding: 78px 0 120px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .section-head h2,
  .service-copy h2,
  .about-info h2,
  .hot-intro h2 {
    font-size: 30px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero .banner-arrow {
    display: none;
  }

  .hero .banner-pagination {
    bottom: 12px !important;
  }

  .btn,
  .home-more {
    width: 100%;
  }

  .hero-proof {
    position: relative;
    left: auto;
    transform: none;
    z-index: 2;
    margin: 20px auto 0;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-proof article {
    min-height: auto;
    padding: 16px 18px;
    grid-template-columns: minmax(72px, auto) 1fr;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  }

  .hero-proof article:first-child {
    border-radius: 8px;
  }

  .hero-proof article:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-radius: 8px;
  }

  .hero-proof strong {
    font-size: 28px;
  }

  .hero-proof span {
    font-size: 14px;
    line-height: 1.35;
  }

  .section {
    padding: 72px 0;
  }

  .category-wall {
    grid-template-columns: 1fr;
  }

  .category-wall article,
  .category-wall article.wide {
    grid-column: span 1;
    min-height: 270px;
  }

  .service-copy {
    padding: 64px 24px;
  }

  .service-copy .home-more {
    width: 100%;
  }

  .choose-list {
    grid-template-columns: 1fr;
  }

  .choose-list article {
    min-height: auto;
  }

  .about-inner {
    padding: 68px 24px;
  }

  .about-numbers {
    grid-template-columns: 1fr;
  }

  .hot-list article {
    grid-template-columns: 1fr;
  }

  .hot-list img {
    min-height: 240px;
    aspect-ratio: 4 / 3;
  }

}

@media (max-width: 420px) {
  h1 {
    font-size: 34px;
  }

  .section-head h2,
  .service-copy h2,
  .about-info h2,
  .hot-intro h2 {
    font-size: 27px;
  }
}

.footer-cta {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.footer-cta-media,
.footer-cta-shade {
  position: absolute;
  inset: 0;
}

.footer-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-cta-shade {
  background:
    linear-gradient(90deg, rgba(17, 20, 24, .9), rgba(17, 20, 24, .58)),
    rgba(201, 23, 30, .18);
}

.footer-cta-inner {
  position: relative;
  z-index: 1;
  padding: 76px 0;
}

.footer-cta .section-kicker,
.footer-cta h2 {
  color: var(--white);
}

.footer-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: 0;
}

.contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.contact-lines a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 4px;
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .footer-cta h2 {
    font-size: 38px;
  }
}

@media (max-width: 760px) {
  .footer-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .footer-cta h2 {
    font-size: 27px;
  }
}
