@charset "utf-8";

.shop-page {
  background: #f7f7f3;
}

.shop-page header {
  margin-bottom: 0;
  background: rgba(250, 250, 246, 0.96);
  position: relative;
  z-index: 20;
}

.shop-page #logo {
  top: 1.2vw;
}

.shop-page main {
  width: 100%;
}

.shop-hero {
  min-height: 640px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
  background: #e9e8e1;
}

.shop-hero__image {
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(20, 26, 27, 0.04), rgba(20, 26, 27, 0.18)),
    url("../images/glass_w.jpg") center / cover no-repeat;
}

.shop-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 110px);
  background: #3f4b4c;
  color: #fff;
}

.shop-kicker,
.product-card__label,
.shop-heading > p:first-child {
  margin: 0 0 1rem;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.shop-hero h2 {
  margin: 0 0 1.8rem;
  font-size: clamp(2.2rem, 3.8vw, 4.4rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.shop-hero__content > p:not(.shop-kicker) {
  max-width: 34rem;
  margin: 0;
  font-size: 1rem;
  line-height: 2.1;
}

.shop-link {
  width: fit-content;
  margin-top: 2.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.shop-link span {
  margin-left: 1rem;
}

.shop-products {
  width: min(92vw, 1680px);
  max-width: none;
  margin: auto;
  padding: clamp(80px, 9vw, 150px) 0;
}

.shop-heading {
  max-width: 1500px;
  margin: 0 auto clamp(54px, 7vw, 94px);
  text-align: center;
}

.shop-heading h2,
.custom-coating h2,
.shop-contact h2 {
  display: block;
  margin: 0 0 1rem;
  color: #4a4843;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.shop-heading__lead {
  max-width: 1420px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
}

.shop-heading__note {
  max-width: 1350px;
  margin: 1rem auto 0;
  font-size: 0.9rem;
  line-height: 1.8;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 510px;
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(63, 75, 76, 0.1);
}

.product-card--reverse .product-card__visual {
  order: 2;
}

.product-card__visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.product-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.24));
}

.product-card__visual--coat {
  background-image: url("../images/glass_w2.jpg");
}

.product-card__visual--car {
  background-image: url("../images/car-coating.jpg");
}

.product-card__visual--cleaner {
  background-image: url("../images/uroko-cleaner.jpg");
}

.product-card__visual span {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 24px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 82px);
}

.product-card__label {
  color: #8c9898;
}

.product-card h3 {
  margin: 0 0 1.5rem;
  color: #40494a;
  font-size: clamp(1.65rem, 2.6vw, 2.4rem);
  font-weight: 500;
  line-height: 1.55;
}

.product-card__body > p:not(.product-card__label):not(.product-note) {
  margin: 0 0 1.7rem;
  font-size: 1rem;
}

.product-spec {
  margin: 0;
  border-top: 1px solid #e3e3dd;
}

.product-spec div {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #e3e3dd;
}

.product-spec dt {
  color: #475455;
  font-weight: 600;
}

.product-note {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  line-height: 1.8;
}

.inquiry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 58px;
  margin-top: 2rem;
  padding: 0.8rem 2rem;
  border: 1px solid #3f4b4c;
  background: #3f4b4c;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.08em;
}

.inquiry-button:hover {
  background: transparent;
  color: #3f4b4c;
}

.custom-coating {
  padding: clamp(76px, 9vw, 140px) clamp(20px, 8vw, 130px);
  background: #dfe5e4;
}

.custom-coating__intro {
  max-width: 1200px;
  margin: 0 auto 3.8rem;
  text-align: center;
}

.custom-coating__intro > p:last-child {
  margin: 0;
  font-size: 1rem;
}

.use-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.use-card {
  padding: clamp(28px, 4vw, 52px) clamp(22px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.use-card i {
  margin-bottom: 1rem;
  color: #607071;
  font-size: 2rem;
}

.use-card h3 {
  margin: 0 0 0.7rem;
  color: #40494a;
  font-size: 1.25rem;
  font-weight: 500;
}

.use-card p {
  margin: 0;
  line-height: 1.8;
}

.shop-contact {
  padding: clamp(80px, 10vw, 150px) 20px;
  background: #3f4b4c;
  color: #fff;
  text-align: center;
}

.shop-contact h2 {
  color: #fff;
}

.shop-contact > p:not(.shop-kicker):not(.shop-payment) {
  max-width: 730px;
  margin: 0 auto;
  font-size: 1rem;
}

.inquiry-button--light {
  align-self: auto;
  margin-top: 2.4rem;
  border-color: #fff;
  background: #fff;
  color: #3f4b4c;
}

.inquiry-button--light:hover {
  background: transparent;
  color: #fff;
}

.shop-payment {
  margin: 1.4rem 0 0;
  font-size: 0.85rem;
  opacity: 0.8;
}

@media screen and (max-width: 899px) {
  .shop-page #logo {
    top: 0;
  }

  .shop-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .shop-hero__image {
    min-height: 52vw;
  }

  .shop-hero__content {
    padding: 54px clamp(22px, 7vw, 60px) 64px;
  }

  .product-card,
  .product-card--reverse {
    grid-template-columns: 1fr;
  }

  .product-card--reverse .product-card__visual {
    order: 0;
  }

  .product-card__visual {
    min-height: 46vw;
  }
}

@media screen and (max-width: 600px) {
  .shop-products {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .shop-hero__image {
    min-height: 70vw;
  }

  .shop-hero h2 {
    font-size: 2rem;
  }

  .product-card {
    margin-bottom: 36px;
  }

  .product-card__visual {
    min-height: 62vw;
  }

  .product-card__body {
    padding: 34px 24px 40px;
  }

  .product-spec div {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inquiry-button {
    align-self: stretch;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .use-grid {
    grid-template-columns: 1fr;
  }

}
