
.hy-article-list {
  display: grid;
  gap: 16px;
}

.hy-article-card a {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.045);
  transition: .28s;
}

.hy-article-card a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0,0,0,.08);
}

.hy-article-card time {
  color: #d91820;
  font-weight: 800;
}

.hy-article-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  color: #222;
}

.hy-article-card p {
  margin: 0;
  color: #666;
  line-height: 1.7;
  font-size: 14px;
}

.hy-article-card span {
  color: #d91820;
  font-weight: 700;
  font-size: 13px;
}

.hy-article-detail,
.hy-single-content {
  background: #fff;
  padding: 34px;
  box-shadow: 0 12px 30px rgba(0,0,0,.045);
}

.hy-article-detail h1 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.35;
  color: #171717;
}

.hy-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 13px;
}

.hy-contact-layout {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 28px;
}

.hy-contact-info,
.hy-contact-form {
  background: #fff;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,.045);
}

.hy-contact-info {
  background: #151515;
  color: #fff;
}

.hy-contact-info h3 {
  margin: 0 0 22px;
  font-size: 26px;
}

.hy-contact-info p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #ddd;
  line-height: 1.65;
}

.hy-contact-info span {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 4px;
}

.hy-contact-info strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.hy-contact-form label {
  display: block;
  margin-bottom: 14px;
}

.hy-contact-form label span {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-weight: 700;
}

.hy-contact-form input,
.hy-contact-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ddd;
  padding: 10px 12px;
  background: #fafafa;
}

.hy-contact-form textarea {
  min-height: 120px;
}

.hy-contact-form .btn-1 {
  display: flex;
  gap: 12px;
}

.hy-contact-form .btn-1 input {
  width: auto;
  padding: 0 30px;
  cursor: pointer;
}

.hy-contact-form .focus {
  background: #d91820;
  color: #fff;
  border-color: #d91820;
}

@media (max-width: 1024px) {
  .hy-page {
    grid-template-columns: 1fr;
  }

  .hy-side {
    display: none;
  }

  .hy-page-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .hy-product-detail,
  .hy-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hy-page-hero {
    min-height: 0;
    aspect-ratio: 1920 / 420;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f5f5f5;
  }

  .hy-page-hero h1 {
    font-size: 28px;
  }

  .hy-page {
    padding: 34px 0 46px;
  }

  .hy-page-title {
    display: block;
    text-align: center;
  }

  .hy-page-title h2 {
    font-size: 26px;
  }

  .hy-page-title p {
    margin-top: 8px;
  }

  .hy-page-products,
  .hy-related-products {
    grid-template-columns: 1fr;
  }

  .hy-page-product-card__img {
    height: 220px;
  }

  .hy-page-products .hy-page-product-card:nth-child(n+7) {
    display: none;
  }

  .hy-product-detail,
  .hy-detail-content,
  .hy-related,
  .hy-article-detail,
  .hy-single-content,
  .hy-contact-info,
  .hy-contact-form {
    padding: 20px;
  }

  .hy-product-gallery .view,
  .hy-product-gallery .view img {
    height: 280px;
  }

  .hy-product-summary h1,
  .hy-article-detail h1 {
    font-size: 24px;
  }

  .hy-prevnext {
    grid-template-columns: 1fr;
  }

  .hy-article-card a {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .hy-contact-info {
    text-align: center;
  }

  .hy-contact-form .btn-1 {
    justify-content: center;
  }
}
