/* Customer-oriented homepage: direct catalogue routes, calm news, concise service. */
html { scroll-padding-top: 104px; }
.hero-shell { min-height: 0; padding-block: 65px 72px; gap: clamp(32px, 4vw, 64px); }
.hero h1 { font-size: clamp(36px, 4.1vw, 59px); line-height: 1.06; }
.hero h1 em { white-space: normal; }
.hero-intro { font-size: 18px; line-height: 1.65; max-width: 530px; }
.hero-service-line { margin-top: 32px; font-weight: 650; font-size: 12px; gap: 10px 15px; }
.hero-service-line span { gap: 15px; }
.hero-direct-contact { margin: 28px 0 0; font-size: 13px; color: #45614e; line-height: 1.7; }
.hero-direct-contact a { display: inline-block; color: #216d38; font-weight: 750; margin-left: 5px; text-decoration: underline; text-underline-offset: 4px; }
.procurement-section { padding: 38px 0 45px; background: #f8faf8; border-top: 1px solid #e2e9e3; }
.procurement-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; margin-bottom: 27px; }
.procurement-intro h2 { font-size: 29px; line-height: 1.14; letter-spacing: -.04em; margin: 0; }
.procurement-intro > p { font-size: 15px; line-height: 1.65; color: #496151; margin: 0; }
.procurement-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.procurement-benefits article { border-top: 2px solid #a2c9ad; padding-top: 17px; }
.procurement-benefits h3 { margin: 0 0 9px; font-size: 18px; line-height: 1.2; }
.procurement-benefits p { margin: 0; color: #496151; font-size: 14px; line-height: 1.6; }
.home-contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.home-contact-actions .text-link { font-size: 14px; }
@media(max-width:760px) {
  .procurement-intro { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .procurement-intro h2 { font-size: 27px; }
  .procurement-benefits { grid-template-columns: minmax(0,1fr); gap: 19px; }
  .procurement-section { padding-block: 30px; }
  .hero-direct-contact a { margin-left: 0; }
}
.hero-image-wrap { border-width: 6px; border-radius: 24px; }
.hero-image-wrap::before, .hero-image-wrap::after { display: none; }
.hero-media-details { padding: 12px 18px; box-shadow: none; }
.hero-media-details strong { font-size: 16px; }
.hero-media-details .media-detail-mark { display: none; }
.customer-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 26px; }
.customer-heading h2, .supplier-heading h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -.045em; margin: 0; }
.customer-heading .eyebrow { margin-bottom: 12px; font-size: 11px; }
.customer-heading > a { flex-shrink: 0; font-size: 14px; }
.catalog-section { padding-block: 64px; background: #fff; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #dce7df; border-radius: 18px; overflow: hidden; gap: 1px; background: #dce7df; }
.catalog-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px; background: #fbfdfb; transition: background .18s ease; }
.catalog-link:hover, .catalog-link:focus-visible { background: #ecf5ee; }
.catalog-link h3 { font-size: 18px; margin: 0 0 7px; letter-spacing: -.025em; line-height: 1.25; }
.catalog-link p { margin: 0; color: #5c7062; font-size: 14px; line-height: 1.5; }
.catalog-link > span { color: #288044; flex-shrink: 0; }
.catalog-help { margin: 20px 0 0; color: #546b5b; font-size: 14px; }
.inline-action { border: 0; padding: 4px 0; background: none; color: #216e37; font: inherit; font-weight: 750; cursor: pointer; text-align: left; }
.updates-section { padding-block: 60px; border-block: 1px solid #dfe9e2; background: linear-gradient(115deg,#f0f7f2,#e6f1e9); }
.updates-carousel { border: 1px solid #d5e3d9; border-radius: 22px; overflow: hidden; background: #fff; }
.updates-tabs[hidden], .updates-controls[hidden], .update-slide[hidden] { display: none; }
.updates-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-bottom: 1px solid #e0e9e3; background: #f9fcfa; }
.updates-tabs button { padding: 18px 12px; min-height: 56px; background: transparent; border: 0; border-bottom: 3px solid transparent; color: #53675b; cursor: pointer; font: inherit; font-size: 13px; font-weight: 650; }
.updates-tabs button[aria-pressed="true"] { background: #edf6ef; border-bottom-color: #2b8543; color: #1e6231; }
.update-slide { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(28px,4vw,60px); align-items: center; padding: 30px 40px; }
.updates-stage { min-height: 415px; }
.hero .button-primary, .update-copy .button-primary, .request-actions .button-primary { background: #287d3f; }
.update-image { max-width: 340px; width: 100%; aspect-ratio: 1; border-radius: 16px; overflow: hidden; background: #f4f7f5; justify-self: center; }
.update-image img { width: 100%; height: 100%; object-fit: contain; }
.update-copy { min-width: 0; }
.update-copy .eyebrow { font-size: 11px; margin-bottom: 16px; }
.update-copy h3 { margin: 0 0 16px; font-size: clamp(26px,2.4vw,35px); line-height: 1.15; }
.update-copy > p:not(.eyebrow) { color: #4d6354; font-size: 16px; line-height: 1.6; margin-bottom: 18px; }
.update-copy ul { margin: 0 0 23px; padding-left: 18px; color: #3e5746; font-size: 14px; line-height: 1.7; }
.update-copy li::marker { color: #32804a; }
.update-copy .button { font-size: 13px; padding-inline: 18px; min-height: 46px; box-shadow: none; }
.updates-controls { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #e3ebe6; padding: 10px 25px; }
.updates-controls > span { color: #566a5d; font-size: 13px; }
.updates-controls > div { display: flex; gap: 8px; }
.updates-controls button { width: 44px; height: 44px; border: 1px solid #d4e2d8; border-radius: 50%; background: #fff; color: #216737; font: inherit; font-size: 21px; cursor: pointer; }
.updates-controls button:hover { background: #edf5ef; }
.supplier-section { padding-block: 55px; background: #fff; }
.supplier-section::before { display: none; }
.supplier-heading { grid-template-columns: 1fr 1fr; margin-bottom: 24px; gap: 40px; align-items: end; }
.supplier-heading .eyebrow { margin-bottom: 12px; font-size: 11px; }
.supplier-heading .section-lead { font-size: 15px; line-height: 1.6; }
.supplier-panel { box-shadow: none; border-radius: 16px; }
.supplier-card { min-height: 78px; padding: 15px; }
.supplier-card img { height: 40px; max-width: 110px; opacity: 1; filter: none; }
.supplier-panel-foot { padding: 16px 20px; font-size: 13px; font-weight: 400; }
.contact-panel { background: #edf6ef; }
.contact-inner { grid-template-columns: minmax(0,1fr) minmax(0,1fr); padding-block: 52px; gap: 60px; align-items: start; }
.contact-inner h2 { font-size: clamp(32px,3.6vw,48px); line-height: 1.1; }
.contact-meta { border: 0; background: none; box-shadow: none; padding: 0; margin: 0 0 20px; }
.contact-meta strong { font-size: 16px; }
.contact-action p { font-size: 15px; line-height: 1.6; margin-bottom: 20px; }
.footer-main { padding-block: 38px; gap: 30px; grid-template-columns: .8fr 1fr 1.2fr; }
.footer-contact { font-size: 13px; }
.footer-contact strong { font-size: 14px; }
.footer-links { gap: 8px 14px; }
.footer-links a { border: 0; padding: 3px 0; border-radius: 0; font-size: 13px; }
.footer-links a:hover { background: none; color: #fff; text-decoration: underline; }
.footer-bottom { padding-block: 14px; }
/* Real search suggestions progressively enhance the original form. */
.header-search-row { max-height: calc(100dvh - 110px); overflow-y: auto; }
.search-status { margin: 0; font-size: 13px; color: #5d6e62; }
#search-suggestions { min-width: 0; }
#search-suggestions[hidden] { display: none; }
#search-suggestions a { display: block; border-top: 1px solid #e0e9e3; padding: 12px 8px; color: #274d34; font-size: 14px; line-height: 1.45; }
#search-suggestions a:hover, #search-suggestions a:focus-visible, #search-suggestions [aria-selected="true"] { background: #edf5ef; }
.search-suggestion-meta { display: block; font-size: 12px; color: #5b6c60; }
.account-tool.is-signed-in { color: #24753b; background: #e9f3ec; }
.request-context { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 28px; border: 1px solid #cfe0d4; border-radius: 20px; background: #edf6ef; margin-bottom: 44px; }
.request-context h2 { font-size: 28px; line-height: 1.15; }
.request-context p { font-size: 16px; color: #45614e; margin: 0; }
.request-context .eyebrow { margin-bottom: 15px; }
.request-actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; }
.request-actions > span { color: #556e5e; font-size: 12px; }
@media (max-width:1000px) {
  .hero-shell { grid-template-columns: minmax(0,1fr); padding-block: 45px; gap: 32px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(34px,6.5vw,58px); }
  .hero-media { max-width: 660px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .update-slide { padding: 26px; gap: 28px; }
  .supplier-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width:760px) {
  html { scroll-padding-top: 88px; }
  .hero h1 { font-size: clamp(29px,8.5vw,52px); overflow-wrap: anywhere; }
  .hero h1 em { white-space: normal; }
  .hero-intro { font-size: 16px; line-height: 1.65; }
  .hero-service-line { margin-top: 25px; gap: 9px; font-size: 11px; }
  .hero-actions { gap: 18px; }
  .hero-media-details strong { font-size: 15px; }
  .hero-image-wrap { border-radius: 20px; }
  .catalog-section, .updates-section, .supplier-section { padding-block: 40px; }
  .customer-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .customer-heading h2, .supplier-heading h2 { font-size: 30px; }
  .catalog-grid { grid-template-columns: minmax(0,1fr); }
  .catalog-link { padding: 18px 20px; }
  .catalog-link h3 { font-size: 17px; }
  .catalog-link p { font-size: 13px; }
  .catalog-help { font-size: 13px; }
  .updates-tabs { display: flex; overflow-x: auto; }
  .updates-tabs button { flex: 0 0 auto; min-width: 160px; padding: 14px; font-size: 12px; }
  .update-slide { grid-template-columns: minmax(0,1fr); padding: 22px; gap: 24px; }
  .update-image { max-width: 280px; }
  .update-copy h3 { font-size: 27px; }
  .update-copy > p:not(.eyebrow) { font-size: 15px; }
  .update-copy .button { width: 100%; gap: 10px; padding-inline: 12px; font-size: 12px; }
  .updates-controls { padding: 10px 16px; }
  .updates-controls > span { font-size: 12px; }
  .supplier-heading { grid-template-columns: minmax(0,1fr); gap: 14px; }
  .supplier-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .supplier-card { min-height: 70px; padding: 10px; }
  .supplier-card img { max-width: 90px; height: 32px; }
  .supplier-panel-foot { font-size: 13px; gap: 12px; }
  .contact-inner { grid-template-columns: minmax(0,1fr); padding-block: 40px; gap: 26px; }
  .contact-inner h2 { font-size: 34px; }
  .footer-main { grid-template-columns: minmax(0,1fr); padding-block: 30px; gap: 22px; }
  .footer-links { justify-content: flex-start; }
  .request-context { grid-template-columns: minmax(0,1fr); padding: 22px; }
  .request-context h2 { font-size: 24px; overflow-wrap: anywhere; }
  .header-search-row { max-height: calc(100dvh - 92px); }
}
