.pfm-family,
.pfm-archive {
	--pfm-navy: #0a2340;
	--pfm-navy-2: #123b64;
	--pfm-orange: #df5b19;
	--pfm-orange-dark: #bf4810;
	--pfm-ink: #10233c;
	--pfm-text: #435266;
	--pfm-muted: #667285;
	--pfm-border: #e2e7ed;
	--pfm-tint: #f7f8fa;
	--pfm-warm: #fbf7f1;
	color: var(--pfm-text);
	background: #fff;
}

.pfm-family *, .pfm-archive * { box-sizing: border-box; }
.pfm-icon { width: 1.2em; height: 1.2em; display: inline-block; flex: 0 0 auto; overflow: visible; vertical-align: -.2em; }
.pfm-family h1, .pfm-family h2, .pfm-family h3,
.pfm-archive h1, .pfm-archive h2, .pfm-archive h3 { color: var(--pfm-ink); }
.pfm-family a:focus-visible, .pfm-family button:focus-visible, .pfm-family input:focus-visible,
.pfm-archive a:focus-visible, .pfm-archive button:focus-visible, .pfm-archive input:focus-visible { outline: 3px solid #ffb27d; outline-offset: 3px; }
.pfm-breadcrumb-wrap { border-top: 1px solid var(--pfm-border); border-bottom: 1px solid var(--pfm-border); background: #fff; }
.pfm-breadcrumb { min-height: 52px; display: flex; align-items: center; gap: 10px; font-size: .8rem; color: var(--pfm-muted); }
.pfm-breadcrumb a:hover { color: var(--pfm-orange); }
.pfm-notice { background: var(--pfm-orange); color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.pfm-notice .container { padding-block: 11px; }
.pfm-hero { background: var(--pfm-warm); border-bottom: 1px solid var(--pfm-border); }
.pfm-hero-grid { min-height: 500px; display: grid; grid-template-columns: minmax(280px, .96fr) minmax(340px, 1.12fr) minmax(280px, .78fr); align-items: center; gap: clamp(24px, 2.6vw, 38px); padding-block: 48px; }
.pfm-hero-grid.has-no-media { grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr); max-width: 1080px; }
.pfm-eyebrow, .pfm-kicker { color: var(--pfm-orange); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pfm-eyebrow::before, .pfm-kicker::before { content: ''; display: inline-block; width: 16px; height: 2px; margin-right: 9px; background: var(--pfm-orange); vertical-align: middle; }
.pfm-hero h1 { margin-top: 14px; font-size: clamp(2.45rem, 4vw, 3.55rem); letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.pfm-subtitle { margin-top: 15px; color: var(--pfm-navy-2); font-size: 1.4rem; font-weight: 500; }
.pfm-summary { max-width: 520px; margin-top: 22px; color: var(--pfm-text); font-size: .98rem; line-height: 1.72; }
.pfm-status-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pfm-status-row span { display: inline-flex; align-items: center; gap: 7px; color: var(--pfm-navy); font-size: .78rem; font-weight: 700; }
.pfm-status-row .pfm-icon { color: var(--pfm-orange); }
.pfm-hero-media { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.pfm-hero-media img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border: 1px solid rgba(16,35,60,.07); border-radius: 16px; box-shadow: 0 18px 42px rgba(16,35,60,.12); }
.pfm-hero-media figcaption { margin-top: 9px; color: var(--pfm-muted); font-size: .68rem; line-height: 1.45; text-align: center; }
.pfm-selector { padding: 22px; background: rgba(255,255,255,.96); border: 1px solid var(--pfm-border); border-radius: 16px; box-shadow: 0 14px 36px rgba(16,35,60,.1); }
.pfm-selector h2 { margin-bottom: 15px; font-size: 1rem; }
.pfm-selector-actions { display: flex; flex-direction: column; gap: 16px; margin-top: 16px; }
.pfm-selector-actions .pfm-quantity { margin: 0; }
.pfm-variant-options { display: grid; gap: 9px; }
.pfm-variant-option { min-height: 64px; display: flex; align-items: center; gap: 11px; padding: 11px 13px; border: 1px solid var(--pfm-border); border-radius: 9px; background: #fff; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease; }
.pfm-variant-option:hover { border-color: #e5a67e; }
.pfm-variant-option.is-selected { border-color: var(--pfm-orange); box-shadow: inset 0 0 0 1px var(--pfm-orange); background: #fffaf7; }
.pfm-variant-option input { width: 17px; height: 17px; accent-color: var(--pfm-orange); }
.pfm-variant-option span { display: grid; gap: 1px; }
.pfm-variant-option strong { color: var(--pfm-navy); font-size: .88rem; }
.pfm-variant-option small { color: var(--pfm-muted); font-size: .72rem; }
.pfm-selector.has-many-variants .pfm-variant-options { max-height: 290px; padding-right: 4px; overflow-y: auto; scrollbar-width: thin; }
.pfm-single-variant { min-height: 68px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid var(--pfm-border); border-radius: 9px; background: #fffaf7; }
.pfm-single-variant .pfm-icon { color: var(--pfm-orange); }
.pfm-single-variant div { display: grid; gap: 2px; }
.pfm-single-variant strong { color: var(--pfm-navy); font-size: .9rem; }
.pfm-single-variant small { color: var(--pfm-muted); font-size: .74rem; }
.pfm-quantity { display: grid; grid-template-columns: 1fr 40px 42px 40px; align-items: center; gap: 2px; margin: 16px 0 13px; color: var(--pfm-muted); font-size: .73rem; font-weight: 700; }
.pfm-quantity button, .pfm-quantity input { height: 40px; border: 1px solid var(--pfm-border); background: #fff; text-align: center; }
.pfm-quantity button:first-of-type { border-radius: 7px 0 0 7px; }
.pfm-quantity button:last-child { border-radius: 0 7px 7px 0; }
.pfm-quantity input { width: 42px; padding: 0; appearance: textfield; }
.pfm-primary-button, .pfm-secondary-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 8px; font-size: .85rem; font-weight: 800; text-align: center; }
.pfm-primary-button { width: 100%; color: #fff; background: var(--pfm-orange); box-shadow: 0 6px 18px rgba(223,91,25,.2); }
.pfm-primary-button:hover { background: var(--pfm-orange-dark); }
.pfm-secondary-button { color: #fff; border: 1px solid rgba(255,255,255,.65); }
.pfm-section-nav { position: sticky; top: 0; z-index: 70; background: rgba(255,255,255,.98); border-block: 1px solid var(--pfm-border); box-shadow: 0 4px 16px rgba(16,35,60,.04); }
.pfm-section-nav .pfm-section-nav-frame { min-height: 66px; display: flex; align-items: center; gap: 10px; padding-inline: 24px; box-sizing: border-box; }
.pfm-section-links { display: flex; align-items: center; flex: 1; min-width: 0; gap: 8px; overflow-x: auto; scrollbar-width: none; scroll-padding-inline: 4px; padding: 8px 4px; }
.pfm-section-links::-webkit-scrollbar { display: none; }
.pfm-section-nav a { display: inline-flex; align-items: center; gap: 7px; flex: none; min-height: 42px; padding: 9px 12px; box-sizing: border-box; border: 1px solid transparent; border-radius: 9px; color: var(--pfm-muted); font-size: .78rem; font-weight: 650; white-space: nowrap; text-decoration: none; transition: background .18s, color .18s; }
.pfm-section-nav a .pfm-icon { width: 17px; height: 17px; flex: none; color: #7a8fa2; }
.pfm-section-nav a:hover { background: #f3f6f9; color: var(--pfm-navy); }
.pfm-section-nav a[aria-current="location"] { background: #fff3e9; border-color: #efd8c5; color: #ad4a13; }
.pfm-section-nav a[aria-current="location"] .pfm-icon { color: currentColor; }
.pfm-nav-scroll { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 40px; width: 40px; height: 42px; padding: 0; border: 1px solid #dde5ed; border-radius: 10px; color: var(--pfm-navy); background: #f7f9fc; cursor: pointer; }
.pfm-nav-scroll .pfm-icon { width: 17px; height: 17px; }
.pfm-nav-scroll:hover:not(:disabled) { color: var(--pfm-orange); background: #fff3e9; border-color: #efd8c5; }
.pfm-nav-scroll:disabled { opacity: .35; cursor: default; }
.pfm-nav-scroll[hidden] { display: none; }
.pfm-section-nav :is(a,button):focus-visible { outline: 2px solid #426c90; outline-offset: 2px; }
@media(prefers-reduced-motion:reduce) { .pfm-section-nav a { transition: none; } }
.pfm-section { padding-block: clamp(58px, 7vw, 86px); scroll-margin-top: 72px; border-bottom: 1px solid var(--pfm-border); }
.pfm-section-tinted { background: var(--pfm-tint); }
.pfm-content-grid { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.55fr); gap: clamp(38px, 7vw, 100px); align-items: start; }
.pfm-section-intro h2, .pfm-heading-row h2, .pfm-related-columns h2 { margin-top: 10px; font-size: clamp(1.65rem, 2.5vw, 2.25rem); }
.pfm-section-intro > p:last-child { margin-top: 17px; max-width: 390px; color: var(--pfm-muted); line-height: 1.7; }
.pfm-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.pfm-heading-row > p { max-width: 440px; color: var(--pfm-muted); font-size: .86rem; text-align: right; }
.pfm-spec-list { border: 1px solid var(--pfm-border); border-radius: 12px; overflow: hidden; background: #fff; }
.pfm-spec-list div { min-height: 58px; display: grid; grid-template-columns: minmax(160px,.7fr) 1.3fr; align-items: center; padding: 12px 18px; border-bottom: 1px solid var(--pfm-border); }
.pfm-spec-list div:last-child { border-bottom: 0; }
.pfm-spec-list dt { color: var(--pfm-navy); font-size: .8rem; font-weight: 750; }
.pfm-spec-list dd { color: var(--pfm-text); font-size: .84rem; }
.pfm-verification-note { display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin-top: 16px; padding: 16px 18px; border: 1px solid #f1d4c3; border-radius: 10px; background: #fffaf7; }
.pfm-verification-note .pfm-icon { color: var(--pfm-orange); }
.pfm-verification-note p { font-size: .78rem; line-height: 1.62; }
.pfm-table-wrap { overflow: hidden; border: 1px solid var(--pfm-border); border-radius: 12px; }
.pfm-table { width: 100%; border-collapse: collapse; background: #fff; }
.pfm-table th, .pfm-table td { padding: 17px 18px; border-bottom: 1px solid var(--pfm-border); text-align: left; font-size: .79rem; }
.pfm-table th { color: var(--pfm-navy); background: #f8fafc; font-weight: 800; }
.pfm-table tbody tr:last-child td { border-bottom: 0; }
.pfm-status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #2d8960; }
.pfm-status-dot.is-request { background: #c65b22; }
.pfm-document-request { display: inline-flex; align-items: flex-start; gap: 7px; }
.pfm-document-request .pfm-status-dot { flex: 0 0 7px; margin: .42em 0 0; }
.pfm-text-button, .pfm-document-row a, .pfm-card a { color: #c8490d; font-size: .78rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.pfm-table-current { color: var(--pfm-muted); font-size: .72rem; font-weight: 700; }
.pfm-variant-cards { display: grid; gap: 16px; }
.pfm-spec-card { min-width: 0; border: 1px solid var(--pfm-border); border-radius: 14px; background: #fff; overflow: hidden; box-shadow: 0 3px 14px rgba(16,35,60,.025); }
.pfm-spec-head { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 20px 24px; }
.pfm-spec-head.has-prices { grid-template-columns: minmax(240px,.9fr) minmax(240px,1.1fr) auto; }
.pfm-spec-identity { display: grid; grid-template-columns: minmax(80px,.65fr) minmax(0,1fr); gap: 20px; align-items: start; font-size: 14px; }
.pfm-spec-label { display: block; margin-bottom: 8px; color: var(--pfm-muted); font-size: 11px; font-weight: 600; }
.pfm-spec-identity .pfm-variant-sku { font-size: 15px; }
.pfm-spec-price { min-width: 0; padding: 11px 14px; background: #f7f9fc; border: 1px solid #e6ebf1; border-radius: 9px; }
.pfm-spec-price .nhd-price { font-size: 14px; line-height: 1.6; }
.pfm-spec-price .nhd-price > span { font-weight: 650; }
.pfm-spec-price .nhd-price small { font-size: 11px; line-height: 1.6; }
.pfm-spec-detail { border-top: 1px solid #e8edf2; }
.pfm-spec-detail > summary { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 12px 24px; list-style: none; cursor: pointer; color: #38536d; font-size: 12px; font-weight: 600; }
.pfm-spec-detail > summary::-webkit-details-marker { display: none; }
.pfm-spec-detail > summary:hover { background: #f8fafc; color: var(--pfm-orange); }
.pfm-spec-detail > summary:focus-visible { outline: 2px solid #426c90; outline-offset: -3px; }
.pfm-spec-detail > summary .pfm-icon { width: 17px; height: 17px; flex: none; }
.pfm-spec-detail .pfm-spec-chevron { margin-left: auto; transition: transform .18s ease; }
.pfm-spec-detail[open] .pfm-spec-chevron { transform: rotate(90deg); }
.pfm-spec-detail[open] > summary { background: #f4f7fa; color: var(--pfm-navy); }
.pfm-spec-content { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: 24px; padding: 20px 24px 24px; background: #f4f7fa; border-top: 1px solid #e7edf3; }
.pfm-spec-content > div { min-width: 0; }
.pfm-spec-content > div + div { border-left: 1px solid #dce5ed; padding-left: 24px; }
.pfm-spec-content h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font-size: 12px; font-weight: 700; }
.pfm-spec-content h3 .pfm-icon { width: 17px; height: 17px; color: #7a8fa2; }
.pfm-spec-content p { margin: 0; color: #52667a; font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; }
@media(max-width:1080px) { .pfm-spec-head.has-prices { grid-template-columns: minmax(0,1fr) auto; } .pfm-spec-head.has-prices .pfm-spec-price { grid-row: 2; grid-column: 1 / -1; } }
@media(max-width:760px) {
 .pfm-spec-head,.pfm-spec-head.has-prices { grid-template-columns: minmax(0,1fr); gap: 16px; padding: 18px; }
 .pfm-spec-head .pfm-variant-choose { width: 100%; min-height: 44px; }
 .pfm-spec-head .pfm-variant-choose .pfm-icon:last-child { margin-left: auto; }
 .pfm-spec-head.has-prices .pfm-spec-price { grid-row: auto; grid-column: auto; }
 .pfm-spec-detail > summary { padding: 13px 18px; font-size: 12px; }
 .pfm-spec-content { grid-template-columns: minmax(0,1fr); gap: 18px; padding: 18px; }
 .pfm-spec-content > div + div { border-left: 0; padding-left: 0; padding-top: 16px; border-top: 1px solid #dce5ed; }
}
@media(prefers-reduced-motion:reduce) { .pfm-spec-detail .pfm-spec-chevron { transition: none; } }
.pfm-variant-sku { display: inline-flex; align-items: center; gap: 8px; color: var(--pfm-navy); }
.pfm-variant-sku .pfm-icon { width: 17px; height: 17px; color: #b66835; flex: none; }
.pfm-pack-size { display: block; min-width: 0; overflow-wrap: anywhere; }
.pfm-variant-pack .nhd-price { grid-column: 1 / -1; margin-top: 12px; padding: 12px 14px; border: 1px solid #e2e9f0; border-radius: 9px; background: #f7f9fc; font-size: 14px; line-height: 1.6; }
.pfm-variant-pack .nhd-price small { font-size: 11px; line-height: 1.6; }
.pfm-variant-pack .nhd-price > span { font-weight: 600; color: var(--pfm-navy); }
.pfm-text-button.pfm-variant-choose { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 14px; border: 1px solid #ecd0ba; border-radius: 8px; background: #fff5ed; color: #ad4912; text-decoration: none; white-space: nowrap; }
.pfm-variant-choose .pfm-icon { width: 16px; height: 16px; flex: none; }
.pfm-text-button.pfm-variant-choose:hover { background: #ffe9d8; border-color: #dea579; }
.pfm-variant-choose:focus-visible { outline: 2px solid #426c90; outline-offset: 3px; }
.pfm-document-list { border: 1px solid var(--pfm-border); border-radius: 12px; background: #fff; overflow: hidden; }
.pfm-document-row { min-height: 72px; display: grid; grid-template-columns: 28px 1.4fr .65fr auto; align-items: center; gap: 14px; padding: 14px 18px; border-bottom: 1px solid var(--pfm-border); }
.pfm-document-row:last-child { border-bottom: 0; }
.pfm-document-row .pfm-icon { color: var(--pfm-orange); }
.pfm-document-row div { display: grid; gap: 2px; }
.pfm-document-row strong { color: var(--pfm-navy); font-size: .8rem; }
.pfm-document-row small, .pfm-document-status { color: var(--pfm-muted); font-size: .72rem; }
.pfm-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.pfm-card { min-height: 220px; padding: 24px; border: 1px solid var(--pfm-border); border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(16,35,60,.045); }
.pfm-card h3 { margin-top: 16px; font-size: 1.03rem; line-height: 1.35; }
.pfm-card p { margin-top: 12px; color: var(--pfm-muted); font-size: .79rem; line-height: 1.65; }
.pfm-card > a, .pfm-card h3 a { display: inline-block; margin-top: 18px; }
.pfm-card h3 a { margin-top: 0; color: var(--pfm-ink); text-decoration: none; }
.pfm-evidence-badge, .pfm-card-type { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: #1d5d46; background: #e7f5ef; font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.pfm-card-type { color: #8a3b10; background: #fff0e7; }
.pfm-evidence-limit { margin-top: 18px; padding: 14px 18px; border-left: 3px solid var(--pfm-orange); background: #fffaf7; color: var(--pfm-muted); font-size: .78rem; }
.pfm-reference-list { border-top: 1px solid var(--pfm-border); }
.pfm-reference-list li { display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--pfm-border); }
.pfm-ref-number { color: var(--pfm-orange); font-size: .73rem; font-weight: 800; }
.pfm-reference-list h3 { font-size: .94rem; line-height: 1.45; }
.pfm-reference-list h3 a:hover { color: var(--pfm-orange); }
.pfm-reference-list p { margin-top: 5px; color: var(--pfm-muted); font-size: .75rem; }
.pfm-article-card { padding: 0; overflow: hidden; }
.pfm-article-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #eaf0f2; }
.pfm-article-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.pfm-article-image:hover img { transform: scale(1.025); }
.pfm-article-body { padding: 22px; }
.pfm-article-labels { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.pfm-article-evidence { color: #49636f; font-size: .64rem; font-weight: 750; line-height: 1.4; }
.pfm-article-card small { display: block; margin-top: 18px; color: var(--pfm-muted); font-size: .69rem; }
.pfm-related-section { background: #fff; }
.pfm-related-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 60px; }
.pfm-link-list { display: grid; gap: 10px; margin-top: 20px; }
.pfm-link-list a { display: grid; gap: 3px; padding: 17px 18px; border: 1px solid var(--pfm-border); border-radius: 9px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.pfm-link-list a:hover { border-color: #e5a67e; transform: translateY(-1px); }
.pfm-link-list strong { color: var(--pfm-navy); font-size: .83rem; }
.pfm-link-list span { color: var(--pfm-muted); font-size: .73rem; }
.pfm-review-strip { padding-block: 26px; background: #f1f4f7; border-bottom: 1px solid var(--pfm-border); }
.pfm-review-strip .container { display: grid; grid-template-columns: 30px 1fr auto; gap: 15px; align-items: center; }
.pfm-review-strip .pfm-icon { color: #25714f; }
.pfm-review-strip strong { color: var(--pfm-navy); font-size: .82rem; }
.pfm-review-strip p { color: var(--pfm-muted); font-size: .72rem; line-height: 1.55; }
.pfm-review-meta { text-align: right; }
.pfm-final-cta { color: #fff; background: var(--pfm-navy); }
.pfm-final-cta .container { min-height: 205px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.pfm-final-cta h2 { margin-top: 8px; color: #fff; font-size: clamp(1.6rem,3vw,2.3rem); }
.pfm-final-cta p { margin-top: 8px; color: #c4cedb; font-size: .82rem; }
.pfm-final-actions { min-width: 490px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; }
.pfm-final-actions .pfm-primary-button { min-height: 54px; }

/* Product family collection */
.pfm-archive { min-height: 70vh; }
.pfm-archive-hero { padding-block: clamp(56px, 7vw, 88px); background: linear-gradient(115deg, #fbf7f1 0%, #fff 70%); border-bottom: 1px solid var(--pfm-border); }
.pfm-archive-hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .72fr); gap: clamp(48px, 8vw, 120px); align-items: end; }
.pfm-archive-hero h1 { margin-top: 14px; font-size: clamp(3rem, 5.6vw, 5rem); line-height: .96; letter-spacing: -.05em; text-wrap: balance; }
.pfm-archive-lead { max-width: 760px; margin-top: 24px; color: var(--pfm-text); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.72; }
.pfm-archive-stats { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--pfm-border); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 14px 35px rgba(16,35,60,.07); }
.pfm-archive-stats div { min-height: 130px; display: flex; flex-direction: column; justify-content: center; padding: 22px; }
.pfm-archive-stats div + div { border-left: 1px solid var(--pfm-border); }
.pfm-archive-stats dt { color: var(--pfm-navy); font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 750; line-height: 1; }
.pfm-archive-stats dd { margin-top: 9px; color: var(--pfm-muted); font-size: .73rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.pfm-catalog-tools { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid var(--pfm-border); }
.pfm-catalog-tools > .container { min-height: 118px; display: grid; grid-template-columns: minmax(0, 720px) 1fr; gap: 30px; align-items: center; }
.pfm-family-search > label { display: block; margin-bottom: 8px; color: var(--pfm-navy); font-size: .76rem; font-weight: 800; }
.pfm-family-search > div { display: grid; grid-template-columns: 1fr auto; overflow: hidden; border: 1px solid #ccd5df; border-radius: 10px; background: #fff; box-shadow: 0 5px 16px rgba(16,35,60,.045); }
.pfm-family-search input { width: 100%; min-height: 52px; padding: 12px 16px; border: 0; color: var(--pfm-ink); background: transparent; font-size: .88rem; }
.pfm-family-search button { min-height: 52px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; color: #fff; background: var(--pfm-navy); font-size: .78rem; font-weight: 800; }
.pfm-family-search button:hover { background: var(--pfm-navy-2); }
.pfm-results-summary { justify-self: end; color: var(--pfm-muted); font-size: .78rem; }
.pfm-catalog-section { padding-block: clamp(58px, 7vw, 90px); background: var(--pfm-tint); border-bottom: 1px solid var(--pfm-border); }
.pfm-catalog-heading { display: grid; grid-template-columns: 1fr minmax(280px, 470px); gap: 48px; align-items: end; margin-bottom: 34px; }
.pfm-catalog-heading h2 { margin-top: 10px; font-size: clamp(1.9rem, 3vw, 2.55rem); }
.pfm-catalog-heading > p { color: var(--pfm-muted); font-size: .84rem; line-height: 1.7; }
.pfm-family-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pfm-family-card { min-width: 0; overflow: hidden; border: 1px solid var(--pfm-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(16,35,60,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pfm-family-card:hover { transform: translateY(-3px); border-color: #d3b39e; box-shadow: 0 16px 34px rgba(16,35,60,.09); }
.pfm-family-card-media { display: block; overflow: hidden; background: #eef1f5; }
.pfm-family-card-media img { width: 100%; height: auto; aspect-ratio: 3 / 2; display: block; object-fit: cover; transition: transform .35s ease; }
.pfm-family-card:hover .pfm-family-card-media img { transform: scale(1.02); }
.pfm-family-card-body { padding: 24px; }
.pfm-family-card-eyebrow { color: var(--pfm-orange); font-size: .67rem; font-weight: 800; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.pfm-family-card h3 { margin-top: 10px; font-size: 1.34rem; line-height: 1.15; }
.pfm-family-card h3 a:hover { color: var(--pfm-orange); }
.pfm-family-card-subtitle { margin-top: 7px; color: var(--pfm-navy-2); font-size: .82rem; font-weight: 650; }
.pfm-family-card-summary { min-height: 72px; margin-top: 16px; color: var(--pfm-muted); font-size: .79rem; line-height: 1.62; }
.pfm-family-card-variants { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.pfm-family-card-variants span { display: inline-flex; min-height: 30px; align-items: center; padding: 5px 9px; border: 1px solid #f0d5c4; border-radius: 999px; color: #934018; background: #fff8f3; font-size: .68rem; font-weight: 750; }
.pfm-family-card-footer { min-height: 54px; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--pfm-border); }
.pfm-family-card-footer > span { color: var(--pfm-muted); font-size: .7rem; }
.pfm-family-card-footer > a { color: var(--pfm-orange-dark); font-size: .78rem; font-weight: 800; }
.pfm-pagination { margin-top: 38px; }
.pfm-pagination .page-numbers { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.pfm-pagination a, .pfm-pagination span { min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid var(--pfm-border); border-radius: 8px; background: #fff; color: var(--pfm-navy); font-size: .76rem; font-weight: 700; }
.pfm-pagination .current { color: #fff; background: var(--pfm-navy); border-color: var(--pfm-navy); }
.pfm-empty-state { max-width: 620px; margin-inline: auto; padding: 54px 30px; border: 1px solid var(--pfm-border); border-radius: 16px; background: #fff; text-align: center; }
.pfm-empty-state .pfm-icon { width: 42px; height: 42px; color: var(--pfm-orange); font-size: 42px; }
.pfm-empty-state h2 { margin-top: 17px; font-size: 1.65rem; }
.pfm-empty-state p { margin-top: 10px; color: var(--pfm-muted); }
.pfm-empty-state a { display: inline-flex; margin-top: 20px; color: var(--pfm-orange-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.pfm-archive-note { padding-block: clamp(52px, 6vw, 76px); background: #fff; }
.pfm-archive-note .container { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: clamp(44px, 8vw, 110px); align-items: center; }
.pfm-archive-note h2 { margin-top: 10px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.pfm-archive-note .container > p { color: var(--pfm-muted); font-size: .9rem; line-height: 1.75; }

/* Compact collection layout aligned with the site's news listing. */
.pfm-list-head { padding-block: 68px 72px; background: var(--pfm-warm); border-bottom: 1px solid var(--pfm-border); }
.pfm-list-breadcrumb { display: flex; align-items: center; gap: 9px; color: var(--pfm-muted); font-size: .7rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.pfm-list-breadcrumb a:hover { color: var(--pfm-orange); }
.pfm-list-head h1 { margin-top: 22px; font-size: clamp(2.8rem, 5vw, 4.15rem); line-height: .98; letter-spacing: -.045em; }
.pfm-list-head p { max-width: 780px; margin-top: 18px; color: var(--pfm-muted); font-size: .9rem; line-height: 1.7; }
.pfm-listing-section { padding-block: 58px 82px; background: #fff; }
.pfm-listing-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 32px; align-items: start; }
.pfm-catalog-sidebar { overflow: hidden; border: 1px solid var(--pfm-border); border-radius: 12px; background: var(--pfm-warm); }
.pfm-catalog-sidebar > h2 { padding: 21px 20px 10px; color: var(--pfm-muted); font-family: inherit; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pfm-catalog-sidebar nav { display: grid; padding: 4px 14px 16px; }
.pfm-catalog-sidebar nav a { min-height: 51px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 9px 7px 9px 9px; border-bottom: 1px solid rgba(16,35,60,.07); color: var(--pfm-text); font-size: .8rem; line-height: 1.35; }
.pfm-catalog-sidebar nav a:last-child { border-bottom: 0; }
.pfm-catalog-sidebar nav a:hover, .pfm-catalog-sidebar nav a.is-current { color: var(--pfm-orange-dark); }
.pfm-catalog-sidebar nav a.is-current { font-weight: 800; }
.pfm-catalog-sidebar nav small { color: var(--pfm-muted); font-size: .68rem; }
.pfm-sidebar-meta { display: grid; gap: 10px; padding: 17px 20px 20px; border-top: 1px solid var(--pfm-border); background: rgba(255,255,255,.62); }
.pfm-sidebar-meta p { display: flex; align-items: center; gap: 8px; color: var(--pfm-muted); font-size: .68rem; line-height: 1.4; }
.pfm-sidebar-meta .pfm-icon { width: 17px; height: 17px; color: var(--pfm-orange); font-size: 17px; }
.pfm-sidebar-meta strong { color: var(--pfm-navy); }
.pfm-listing-main { min-width: 0; }
.pfm-list-search { width: min(100%, 520px); display: grid; grid-template-columns: 1fr auto; margin-bottom: 24px; overflow: hidden; border: 1px solid #d7dee6; border-radius: 9px; background: #fff; }
.pfm-list-search input { min-width: 0; min-height: 48px; padding: 11px 14px; border: 0; background: transparent; color: var(--pfm-ink); font-size: .8rem; }
.pfm-list-search button { min-width: 108px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 15px; color: #fff; background: var(--pfm-navy); font-size: .73rem; font-weight: 800; }
.pfm-list-search button:hover { background: var(--pfm-navy-2); }
.pfm-list-results { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -8px 0 22px; color: var(--pfm-muted); font-size: .74rem; }
.pfm-list-results a { color: var(--pfm-orange-dark); font-weight: 800; }
.pfm-news-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pfm-news-card { min-width: 0; overflow: hidden; border: 1px solid var(--pfm-border); border-radius: 12px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.pfm-news-card:hover { transform: translateY(-2px); border-color: #d8b39e; box-shadow: 0 12px 26px rgba(16,35,60,.08); }
.pfm-news-card-link { display: block; height: 100%; }
.pfm-news-card-media { position: relative; display: block; overflow: hidden; background: #eef0f4; }
.pfm-news-card-media img { width: 100%; height: auto; aspect-ratio: 1.62 / 1; display: block; object-fit: cover; transition: transform .25s ease; }
.pfm-news-card-image-label { position: absolute; right: 10px; bottom: 10px; display: inline-flex; padding: 5px 8px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: #fff; background: rgba(10,35,64,.76); box-shadow: 0 3px 12px rgba(10,35,64,.18); backdrop-filter: blur(7px); font-size: .52rem; font-weight: 800; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.pfm-news-card:hover img { transform: scale(1.02); }
.pfm-news-card-body { min-height: 178px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; }
.pfm-news-card.has-no-media .pfm-news-card-body { min-height: 245px; padding: 28px 24px 22px; background: linear-gradient(180deg, #fff 0%, #fbf7f1 100%); }
.pfm-news-card.has-no-media .pfm-news-card-body > strong { max-width: 14ch; margin-top: 28px; font-size: 1.25rem; }
.pfm-news-card-badge { max-width: 100%; display: inline-flex; padding: 6px 9px; border-radius: 999px; color: #8a3b10; background: #fff2ea; font-size: .57rem; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.pfm-news-card-body > strong { margin-top: 16px; color: var(--pfm-navy); font-size: 1rem; line-height: 1.28; }
.pfm-news-card-body > small { margin-top: 7px; color: var(--pfm-muted); font-size: .7rem; }
.pfm-news-card-meta { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 17px; color: var(--pfm-muted); font-size: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pfm-news-card-meta span:last-child { color: var(--pfm-orange-dark); }

/* Indexable category knowledge centers. */
.pfm-center-overview, .pfm-center-resources, .pfm-center-faq { padding-block: clamp(58px, 7vw, 88px); border-top: 1px solid var(--pfm-border); }
.pfm-center-overview { background: var(--pfm-warm); }
.pfm-center-resources { background: #fff; }
.pfm-center-faq { background: var(--pfm-tint); }
.pfm-center-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); gap: clamp(36px, 7vw, 90px); align-items: end; margin-bottom: 32px; }
.pfm-center-heading h2, .pfm-center-faq-grid h2 { margin-top: 10px; font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.08; letter-spacing: -.025em; }
.pfm-center-heading > p, .pfm-center-faq-grid > div:first-child > p:not(.pfm-kicker) { color: var(--pfm-muted); font-size: .84rem; line-height: 1.72; }
.pfm-center-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 24px; overflow: hidden; border: 1px solid var(--pfm-border); border-radius: 13px; background: #fff; box-shadow: 0 10px 28px rgba(16,35,60,.045); }
.pfm-center-stats div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px; }
.pfm-center-stats div + div { border-left: 1px solid var(--pfm-border); }
.pfm-center-stats dt { color: var(--pfm-navy); font-size: clamp(1.75rem, 3vw, 2.35rem); font-weight: 800; line-height: 1; }
.pfm-center-stats dd { margin-top: 8px; color: var(--pfm-muted); font-size: .66rem; font-weight: 750; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
.pfm-center-scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pfm-center-panel { padding: 27px; border: 1px solid var(--pfm-border); border-radius: 13px; background: #fff; }
.pfm-center-panel h3 { font-size: 1.05rem; }
.pfm-center-panel ul { display: grid; gap: 11px; margin-top: 18px; }
.pfm-center-panel li { position: relative; padding-left: 19px; color: var(--pfm-text); font-size: .79rem; line-height: 1.58; }
.pfm-center-panel li::before { content: ''; position: absolute; top: .62em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--pfm-orange); }
.pfm-center-cautions { background: #fffaf7; border-color: #efd8c9; }
.pfm-center-lenses { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.pfm-center-lenses article { min-height: 190px; padding: 25px; border: 1px solid var(--pfm-border); border-radius: 13px; background: var(--pfm-navy); }
.pfm-center-lenses span { color: #ffb382; font-size: .68rem; font-weight: 850; letter-spacing: .1em; }
.pfm-center-lenses h3 { margin-top: 28px; color: #fff; font-size: 1.02rem; }
.pfm-center-lenses p { margin-top: 11px; color: #c3d0db; font-size: .77rem; line-height: 1.65; }
.pfm-center-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pfm-center-resource-card { min-height: 260px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--pfm-border); border-radius: 13px; background: #fff; box-shadow: 0 9px 24px rgba(16,35,60,.045); }
.pfm-center-resource-card > span { color: var(--pfm-orange-dark); font-size: .62rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.pfm-center-resource-card h3 { margin-top: 17px; font-size: 1.06rem; line-height: 1.35; }
.pfm-center-resource-card h3 a:hover { color: var(--pfm-orange-dark); }
.pfm-center-resource-card p { margin-top: 13px; color: var(--pfm-muted); font-size: .76rem; line-height: 1.62; }
.pfm-center-text-link { margin-top: auto; padding-top: 20px; color: var(--pfm-orange-dark); font-size: .74rem; font-weight: 800; }
.pfm-center-faq-grid { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: clamp(38px, 7vw, 90px); align-items: start; }
.pfm-center-faq-grid > div:first-child > p:not(.pfm-kicker) { margin-top: 17px; }
.pfm-center-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.pfm-center-actions a { display: inline-flex; padding: 10px 12px; border: 1px solid #e0b59b; border-radius: 8px; color: var(--pfm-orange-dark); background: #fff; font-size: .71rem; font-weight: 800; }
.pfm-center-faq .pfm-faq-item summary > span { color: var(--pfm-orange); font-size: 1.25rem; font-weight: 400; transition: transform .18s ease; }
.pfm-center-faq .pfm-faq-item[open] summary > span { transform: rotate(45deg); }

/* Rich, evidence-bounded detail modules. */
.pfm-spec-group-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--pfm-navy); font-size: .74rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.pfm-spec-group-label .pfm-icon { width: 18px; height: 18px; color: var(--pfm-orange); font-size: 18px; }
.pfm-spec-group-spaced { margin-top: 30px; }
.pfm-literature-specs dd { display: grid; gap: 3px; }
.pfm-literature-specs dd strong { color: var(--pfm-ink); font-size: .84rem; }
.pfm-literature-specs dd small { color: var(--pfm-muted); font-size: .66rem; line-height: 1.45; }
.pfm-icon-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.pfm-icon-card { min-height: 232px; padding: 24px; border: 1px solid var(--pfm-border); border-radius: 12px; background: #fff; }
.pfm-icon-wrap { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; flex: none; border-radius: 11px; color: #fff; background: var(--pfm-navy); box-shadow: 0 7px 15px rgba(10,35,64,.14); }
.pfm-icon-wrap .pfm-icon { width: 22px; height: 22px; font-size: 22px; }
.pfm-icon-card h3 { margin-top: 20px; font-size: 1rem; line-height: 1.35; }
.pfm-icon-card p { margin-top: 11px; color: var(--pfm-muted); font-size: .77rem; line-height: 1.65; }
.pfm-finding-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pfm-finding-card { min-height: 330px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--pfm-border); border-radius: 13px; background: #fff; box-shadow: 0 8px 22px rgba(16,35,60,.04); }
.pfm-finding-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pfm-finding-card .pfm-icon-wrap { background: var(--pfm-orange); box-shadow: 0 7px 15px rgba(223,91,25,.18); }
.pfm-finding-card h3 { margin-top: 18px; font-size: 1.15rem; line-height: 1.32; }
.pfm-finding-result { margin-top: 13px; color: var(--pfm-text); font-size: .84rem; line-height: 1.68; }
.pfm-finding-context { display: grid; grid-template-columns: 20px 1fr; gap: 8px; margin-top: 16px; padding: 12px 13px; border-radius: 8px; color: #7a5c4a; background: #fff7f2; font-size: .7rem; line-height: 1.55; }
.pfm-finding-context .pfm-icon { width: 18px; height: 18px; color: var(--pfm-orange); font-size: 18px; }
.pfm-finding-card > a { margin-top: auto; padding-top: 18px; color: var(--pfm-orange-dark); font-size: .76rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.pfm-faq-list { overflow: hidden; border: 1px solid var(--pfm-border); border-radius: 12px; background: #fff; }
.pfm-faq-item { border-bottom: 1px solid var(--pfm-border); }
.pfm-faq-item:last-child { border-bottom: 0; }
.pfm-faq-item summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; color: var(--pfm-navy); font-size: .83rem; font-weight: 800; cursor: pointer; list-style: none; }
.pfm-faq-item summary::-webkit-details-marker { display: none; }
.pfm-faq-item summary .pfm-icon { width: 19px; height: 19px; color: var(--pfm-orange); font-size: 19px; transition: transform .18s ease; }
.pfm-faq-item[open] summary .pfm-icon { transform: rotate(45deg); }
.pfm-faq-item > p { padding: 0 52px 19px 18px; color: var(--pfm-muted); font-size: .79rem; line-height: 1.68; }

/* Universal bridge from every family to the source-reviewed document guides. */
.pfm-quality-bridge { color: #fff; background: var(--pfm-navy); }
.pfm-quality-bridge .pfm-kicker { color: #ffb382; }
.pfm-quality-bridge-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(38px, 7vw, 92px); align-items: center; }
.pfm-quality-bridge-copy h2 { max-width: 650px; color: #fff; font-size: clamp(2rem, 3.3vw, 3rem); line-height: 1.08; }
.pfm-quality-bridge-copy > p:not(.pfm-kicker) { max-width: 650px; margin-top: 18px; color: #c7d5df; font-size: .86rem; line-height: 1.75; }
.pfm-quality-bridge-copy .pfm-primary-button { width: auto; display: inline-flex; margin-top: 25px; padding-inline: 22px; color: #fff; background: var(--pfm-orange); }
.pfm-quality-bridge-copy .pfm-primary-button:hover { background: var(--pfm-orange-dark); }
.pfm-quality-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pfm-quality-checks > div { min-height: 142px; display: grid; grid-template-columns: 40px 1fr; gap: 13px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); }
.pfm-quality-checks .pfm-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 9px; border-radius: 10px; color: #fff; background: rgba(223,91,25,.9); font-size: 20px; }
.pfm-quality-checks strong, .pfm-quality-checks small { display: block; }
.pfm-quality-checks strong { color: #fff; font-size: .82rem; line-height: 1.4; }
.pfm-quality-checks small { margin-top: 7px; color: #b9cad6; font-size: .7rem; line-height: 1.5; }

/* The family page already has persistent quote actions; the theme-wide contact
   bar would cover primary content and duplicate the conversion path here. */
.product-family-page .phoenix-fab,
.product-family-archive .phoenix-fab { display: none; }

@media (max-width: 1080px) {
	.pfm-hero-grid { min-height: 0; grid-template-columns: minmax(0,1fr) minmax(320px,1fr); padding-block: 46px; }
	.pfm-selector { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .42fr); gap: 16px 22px; align-items: stretch; }
	.pfm-selector h2 { grid-column: 1 / -1; }
	.pfm-variant-options { grid-template-columns: repeat(3,1fr); }
	.pfm-selector-actions { min-width: 250px; justify-content: flex-end; margin-top: 0; }
	.pfm-selector-actions .pfm-quantity { width: 100%; min-width: 0; margin: 0; }
	.pfm-selector-actions .pfm-primary-button { width: 100%; min-width: 0; }
	.pfm-archive-hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 46px; }
	.pfm-family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pfm-listing-grid { grid-template-columns: 230px minmax(0, 1fr); gap: 24px; }
	.pfm-news-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pfm-icon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pfm-center-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.pfm-listing-grid { grid-template-columns: 1fr; gap: 26px; }
	.pfm-catalog-sidebar nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 14px; }
	.pfm-sidebar-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pfm-list-search { width: 100%; }
	.pfm-center-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pfm-center-stats div:nth-child(3) { border-left: 0; border-top: 1px solid var(--pfm-border); }
	.pfm-center-stats div:nth-child(4) { border-top: 1px solid var(--pfm-border); }
}

@media (max-width: 760px) {
	.pfm-breadcrumb { min-height: 50px; gap: 8px; overflow: hidden; white-space: nowrap; }
	.pfm-breadcrumb > * { flex: none; }
	.pfm-breadcrumb [aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }
	.pfm-notice { text-align: left; }
	.pfm-notice .container { padding-block: 10px; font-size: .68rem; line-height: 1.5; }
	.pfm-hero-grid { grid-template-columns: 1fr; gap: 24px; padding-block: 34px 40px; }
	.pfm-hero-copy { display: contents; }
	.pfm-hero-lead { order: 1; }
	.pfm-hero-media { order: 2; }
	.pfm-hero-detail { order: 3; }
	.pfm-selector { order: 4; grid-column: auto; display: block; padding: 18px; border-radius: 14px; }
	.pfm-selector-actions { min-width: 0; margin-top: 16px; }
	.pfm-hero h1 { margin-top: 12px; font-size: clamp(2.3rem, 11vw, 3rem); line-height: 1; }
	.pfm-subtitle { margin-top: 12px; font-size: 1.18rem; }
	.pfm-summary { margin-top: 0; font-size: .92rem; line-height: 1.68; }
	.pfm-status-row { margin-top: 18px; gap: 11px 16px; }
	.pfm-hero-media img { aspect-ratio: 16 / 10; border-radius: 13px; }
	.pfm-hero-media figcaption { padding-inline: 8px; font-size: .64rem; }
	.pfm-variant-options { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
	.pfm-selector.has-many-variants .pfm-variant-options { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 360px; }
	.pfm-variant-option { min-height: 88px; flex-direction: column; justify-content: center; gap: 6px; padding: 9px 6px; text-align: center; }
	.pfm-variant-option span { justify-items: center; }
	.pfm-variant-option small { line-height: 1.35; }
	.pfm-quantity { margin: 15px 0 12px; }
	.pfm-selector .pfm-primary-button { width: 100%; }
	.pfm-section-nav .pfm-section-nav-frame { min-height: 62px; gap: 6px; padding-inline: 16px; }
	.pfm-section-nav a { min-height: 44px; padding: 8px 10px; font-size: 12px; gap: 6px; }
	.pfm-nav-scroll { flex-basis: 36px; width: 36px; height: 44px; }
	.pfm-section { padding-block: 50px; scroll-margin-top: 62px; }
	.pfm-content-grid, .pfm-related-columns { grid-template-columns: 1fr; gap: 32px; }
	.pfm-heading-row { align-items: start; flex-direction: column; gap: 12px; }
	.pfm-heading-row > p { text-align: left; }
	.pfm-card-grid { grid-template-columns: 1fr; }
	.pfm-table-wrap { border: 0; overflow: visible; }
	.pfm-table, .pfm-table tbody { display: block; }
	.pfm-table thead { display: none; }
	.pfm-table tr { display: grid; gap: 0; margin-bottom: 12px; padding: 10px 16px; border: 1px solid var(--pfm-border); border-radius: 10px; background: #fff; }
	.pfm-table td { display: grid; grid-template-columns: 112px 1fr; padding: 10px 0; border-bottom: 1px solid var(--pfm-border); }
	.pfm-table td::before { content: attr(data-label); color: var(--pfm-muted); font-size: .69rem; font-weight: 700; }
	.pfm-table td:last-child { display: block; border: 0; }
	#variants .pfm-table tr { padding: 6px 18px; border-radius: 14px; margin-bottom: 16px; box-shadow: 0 3px 12px rgba(16,35,60,.025); }
	#variants .pfm-table td { padding-block: 14px; align-items: start; column-gap: 12px; }
	#variants .pfm-table td[data-label="Details"] { display: block; }
	#variants .pfm-table td[data-label="Details"]::before { display: none; }
	#variants .pfm-variant-detail summary { font-size: 13px; line-height: 1.6; padding-block: 5px; }
	#variants .pfm-text-button.pfm-variant-choose { width: 100%; min-height: 44px; }
	#variants .pfm-variant-choose .pfm-icon:last-child { margin-left: auto; }
	.pfm-document-row { grid-template-columns: 26px 1fr auto; }
	.pfm-document-status { grid-column: 2; }
	.pfm-reference-list li { grid-template-columns: 32px 1fr; }
	.pfm-reference-list .pfm-evidence-badge { grid-column: 2; justify-self: start; }
	.pfm-review-strip .container { grid-template-columns: 28px 1fr; }
	.pfm-review-meta { grid-column: 2; text-align: left; }
	.pfm-final-cta .container { min-height: 270px; align-items: start; flex-direction: column; justify-content: center; }
	.pfm-final-actions { min-width: 0; width: 100%; grid-template-columns: 1fr; }
	.pfm-archive-hero { padding-block: 50px; }
	.pfm-archive-hero-grid { grid-template-columns: 1fr; gap: 34px; }
	.pfm-archive-hero h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
	.pfm-archive-lead { margin-top: 19px; font-size: .94rem; }
	.pfm-archive-stats div { min-height: 102px; padding: 17px; }
	.pfm-catalog-tools > .container { min-height: 0; grid-template-columns: 1fr; gap: 12px; padding-block: 24px; }
	.pfm-family-search > div { grid-template-columns: 1fr 52px; }
	.pfm-family-search button { width: 52px; justify-content: center; padding: 8px; }
	.pfm-family-search button > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
	.pfm-results-summary { justify-self: start; }
	.pfm-catalog-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 26px; }
	.pfm-family-grid { grid-template-columns: 1fr; }
	.pfm-family-card-body { padding: 21px; }
	.pfm-family-card-summary { min-height: 0; }
	.pfm-archive-note .container { grid-template-columns: 1fr; gap: 22px; }
	.pfm-list-head { padding-block: 46px 50px; }
	.pfm-list-head h1 { margin-top: 18px; font-size: clamp(2.55rem, 14vw, 3.55rem); }
	.pfm-list-head p { font-size: .84rem; }
	.pfm-listing-section { padding-block: 34px 58px; }
	.pfm-listing-grid { grid-template-columns: 1fr; gap: 25px; }
	.pfm-catalog-sidebar nav { display: flex; gap: 8px; overflow-x: auto; padding: 7px 14px 16px; scrollbar-width: thin; }
	.pfm-catalog-sidebar nav a { min-height: 40px; flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--pfm-border); border-radius: 999px; background: #fff; white-space: nowrap; }
	.pfm-catalog-sidebar nav a.is-current { border-color: #e5b69a; background: #fff5ee; }
	.pfm-sidebar-meta { display: flex; gap: 18px; overflow-x: auto; padding-block: 13px; scrollbar-width: thin; }
	.pfm-sidebar-meta p { flex: 0 0 auto; }
	.pfm-list-search { width: 100%; }
	.pfm-news-card-grid { grid-template-columns: 1fr; }
	.pfm-news-card-body { min-height: 164px; }
	.pfm-icon-grid, .pfm-finding-grid { grid-template-columns: 1fr; }
	.pfm-icon-card { min-height: 0; }
	.pfm-finding-card { min-height: 0; }
	.pfm-spec-list div { grid-template-columns: 118px 1fr; gap: 16px; }
	.pfm-literature-specs dd strong { overflow-wrap: anywhere; }
	.pfm-faq-item summary { min-height: 58px; padding: 14px 15px; }
	.pfm-faq-item > p { padding: 0 42px 17px 15px; }
	.pfm-quality-bridge-grid { grid-template-columns: 1fr; gap: 32px; }
	.pfm-quality-checks { grid-template-columns: 1fr; }
	.pfm-quality-checks > div { min-height: 0; padding: 17px; }
	.pfm-center-heading, .pfm-center-faq-grid { grid-template-columns: 1fr; gap: 18px; }
	.pfm-center-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pfm-center-stats div:nth-child(3) { border-left: 0; border-top: 1px solid var(--pfm-border); }
	.pfm-center-stats div:nth-child(4) { border-top: 1px solid var(--pfm-border); }
	.pfm-center-scope-grid, .pfm-center-lenses, .pfm-center-resource-grid { grid-template-columns: 1fr; }
	.pfm-center-lenses article, .pfm-center-resource-card { min-height: 0; }
}

.pfm-tool-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pfm-tool-links article { display: grid; grid-template-columns: 36px 1fr; gap: .8rem; padding: 1.2rem; border: 1px solid var(--pfm-border); border-radius: 12px; background: #fff; }
.pfm-tool-links article > .pfm-icon { display: grid; width: 36px; height: 36px; place-items: center; padding: 8px; border-radius: 9px; background: #fff1e8; color: var(--pfm-orange); }
.pfm-tool-links strong { display: block; color: var(--pfm-ink); font-size: .9rem; }
.pfm-tool-links a { display: block; margin-top: .45rem; color: var(--pfm-orange); font-size: .76rem; font-weight: 750; line-height: 1.45; text-decoration: none; }

@media (max-width: 780px) {
	.pfm-tool-links { grid-template-columns: 1fr; }
}

@media (min-width: 781px) and (max-width: 1100px) {
	.pfm-tool-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 380px) {
	.pfm-variant-options { grid-template-columns: 1fr; }
	.pfm-variant-option { min-height: 64px; flex-direction: row; justify-content: flex-start; padding: 10px 12px; text-align: left; }
	.pfm-variant-option span { justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
	.pfm-family *, .pfm-family *::before, .pfm-family *::after { scroll-behavior: auto !important; transition: none !important; }
}
/* Keep full specifications available without repeating long copy in every row. */
.pfm-variant-detail summary { color: var(--pfm-navy,#122d49); cursor: pointer; font-weight: 600; padding: 6px 0; }
.pfm-variant-detail summary:focus-visible { outline: 2px solid var(--pfm-orange,#e45b12); outline-offset: 3px; }
.pfm-variant-detail p { margin: 10px 0; line-height: 1.65; }
@media (max-width:767px) {
  .pfm-sidebar-meta { display: grid !important; grid-template-columns: 1fr !important; gap: 5px !important; overflow: visible !important; padding: 12px 16px !important; }
  .pfm-sidebar-meta p { white-space: normal; }
  .pfm-table td { grid-template-columns: 84px minmax(0,1fr); }
  .pfm-section { padding-block: 32px; }
}
