/* Greyford Manufacturing: every page is a released casting drawing. */

@font-face {
    font-family: "Archivo";
    src: url("/assets/fonts/archivo-latin.woff2") format("woff2");
    font-weight: 100 900;
    font-stretch: 62% 125%;
    font-display: swap;
}

:root {
    --vellum: #e8ebe5;
    --vellum-deep: #dde1da;
    --field: #f4f5f1;
    --graphite: #25292d;
    --iron: #5b6268;
    --redline: #b3261e;
    --redline-deep: #8f1d17;
    --highlight: #f2dc3f;
    --frame: 2px solid var(--graphite);
    --hair: 1px solid var(--graphite);
    --gutter: clamp(0.5rem, 1.6vw, 1.5rem);
    --pad: clamp(1.25rem, 3.2vw, 3rem);

    color-scheme: light;
    font-family: "Archivo", "Arial Narrow", sans-serif;
    font-stretch: 100%;
    font-size: 100%;
    line-height: 1.55;
    color: var(--graphite);
    background: var(--vellum);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    scrollbar-color: var(--graphite) var(--vellum-deep);
    accent-color: var(--redline);
    caret-color: var(--redline);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1rem; }
body { margin: 0; min-width: 320px; padding: var(--gutter); background: var(--vellum); }
::selection { background: var(--highlight); color: var(--graphite); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
a:hover { color: var(--redline); }
:focus-visible { outline: 2px solid var(--redline); outline-offset: 3px; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
table, dd, .dim-text, .spec-cells, .revblock, .parts { font-variant-numeric: tabular-nums lining-nums; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; padding: 0.75rem 1rem; background: var(--graphite); color: var(--vellum); }
.skip-link:focus { top: 1rem; }

/* Title-block cells: the component language for nav, meta, footer. */
.tb-cell { display: flex; flex-direction: column; justify-content: center; gap: 0.1rem; padding: 0.7rem 1rem; border-left: var(--hair); text-decoration: none; font-weight: 600; font-stretch: 88%; letter-spacing: 0.02em; text-transform: uppercase; font-size: 0.86rem; line-height: 1.2; }
.tb-cell > span { font-size: 0.66rem; font-weight: 500; font-stretch: 75%; letter-spacing: 0.08em; color: var(--iron); }
.tb-cell:first-child { border-left: 0; }

.title-strip { display: flex; align-items: stretch; border: var(--frame); background: var(--vellum); }
.tb-brand { flex-direction: row; align-items: center; justify-content: flex-start; gap: 0.7rem; padding-right: 1.4rem; font-size: 1rem; font-stretch: 110%; letter-spacing: 0.06em; }
.tb-brand strong { font-weight: 800; }
.tb-brand:hover { color: var(--graphite); }
.mark { width: 2.1rem; height: 2.1rem; flex: none; fill: none; stroke: currentColor; stroke-width: 3; }
.tb-meta { font-stretch: 80%; }
.tb-meta b { color: var(--redline); font-weight: 700; }
.tb-grow { flex: 1; }
.tb-nav { display: flex; margin-left: auto; }
.tb-nav .tb-cell { min-width: 7.5rem; transition: background-color 180ms cubic-bezier(0.16, 1, 0.3, 1); }
.tb-nav .tb-cell:first-child { border-left: var(--hair); }
.tb-nav .tb-cell:hover { background: var(--vellum-deep); color: var(--graphite); }
.tb-portal { background: var(--redline); color: #fff; min-width: 11rem; }
.tb-portal > span { color: #f6d8d5; }
.tb-nav .tb-portal:hover { background: var(--redline-deep); color: #fff; }

/* Sheets */
main { border-inline: var(--frame); }
.sheet { position: relative; padding: var(--pad); border-bottom: var(--hair); }
.zones { display: flex; justify-content: space-between; margin: calc(var(--pad) * -1) calc(var(--pad) * -1) var(--pad); padding: 0.2rem var(--pad); border-bottom: var(--hair); font-size: 0.68rem; font-stretch: 75%; font-weight: 500; color: var(--iron); }

.hero-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.hero-copy { display: grid; gap: 1.6rem; align-content: center; }
h1 { font-size: clamp(2.2rem, 3.7vw, 3.9rem); font-weight: 750; font-stretch: 108%; line-height: 1.02; letter-spacing: -0.01em; text-transform: uppercase; }
.lead { font-size: clamp(1.05rem, 1.3vw, 1.2rem); max-width: 44ch; }

.actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: 0 1.5rem; border: 2px solid var(--graphite); font: inherit; font-weight: 650; font-stretch: 100%; font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background-color 180ms cubic-bezier(0.16, 1, 0.3, 1), color 180ms, border-color 180ms; }
.btn-primary { background: var(--redline); border-color: var(--redline); color: #fff; }
.btn-primary:hover { background: var(--redline-deep); border-color: var(--redline-deep); color: #fff; }
.btn-line { background: transparent; color: var(--graphite); }
.btn-line:hover { background: var(--graphite); color: var(--vellum); }

.spec-cells { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border: var(--hair); }
.spec-cells div { padding: 0.55rem 0.8rem; border-top: var(--hair); }
.spec-cells div:nth-child(-n + 2) { border-top: 0; }
.spec-cells div:nth-child(even) { border-left: var(--hair); }
.spec-cells dt { font-size: 0.66rem; font-weight: 500; font-stretch: 75%; letter-spacing: 0.08em; text-transform: uppercase; color: var(--iron); }
.spec-cells dd { margin: 0; font-weight: 600; font-stretch: 88%; font-size: 0.92rem; }

/* The drawing */
.drawing { margin: 0; }
.callout-key { display: none; }
.drawing figcaption { margin-top: 0.4rem; font-size: 0.78rem; font-stretch: 85%; color: var(--iron); text-align: right; }
.dwg-svg, .detail-svg { display: block; width: 100%; height: auto; overflow: visible; }
.centerlines path, .centerlines circle { fill: none; stroke: var(--iron); stroke-width: 1; stroke-dasharray: 22 4 3 4; }
.section { fill: url(#hatch); }
.hatch-line { stroke: var(--graphite); stroke-width: 0.9; }
.visible { fill: none; stroke: var(--graphite); stroke-width: 2.2; stroke-linejoin: round; }
.cut.visible { fill: var(--vellum); }
.hidden { fill: none; stroke: var(--graphite); stroke-width: 1.1; stroke-dasharray: 6 4; }
.ext { fill: none; stroke: var(--graphite); stroke-width: 0.8; }
.dim { fill: none; stroke: var(--graphite); stroke-width: 1; }
.arw { fill: var(--graphite); }
.dim-text, .note, .balloon-no, .view-label, .view-sub { font-family: "Archivo", "Arial Narrow", sans-serif; fill: var(--graphite); }
.dim-text, .note { paint-order: stroke; stroke: var(--vellum); stroke-width: 5px; stroke-linejoin: round; }
.dim-text { font-size: 14px; font-weight: 600; font-stretch: 82%; letter-spacing: 0.03em; }
.note { font-size: 12.5px; font-weight: 600; font-stretch: 78%; letter-spacing: 0.06em; }
.balloon-no { font-size: 13px; font-weight: 700; }
.rev-leader { fill: none; stroke: var(--redline); stroke-width: 1; }
.rev-tri { fill: var(--vellum); stroke: var(--redline); stroke-width: 1.6; stroke-linejoin: round; }
.rev-tri-text { font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700; fill: var(--redline); }
.view-label { font-size: 15px; font-weight: 750; font-stretch: 118%; letter-spacing: 0.14em; }
.view-sub { font-size: 11px; font-weight: 500; font-stretch: 80%; letter-spacing: 0.1em; fill: var(--iron); }

/* Signature: the first-article inspector's highlighter. */
.feature { cursor: help; outline: none; }
.hl { fill: none; stroke: var(--highlight); stroke-width: 13; stroke-linecap: round; stroke-linejoin: round; opacity: 0; mix-blend-mode: multiply; transition: opacity 240ms cubic-bezier(0.16, 1, 0.3, 1); }
.leader { fill: none; stroke: var(--graphite); stroke-width: 1; transition: stroke 200ms; }
.balloon { fill: var(--vellum); stroke: var(--graphite); stroke-width: 1.5; transition: fill 200ms, stroke 200ms; }
.feature:hover .hl, .feature:focus-visible .hl { opacity: 0.9; }
.feature:hover .leader, .feature:focus-visible .leader { stroke: var(--redline); stroke-width: 1.6; }
.feature:hover .balloon, .feature:focus-visible .balloon { fill: var(--highlight); stroke: var(--redline); stroke-width: 2.5; }
.feature:hover .note, .feature:focus-visible .note { fill: var(--redline-deep); }

@media (prefers-reduced-motion: no-preference) {
    .dims .dim { stroke-dasharray: 1; stroke-dashoffset: 1; animation: plot 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards; }
    .dims .dim:nth-of-type(2) { animation-delay: 0.55s; }
    .dims .dim:nth-of-type(3) { animation-delay: 0.8s; }
    .dims .dim-text { animation: ink 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1s backwards; }
}
@keyframes plot { to { stroke-dashoffset: 0; } }

/* Scroll plotting: the hero's plotter grammar, continued down the sheet set.
   .plot is only set by greyford.js (not under reduced motion), so without it
   every element renders fully drawn. */
.plot [data-plot] { --ease: cubic-bezier(0.16, 1, 0.3, 1); }
.plot .sheet-head[data-plot]::after { transform: scaleX(0); transition: transform 1.1s var(--ease); }
.plot .sheet-head[data-plot] > * { opacity: 0; transition: opacity 0.6s var(--ease) 0.25s; }
.plot .sheet-head.in::after { transform: none; }
.plot .sheet-head.in > * { opacity: 1; }

.plot .detail-view[data-plot] .visible { stroke-dasharray: 1; stroke-dashoffset: 1; }
.plot .detail-view[data-plot] .section, .plot .detail-view[data-plot] .centerlines, .plot .detail-view[data-plot] .detail-label { opacity: 0; transition: opacity 0.7s var(--ease); }
.plot .detail-view.in .visible { animation: plot 1.4s var(--ease) forwards; }
.plot .detail-view.in .visible:nth-child(n + 4) { animation-delay: 0.25s; }
.plot .detail-view.in .centerlines { opacity: 1; }
.plot .detail-view.in .section { opacity: 1; transition-delay: 0.9s; }
.plot .detail-view.in .detail-label { opacity: 1; transition-delay: 1.1s; }

.plot .table-wrap[data-plot] > table { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s var(--ease); }
.plot .table-wrap.in > table { clip-path: inset(0 0 -1rem 0); }

.plot ol[data-plot] > li { clip-path: inset(0 100% 0 -3rem); transition: clip-path 0.8s var(--ease); }
.plot ol.in > li { clip-path: inset(0 -1rem 0 -3rem); }
.plot ol.in > li:nth-child(2) { transition-delay: 0.12s; }
.plot ol.in > li:nth-child(3) { transition-delay: 0.24s; }
.plot ol.in > li:nth-child(4) { transition-delay: 0.36s; }
.plot ol.in > li:nth-child(5) { transition-delay: 0.48s; }

.hl-mark { background-repeat: no-repeat; background-size: 100% 100%; }
.plot .checks[data-plot] .hl-mark { background-size: 0% 100%; transition: background-size 0.55s cubic-bezier(0.65, 0, 0.35, 1); }
.plot .checks.in .hl-mark { background-size: 100% 100%; }
.plot .checks.in li:nth-child(2) .hl-mark { transition-delay: 0.3s; }
.plot .checks.in li:nth-child(3) .hl-mark { transition-delay: 0.6s; }
.plot .checks.in li:nth-child(4) .hl-mark { transition-delay: 0.9s; }
@keyframes ink { from { opacity: 0; } }

.revblock { display: grid; margin: var(--pad) calc(var(--pad) * -1) calc(var(--pad) * -1) auto; max-width: 34rem; border-top: var(--hair); border-left: var(--hair); font-size: 0.76rem; font-stretch: 82%; }
.revblock > div { display: grid; grid-template-columns: 2.6rem 1fr 6rem 3rem; }
.revblock span { padding: 0.3rem 0.6rem; border-left: var(--hair); border-top: var(--hair); }
.revblock span:first-child { border-left: 0; text-align: center; font-weight: 700; }
.revblock > div:first-child span { border-top: 0; }
.rev-head { font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--vellum-deep); }
.rev-current { color: var(--redline-deep); font-weight: 600; }

/* Content sheets */
.sheet-head { position: relative; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 2rem; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); padding-bottom: 0.6rem; }
.sheet-head::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: var(--graphite); transform-origin: left center; }
h2 { font-size: clamp(1.7rem, 2.8vw, 2.6rem); font-weight: 750; font-stretch: 116%; line-height: 1.05; text-transform: uppercase; letter-spacing: -0.005em; }
.sheet-no { font-size: 0.72rem; font-weight: 500; font-stretch: 75%; letter-spacing: 0.1em; text-transform: uppercase; color: var(--iron); }
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.intro { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.45; max-width: 38ch; }

.notes h3, .detail h3 { font-size: 0.8rem; font-weight: 700; font-stretch: 112%; letter-spacing: 0.12em; text-transform: uppercase; }
.notes ol { margin: 0.75rem 0 0; padding-left: 1.8rem; display: grid; gap: 0.7rem; max-width: 68ch; }
.notes li::marker { font-weight: 700; font-stretch: 80%; }
.notes strong { font-weight: 650; }

.table-wrap { overflow-x: auto; }
.bom { width: 100%; border-collapse: collapse; border: var(--frame); font-size: 0.92rem; }
.bom caption { caption-side: bottom; padding-top: 0.5rem; text-align: left; font-size: 0.72rem; font-stretch: 78%; letter-spacing: 0.08em; text-transform: uppercase; color: var(--iron); }
.bom th, .bom td { padding: 0.55rem 0.8rem; border: var(--hair); text-align: left; vertical-align: top; }
.bom th { font-size: 0.7rem; font-weight: 600; font-stretch: 80%; letter-spacing: 0.1em; text-transform: uppercase; background: var(--vellum-deep); }
.bom td:nth-child(-n + 2) { width: 3.5rem; text-align: center; font-weight: 600; }
.bom td:last-child { white-space: nowrap; font-stretch: 88%; }
.bom tbody tr:hover { background: var(--field); }

.details { display: grid; grid-template-columns: 1fr 1fr; border: var(--hair); }
.detail { display: grid; grid-template-columns: minmax(8rem, 11rem) 1fr; gap: 1.5rem; padding: clamp(1rem, 2.5vw, 2rem); }
.detail + .detail { border-left: var(--hair); }
.detail h3 { margin-bottom: 0.6rem; font-size: 1rem; letter-spacing: 0.06em; }
.detail-label { margin-top: 0.6rem; text-align: center; font-size: 0.78rem; font-weight: 750; font-stretch: 118%; letter-spacing: 0.14em; text-transform: uppercase; }
.detail-label span { display: block; font-size: 0.66rem; font-weight: 500; font-stretch: 80%; letter-spacing: 0.1em; color: var(--iron); }
.detail p + p { margin-top: 0.6rem; }
.parts { font-size: 0.82rem; font-weight: 600; font-stretch: 82%; color: var(--iron); }

.checks { margin: 0; padding: 0; list-style: none; border-top: var(--hair); }
.checks li { padding: 0.85rem 0; border-bottom: var(--hair); font-size: 1.02rem; }
.hl-mark { font-weight: 700; text-transform: uppercase; font-stretch: 105%; letter-spacing: 0.04em; background: linear-gradient(transparent 48%, var(--highlight) 48%, var(--highlight) 92%, transparent 92%); padding-inline: 0.15em; margin-right: 0.35rem; }

.portal-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem 3rem; padding: var(--pad); background: var(--graphite); color: var(--vellum); }
.portal-band h2 { color: #fff; }
.portal-band p { margin-top: 0.6rem; max-width: 60ch; color: #c9cec9; }
.portal-band .btn-primary:focus-visible { outline-color: var(--highlight); }

/* Footer title block */
.title-block { border: var(--frame); }
.tb-row { display: grid; grid-template-columns: 2fr 1.4fr 1fr 1.4fr; }
.tb-row + .tb-row { border-top: var(--hair); }
.tb-row-small { grid-template-columns: 3fr 0.7fr 1fr 1fr; }
.tb-row .tb-cell { display: block; text-transform: none; font-weight: 500; font-stretch: 92%; letter-spacing: 0; font-size: 0.86rem; justify-content: flex-start; }
.tb-row .tb-cell > span { display: block; margin-bottom: 0.1rem; text-transform: uppercase; }
.tb-owner strong { font-size: 1rem; font-weight: 750; font-stretch: 110%; letter-spacing: 0.05em; text-transform: uppercase; }
.tb-notice { font-size: 0.74rem; color: var(--iron); }
.tb-row .tb-notice { font-size: 0.76rem; }

/* GMOS Portal sign-in */
.portal-page { display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; }
.tb-back { font-stretch: 82%; }
.portal-sheet { flex: 1; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); align-items: stretch; }
.portal-about { display: grid; align-content: center; gap: 1.4rem; padding: var(--pad); }
.portal-about h1 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.access-list { display: grid; gap: 0; margin: 0; max-width: 34rem; border-top: var(--hair); }
.access-list div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding: 0.8rem 0; border-bottom: var(--hair); }
.access-list dt { font-size: 0.72rem; font-weight: 650; font-stretch: 85%; letter-spacing: 0.1em; text-transform: uppercase; padding-top: 0.15rem; }
.access-list dd { margin: 0; font-size: 0.95rem; }

.signin { display: grid; align-content: center; gap: 1.25rem; padding: var(--pad); border-left: var(--frame); background: var(--field); }
.signin-head { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 0.6rem; border-bottom: var(--frame); }
.signin-head h2 { font-size: 1.6rem; }
.signin-sys { font-size: 0.72rem; font-weight: 600; font-stretch: 78%; letter-spacing: 0.08em; color: var(--iron); }
.signin-form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: 0.35rem; }
.field label { font-size: 0.74rem; font-weight: 650; font-stretch: 85%; letter-spacing: 0.1em; text-transform: uppercase; }
.field input { width: 100%; min-height: 3rem; padding: 0.6rem 0.8rem; border: 1.5px solid var(--graphite); border-radius: 0; background: #fff; color: var(--graphite); font: inherit; font-size: 1rem; transition: border-color 160ms, box-shadow 160ms; }
.field input:hover { border-color: var(--iron); }
.field input:focus { outline: none; border-color: var(--redline); box-shadow: 0 0 0 3px color-mix(in srgb, var(--highlight) 75%, transparent); }
.signin-form .btn { width: 100%; margin-top: 0.3rem; }
.signin-help { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 1.5rem; font-size: 0.88rem; }
.signin-notice { padding-top: 1rem; border-top: var(--hair); font-size: 0.76rem; color: var(--iron); }
.redline { display: grid; grid-template-columns: 1.5rem 1fr; gap: 0.6rem; align-items: start; padding: 0.8rem 0.9rem; border: 2px solid var(--redline); background: #fff; color: var(--redline-deep); font-size: 0.9rem; font-weight: 550; }
.redline svg { width: 1.4rem; height: 1.4rem; fill: none; stroke: var(--redline); stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }

/* Responsive */
@media (max-width: 1100px) {
    .tb-meta:not(.tb-grow) { display: none; }
    .tb-nav .tb-cell { min-width: 0; }
}
@media (max-width: 900px) {
    .title-strip { flex-wrap: wrap; }
    .tb-brand { flex: 1 1 100%; border-bottom: var(--hair); }
    .tb-grow { border-left: 0; }
    .tb-nav { flex: 1 1 100%; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
    .tb-nav .tb-cell:first-child { border-left: 0; }
    .tb-portal { grid-column: 1 / -1; border-left: 0; border-top: var(--hair); }
    .hero-grid, .split, .portal-sheet { grid-template-columns: 1fr; }
    .signin { border-left: 0; border-top: var(--frame); }
    .details { grid-template-columns: 1fr; }
    .detail + .detail { border-left: 0; border-top: var(--hair); }
    .tb-row, .tb-row-small { grid-template-columns: 1fr 1fr; }
    .tb-row .tb-cell:nth-child(odd) { border-left: 0; }
    .tb-row .tb-cell:nth-child(n + 3) { border-top: var(--hair); }
}
@media (max-width: 560px) {
    .spec-cells { grid-template-columns: 1fr; }
    .spec-cells div:nth-child(-n + 2) { border-top: var(--hair); }
    .spec-cells div:first-child { border-top: 0; }
    .spec-cells div:nth-child(even) { border-left: 0; }
    .zones { display: none; }
    .tb-nav { grid-template-columns: 1fr 1fr; }
    .tb-nav .tb-cell:nth-child(odd) { border-left: 0; }
    .tb-nav .tb-cell:nth-child(n + 3) { border-top: var(--hair); }
    .detail { grid-template-columns: 1fr; }
    .detail-view { max-width: 10rem; }
    .revblock { max-width: none; margin-left: calc(var(--pad) * -1); }
    .revblock > div { grid-template-columns: 2.2rem 1fr 5.4rem; }
    .revblock span:last-child { display: none; }
    .tb-back { flex: 1 1 100%; border-left: 0; border-top: var(--hair); }
    .tb-dwg { display: none; }
    .note { display: none; }
    .callout-key { display: grid; gap: 0; margin: 0.8rem 0 0; padding: 0; list-style: none; border-top: var(--hair); font-size: 0.8rem; font-weight: 600; font-stretch: 85%; letter-spacing: 0.04em; text-transform: uppercase; }
    .callout-key li { display: flex; align-items: center; gap: 0.7rem; padding: 0.45rem 0; border-bottom: var(--hair); }
    .callout-key span { display: grid; place-items: center; flex: none; width: 1.6rem; height: 1.6rem; border: 1.5px solid var(--graphite); border-radius: 50%; font-weight: 700; font-stretch: 100%; }
    .drawing figcaption { text-align: left; }
    .drawing .hint { display: none; }
    .dim-text { font-size: 21px; }
    .balloon-no { font-size: 26px; }
    .balloon { r: 26px; }
    .view-label { font-size: 22px; }
    .view-sub { font-size: 16px; }
    .tb-row, .tb-row-small { grid-template-columns: 1fr; }
    .tb-row .tb-cell { border-left: 0; }
    .tb-row .tb-cell:nth-child(n + 2) { border-top: var(--hair); }
    .access-list div { grid-template-columns: 1fr; gap: 0.2rem; }
    .bom td:last-child { white-space: normal; }
    .bom th, .bom td { padding: 0.45rem 0.5rem; }
}
