.materials-page {
  --schedule-title: 1.7rem;
  --schedule-heading: 1.2rem;
  --schedule-body: .875rem;
  --schedule-caption: .8125rem;
  color: #242424;
  font-family: system-ui, sans-serif;
  font-size: var(--schedule-body);
  line-height: 1.55;
}
.materials-page main { width: min(100%, 1400px); min-width: 0; }
.materials-page .sheet-nav { flex-wrap: wrap; }
.materials-page article { padding: clamp(20px, 4vw, 56px); background: white; }
.materials-page h1, .materials-page h2 {
  font-family: osifont, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  text-wrap: balance;
}
.materials-page h1 { margin-block: 0 24px; font-size: var(--schedule-title); }
.materials-page h2 { margin-block: 40px 16px; font-size: var(--schedule-heading); }
.materials-page p, .materials-page ul { max-width: 75ch; margin-block: 12px; }
.materials-page a { color: #145d99; text-underline-offset: .18em; }
.materials-page .sheet-nav a { color: #333; }
.materials-page .sheet-nav a[aria-current="page"] { color: white; }
.materials-page a:focus-visible, .table-scroll:focus-visible { outline: 2px solid #145d99; outline-offset: 3px; }
.table-scroll { overflow-x: auto; margin-block: 20px; }
.materials-page table { width: 100%; min-width: 780px; border-collapse: collapse; font-size: var(--schedule-caption); }
.materials-page th, .materials-page td { padding: 12px 14px; text-align: start; vertical-align: top; border-block-end: 1px solid #dadbd7; }
.materials-page thead th { font-weight: 600; background: #f3f3f0; border-block-end-color: #a9aaa6; }
.materials-page tbody th { font-weight: 500; font-variant-numeric: tabular-nums; }
.materials-page td { min-width: 8ch; max-width: 42ch; overflow-wrap: anywhere; }
.materials-page code { font-size: .95em; overflow-wrap: anywhere; }
.materials-page footer { display: flex; flex-wrap: wrap; gap: 24px; padding-block: 20px; }
.materials-page p, .materials-page li, .materials-page figcaption { text-wrap: pretty; }
.materials-page :is(h2, h3, tr, .product-card) { scroll-margin-top: 24px; }
.reference-summary { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-block: 24px 12px; color: #50524a; font-size: var(--schedule-caption); }
.reference-summary span:first-child { font-weight: 650; color: #242424; }
.reference-nav { display: flex; flex-wrap: wrap; gap: 6px; margin-block: 16px 32px; }
.reference-nav a { display: flex; align-items: center; min-height: 44px; padding: 8px 14px; background: #f3f3f0; color: #333; text-decoration: none; border: 1px solid #dedfd9; border-radius: 3px; }
.reference-nav a:hover { background: #e8e9e3; }
.reference-category > h3 { margin-block: 36px 16px; padding-block-end: 12px; border-bottom: 1px solid #bfc1b9; font-family: osifont, sans-serif; font-size: 1.05rem; font-weight: 400; text-transform: uppercase; letter-spacing: .04em; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.product-card { min-width: 0; background: white; box-shadow: 0 0 0 1px rgb(0 0 0 / 12%); }
.product-card figure { margin: 0; }
.product-image-link { display: block; background: #f7f7f4; }
.product-image-link img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; background: white; outline: 1px solid oklch(0 0 0 / .1); outline-offset: -1px; }
.product-card figcaption { padding: 8px 16px; font-size: .6875rem; line-height: 1.5; color: #5c5f57; }
.product-card figcaption a { color: inherit; }
.product-card figcaption span { display: block; margin-block-start: 3px; }
.product-copy { padding: 8px 18px 18px; }
.product-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px; color: #52554d; font-size: .6875rem; letter-spacing: .04em; text-transform: uppercase; }
.proposal-status { padding: 3px 6px; background: #f0f1eb; color: #515746; letter-spacing: 0; text-transform: none; }
.product-card h4 { max-inline-size: 100%; margin-block: 10px 4px; font-size: .9375rem; font-weight: 650; line-height: 1.4; white-space: normal; overflow-wrap: break-word; text-wrap: balance; }
.materials-page .product-model { margin-block: 0 10px; color: #5d6057; font-size: .75rem; overflow-wrap: anywhere; }
.schedule-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.schedule-tags a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 40px; padding: 4px 8px; font-family: osifont, sans-serif; font-size: .75rem; color: #454c3c; background: #f6f6f2; text-decoration: none; }
.materials-page .product-facts { margin-block: 16px; padding-inline-start: 17px; font-size: .8125rem; }
.product-facts li + li { margin-block-start: 5px; }
.product-coordination { padding: 12px; background: #f6f5ef; font-size: .75rem; color: #555346; }
.product-coordination h5 { margin: 0 0 6px; color: #35372f; font-size: .6875rem; font-weight: 650; letter-spacing: .03em; text-transform: uppercase; }
.materials-page .product-coordination ul { padding-inline-start: 15px; margin: 0; }
.product-coordination li + li { margin-block-start: 6px; }
.product-links { display: flex; flex-direction: column; align-items: start; gap: 2px; margin-block-start: 12px; font-size: .75rem; }
.product-links a { display: inline-flex; align-items: center; min-height: 40px; }
.product-links .product-primary-link { color: #303b2b; font-size: .8125rem; font-weight: 600; }
.schedule-references { display: flex; flex-direction: column; margin-block-start: 8px; gap: 4px; font-size: .75rem; }
.cost-estimate { margin-block: 32px 48px; padding-block: 24px; border-block: 1px solid #bfc1b9; }
.estimate-heading { display: flex; flex-wrap: wrap; align-items: start; justify-content: space-between; gap: 16px; }
.materials-page .estimate-kicker { margin: 0 0 10px; color: #555b54; font-size: .75rem; }
.materials-page .estimate-heading h2 { margin: 0 0 16px; }
.estimate-totals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-block: 24px 12px; background: #d7d9d3; border: 1px solid #d7d9d3; }
.estimate-totals > div { display: flex; flex-direction: column; gap: 6px; padding: 20px; background: #f6f6f3; }
.estimate-totals span { font-size: .75rem; }
.estimate-totals strong { font-size: 1.25rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.estimate-totals .estimate-total { background: #242622; color: white; }
.materials-page .estimate-tax-source { font-size: .75rem; color: #555b54; }
.estimate-sku { display: block; margin-block-start: 5px; font-size: .6875rem; color: #686b62; }
.estimate-number { white-space: nowrap; font-variant-numeric: tabular-nums; }
.materials-page .estimate-table table { min-width: 900px; }
.estimate-assumptions { padding: 14px 16px; border: 1px solid #d7d9d3; font-size: .8125rem; }
.estimate-assumptions summary { cursor: pointer; min-height: 24px; font-weight: 600; }
.estimate-assumptions summary:focus-visible { outline: 2px solid #145d99; outline-offset: 3px; }
.estimate-assumptions h3 { margin-block: 20px 8px; font-size: .875rem; }
.estimate-assumptions li + li { margin-block-start: 6px; }
.product-price { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-block: 16px; padding-block: 12px; border-block: 1px solid #dddeda; }
.product-price span { display: block; font-size: .6875rem; color: #555b54; }
.product-price strong { display: block; margin-block-start: 4px; font-size: .9375rem; font-weight: 650; font-variant-numeric: tabular-nums; }
.materials-page .product-availability { font-size: .75rem; color: #545a50; margin-block: 12px; }
.product-price-note { font-size: .75rem; }
.choice-card h3 { max-inline-size: 100%; margin-block: 10px 4px; font-size: .9375rem; font-weight: 650; line-height: 1.4; white-space: normal; overflow-wrap: break-word; text-wrap: balance; }
.choice-card .product-coordination h4 { margin: 0 0 6px; font-size: .6875rem; text-transform: uppercase; }
.choice-card .product-coordination p { margin: 0; }
.choice-card .product-price { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.choice-card .product-price > div { min-width: 0; }
.choice-card .product-price strong { overflow-wrap: anywhere; }
.choice-group { scroll-margin-top: 24px; }
.product-details, .estimate-breakdown, .full-schedule { margin-block-start: 20px; }
.product-details summary, .estimate-breakdown summary, .full-schedule > summary { cursor: pointer; padding-block: 10px; font-size: .8125rem; font-weight: 600; }
.product-details summary:focus-visible, .estimate-breakdown summary:focus-visible, .full-schedule > summary:focus-visible { outline: 2px solid #145d99; outline-offset: 3px; }
.materials-page .product-details p, .materials-page .product-details li { font-size: .75rem; }
.product-details li + li { margin-block-start: 8px; }
.materials-page .product-brief { margin-block: 16px; font-size: .8125rem; }
.materials-page .order-hold { padding: 10px 12px; background: #f7f3e9; color: #695332; font-size: .75rem; }
.full-schedule { border-block-start: 1px solid #d7d9d3; padding-block-start: 12px; }
.full-schedule > summary { font-size: 1rem; }
.product-price { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-price > div { min-width: 0; }
.product-price strong { overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .materials-page { padding: 12px; }
  .table-scroll::before { content: "Scroll the table horizontally to see all columns."; display: block; margin-block-end: 8px; font-size: var(--schedule-caption); }
}
@media (max-width: 600px) {
  .product-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .materials-page article { padding: 20px 16px; }
  .reference-summary { flex-direction: column; gap: 4px; }
  .product-copy { padding: 10px 16px 16px; }
  .estimate-totals { grid-template-columns: 1fr; }
  .estimate-totals > div { padding: 16px; }
}
@media print {
  .materials-page { font-size: 9pt; padding: 0; }
  .materials-page main { width: auto; }
  .materials-page article { padding: 0; }
  .materials-page h1 { font-size: 19pt; }
  .materials-page h2 { font-size: 13pt; break-after: avoid; }
  .materials-page table { min-width: 0; font-size: 8pt; }
  .materials-page th, .materials-page td { padding: 6pt; }
  .materials-page tr { break-inside: avoid; }
  .materials-page thead { display: table-header-group; }
  .table-scroll { overflow: visible; }
  .materials-page footer, .table-scroll::before { display: none; }
  .reference-nav { display: none; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12pt; }
  .product-card { break-inside: avoid; }
  .product-copy { padding: 6pt; }
  .product-card figcaption { padding: 4pt 6pt; font-size: 6pt; }
  .product-card h4 { font-size: 9pt; }
  .product-meta, .materials-page .product-model, .product-coordination { font-size: 7pt; }
  .materials-page .product-facts, .product-links, .product-links .product-primary-link { font-size: 7pt; }
  .schedule-tags a, .product-links a { min-height: 0; }
  .product-coordination { padding: 6pt; }
  .estimate-totals { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .materials-page .estimate-table table { min-width: 0; }
  .estimate-totals strong { font-size: 12pt; }
}
