:root {
  --brand-green: #034331;
  --ink: #1a1a1a;
  --gray-600: #595959;
  --gray-400: #737373;
  --white: #ffffff;
  --gray-050: #f5f5f5;
  --gray-200: #e5e5e5;
  --content-width: 1600px;
  --section-space: clamp(64px, 7vw, 112px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}
body:not(.home) { --section-space: 80px; }
body:not(.home) .hfp-main .hfp-section:not(.hfp-contact-layout) { padding-block: 80px !important; }
* { box-sizing: border-box; }
body, body * { letter-spacing: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--brand-green); text-decoration: none; transition: color .18s var(--ease), opacity .18s var(--ease); }
a:hover { color: var(--ink); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--brand-green); outline-offset: 3px; }
button, input, textarea, select { font: inherit; }
.screen-reader-text, .hfp-skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hfp-skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 10px 16px; background: var(--white); color: var(--ink); }
.hfp-container { width: min(100%, var(--content-width)); margin: 0 auto; padding-inline: clamp(20px, 4vw, 64px); }
.hfp-main { min-height: 50vh; }
.hfp-section { padding-block: var(--section-space); }
.hfp-section--gray { background: var(--gray-050); }
.hfp-section--green { background: var(--brand-green); color: var(--white); }
.hfp-section__head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 56px); }
.hfp-eyebrow { margin: 0 0 12px; color: var(--brand-green); font-size: 16px; font-weight: 600; text-transform: uppercase; }
.hfp-eyebrow,
.hfp-page-hero__eyebrow,
.hfp-solutions__eyebrow,
.hfp-sustainability-importance__subtitle,
[class^="hf-ref-"] .eyebrow,
.hf-ref-contact .contact-eyebrow,
.hf-ref-sustainability .label { font-family: Manrope, Arial, sans-serif !important; }
.hfp-section--green .hfp-eyebrow { color: rgba(255,255,255,.72); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, h5, h6 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; letter-spacing: 0; }
h1 { font-size: 48px; line-height: 1.08; }
h2 { font-size: 36px; line-height: 1.15; }
h3 { font-size: 24px; line-height: 1.25; }
.hfp-muted { color: var(--gray-600); }
body .hfp-about__metrics span,
body .hfp-inquiry__note,
body .hfp-metrics-strip span { font-size: 16px; }
.hfp-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 22px; border: 1px solid var(--brand-green); border-radius: 4px; font-weight: 600; transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease); }
.hfp-button--primary { background: var(--brand-green); color: var(--white); }
.hfp-button--primary:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.hfp-button--secondary { background: transparent; color: var(--brand-green); }
.hfp-button--secondary:hover { background: var(--brand-green); color: var(--white); }
.hfp-section--green .hfp-button--primary { background: var(--white); border-color: var(--white); color: var(--brand-green); }
.hfp-icon-button { width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.hfp-icon { width: 20px; height: 20px; display: block; position: relative; }
.hfp-icon--search { border: 2px solid currentColor; border-radius: 50%; width: 16px; height: 16px; }
.hfp-icon--search::after { content: ""; position: absolute; width: 7px; height: 2px; background: currentColor; right: -5px; bottom: -3px; transform: rotate(45deg); }
.hfp-icon--menu { height: 2px; background: currentColor; position: relative; left: auto; right: auto; top: auto; }
.hfp-icon--menu::before, .hfp-icon--menu::after { content: ""; height: 2px; background: currentColor; position: absolute; left: 0; right: 0; top: -6px; }
.hfp-icon--menu::after { top: 6px; }
.hfp-header { position: relative; z-index: 100; background: var(--white); border-bottom: 1px solid var(--gray-200); }
.hfp-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.hfp-header__main { min-height: 80px; display: flex; align-items: center; background: var(--white); }
.hfp-header__inner { display: grid; grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) minmax(96px, auto); align-items: center; gap: 28px; }
.hfp-logo { color: var(--ink); font-weight: 700; }
.hfp-logo img { max-height: 58px; width: auto; }
.hfp-nav ul, .hfp-mobile-menu ul, .hfp-footer ul { margin: 0; padding: 0; list-style: none; }
.hfp-nav > ul { display: flex; justify-content: center; gap: clamp(16px, 2vw, 34px); }
.hfp-nav li { position: relative; }
.hfp-nav a, .hfp-mobile-menu a { display: flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 16px; font-weight: 400; }
.hfp-nav .sub-menu { position: absolute; top: 100%; left: -20px; min-width: 230px; padding: 14px 20px; background: var(--white); border: 1px solid var(--gray-200); box-shadow: 0 16px 36px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s var(--ease); }
.hfp-nav li:hover > .sub-menu, .hfp-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.hfp-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.hfp-language { min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; color: var(--ink); font-size: 18px; font-weight: 500; }
.hfp-menu-toggle { display: none; }
.hfp-search { position: absolute; top: 100%; left: 0; right: 0; padding: 18px 0; background: var(--white); border-top: 1px solid var(--gray-200); box-shadow: 0 18px 30px rgba(0,0,0,.08); }
.hfp-search form { display: flex; gap: 12px; }
.hfp-search input { flex: 1; min-height: 48px; padding: 10px 16px; border: 1px solid var(--gray-200); }
.hfp-mobile-menu { padding: 20px; border-top: 1px solid var(--gray-200); background: var(--white); }
.hfp-mobile-menu .sub-menu { padding-left: 18px; }
.hfp-mobile-menu > .hfp-button { margin-top: 16px; color: var(--white); }
.hfp-page-hero { min-height: 480px; display: grid; align-items: end; padding: 72px 0; background-color: var(--gray-050); background-image: var(--inner-banner-image, none); background-position: center; background-size: cover; color: var(--ink); }
.hfp-page-hero h1 { max-width: 760px; margin-bottom: 0; color: var(--ink); }
.hfp-page-hero__eyebrow { margin-bottom: 12px; color: var(--gray-600); font-size: 16px; text-transform: uppercase; }
.hfp-page-hero__intro { max-width: 720px; margin: 18px 0 0; color: var(--gray-600); }
.hfp-page-hero--news-detail,
.hfp-page-hero--search,
.hfp-page-hero--news-detail h1,
.hfp-page-hero--search h1,
.hfp-page-hero--news-detail .hfp-page-hero__eyebrow,
.hfp-page-hero--search .hfp-page-hero__eyebrow,
.hfp-page-hero--news-detail .hfp-page-hero__intro,
.hfp-page-hero--search .hfp-page-hero__intro { color: var(--white); }
.hfp-page-hero--news-detail .hfp-page-hero__eyebrow,
.hfp-page-hero--search .hfp-page-hero__eyebrow,
.hfp-page-hero--news-detail .hfp-page-hero__intro,
.hfp-page-hero--search .hfp-page-hero__intro { color: rgba(255,255,255,.82); }
.hfp-page-hero--news-detail { min-height:620px; align-items:center; background-image:linear-gradient(90deg,#042d25e8,#042d2590 55%,#042d2526),var(--inner-banner-image,none); background-position:center 65%; }
.hfp-page-hero--news-detail h1 { max-width:760px; font-size:60px; line-height:1.06; }
.hfp-page-hero--news-detail .hfp-page-hero__eyebrow { margin-bottom:20px; color:#d1e5dc; font-size:14px; }
.hfp-page-hero--news-detail .hfp-page-hero__intro { max-width:650px; }
@media(max-width:768px){.hfp-page-hero--news-detail{min-height:560px}.hfp-page-hero--news-detail h1{font-size:42px}}
.hfp-breadcrumbs { border-bottom: 1px solid #e8ece9; background: var(--white); font-family: Manrope, Arial, sans-serif; font-size: 16px; }
.hfp-breadcrumbs .hfp-container { display: flex; align-items: center; gap: 10px; padding-block: 14px; }
.hfp-breadcrumbs a { color: var(--gray-600); }
.hfp-breadcrumbs a:hover, .hfp-breadcrumbs a:focus-visible { color: var(--brand-green); }
.hfp-breadcrumbs__separator { color: var(--gray-400); }
.hfp-breadcrumbs__current { color: var(--brand-green); }
.hfp-content { padding-block: 72px 100px; }
body:not(.home) .hfp-content,
body:not(.home) .hfp-editorial-detail__article { padding-block: 80px; }
.hfp-content--narrow { max-width: 900px; margin-inline: auto; }
.hfp-listing-newsletter { background: var(--brand-green); color: var(--white); }
.hfp-listing-newsletter__inner { max-width: 760px; padding-top: 72px; padding-bottom: 82px; text-align: center; }
.hfp-listing-newsletter h2 { margin: 0 0 14px; color: var(--white); font-size: 36px; line-height: 1.15; }
.hfp-listing-newsletter__inner > p { max-width: 620px; margin: 0 auto 30px; color: var(--white); font-size: 16px; line-height: 1.6; }
.hfp-listing-newsletter .wpcf7 { max-width: 620px; margin: 0 auto; }
.hfp-listing-newsletter .hfp-newsletter-form { display: block; }
.hfp-listing-newsletter .hfp-newsletter-form > p { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 20px; margin: 0; }
.hfp-listing-newsletter .wpcf7 input[type="email"] { width: 100%; height: 52px; min-height: 52px; padding: 12px 30px; border: 1px solid var(--gray-200) !important; border-radius: 5px; background: var(--white); text-align: left; color: var(--ink); }
.hfp-listing-newsletter input[type="email"]::placeholder { color: var(--gray-400); text-align: left; }
.hfp-listing-newsletter .wpcf7 input[type="submit"] { min-width: 118px; min-height: 52px; justify-self: stretch; padding: 10px 20px; border: 1px solid transparent; border-radius: 5px; background: var(--white); color: var(--brand-green); font-size: 14px; font-weight: 500; letter-spacing: .04em; cursor: pointer; transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease); }
.hfp-listing-newsletter .wpcf7 input[type="submit"]:hover { border-color: var(--white); background: var(--brand-green); color: var(--white); }
.hfp-listing-newsletter .wpcf7-not-valid-tip,
.hfp-listing-newsletter .wpcf7-response-output { color: var(--white); }
.hfp-listing-newsletter .wpcf7-spinner { display: none; }
.hfp-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.hfp-card { min-width: 0; color: var(--ink); border-bottom: 1px solid var(--gray-200); }
.hfp-card__media { aspect-ratio: 4/3; overflow: hidden; background: var(--gray-050); }
.hfp-card--product .hfp-card__media { aspect-ratio: 4/5; }
.hfp-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--ease); }
.hfp-card:hover .hfp-card__media img { transform: scale(1.025); }
.hfp-card__body { padding: 20px 0 24px; }
.hfp-card h2, .hfp-card h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 600; }
.hfp-card p { color: var(--gray-600); }
.hfp-meta { color: var(--gray-400); font-size: 16px; }
.hfp-pagination { margin-top: 48px; }
.hfp-pagination .page-numbers { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--gray-200); color: var(--ink); }
.hfp-pagination .current { background: var(--brand-green); color: var(--white); border-color: var(--brand-green); }
.hfp-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }
.hfp-filter a { padding: 9px 15px; border: 1px solid var(--gray-200); color: var(--ink); }
.hfp-filter a:hover, .hfp-filter a.is-active { border-color: var(--brand-green); background: var(--brand-green); color: var(--white); }
.hfp-archive__intro { max-width: 820px; margin-bottom: 36px; color: var(--gray-600); }
.hfp-detail-lead { margin-bottom: 42px; color: var(--gray-600); font-size: 16px; }
.hfp-rich-text > * { max-width: 100%; }
.hfp-rich-text img, .hfp-rich-text iframe, .hfp-rich-text video { max-width: 100%; height: auto; }
.hfp-detail-section { margin-top: clamp(64px, 7vw, 100px); }
.hfp-detail-section > h2 { padding-bottom: 18px; border-bottom: 1px solid var(--gray-200); }
.hfp-check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.hfp-check-list li { position: relative; margin: 10px 0; padding-left: 24px; }
.hfp-check-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; background: var(--brand-green); }
.hfp-specifications { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--gray-200); }
.hfp-specifications > div { display: grid; grid-template-columns: minmax(110px, .35fr) 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--gray-200); }
.hfp-specifications dt { font-weight: 600; }
.hfp-specifications dd { margin: 0; color: var(--gray-600); }
.hfp-downloads { display: flex; flex-wrap: wrap; gap: 12px; }
.hfp-downloads a { padding: 10px 16px; border: 1px solid var(--brand-green); }
.hfp-faq-list details { border-bottom: 1px solid var(--gray-200); }
.hfp-faq-list summary { padding: 20px 0; font-weight: 600; cursor: pointer; }
.hfp-faq-list details > div { padding-bottom: 18px; color: var(--gray-600); }
.hfp-service-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.hfp-service-points > div { padding: 24px; background: var(--gray-050); }
.hfp-article-cta { margin-top: 80px; padding: 36px; background: var(--gray-050); }
.hfp-error form { display: flex; gap: 12px; margin: 28px 0; }
.hfp-error input { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid var(--gray-200); }
.hfp-footer { background: #f8f8f8; color: #1a1a1a; }
.hfp-footer a { color: #666666; }
.hfp-footer a:hover { color: var(--brand-green); }
.hfp-footer__main { padding: 78px 0 68px; }
.hfp-footer__grid { display: grid; grid-template-columns: 4fr 2fr 2fr 2fr; gap: clamp(36px, 4vw, 80px); }
.hfp-footer h2 { margin: 0 0 24px; font-family: "Manrope", Arial, sans-serif; font-size: 16px; font-weight: 500; letter-spacing: 0; text-transform: uppercase; }
.hfp-footer li { margin-bottom: 14px; }
.hfp-footer__brand { display: flex; flex-direction: column; align-items: flex-start; }
.hfp-footer__brand p { max-width: 430px; margin: 28px 0 26px; color: #666666; font-size: 14px; line-height: 1.75; }
.hfp-logo--footer img { width: auto; max-height: 62px; filter: none; }
.hfp-footer__socials { display: flex; flex-wrap: wrap; gap: 10px; }
.hfp-footer__socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(3,67,49,.3); border-radius: 50%; color: var(--brand-green); transition: border-color .18s var(--ease), color .18s var(--ease), background .18s var(--ease); }
.hfp-footer__socials a:hover { border-color: var(--brand-green); background: var(--brand-green); color: var(--white); }
.hfp-footer__socials .xhl-icon { font-size: 17px; }
.hfp-footer__social-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hfp-footer__column ul { color: #666666; font-size: 14px; }
.hfp-footer__contact li { display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: start; gap: 10px; }
.hfp-footer__contact .xhl-icon { margin-top: 3px; color: var(--brand-green); font-size: 16px; }
.hfp-footer__contact-icon { width: 18px; height: 18px; margin-top: 2px; fill: none; stroke: var(--brand-green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hfp-footer__contact-icon--whatsapp { fill: var(--brand-green); stroke: none; }
.hfp-footer__contact-icon--address { fill: var(--brand-green); stroke: none; }
.hfp-footer__bottom { border-top: 1px solid rgba(26,26,26,.12); color: #666666; font-size: 12px; }
.hfp-footer__bottom-inner { min-height: 64px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.hfp-footer__legal { display: flex; align-items: center; justify-self: end; }
.hfp-footer__legal a { color: #666666; }
.hfp-footer__legal a + a { margin-left: 18px; padding-left: 18px; border-left: 1px solid rgba(26,26,26,.28); }
.hfp-floating-contacts { position: fixed; right: 20px; bottom: 76px; z-index: 80; display: grid; gap: 10px; }
.hfp-floating-contact, .hfp-back-to-top { width: 46px; height: 46px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--brand-green); color: var(--white); box-shadow: 0 8px 22px rgba(0,0,0,.18); transition: background .18s var(--ease), color .18s var(--ease), opacity .18s var(--ease), transform .18s var(--ease); }
.hfp-floating-contact svg { width: 22px; height: 22px; fill: currentColor; }
.hfp-back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 80; }
.hfp-back-to-top svg { width: 16px; height: 16px; fill: currentColor; }
.hfp-floating-contact:hover, .hfp-back-to-top:hover { background: #333333; color: var(--white); transform: translateY(-2px); }
.hfp-back-to-top { cursor: pointer; opacity: 0; pointer-events: none; }
.hfp-back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.hfp-mobile-contact { display: none; }
.hfp-form input:not([type="submit"]), .hfp-form textarea, .hfp-form select, .wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select { width: 100%; padding: 13px 14px; border: 1px solid var(--gray-200); border-radius: 3px; background: var(--white); color: var(--ink); }
.wpcf7 input[type="submit"] { min-height: 48px; padding: 10px 24px; border: 1px solid var(--brand-green); border-radius: 3px; background: var(--brand-green); color: var(--white); cursor: pointer; }
@media (max-width: 1600px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
}
@media (max-width: 1024px) {
  body { padding-bottom: calc(65px + env(safe-area-inset-bottom, 0px)); }
  .hfp-breadcrumbs { font-size: 14px; }
  .hfp-nav { display: none; }
  .hfp-menu-toggle { display: grid; }
  .hfp-header__inner { grid-template-columns: 1fr auto; }
  .hfp-footer, .hfp-floating-contacts, .hfp-back-to-top { display: none !important; }
  .hfp-mobile-contact { position: fixed; inset: auto 0 0; z-index: 80; display: flex; padding-bottom: env(safe-area-inset-bottom, 0px); background: #fff; color: #595959; box-shadow: 0 -4px 18px rgba(0,0,0,.12); }
  .hfp-mobile-contact > a, .hfp-mobile-contact > [aria-disabled] { flex: 1; min-width: 0; min-height: 65px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: inherit; font-size: 14px; line-height: 1.25; }
  .hfp-mobile-contact .xhl-icon { font-size: 22px; line-height: 1; }
  .hfp-mobile-contact a:focus-visible { outline: 2px solid currentColor; outline-offset: -4px; }
  .hfp-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
}
@media (max-width: 768px) {
  body { --section-space: 60px; }
  body { font-size: 16px; }
  .hfp-breadcrumbs { font-size: 12px; }
  .hfp-header__main { min-height: 64px; }
  .hfp-logo img { max-height: 44px; }
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  .hfp-main .hfp-section:not(.hfp-solutions),
  body:not(.home) .hfp-main .hfp-section:not(.hfp-contact-layout),
  .hfp-main .hfp-product-explorer,
  .hfp-main .hfp-inquiry,
  .hfp-main .hfp-content,
  .hfp-main .hfp-editorial-detail__article,
  .hfp-main .hfp-listing-newsletter__inner,
  .hfp-main .hfp-contact-layout__main { padding-block: 60px !important; }
  .hfp-search form { flex-direction: column; }
  .hfp-archive-grid { grid-template-columns: 1fr; }
  .hfp-mobile-contact > a, .hfp-mobile-contact > [aria-disabled] { font-size: 12px; }
  .hfp-page-hero { min-height: 480px; }
  .hfp-listing-newsletter__inner { padding-block: 60px; }
  .hfp-listing-newsletter h2 { font-size: 28px; }
  .hfp-listing-newsletter .hfp-newsletter-form > p { gap: 10px; }
  .hfp-page-hero { background-image: var(--inner-banner-mobile-image, var(--inner-banner-image, none)); }
  .hfp-specifications, .hfp-service-points { grid-template-columns: 1fr; }
  .hfp-error form { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Approved responsive type and inner-banner scale. */
@media (min-width: 1025px) {
  .hfp-main h2:not(:where(.hfp-solutions__panel h2, .hfp-card h2, .card-body h2, .feature-copy h2, .hfp-editorial-detail__body h2, .hfp-product-tabs__section h2, dialog h2)) { font-size: 42px !important; }
  .hfp-main :is(.hfp-page-hero, .hf-banner-center) { height: 500px !important; min-height: 500px !important; overflow: hidden; }
}

@media (min-width: 1601px) {
  .hfp-main :is(.hfp-page-hero, .hf-banner-center) { height: 600px !important; min-height: 600px !important; }
  .hfp-main :is(.hfp-page-hero, .hf-banner-center) h1 { font-size: 60px !important; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hfp-main h2:not(:where(.hfp-solutions__panel h2, .hfp-card h2, .card-body h2, .feature-copy h2, .hfp-editorial-detail__body h2, .hfp-product-tabs__section h2, dialog h2)) { font-size: 36px !important; }
  .hfp-main p:not(.hfp-eyebrow):not(.eyebrow):not(.label):not(.hfp-page-hero__eyebrow):not(.hfp-meta):not(.hero-note) { font-size: 14px !important; }
  .hfp-main :is(.hfp-page-hero, .hf-banner-center) { height: 450px !important; min-height: 450px !important; overflow: hidden; }
  .hfp-main :is(.hfp-page-hero, .hf-banner-center) h1 { font-size: 36px !important; }
  .hfp-main :is(.hfp-page-hero__eyebrow, .hf-banner-center .eyebrow, .hf-banner-center .label, .hf-banner-center .contact-eyebrow) { font-size: 12px !important; }
  .hfp-main .hfp-page-hero__intro,
  .hfp-main .hf-banner-center :is(.hero-copy, .hero-content, .hero-in, .contact-hero-copy, [data-banner-copy]) > p:not(.eyebrow):not(.label):not(.hero-note) { font-size: 14px !important; }
  .hfp-main .hf-campaign-banner { display: block !important; }
  .hfp-main .hf-campaign-banner .campaign-art { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; }
  .hfp-main .hf-campaign-banner .campaign-art img { position: static !important; width: 100% !important; max-width: 100% !important; height: 100% !important; object-fit: cover !important; transform: none !important; mask-image: none !important; -webkit-mask-image: none !important; }
  .hfp-main .hf-campaign-banner::after { display: block !important; }
  .hfp-main .hf-campaign-banner .hero-copy[data-banner-copy] { height: 100% !important; min-height: 0 !important; padding-block: 32px !important; }
}

@media (max-width: 768px) {
  .hfp-main h2:not(:where(.hfp-solutions__panel h2, .hfp-card h2, .card-body h2, .feature-copy h2, .hfp-editorial-detail__body h2, .hfp-product-tabs__section h2, dialog h2)) { font-size: 24px !important; }
  .hfp-main p:not(.hfp-eyebrow):not(.eyebrow):not(.label):not(.hfp-page-hero__eyebrow):not(.hfp-solutions__eyebrow):not(.hfp-sustainability-importance__subtitle):not(.contact-eyebrow):not(.hfp-meta):not(.hero-note):not(.hfp-editorial-detail__author-name) { font-size: 12px !important; }
  .hfp-main :is(.hfp-eyebrow, .hfp-solutions__eyebrow, .hfp-sustainability-importance__subtitle, [class^="hf-ref-"] .eyebrow, .hf-ref-contact .contact-eyebrow, .hf-ref-sustainability .label) { font-size: 11px !important; }
  .hfp-main .hf-ref-about .categories .cat-copy .eyebrow { font-size: 11px !important; }
  .hfp-main :is(.hfp-hero, .hfp-page-hero, .hf-banner-center, .hero, .news-hero, .solutions-hero, .detail-hero, .contact-hero) :is(.hfp-eyebrow, .eyebrow, .label, .contact-eyebrow) { font-size: 10px !important; }
  .hfp-main :is(.hfp-page-hero, .hf-banner-center) { height: 600px !important; min-height: 600px !important; overflow: hidden; }
  .hfp-main :is(.hfp-page-hero, .hf-banner-center) h1 { font-size: 30px !important; }
  .hfp-main :is(.hfp-page-hero__eyebrow, .hf-banner-center .eyebrow, .hf-banner-center .label, .hf-banner-center .contact-eyebrow) { font-size: 10px !important; }
  .hfp-main .hfp-page-hero__intro,
  .hfp-main .hf-banner-center :is(.hero-copy, .hero-content, .hero-in, .contact-hero-copy, [data-banner-copy]) > p:not(.eyebrow):not(.label):not(.hero-note) { font-size: 12px !important; }
  .hfp-main .hf-campaign-banner .campaign-art { height: 310px !important; aspect-ratio: auto !important; }
  .hfp-main .hf-campaign-banner .hero-copy[data-banner-copy] { height: 290px !important; min-height: 290px !important; padding-block: 24px !important; }
}

/* Products and Solutions listing banners follow the Sustainability composition. */
@media (min-width: 769px) and (max-width: 1024px) {
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner { background: #11271e; }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner::after {
    background: linear-gradient(90deg, #11271e70 0%, #11271e40 35%, transparent 65%);
  }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner .campaign-art img {
    position: absolute !important;
    top: 0 !important;
    right: -80px !important;
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: right center;
    mask-image: linear-gradient(90deg, transparent 0%, #000 30%) !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 30%) !important;
  }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner .hero-copy[data-banner-copy] {
    padding-block: 40px !important;
  }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner .hero-copy > * { max-width: 50%; }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner .hero-copy > p:not(.hero-note) { max-width: 46%; }
}

@media (max-width: 768px) {
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner {
    display: block !important;
    background: #11271e;
  }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner::after { display: none !important; }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner .campaign-art {
    position: absolute !important;
    inset: auto 0 0 !important;
    width: 100% !important;
    height: 350px !important;
  }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner .campaign-art img {
    position: static !important;
    width: 200% !important;
    max-width: none !important;
    height: 100% !important;
    margin-left: -100%;
    object-fit: contain !important;
    object-position: right bottom;
    transform: none !important;
    mask-image: linear-gradient(180deg, transparent 0 12%, #000 40%) !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0 12%, #000 40%) !important;
  }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner .hero-copy[data-banner-copy] {
    width: calc(100% - 30px);
    height: 290px !important;
    min-height: 290px !important;
    padding-block: 32px !important;
  }
  .hfp-main :is(.hf-ref-products, .hf-ref-solutions) .hf-campaign-banner .hero-copy > * { max-width: 100%; }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .hfp-main .hf-ref-sustainability .hf-banner-center h1 { font-size: 56px !important; }
}
