/* Content-led B2B pages: readable before scripts initialise. */
.b85-section { background: #faf8f4; color: #272520; padding: 72px 0; }
.b85-wrap { width: min(1440px, 100%); margin-inline: auto; padding-inline: clamp(24px, 4.6vw, 72px); }
/* The legacy stylesheet declares body.home / body.site-page headings with
   700-weight Roboto. Scope above that specificity, including service pages. */
body:is(.home, .site-page) .b85-section :is(h1, h2),
body:is(.home, .site-page) .b85-section .b85-route-grid h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; }
body:is(.home, .site-page) .b85-section h1 { line-height: 1.13; }
body:is(.home, .site-page) .b85-section h2 { line-height: 1.2; }
body:is(.home, .site-page) .b85-section h3 { font-family: var(--font-sans); font-weight: 500; line-height: 1.5; }
body:is(.home, .site-page) .b85-section .b85-route-grid h3 { line-height: 1.2; }
.b85-section h1 { font-size: clamp(36px, 4.1vw, 58px); line-height: 1.1; }
.b85-section h2 { font-size: clamp(29px, 2.9vw, 42px); line-height: 1.17; }
.b85-section h3 { font-size: 16px; font-weight: 500; line-height: 1.5; }
.b85-section p { font-size: 15px; line-height: 1.8; color: #56524b; max-width: 72ch; }
.b85-section p + p { margin-top: 18px; }
.b85-section h2 + p, .b85-section h3 + p, .b85-section h2 + h3 { margin-top: 20px; }
.b85-section figure { margin: 0; min-width: 0; }
.b85-section img { display: block; width: 100%; height: auto; }
.b85-section .text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; font-size: 14px; line-height: 1.6; }
.b85-section .text-link > span { margin-left: 0; }
.b85-section .editorial-actions .text-link { margin-top: 0; }
body .b85-section .btn-primary { padding: 17px 25px; font-size: 11px; letter-spacing: .065em; line-height: 1.6; text-align: center; }
.b85-section .editorial-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 28px; margin-top: 30px; }
.b85-section .b85-kicker { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; line-height: 1.7; margin-bottom: 22px; }
.b85-section .b85-lead { font-size: 18px; line-height: 1.6; margin-top: 26px; }
.b85-section .b85-note { font-size: 12px; line-height: 1.7; }
.b85-section .b85-emphasis { color: inherit; border-left: 1px solid #a28f6b; padding-left: 20px; margin-top: 26px; }
.b85-section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; margin-bottom: 38px; }
.b85-section-head > h2 { max-width: 530px; }
.b85-section-head > p { margin: 0; }
.b85-section-head > div > h3 { margin: 0; }
.b85-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.b85-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 36px; }
.b85-grid article { border-top: 1px solid #cdc5b8; padding-top: 21px; min-width: 0; }
.b85-grid article p { font-size: 14px; line-height: 1.75; margin-top: 10px; }
.b85-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.b85-route-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 56px; margin-top: 42px; }
.b85-route-grid article { border-top: 1px solid #a28f6b; padding-top: 30px; display: flex; flex-direction: column; align-items: start; }
.b85-route-grid h3 { font-size: clamp(27px, 2.5vw, 36px); line-height: 1.2; }
.b85-route-grid p:not(.b85-kicker) { flex: 1; margin-top: 21px; }
.b85-route-grid .btn-primary, .b85-route-grid .text-link { margin-top: 28px; }
.b85-capabilities { border-top: 1px solid #e0d9ce; }
.b85-paper { background: #eae5de; }
.b85-dark { background: #131410; color: #f5f1e8; }
.b85-dark p { color: #d3cfc5; }
.b85-dark .text-link { color: #f5f1e8; }
body .b85-dark .btn-primary { color: #f5f1e8; border-color: #bca77e; background: transparent; }
body .b85-dark .btn-primary:hover { background: #f5f1e8; color: #171812; }
.b85-factory { height: 520px; }
.b85-factory img { height: 100%; object-fit: cover; object-position: center 45%; }
.b85-steps { list-style: none; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 25px; margin: 34px 0 0; padding: 0; }
.b85-steps li { border-top: 1px solid #aaa08e; padding-top: 17px; min-width: 0; }
.b85-steps .b85-number { font-size: 11px; color: #74634a; display: block; margin-bottom: 18px; }
.b85-steps h3 { font-size: 14px; }
.b85-steps p { font-size: 12px; line-height: 1.75; margin-top: 12px; }
.b85-clients h2 { margin-bottom: 34px; }
.b85-close-inner { text-align: center; max-width: 850px; margin-inline: auto; }
.b85-close-inner h2 { max-width: 780px; margin-inline: auto; }
.b85-close-inner p { margin-inline: auto; }
.b85-close-inner > .btn-primary { margin-top: 30px; }
.b85-close-inner > .b85-note { margin-top: 23px; max-width: 630px; }
.b85-close-inner .editorial-actions { justify-content: center; }
.b85-close-inner h3 { margin-top: 20px; }
.b85-service-hero { padding-block: 56px 66px; }
.b85-service-hero .b85-split { grid-template-columns: 1.1fr .9fr; }
.b85-service-hero h1 + p { margin-top: 25px; }
.b85-product-hero img { aspect-ratio: 4 / 5; object-fit: cover; }
.b85-compact-split { padding-top: 35px; border-top: 1px solid #cdc5b8; align-items: start; }
.b85-category-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.b85-category-links a { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid #cdc5b8; font-size: 14px; line-height: 1.6; }
.b85-category-links a:hover { text-decoration: underline; }
.b85-conditions { margin-top: 30px; padding-top: 25px; border-top: 1px solid #cdc5b8; max-width: none !important; font-size: 13px !important; }
.b85-detail-photo img { max-height: 420px; object-fit: cover; object-position: center 65%; }
.b85-process-block { margin-top: 60px; }
.b85-process-block h2 { font-size: clamp(26px, 2.4vw, 34px); }
.b85-city img { aspect-ratio: 3 / 2; object-fit: cover; }
.b85-route-exit { display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px; align-items: start; border-top: 1px solid #cdc5b8; padding-top: 30px; margin-top: 48px; }
.b85-route-exit h3 { font-size: 20px; }
.b85-route-exit p { font-size: 14px; }
.b85-route-exit .text-link { margin-top: 15px; }
.b85-material-photo img { aspect-ratio: 2 / 1; object-fit: cover; }
.b85-manufacturing-supply .b85-grid { margin-top: 40px; }
.b85-operations { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 40px 0 0; gap: 24px; counter-reset: operations; }
.b85-operations li { counter-increment: operations; border-top: 1px solid #74684f; padding-top: 20px; font-size: 14px; line-height: 1.6; }
.b85-operations li::before { content: counter(operations, decimal-leading-zero); display: block; color: #c5ad80; font-size: 11px; margin-bottom: 10px; }
.b85-dark .b85-conditions { border-color: #74684f; }
.b85-enquiry-help { text-align: left; margin-top: 35px; border-block: 1px solid #cdc5b8; }
.b85-enquiry-help summary { font-size: 14px; cursor: pointer; padding: 18px 3px; }
.b85-enquiry-help p { padding: 0 3px 20px; font-size: 13px; }
.b85-section[id] { scroll-margin-top: 130px; }
body.home .b85-section.collection-categories { padding-block: 72px; }
body.home .b85-section.collection-visit { display: block; padding-block: 72px; }
body.home .b85-section .visit-city img { aspect-ratio: 3 / 2; object-fit: cover; }
body.home .b85-home-hero { min-height: 720px; }
body.home .b85-home-hero .collection-home-copy { width: min(66%, 890px); padding-block: 65px; }
body.home .b85-home-hero h1 { max-width: 630px; font-size: clamp(36px, 3.6vw, 53px); }
body.home .b85-home-hero p { max-width: 560px; font-size: 14px; line-height: 1.8; margin-top: 22px; }
body.home .b85-home-hero .b85-lead { font-size: 17px; }
body.home .b85-home-hero .b85-hero-note { font-size: 12px; line-height: 1.7; color: #cbc4b8; margin-top: 24px; }
body.home .b85-home-hero .editorial-actions { gap: 18px 25px; }
body.home .b85-home-hero .btn-primary { font-size: 10px; padding: 17px 22px; }
body.home .b85-home-hero .text-link { font-size: 13px; }
@media (max-width: 1100px) {
  .b85-section-head, .b85-split { gap: 38px; }
  .b85-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px 30px; }
  .b85-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b85-factory { height: 470px; }
}
@media (max-width: 760px) {
  .b85-section { padding-block: 42px; }
  .b85-section h1 { font-size: 37px; }
  .b85-section h2 { font-size: 31px; }
  .b85-section p { font-size: 14px; line-height: 1.75; }
  .b85-section-head, .b85-split, .b85-service-hero .b85-split { grid-template-columns: 1fr; gap: 26px; }
  .b85-section-head { margin-bottom: 30px; }
  .b85-section-head > h2 { max-width: none; }
  .b85-route-grid { grid-template-columns: 1fr; gap: 34px; margin-top: 28px; }
  .b85-route-grid article { padding-top: 24px; }
  .b85-route-grid h3 { font-size: 29px; }
  .b85-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 22px; }
  .b85-grid article h3 { font-size: 14px; }
  .b85-grid article p { font-size: 12px; }
  .b85-clients .b85-grid, .b85-pl-clients > .b85-wrap > .b85-grid, .b85-continuity .b85-grid { grid-template-columns: 1fr; }
  .b85-clients .b85-grid article, .b85-pl-clients > .b85-wrap > .b85-grid article, .b85-continuity .b85-grid article { padding-top: 16px; }
  .b85-clients .b85-grid article p, .b85-pl-clients > .b85-wrap > .b85-grid article p, .b85-continuity .b85-grid article p { font-size: 14px; }
  .b85-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 22px; }
  .b85-steps p { font-size: 12px; }
  .b85-factory { height: 350px; }
  .b85-home-supply .b85-factory { order: 2; }
  .b85-product-hero img { max-height: 460px; object-fit: cover; }
  .b85-section .editorial-actions { gap: 20px; }
  body .b85-section .btn-primary { font-size: 10px; padding: 15px 20px; }
  .b85-section .b85-lead { font-size: 17px; }
  .b85-section .b85-note { font-size: 12px; }
  .b85-section .b85-kicker { margin-bottom: 16px; }
  .b85-process-block { margin-top: 40px; }
  .b85-route-exit { grid-template-columns: 1fr; gap: 15px; margin-top: 34px; }
  .b85-category-links { column-gap: 20px; }
  .b85-category-links a { font-size: 12px; }
  .b85-detail-photo img { height: 290px; }
  .b85-material-photo img { aspect-ratio: 3 / 2; }
  .b85-operations { grid-template-columns: 1fr 1fr; gap: 23px; }
  .b85-operations li { font-size: 13px; }
  body.home .b85-section.collection-categories, body.home .b85-section.collection-visit { padding-block: 42px; }
  body.home .b85-home-hero { min-height: 0; }
  body.home .b85-home-hero .collection-home-copy { width: 100%; padding: 36px 24px; }
  body.home .b85-home-hero h1 { font-size: 37px; }
  body.home .b85-home-hero p { max-width: none; }
  body.home .b85-home-hero .b85-lead { font-size: 16px; }
  body.home .b85-home-hero figure { height: 340px; }
  body.home .b85-home-hero .editorial-actions { flex-direction: column; align-items: flex-start; gap: 22px; }
}
