/**
 * EN site polish — contrast, image integrity, spacing (v1.0)
 * Loaded globally on EN pages via premium_skin.html
 */

/* —— Contrast: never use legacy #7F807F on white —— */
.premium-en .text-gray,
.premium-en .readmore.text-gray {
  color: #5c6470 !important;
}
.premium-en.content-page .richtext,
.premium-en.content-page .richtext p,
.premium-en.content-page .richtext li,
.premium-en.content-page .richtext td {
  line-height: 1.75;
}
.premium-en.article-page .news-detail .content .richtext,
.premium-en.article-page .news-detail .content .richtext p {
  color: #30332D !important;
  line-height: 1.8;
}
.premium-en.compliance-page .comp-seal__trace,
.premium-en.compliance-page .comp-meta,
.premium-en.compliance-page .comp-transport__meta {
  color: #5c6470 !important;
}

/* Product tables / spec blocks on white */
.premium-en.prod-page .richtext table td,
.premium-en.prod-page .richtext table th,
.premium-en.content-page .product-head .number {
  color: #30332D !important;
}

/* Content feature rows (not hero banners) */
.premium-en.premium-shell .homeblock .row.align-items-center {
  align-items: flex-start !important;
}

/* —— Image integrity —— */
.premium-en .img-fluid,
.premium-en .product-item img,
.premium-en .carousel-m img,
.premium-en .homeblock img {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
}
/* Hero imagery: see premium-hero-global.css */
.premium-en .side-callout img,
.premium-en .default-callout img {
  object-fit: contain;
}

/* —— Spacing / breathing room —— */
.premium-en.premium-shell #main.site-main > section {
  padding-left: 0;
  padding-right: 0;
}
.premium-en.premium-shell .introduction.richtext {
  padding: 0 1rem;
  line-height: 1.65;
  margin-bottom: 2rem;
}
.premium-en.premium-shell .introduction.richtext p {
  margin-bottom: 0.75rem;
}
.premium-en.instructions-page .instructions-center .richtext {
  line-height: 1.75;
  padding: 0 0.25rem;
}
.premium-en.instructions-page .instruction-item .value,
.premium-en.instructions-page .instruction-item .text {
  line-height: 1.65;
  padding-right: 0.5rem;
}
.premium-en.prod-page .product-head .richtext {
  line-height: 1.7;
}
.premium-en.prod-page .product-head ul.benefits li {
  line-height: 1.6;
  margin-bottom: 0.35rem;
}
.premium-en.premium-shell .filter-row label {
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #1a1f24;
}

/* Footer legal line — lift contrast off #F7F7F7 */
.premium-en footer .bottom,
.premium-en footer .bottom * {
  color: #5c6470 !important;
}

/* Footer top — logo + contact + links in one grid (fixes orphaned logo row) */
.premium-en footer .top {
  padding-top: 3rem !important;
}

.premium-en footer .footer-top-row {
  row-gap: 2rem;
}

.premium-en footer .footer-logo {
  margin-bottom: 0;
}

.premium-en footer .footer-logo img {
  display: block;
  height: auto;
  max-height: 56px;
  width: auto;
  max-width: 100%;
}

.premium-en footer .footer-contact {
  margin-top: 1.25rem;
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-top: 0;
}

.premium-en footer .footer-contact .item {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: #4a5568;
}

.premium-en footer .footer-col-title {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0076c0;
}

.premium-en footer .footer-sitemap .item {
  margin-bottom: 0.65rem;
}

.premium-en footer .footer-sitemap a {
  color: #1a1f24;
  font-weight: 600;
  text-decoration: none;
}

.premium-en footer .footer-sitemap a:hover {
  color: #0076c0;
}

.premium-en footer .footer-links-col {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .premium-en footer .footer-brand-col {
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .premium-en footer .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .premium-en footer .footer-contact {
    margin-top: 1rem;
  }

  .premium-en footer .footer-links-col {
    text-align: center;
    padding-bottom: 1rem;
  }
}

/* Homepage carousel feature rows — top-align copy with product shots */
.premium-en.premium-shell .carousel-m .slide > .row.align-items-center {
  align-items: flex-start !important;
}
