/* Buyer brief: crawlable project guidance and direct quotation routes. */
.enquiry-form { scroll-margin-top: 104px; }
.buyer-brief { padding: 40px 0; border-bottom: 1px solid var(--line, #d8ded8); }
.buyer-brief > h2 { margin: 0 0 12px; font: 400 clamp(28px, 3.5vw, 44px)/1.1 Georgia, serif; color: var(--green, #173b31); }
.buyer-brief > p { max-width: 880px; color: #526059; line-height: 1.7; }
.buyer-routes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 24px 0; }
.buyer-routes article { padding: 24px; border: 1px solid var(--line, #d8ded8); border-radius: 12px; background: #f8f6f0; }
.buyer-routes h3 { margin: 0 0 12px; font: 400 27px/1.2 Georgia, serif; }
.buyer-routes p { color: #526059; font-size: 14px; line-height: 1.7; }
.buyer-routes a { display: inline-flex; padding: 12px 0; color: var(--green, #173b31); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.buyer-resources { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 13px; }
.buyer-resources a { color: var(--green, #173b31); text-decoration: underline; text-underline-offset: 3px; padding: 8px 0; }
.buyer-form-intro h2 { margin: 0 0 12px; font: 400 clamp(27px, 3vw, 36px)/1.1 Georgia, serif; }
.buyer-form-intro > p { margin: 0 0 16px; font-size: 14px; line-height: 1.6; }
.buyer-direct { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0 0 22px; }
.buyer-direct a { font-size: 13px; line-height: 1.5; text-decoration: underline; text-underline-offset: 4px; padding: 6px 0; }
.buyer-brief a:focus-visible, .buyer-direct a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
@media (max-width: 800px) {
  .buyer-routes { grid-template-columns: 1fr; gap: 16px; }
}
