.hero-proof {
  margin: 20px 0 0;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  min-height: 154px;
  margin-top: 18px;
  padding: 30px 0 10px 244px;
  overflow: hidden;
}

.hero-stat {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 3px;
  min-height: 82px;
  padding: 0 18px 0 0;
}

.hero-stat + .hero-stat {
  border-left: 0;
  padding-left: 18px;
}

.hero-brush {
  position: absolute;
  left: -8px;
  bottom: -52px;
  z-index: 0;
  width: 96%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: left bottom;
  opacity: 0.94;
  pointer-events: none;
}

.hero-stat strong {
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.12rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.hero-stat small {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-stat em {
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.artec-hero {
  min-height: 94svh;
  background: #f3efe8;
}

.artec-hero .hero-media {
  top: 129px;
  bottom: 0;
  width: min(48vw, 680px);
  overflow: hidden;
  background: #174f60;
}

.artec-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.artec-hero .hero-shade {
  background:
    linear-gradient(90deg, #f3efe8 0%, #f3efe8 48%, rgba(243, 239, 232, 0.82) 60%, rgba(243, 239, 232, 0) 76%);
}

.artec-hero .hero-content {
  max-width: 720px;
}

.artec-hero h1 {
  max-width: 690px;
  font-size: clamp(4rem, 8.1vw, 8.3rem);
}

.hero-image-label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  color: #ffffff;
  background: rgba(7, 26, 31, 0.82);
  backdrop-filter: blur(12px);
}

.hero-image-label span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-image-label strong {
  font-size: 0.92rem;
}

.process-heading {
  display: grid;
  gap: 12px;
}

.process-heading > p:last-child,
.catalog-heading > p:last-of-type,
.config-intro {
  max-width: 680px;
  margin: 0;
  color: rgba(17, 17, 17, 0.64);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 820px);
  margin: 28px auto 0;
  gap: 10px;
}

.process-grid article {
  overflow: hidden;
  background: #111111;
}

.process-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.config-intro {
  margin-top: 16px;
}

.config-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #f7f5f2;
}

.config-progress span {
  padding: 12px 8px;
  border-right: 1px solid rgba(17, 17, 17, 0.12);
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.config-progress span:last-child {
  border-right: 0;
}

.catalog-heading a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.artec-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.artec-gallery .product-card {
  overflow: hidden;
}

.artec-gallery .product-image-wrap {
  overflow: hidden;
}

.artec-gallery img {
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.artec-gallery .product-card:hover img {
  transform: scale(1.035);
}

.gallery-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.faq-list {
  margin-top: 34px;
  border-top: 1px solid rgba(17, 17, 17, 0.16);
}

.faq-list details {
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
}

.faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 4px;
  font-size: 1.45rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 760px;
  margin: -6px 0 24px;
  color: rgba(17, 17, 17, 0.64);
}

.final-cta {
  display: grid;
  place-items: center;
  padding: 90px 18px;
  background: #111111;
  color: #ffffff;
  text-align: center;
}

.final-cta h2 {
  max-width: 900px;
  margin: 14px 0 18px;
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.final-cta > p:not(.eyebrow) {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.68);
}

.final-cta .button-primary {
  color: #111111;
  background: #ffffff;
}

.mobile-order-bar {
  display: none;
}

@media (min-width: 720px) {
  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .artec-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .artec-gallery .catalog-card-wide {
    grid-column: span 2;
  }

  .artec-gallery .catalog-card-wide .product-image-wrap {
    aspect-ratio: 2 / 1;
  }

}

@media (max-width: 719px) {
  .artec-site {
    padding-bottom: 68px;
  }

  .artec-hero {
    min-height: 960px;
    padding-bottom: 430px;
  }

  .artec-hero .hero-media {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 390px;
  }

  .artec-hero .hero-shade {
    background: linear-gradient(180deg, #f3efe8 0%, #f3efe8 52%, rgba(243, 239, 232, 0.18) 74%, rgba(243, 239, 232, 0) 100%);
  }

  .artec-hero .hero-image {
    object-position: center 42%;
    opacity: 1;
  }

  .hero-image-label {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    width: min(100%, 340px);
    min-height: 178px;
    margin-top: 20px;
    margin-bottom: 44px;
    padding: 42px 10px 18px 118px;
  }

  .hero-brush {
    left: -42px;
    bottom: -34px;
    width: 150%;
    opacity: 0.86;
  }

  .hero-stat {
    min-height: 0;
    padding: 8px 0 10px;
  }

  .hero-stat + .hero-stat {
    border-top: 0;
    border-left: 0;
    padding-left: 0;
  }

  .hero-stat strong {
    font-size: 1.64rem;
  }

  .hero-stat small,
  .hero-stat em {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .config-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .config-progress span:nth-child(2) {
    border-right: 0;
  }

  .config-progress span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  }

  .mobile-order-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: #111111;
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
  }

  .mobile-order-bar span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.7rem;
  }

  .mobile-order-bar strong {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
}
