/* Shared typography; legacy homepage and editorial detail retain their geometry. */
body { font-family: Manrope, Arial, sans-serif; }
.hfp-reference-site .hfp-main { padding: 0; }
.hfp-reference-site .hfp-main [class^="hf-ref-"] > section:not(.hf-banner-center) { padding-block: 80px !important; }
.hfp-reference-site .hfp-header__inner { max-width: none; min-height: 92px; }
.hfp-reference-site .hfp-header__main { background: #fff; }
.hfp-reference-site .hfp-nav a { font-family: Manrope, Arial, sans-serif; font-size: 18px; font-weight: 400; }
.hfp-reference-site .hfp-footer .hfp-container { max-width: none; }
.hfp-reference-site .hfp-footer { background: #fff; }
[class^="hf-ref-"] { min-width: 0; }
.hf-ref-products .product-photo,
.hf-ref-solutions .card-photo,
.hf-ref-news .card-image,
.hf-ref-news .feature-image { display: block; }
[class^="hf-ref-"] a { transition: color .18s, background-color .18s; }
.hf-ref-pagination { grid-column: 1 / -1; width: 100%; display: flex; align-items: center; justify-content: center; gap: 24px !important; margin: 28px auto; }
.hf-ref-pagination .page-numbers { padding: 8px 14px; border: 1px solid #dce3df; color: #233c34; font-size: 12px !important; line-height: 1.65; }
.hf-ref-pagination .current { color: white; background: #07513d; font-size: 16px !important; }
.hf-ref-products .filters a { padding: 15px 28px; border: 0; color: #233c34; }
.hf-ref-news .filters a { padding: 10px 18px; border: 1px solid #dce3df; color: #07513d; }
.hf-ref-products .filters a.selected, .hf-ref-news .filters a.selected { color: white; background: #07513d; }
.hf-ref-products .hf-ref-record-photo img,
.hf-ref-product-detail .hf-ref-record-photo img,
.hf-ref-solution-detail .hf-ref-record-photo img,
.hf-ref-solutions .hf-ref-record-photo img { position: static; width: 100%; height: 100%; max-width: 100%; object-fit: contain; clip-path: none; transform: none; }
.hf-ref-solution-detail .related-photo { aspect-ratio: 1; }
.hf-ref-solutions .hf-ref-record-photo img { object-fit: cover; }
.hf-ref-form .wpcf7 { width: 100%; }
.hf-ref-form .hfp-form { max-width: none; background: transparent; padding: 0; border: 0; box-shadow: none; }
.hf-ref-form .hfp-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.hf-ref-form .hfp-form label { font: 400 13px/1.5 Manrope, Arial, sans-serif; }
.hf-ref-form input:not([type="submit"]), .hf-ref-form textarea, .hf-ref-form select { width: 100%; min-width: 0; box-sizing: border-box; padding: 12px; border: 1px solid #dce3df; background: white; border-radius: 0; }
.hf-ref-form .wpcf7-submit { width: 100%; color: white; background: #07513d; border: 1px solid #07513d; padding: 14px 20px; font: 600 13px Manrope, Arial, sans-serif; cursor: pointer; }
.hf-ref-form textarea { min-height: 110px; }
.hf-ref-form .hfp-form__full { grid-column: 1 / -1; }
.hf-ref-form .wpcf7-response-output { color: #23392e; }
.hfp-reference-site .hfp-contact-layout__main { max-width: none; grid-template-columns: 1fr 1.4fr; gap: 90px; padding-block: 80px; }
.hfp-reference-site .hfp-contact-layout__map { height: 530px; }
body.hfp-reference-site :is(.hf-ref-products, .hf-ref-product-detail, .hf-ref-solutions, .hf-ref-solution-detail, .hf-ref-sustainability, .hf-ref-about, .hf-ref-news, .hf-ref-contact) :is(.wrap, .max, .hero-in, .shell, .container) {
  width: min(100%, var(--content-width));
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
body.hfp-reference-site [class^="hf-ref-"] .hf-campaign-banner .hero-copy[data-banner-copy],
body.hfp-reference-site .hf-ref-contact .contact-hero-copy {
  width: min(100%, var(--content-width));
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
@media (max-width: 768px) {
  .hfp-reference-site .hfp-main [class^="hf-ref-"] > section:not(.hf-banner-center):not(.detail-hero) { padding-block: 60px !important; }
  body.hfp-reference-site .hfp-main .hf-ref-product-detail > section.detail-hero { padding-top: 30px !important; padding-bottom: 60px !important; }
  .hfp-reference-site .hfp-header__inner { min-height: 74px; }
  .hfp-reference-site .hfp-contact-layout__main { grid-template-columns: 1fr; gap: 32px; padding-block: 60px; }
  .hf-ref-form .hfp-form__grid { grid-template-columns: 1fr; }
  .hfp-reference-site .hfp-contact-layout__map { height: 340px; }
}
@media (prefers-reduced-motion: reduce) {
  [class^="hf-ref-"] *, [class^="hf-ref-"] *::before, [class^="hf-ref-"] *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
