/* Catalog/content styling; loaded only on non-home routes. */

.catalog-skip-target { display: block; height: 0; scroll-margin-top: 120px; }

.catalog-page {
  --ink: #111111;
  --muted: #646464;
  --line: #d8d8d8;
  --paper: #f5f3ef;
  --red: #d71920;
  min-height: 100vh;
  background: #fff;
  color: var(--ink);
  font-family: 'Barlow', Arial, sans-serif;
}

.catalog-page *, .catalog-page *::before, .catalog-page *::after { box-sizing: border-box; }
.catalog-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.catalog-topbar { background: #111; color: #fff; font: 500 12px/1.2 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .05em; }
.catalog-topbar-row { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.catalog-topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.catalog-header { background: #fff; border-bottom: 1px solid var(--line, #d8d8d8); position: sticky; top: 0; z-index: 20; }
.catalog-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.catalog-logo img { width: 166px; height: auto; display: block; }
.catalog-nav nav { display: flex; align-items: center; gap: 28px; }
.catalog-nav nav a { font: 700 14px/1 'Barlow Condensed', sans-serif; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; }
.catalog-nav nav a:hover { color: var(--red, #d71920); }
.catalog-nav-cta { background: var(--red, #d71920); color: #fff !important; padding: 15px 18px; }
.catalog-mobile-menu { display: none; position: relative; }
.catalog-mobile-menu summary { min-width: 78px; min-height: 44px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 2px solid #111; list-style: none; cursor: pointer; font: 700 15px/1 'Barlow Condensed', sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.catalog-mobile-menu summary::-webkit-details-marker { display: none; }
.catalog-mobile-menu summary b { color: var(--red, #d71920); font: 700 22px/1 'IBM Plex Mono', monospace; transition: transform .16s ease; }
.catalog-mobile-menu[open] summary b { transform: rotate(45deg); }
.catalog-mobile-menu > nav { position: absolute; top: calc(100% + 10px); right: 0; width: min(310px, calc(100vw - 28px)); max-height: calc(100vh - 96px); max-height: calc(100dvh - 96px); padding: 8px; display: grid; gap: 0; overflow-y: auto; overscroll-behavior: contain; border-top: 4px solid var(--red, #d71920); background: #fff; box-shadow: 0 18px 38px rgba(0,0,0,.24); }
.catalog-mobile-menu > nav a { min-height: 44px; padding: 0 13px; display: flex; align-items: center; border-bottom: 1px solid var(--line, #d8d8d8); }
.catalog-mobile-menu > nav a:last-child { margin-top: 8px; justify-content: center; border-bottom: 0; }
.catalog-kicker, .catalog-section-head > p { margin: 0 0 10px; color: var(--red); font: 700 12px/1.2 'IBM Plex Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.catalog-tabs { border-bottom: 1px solid var(--line); background: #fff; }
.catalog-tabs-row { display: flex; overflow-x: auto; scrollbar-width: thin; }
.catalog-tabs a { flex: 1 0 auto; min-width: 170px; padding: 18px 24px; border-right: 1px solid var(--line); color: #3d3d3d; font: 700 16px/1 'Barlow Condensed', sans-serif; letter-spacing: .05em; text-align: center; text-decoration: none; text-transform: uppercase; }
.catalog-tabs a:first-child { border-left: 1px solid var(--line); }
.catalog-tabs a:hover, .catalog-tabs a.active { background: #111; color: #fff; }

.catalog-index-hero { padding: 84px 0 64px; color: #fff; background: linear-gradient(110deg, rgba(0,0,0,.96), rgba(0,0,0,.72)), url('/assets/warehouse.jpg') center/cover; }
.catalog-index-hero h1 { max-width: 780px; margin: 0; font: 700 clamp(46px, 7vw, 82px)/.9 'Barlow Condensed', sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.catalog-index-hero > .catalog-wrap > p { max-width: 700px; margin: 24px 0 30px; color: #e2e2e2; font-size: 19px; line-height: 1.55; }
.catalog-proof-row { display: flex; flex-wrap: wrap; gap: 12px; }
.catalog-proof-row span { border: 1px solid rgba(255,255,255,.32); padding: 12px 15px; font: 500 13px/1.2 'IBM Plex Mono', monospace; }
.catalog-proof-row strong { color: #fff; }
.catalog-index-body { padding: 72px 0 96px; }
.catalog-family-section + .catalog-family-section { margin-top: 70px; }
.catalog-section-head h2 { margin: 0; font: 700 clamp(32px, 4vw, 48px)/1 'Barlow Condensed', sans-serif; letter-spacing: -.015em; text-transform: uppercase; }
.catalog-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.catalog-index-card { border: 1px solid var(--line); text-decoration: none; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.catalog-index-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.1); }
.catalog-card-image { height: 180px; padding: 18px; background: var(--paper); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.catalog-card-image img { width: 100%; height: 100%; object-fit: contain; }
.catalog-card-image span { position: absolute; bottom: 7px; left: 9px; padding: 4px 6px; background: rgba(255,255,255,.9); color: #666; font: 500 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-card-copy { padding: 22px; }
.catalog-family { color: var(--red); font: 700 11px/1 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.catalog-card-copy h3 { margin: 11px 0 8px; overflow-wrap: anywhere; font: 700 25px/1.02 'Barlow Condensed', sans-serif; }
.catalog-card-copy p { margin: 0 0 20px; color: var(--muted); }
.catalog-card-copy strong { font: 700 13px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .06em; }

.catalog-breadcrumb { padding: 18px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: #666; font: 500 11px/1.4 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-breadcrumb a { text-decoration: none; }
.catalog-breadcrumb strong { color: #222; overflow-wrap: anywhere; }
.catalog-product-hero { border-top: 1px solid #eee; border-bottom: 1px solid var(--line); background: var(--paper); }
.catalog-product-grid { min-height: 570px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); }
.catalog-product-media { padding: 58px 58px 48px 0; border-right: 1px solid var(--line); }
.catalog-image-frame { height: 390px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); }
.catalog-image-frame img { width: 84%; height: 84%; object-fit: contain; }
.catalog-product-media > p { color: #666; font: 500 11px/1.5 'IBM Plex Mono', monospace; }
.catalog-product-intro { padding: 62px 0 58px 58px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.catalog-product-intro h1 { max-width: 100%; margin: 4px 0 10px; overflow-wrap: anywhere; font: 700 clamp(46px, 5.5vw, 72px)/.88 'Barlow Condensed', sans-serif; letter-spacing: -.03em; text-transform: uppercase; }
.catalog-product-intro h2 { margin: 0 0 24px; color: #4e4e4e; font: 600 24px/1.15 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-lede { max-width: 590px; margin: 0 0 22px; color: #444; font-size: 18px; line-height: 1.55; }
.catalog-status { width: 100%; padding: 13px 15px; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); font: 600 12px/1.35 'IBM Plex Mono', monospace; }
.catalog-status-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: #607788; box-shadow: 0 0 0 4px rgba(96,119,136,.14); }
.catalog-status.confirmed .catalog-status-dot { background: #27924c; box-shadow: 0 0 0 4px rgba(39,146,76,.12); }
.catalog-price-preview { width: 100%; margin-top: 14px; border: 1px solid #D5B06A; border-top: 5px solid #B77A0C; background: #fff; }
.catalog-price-preview-head { padding: 11px 14px; display: flex; justify-content: space-between; gap: 12px; background: #FFF6E4; color: #62430A; font: 700 10px/1.25 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.catalog-price-preview-head strong { color: #8B1C22; }
.catalog-price-preview-value { padding: 15px 16px 13px; display: flex; align-items: end; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); }
.catalog-price-preview-value > span { color: #666; font: 700 10px/1 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.catalog-price-preview-value > strong { font: 700 34px/.9 'Barlow Condensed', sans-serif; }
.catalog-price-preview-value small { color: #666; font: 700 10px/1 'IBM Plex Mono', monospace; }
.catalog-price-preview dl { margin: 0; }
.catalog-price-preview dl div { padding: 9px 16px; display: grid; grid-template-columns: 42% 58%; gap: 12px; border-bottom: 1px solid #ECECEC; }
.catalog-price-preview dt { color: #777; font: 500 9px/1.3 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-price-preview dd { margin: 0; font-size: 12px; font-weight: 700; text-align: right; }
.catalog-price-preview > p { margin: 0; padding: 11px 16px; color: #6A5A3B; background: #FFFBF2; font-size: 11px; line-height: 1.45; }
.catalog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.catalog-actions a { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; font: 700 14px/1 'Barlow Condensed', sans-serif; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; }
.catalog-primary { background: var(--red); color: #fff !important; }
.catalog-secondary { border: 2px solid #111; }
.catalog-call { margin: 18px 0 0; font-size: 14px; }
.catalog-call a { font-weight: 700; }

.catalog-detail-grid { padding: 84px 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 80px; align-items: start; }
.catalog-copy > p { margin: 22px 0 0; color: #383838; font-size: 17px; line-height: 1.72; }
.catalog-checklist { margin-top: 38px; padding: 28px; background: #111; color: #fff; }
.catalog-checklist h3 { margin: 0 0 17px; font: 700 25px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-checklist ul { margin: 0; padding-left: 21px; color: #ddd; line-height: 1.65; }
.catalog-spec-card { border-top: 5px solid var(--red); background: var(--paper); }
.catalog-spec-title { padding: 20px 22px; background: #111; color: #fff; font: 700 18px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.catalog-spec-card dl { margin: 0; }
.catalog-spec-card dl div { padding: 14px 20px; display: grid; grid-template-columns: 42% 58%; gap: 14px; border-bottom: 1px solid #ddd; }
.catalog-spec-card dt { color: #666; font: 500 10px/1.35 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-spec-card dd { margin: 0; overflow-wrap: anywhere; font-weight: 700; line-height: 1.35; }
.catalog-spec-card > p { margin: 0; padding: 18px 20px; color: #6b6b6b; font-size: 12px; line-height: 1.5; }
.catalog-use-band { padding: 62px 0; background: #111; color: #fff; }
.catalog-use-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.catalog-use-grid h2 { margin: 0; font: 700 clamp(36px, 5vw, 58px)/.98 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-use-grid ul { margin: 0; padding: 0; list-style: none; counter-reset: uses; }
.catalog-use-grid li { padding: 18px 0 18px 48px; position: relative; border-bottom: 1px solid #444; font-size: 18px; counter-increment: uses; }
.catalog-use-grid li::before { content: '0' counter(uses); position: absolute; left: 0; color: var(--red); font: 700 12px/1 'IBM Plex Mono', monospace; }
.catalog-search-help { padding: 78px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.catalog-aliases { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.catalog-aliases span { padding: 10px 12px; border: 1px solid var(--line); background: var(--paper); font: 600 12px/1.3 'IBM Plex Mono', monospace; overflow-wrap: anywhere; }
.catalog-help-card { padding: 32px; border-left: 5px solid var(--red); background: var(--paper); }
.catalog-help-card > span { color: var(--red); font: 700 11px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-help-card h3 { margin: 12px 0; font: 700 31px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-help-card p { color: #555; line-height: 1.55; }
.catalog-help-card a { font-weight: 700; }
.catalog-related { padding: 0 0 90px; }
.catalog-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.catalog-related-grid a { padding: 23px; display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); text-decoration: none; }
.catalog-related-grid a:hover { border-color: var(--red); }
.catalog-related-grid span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-related-grid strong { overflow-wrap: anywhere; font: 700 22px/1.05 'Barlow Condensed', sans-serif; }
.catalog-related-grid small { color: #666; }
.catalog-footer { padding: 34px 0; background: #111; color: #bbb; }
.catalog-footer .catalog-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 28px; }
.catalog-footer strong { color: #fff; }
.catalog-footer a { color: #fff; }
.catalog-primary, .catalog-secondary { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; font: 700 14px/1 'Barlow Condensed', sans-serif; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.catalog-primary { background: var(--red); color: #fff !important; }
.catalog-secondary { border: 2px solid #111; background: transparent; color: #111; }
.catalog-primary:hover { background: #ad1016; }

.catalog-hierarchy { border-bottom: 1px solid var(--line); background: var(--paper); }
.catalog-hierarchy-row, .catalog-family-tabs-row { min-height: 54px; display: flex; align-items: center; gap: 10px; overflow-x: auto; scrollbar-width: thin; }
.catalog-hierarchy-label { flex: 0 0 auto; color: #595d63; font: 600 12px/1.3 'IBM Plex Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.catalog-subtab, .catalog-family-tabs a { flex: 0 0 auto; padding: 10px 13px; border: 1px solid #cfcfcf; background: #fff; font: 700 13px/1 'Barlow Condensed', sans-serif; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.catalog-subtab.active, .catalog-family-tabs a.active, .catalog-family-tabs a:hover { border-color: #111; background: #111; color: #fff; }
.catalog-brand-note { flex: 0 0 auto; color: #595d63; font: 500 12px/1.3 'IBM Plex Mono', monospace; }
.catalog-family-tabs { border-top: 1px solid #ddd; background: #fff; }
.catalog-family-tabs-row { gap: 8px; padding-top: 9px; padding-bottom: 9px; }

.catalog-directory { padding: 82px 0 96px; }
.catalog-directory-head { max-width: 650px; margin-bottom: 34px; }
.catalog-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.catalog-category-card { min-height: 470px; padding: 38px; position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.catalog-category-card::after { content: ''; width: 170px; height: 170px; position: absolute; right: -95px; top: -95px; border: 24px solid rgba(215,25,32,.08); transform: rotate(45deg); }
.catalog-category-number { position: absolute; right: 24px; bottom: 10px; color: #eceae6; font: 700 110px/.8 'Barlow Condensed', sans-serif; }
.catalog-category-card h2 { max-width: 500px; margin: 8px 0 17px; font: 700 clamp(34px, 4vw, 51px)/.95 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-category-card > p { max-width: 620px; margin: 0; color: #555; font-size: 17px; line-height: 1.6; }
.catalog-category-stats { margin-top: 30px; display: flex; gap: 9px; flex-wrap: wrap; }
.catalog-category-stats span { padding: 9px 11px; border: 1px solid var(--line); background: var(--paper); font: 500 11px/1 'IBM Plex Mono', monospace; }
.catalog-category-links { margin-top: auto; padding-top: 30px; position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.catalog-category-links > a:last-child { font-weight: 700; }
.catalog-photo-copy p { max-width: 580px; margin: 0 0 22px; color: #ccc; font-size: 18px; line-height: 1.6; }

.catalog-hub-hero { padding: 76px 0; background: #111; color: #fff; }
.catalog-hub-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 70px; align-items: end; }
.catalog-hub-hero h1, .catalog-brand-hero h1, .catalog-family-hero h1 { margin: 0; font: 700 clamp(50px, 7vw, 84px)/.9 'Barlow Condensed', sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.catalog-hub-hero p, .catalog-brand-hero p, .catalog-family-hero-copy > p { max-width: 720px; margin: 24px 0 0; color: #d2d2d2; font-size: 19px; line-height: 1.55; }
.catalog-hub-metrics { display: grid; }
.catalog-hub-metrics span { padding: 17px 0; display: flex; align-items: baseline; gap: 10px; border-bottom: 1px solid #3d3d3d; color: #bbb; font: 500 12px/1.2 'IBM Plex Mono', monospace; }
.catalog-hub-metrics strong { color: #fff; font: 700 31px/1 'Barlow Condensed', sans-serif; }
.catalog-category-overview { padding: 82px 0; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr); gap: 80px; align-items: start; }
.catalog-category-overview article > p { color: #444; font-size: 17px; line-height: 1.7; }
.catalog-capability-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-capability-grid div { min-height: 105px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-capability-grid span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; }
.catalog-capability-grid strong { font: 700 19px/1.05 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-brand-entry { padding: 34px; background: var(--paper); border-top: 5px solid var(--red); }
.catalog-brand-wordmark { display: block; margin: 20px 0 30px; font: 700 48px/.8 'Barlow Condensed', sans-serif; letter-spacing: -.03em; }
.catalog-brand-entry h2 { margin: 0; font: 700 34px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-brand-entry p { color: #555; line-height: 1.55; }
.catalog-brand-entry .catalog-primary { margin-top: 13px; }
.catalog-other-brands { padding: 72px 0; background: var(--paper); }
.catalog-brand-support-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.catalog-brand-support-grid a { padding: 24px; display: flex; flex-direction: column; gap: 9px; border: 1px solid var(--line); background: #fff; text-decoration: none; }
.catalog-brand-support-grid a:hover { border-color: var(--red); }
.catalog-brand-support-grid strong { font: 700 27px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-brand-support-grid span { color: var(--red); font-weight: 700; }

.catalog-brand-hero { padding: 74px 0; background: linear-gradient(105deg, #111 0%, #111 66%, #2b2b2b 66%); color: #fff; }
.catalog-brand-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 70px; align-items: center; }
.catalog-brand-seal { min-height: 210px; padding: 30px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #555; }
.catalog-brand-seal span { color: #fff; font: 700 61px/.85 'Barlow Condensed', sans-serif; letter-spacing: -.04em; }
.catalog-brand-seal small { margin-top: 22px; color: #aaa; font: 500 11px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-family-directory { padding: 82px 0 96px; }
.catalog-snapshot-note { max-width: 820px; margin: 18px 0 0; color: #555; font-size: 14px; line-height: 1.6; }
.catalog-family-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.catalog-family-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; text-decoration: none; transition: transform .17s ease, box-shadow .17s ease; }
.catalog-family-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(0,0,0,.09); }
.catalog-family-card-image { height: 190px; padding: 20px; position: relative; display: flex; align-items: center; justify-content: center; background: var(--paper); overflow: hidden; }
.catalog-family-card-image img { width: 100%; height: 100%; object-fit: contain; }
.catalog-family-card-image span { position: absolute; bottom: 7px; left: 8px; padding: 4px 6px; background: rgba(255,255,255,.9); color: #777; font: 500 8px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-family-card-copy { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.catalog-family-code { color: var(--red); font: 700 10px/1.25 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.catalog-family-card h2 { margin: 11px 0; font: 700 29px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-family-card p { margin: 0 0 24px; color: #555; line-height: 1.55; }
.catalog-inventory-badge { margin: auto 0 14px; padding: 9px 10px; display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; border: 1px solid #bac6cd; background: #edf1f3; color: #425765; font: 700 10px/1.3 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-inventory-badge i { width: 17px; height: 17px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #607788; color: #fff; font-style: normal; }
.catalog-family-card-copy > div { margin-top: auto; padding-top: 16px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }
.catalog-family-card-copy > div strong { font: 700 26px/1 'Barlow Condensed', sans-serif; }
.catalog-family-card-copy > div b { font-size: 12px; text-transform: uppercase; }
.catalog-call-band { padding: 38px 0; background: var(--red); color: #fff; }
.catalog-call-band .catalog-wrap { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.catalog-call-band span { font: 600 11px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-call-band h2 { margin: 7px 0 0; font: 700 30px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-call-band a { padding: 17px 22px; flex: 0 0 auto; border: 2px solid #fff; color: #fff; font: 700 16px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }

.catalog-family-hero { background: #111; color: #fff; }
.catalog-family-hero-grid { min-height: 510px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); }
.catalog-family-hero-copy { padding: 70px 64px 70px 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.catalog-family-hero-copy .catalog-actions { margin-top: 28px; }
.catalog-family-hero-copy .catalog-secondary { border-color: #fff; color: #fff; }
.catalog-family-hero-image { padding: 54px; position: relative; display: flex; align-items: center; justify-content: center; background: var(--paper); }
.catalog-family-hero-image img { width: 100%; height: 100%; object-fit: contain; }
.catalog-family-hero-image span { position: absolute; bottom: 15px; left: 18px; color: #666; font: 500 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-family-hero-image-photo { padding: 0; overflow: hidden; background: #171717; }
.catalog-family-hero-image-photo img { object-fit: cover; }
.catalog-family-hero-image-photo span { right: 18px; padding: 8px 10px; background: rgba(0,0,0,.72); color: #fff; }
.catalog-family-overview { padding: 72px 0 55px; }
.catalog-family-overview > p { max-width: 900px; margin: 22px 0 0; color: #3f3f3f; font-size: 19px; line-height: 1.7; }
.catalog-family-guide { padding: 66px 0 76px; background: var(--paper); border-top: 1px solid var(--line); }
.catalog-family-guide-intro { max-width: 900px; color: #4c4c4c; font-size: 16px; line-height: 1.7; }
.catalog-family-guide .catalog-capability-grid { margin-top: 30px; }
.catalog-family-guide-notes { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.catalog-family-guide-notes article { min-height: 230px; padding: 26px; border-top: 4px solid var(--red); background: #fff; }
.catalog-family-guide-notes h3 { margin: 0 0 18px; font: 700 25px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-family-guide-notes p { margin: 0; color: #555; line-height: 1.65; }
.catalog-family-guide-notes a { color: var(--red); font-weight: 700; }
.catalog-inventory-proof { padding: 72px 0 78px; background: #eef4ef; border-top: 1px solid #d3ded5; border-bottom: 1px solid #d3ded5; }
.catalog-inventory-proof-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 64px; align-items: center; }
.catalog-inventory-proof-copy h2 { margin: 20px 0 14px; font: 700 clamp(36px, 4.5vw, 56px)/.95 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-inventory-proof-copy p { max-width: 650px; margin: 0; color: #3f4a42; font-size: 17px; line-height: 1.65; }
.catalog-stock-pill { padding: 10px 12px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #9ac3a5; background: #fff; color: #176c37; font: 700 10px/1.25 'IBM Plex Mono', monospace; letter-spacing: .035em; text-transform: uppercase; }
.catalog-stock-pill i, .catalog-series-status i { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 50%; background: #23864a; color: #fff; font-style: normal; }
.catalog-stock-pill-report { border-color: #9aaab5; color: #425765; }
.catalog-stock-pill-report i, .catalog-series-status-report i { background: #607788; }
.catalog-stock-pill-muted { border-color: #c8cec9; color: #5f6861; }
.catalog-inventory-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #bdc9bf; border-left: 1px solid #bdc9bf; background: rgba(255,255,255,.55); }
.catalog-inventory-metrics div { min-height: 125px; padding: 21px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; border-right: 1px solid #bdc9bf; border-bottom: 1px solid #bdc9bf; }
.catalog-inventory-metrics strong { color: #172c1d; font: 700 38px/.9 'Barlow Condensed', sans-serif; }
.catalog-inventory-metrics span { color: #566159; font: 500 10px/1.4 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-snapshot-series { max-height: 650px; margin-top: 34px; overflow-y: auto; border: 1px solid #bdc9bf; background: #fff; scrollbar-color: #7d9483 #e6ece7; }
.catalog-snapshot-series-head, .catalog-snapshot-series-row { display: grid; grid-template-columns: 21% 1fr 230px 155px; gap: 20px; align-items: center; }
.catalog-snapshot-series-head { padding: 13px 18px; position: sticky; top: 0; z-index: 2; background: #18251c; color: #fff; font: 600 10px/1 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.catalog-snapshot-series-row { min-height: 118px; padding: 19px 18px; border-bottom: 1px solid #dce4dd; }
.catalog-snapshot-series-row:last-child { border-bottom: 0; }
.catalog-snapshot-series-row h3 { margin: 8px 0 0; font: 700 27px/1 'Barlow Condensed', sans-serif; }
.catalog-snapshot-series-row > p { margin: 0; color: #555; line-height: 1.5; }
.catalog-series-status { padding: 9px 10px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #afd1b8; background: #eef8f0; color: #176c37; font: 700 10px/1.35 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-series-status-muted { border-color: #d4d4d4; background: #f4f4f4; color: #696969; }
.catalog-inventory-disclaimer { margin: 15px 0 0; color: #5d665f; font: 500 11px/1.55 'IBM Plex Mono', monospace; }
.catalog-availability-actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.catalog-availability-actions a { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; font: 700 14px/1 'Barlow Condensed', sans-serif; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.catalog-series-details { margin-top: 9px; display: inline-block; color: var(--red); font: 700 11px/1.25 'Barlow Condensed', sans-serif; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.catalog-inventory-section { padding: 60px 0 86px; background: var(--paper); }
.catalog-inventory-intro { max-width: 820px; margin: 18px 0 28px; color: #555; font-size: 16px; line-height: 1.6; }
.catalog-inventory-list { max-height: 720px; overflow-y: auto; border: 1px solid #cfcfcf; background: #fff; scrollbar-color: #999 #eee; }
.catalog-inventory-head { padding: 12px 18px; position: sticky; top: 0; z-index: 2; display: grid; grid-template-columns: 28% 1fr 170px; gap: 22px; background: #111; color: #fff; font: 600 10px/1 'IBM Plex Mono', monospace; letter-spacing: .07em; text-transform: uppercase; }
.catalog-inventory-row { min-height: 150px; padding: 22px 18px; display: grid; grid-template-columns: 28% 1fr 170px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.catalog-inventory-row:last-child { border-bottom: 0; }
.catalog-inventory-row h3 { margin: 9px 0 0; overflow-wrap: anywhere; font: 700 27px/1 'Barlow Condensed', sans-serif; }
.catalog-inventory-row > div:nth-child(2) > strong { font: 700 18px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-inventory-row p { margin: 7px 0; color: #555; line-height: 1.5; }
.catalog-inventory-row div a { color: var(--red); font-size: 13px; font-weight: 700; }
.catalog-series-model-links { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-series-model-links a { min-width: 130px; padding: 10px 12px; border: 1px solid #d2d2d2; background: #fff; color: #111 !important; font: 700 15px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.catalog-series-model-links a:hover { border-color: #111; }
.catalog-series-model-links small { margin-top: 6px; display: block; color: #666; font: 500 9px/1.35 'IBM Plex Mono', monospace; text-transform: none; }
.catalog-call-now { min-height: 62px; padding: 11px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: var(--red); color: #fff !important; font: 700 18px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.catalog-call-now span { font: 500 10px/1 'IBM Plex Mono', monospace; }
.catalog-family-next { padding: 62px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.catalog-family-next span { color: var(--red); font: 600 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-family-next h2 { margin: 8px 0 0; font: 700 33px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.series-page-hero .catalog-stock-pill { margin-top: 24px; }
.series-evidence { padding: 70px 0; background: #eef4ef; border-bottom: 1px solid #d3ded5; }
.series-evidence-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 70px; align-items: center; }
.series-evidence-grid > div:first-child > p { max-width: 680px; margin: 22px 0 11px; color: #354139; font-size: 17px; line-height: 1.7; }
.series-evidence-grid > div:first-child > small { display: block; max-width: 680px; color: #626d65; font: 500 11px/1.55 'IBM Plex Mono', monospace; }
.series-evidence-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #bdc9bf; border-left: 1px solid #bdc9bf; background: rgba(255,255,255,.6); }
.series-evidence-metrics div { min-height: 125px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; border-right: 1px solid #bdc9bf; border-bottom: 1px solid #bdc9bf; }
.series-evidence-metrics strong { color: #172c1d; font: 700 39px/.9 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.series-evidence-metrics span { color: #58645b; font: 500 10px/1.4 'IBM Plex Mono', monospace; text-transform: uppercase; }
.series-overview { padding: 82px 0; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: 78px; align-items: start; }
.series-overview-copy > p { color: #3f3f3f; font-size: 18px; line-height: 1.72; }
.series-platform-card { padding: 32px; border-top: 5px solid var(--red); background: var(--paper); }
.series-platform-card > span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.series-platform-card > strong { margin: 20px 0 13px; display: block; font: 700 31px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.series-platform-card p { color: #555; line-height: 1.6; }
.series-platform-card a { margin-top: 10px; display: block; color: var(--red); font-weight: 700; }
.catalog-family-reference { margin-top: 20px; display: inline-flex; color: var(--red); font-weight: 700; }
.series-technical-data { padding: 76px 0 82px; background: var(--paper); border-top: 1px solid #dedbd3; border-bottom: 1px solid #dedbd3; }
.series-technical-data-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 70px; align-items: start; }
.series-technical-data-grid > div > p { max-width: 590px; color: #555; font-size: 16px; line-height: 1.7; }
.series-technical-data dl { margin: 0; border-top: 1px solid #c9c5bb; }
.series-technical-data dl div { display: grid; grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid #c9c5bb; }
.series-technical-data dt { color: #6b655d; font: 700 10px/1.45 'IBM Plex Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.series-technical-data dd { margin: 0; color: #242424; font-weight: 650; line-height: 1.5; }
.series-identification { padding: 78px 0 84px; background: #111; color: #fff; }
.series-identification .catalog-section-head h2, .series-service .catalog-section-head h2 { color: #fff; }
.series-guide-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #444; border-left: 1px solid #444; }
.series-guide-grid article { padding: 30px; border-right: 1px solid #444; border-bottom: 1px solid #444; }
.series-guide-grid article > span { color: #ff656a; font: 700 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.series-guide-grid ul { margin: 28px 0 0; padding: 0; list-style: none; }
.series-guide-grid li { padding: 14px 0 14px 29px; position: relative; border-bottom: 1px solid #333; color: #d2d2d2; line-height: 1.5; }
.series-guide-grid li:last-child { border-bottom: 0; }
.series-guide-grid li::before { content: '✓'; position: absolute; left: 0; color: #ff656a; font-weight: 700; }
.exact-verification-intro { max-width: 880px; margin: 22px 0 0; color: #c8c8c8; font-size: 16px; line-height: 1.7; }
.exact-verification-section .series-guide-grid article { min-height: 235px; }
.exact-verification-section .series-guide-grid h3 { margin: 38px 0 13px; color: #fff; font: 700 27px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.exact-verification-section .series-guide-grid p { margin: 0; color: #c4c4c4; line-height: 1.62; }
.exact-photo-intake .exact-verification-intro { color: #555; }
.series-children { padding: 82px 0; }
.series-child-grid { margin-top: 29px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.series-child-grid a { min-height: 155px; padding: 23px; display: flex; flex-direction: column; border: 1px solid var(--line); text-decoration: none; }
.series-child-grid a:hover { border-color: #111; background: #111; color: #fff; }
.series-child-grid span { color: var(--red); font: 700 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.series-child-grid strong { margin: 28px 0 12px; overflow-wrap: anywhere; font: 700 25px/1 'Barlow Condensed', sans-serif; }
.series-child-grid small { margin-top: auto; color: #666; }
.series-child-grid a:hover small { color: #bbb; }
.series-empty-state { margin-top: 28px; padding: 31px; border-left: 5px solid var(--red); background: var(--paper); }
.series-empty-state strong { font: 700 26px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.series-empty-state p { max-width: 780px; color: #555; line-height: 1.65; }
.series-empty-state a { color: var(--red); font-weight: 700; }
.series-photo-intake { padding: 78px 0 85px; background: var(--paper); }
.series-photo-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.series-photo-grid article { min-height: 235px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.series-photo-grid article > span { color: var(--red); font: 700 11px/1 'IBM Plex Mono', monospace; }
.series-photo-grid h3 { margin: 45px 0 12px; font: 700 25px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.series-photo-grid p { margin: 0; color: #555; line-height: 1.55; }
.series-service { padding: 78px 0 84px; background: #111; color: #fff; }
.series-service-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.series-service-grid article { min-height: 245px; padding: 27px; border: 1px solid #444; }
.series-service-grid article > span { color: #ff656a; font: 700 10px/1 'IBM Plex Mono', monospace; }
.series-service-grid h3 { margin: 52px 0 13px; color: #fff; font: 700 27px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.series-service-grid p { margin: 0; color: #bbb; line-height: 1.6; }
.series-faq { padding: 82px 0; }
.series-related { padding: 0 0 85px; }
.series-related > div:last-child { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px; }
.series-related > div:last-child a { min-width: 160px; padding: 17px; display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); text-decoration: none; }
.series-related > div:last-child a:hover { border-color: #111; background: #111; color: #fff; }
.series-related span { color: var(--red); font: 700 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.series-related strong { font: 700 24px/1 'Barlow Condensed', sans-serif; }
.motor-series-page-link { margin-top: 12px; display: inline-block; color: var(--red); font: 700 12px/1 'Barlow Condensed', sans-serif; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.catalog-mac-proof { padding: 72px 0; background: #111; color: #fff; }
.catalog-mac-proof-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: 70px; align-items: start; }
.catalog-mac-proof .catalog-section-head h2 { max-width: 620px; color: #fff; }
.catalog-mac-proof-copy > p { max-width: 650px; margin: 23px 0 0; color: #ccc; font-size: 17px; line-height: 1.7; }
.catalog-mac-source-links { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 11px; }
.catalog-mac-source-links a { padding: 11px 13px; border: 1px solid #555; color: #fff; font: 700 12px/1 'Barlow Condensed', sans-serif; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.catalog-mac-source-links a:hover { border-color: var(--red); background: var(--red); }
.catalog-mac-metrics { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #444; border-left: 1px solid #444; }
.catalog-mac-metrics div { min-height: 145px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; border-right: 1px solid #444; border-bottom: 1px solid #444; }
.catalog-mac-metrics strong { color: #fff; font: 700 35px/.9 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-mac-metrics span { color: #aaa; font: 500 11px/1.45 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-mac-typecode { padding: 86px 0; }
.catalog-mac-typecode-head, .catalog-mac-faq-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 70px; align-items: end; }
.catalog-mac-typecode-head > p, .catalog-mac-faq-head > p { margin: 0; color: #555; font-size: 16px; line-height: 1.65; }
.catalog-mac-field-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-mac-field-grid article { min-height: 230px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-mac-field-grid article > span { color: var(--red); font: 700 11px/1 'IBM Plex Mono', monospace; }
.catalog-mac-field-grid h3 { margin: 36px 0 11px; font: 700 23px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-mac-field-grid p { margin: 0; color: #555; line-height: 1.55; }
.catalog-mac-examples { display: grid; grid-template-columns: 1fr 1fr; }
.catalog-mac-examples article { min-height: 275px; padding: 30px; border-right: 1px solid #444; background: #111; color: #fff; }
.catalog-mac-examples article:last-child { border-right: 0; }
.catalog-mac-examples article > span { color: #ff656a; font: 700 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-mac-examples h3 { margin: 30px 0 12px; color: #fff; font: 700 25px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-mac-examples p { margin: 0 0 23px; color: #bbb; line-height: 1.6; }
.catalog-mac-examples a { color: #fff; font: 700 13px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.catalog-mac-examples a:hover { color: #ff656a; }
.catalog-mac-example-note { margin: 0; padding: 12px 16px; background: #272727; color: #cfcfcf; font: 500 10px/1.5 'IBM Plex Mono', monospace; }
.catalog-mac-typecode-note { padding: 25px 27px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--paper); border-left: 5px solid var(--red); }
.catalog-mac-typecode-note div { display: flex; flex-direction: column; gap: 6px; }
.catalog-mac-typecode-note strong { font: 700 21px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-mac-typecode-note span { color: #555; font-size: 14px; }
.catalog-mac-library-links { flex: 0 0 auto; display: flex !important; flex-direction: row !important; flex-wrap: wrap; gap: 8px !important; }
.catalog-mac-library-links a { padding: 10px 12px; border: 1px solid #aaa; font: 700 12px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.catalog-mac-library-links a:hover { border-color: var(--red); color: var(--red); }
.catalog-mac-options { padding: 78px 0 86px; background: #111; color: #fff; }
.catalog-mac-options .catalog-section-head h2 { color: #fff; }
.catalog-mac-option-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.catalog-mac-option-grid article { min-height: 300px; padding: 27px; display: flex; flex-direction: column; border: 1px solid #444; }
.catalog-mac-option-grid article > span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-mac-option-grid h3 { margin: 34px 0 13px; color: #fff; font: 700 27px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-mac-option-grid p { margin: 0 0 28px; color: #bbb; line-height: 1.6; }
.catalog-mac-option-grid a { margin-top: auto; color: #fff; font: 700 14px/1 'Barlow Condensed', sans-serif; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.catalog-mac-option-grid a:hover { color: #ff656a; }
.catalog-mac-faq { padding: 86px 0; }
.catalog-mac-faq-list { margin-top: 34px; border-top: 1px solid var(--line); }
.catalog-mac-faq-list details { border-bottom: 1px solid var(--line); }
.catalog-mac-faq-list summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font: 700 21px/1.15 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-mac-faq-list summary::-webkit-details-marker { display: none; }
.catalog-mac-faq-list summary span { color: var(--red); font: 400 27px/1 Arial, sans-serif; }
.catalog-mac-faq-list details[open] summary span { transform: rotate(45deg); }
.catalog-mac-faq-list details > p { max-width: 840px; margin: -5px 0 25px; color: #555; font-size: 16px; line-height: 1.65; }
.catalog-mac-contact { padding: 42px 0; background: var(--red); color: #fff; }
.catalog-mac-contact .catalog-wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.catalog-mac-contact span { font: 600 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-mac-contact h2 { margin: 8px 0 0; color: #fff; font: 700 33px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.catalog-mac-contact p { margin: 9px 0 0; color: #ffd8d9; font-size: 13px; }
.catalog-mac-contact a { flex: 0 0 auto; padding: 16px 20px; border: 2px solid #fff; color: #fff; font: 700 17px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.catalog-mac-contact a:hover { background: #fff; color: var(--red); }
.motor-family-hero, .motor-model-hero { background: #111; color: #fff; }
.motor-family-hero-grid, .motor-model-hero-grid { min-height: 570px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); }
.motor-family-hero-grid > div:first-child, .motor-model-hero-copy { padding: 72px 64px 72px 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.motor-family-hero h1, .motor-model-hero h1 { max-width: 760px; margin: 0; font: 700 clamp(52px, 7vw, 86px)/.88 'Barlow Condensed', sans-serif; letter-spacing: -.028em; text-transform: uppercase; }
.motor-family-hero p, .motor-model-hero-copy > p { max-width: 700px; margin: 24px 0 0; color: #d0d0d0; font-size: 18px; line-height: 1.65; }
.motor-family-image, .motor-model-hero-image { min-height: 460px; padding: 52px; position: relative; display: flex; align-items: center; justify-content: center; background: var(--paper); }
.motor-family-image img, .motor-model-hero-image img { width: 100%; height: 100%; object-fit: contain; }
.motor-family-image > span, .motor-model-hero-image > span { position: absolute; bottom: 15px; left: 18px; color: #666; font: 500 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-family-image-photo { padding: 0; overflow: hidden; background: #171717; }
.motor-family-image-photo img { object-fit: cover; }
.motor-family-image-photo > span { right: 18px; padding: 8px 10px; background: rgba(0,0,0,.72); color: #fff; }
.motor-family-proof { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 10px; }
.motor-family-proof span { padding: 11px 13px; border: 1px solid #484848; color: #bbb; font: 500 11px/1.35 'IBM Plex Mono', monospace; }
.motor-family-proof strong { color: #fff; }
.motor-series-nav { position: sticky; top: 82px; z-index: 17; border-bottom: 1px solid #ccc; background: #fff; }
.motor-series-nav .catalog-wrap { min-height: 58px; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.motor-series-nav span { flex: 0 0 auto; margin-right: 4px; color: #777; font: 600 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-series-nav a { flex: 0 0 auto; padding: 10px 12px; border: 1px solid #ccc; font: 700 13px/1 'Barlow Condensed', sans-serif; text-decoration: none; }
.motor-series-nav a:hover { border-color: #111; background: #111; color: #fff; }
.motor-family-intro { padding: 78px 0; }
.motor-family-intro-grid { margin-top: 28px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 70px; }
.motor-family-intro-grid > p { margin: 0; color: #444; font-size: 18px; line-height: 1.75; }
.motor-family-intro-grid > div { padding: 27px; border-left: 5px solid #1c8a45; background: #edf7f0; }
.motor-family-intro-grid strong { font: 700 22px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-family-intro-grid div p { margin: 11px 0 0; color: #496052; line-height: 1.55; }
.motor-series-directory { background: var(--paper); }
.motor-series-section { padding: 74px 0; scroll-margin-top: 145px; border-top: 1px solid #d7d5d1; }
.motor-series-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 70px; align-items: end; }
.motor-series-heading h2 { margin: 0; font: 700 clamp(40px, 5vw, 61px)/.9 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-series-heading > p { margin: 0; color: #555; line-height: 1.65; }
.motor-model-table-wrap { margin-top: 31px; overflow-x: auto; outline: none; scrollbar-color: #777 #ddd; }
.motor-model-table-wrap:focus { box-shadow: 0 0 0 3px rgba(215,25,32,.2); }
.motor-model-table { min-width: 1260px; border: 1px solid #cfcfcf; background: #fff; }
.motor-model-head, .motor-model-row { display: grid; grid-template-columns: 165px 92px 175px 155px 190px 300px 180px; gap: 17px; }
.motor-model-head { padding: 13px 16px; position: sticky; left: 0; background: #111; color: #fff; font: 600 9px/1 'IBM Plex Mono', monospace; letter-spacing: .07em; text-transform: uppercase; }
.motor-model-row { min-height: 175px; padding: 20px 16px; align-items: center; border-bottom: 1px solid var(--line); }
.motor-model-row:last-child { border-bottom: 0; }
.motor-model-row h3 { margin: 0 0 11px; font: 700 29px/1 'Barlow Condensed', sans-serif; }
.motor-model-row b { display: block; font-size: 14px; line-height: 1.45; }
.motor-model-row small { margin-top: 7px; display: block; color: #666; font-size: 11px; line-height: 1.4; }
.motor-model-row > div:nth-child(2) b { font: 700 30px/1 'Barlow Condensed', sans-serif; }
.motor-model-actions { display: flex; flex-direction: column; gap: 7px; }
.motor-model-actions a { padding: 12px 10px; border: 2px solid #111; font: 700 13px/1 'Barlow Condensed', sans-serif; text-align: center; text-decoration: none; text-transform: uppercase; }
.motor-model-actions a:first-child { background: #111; color: #fff; }
.motor-model-actions a:last-child { border-color: var(--red); color: var(--red); }
.motor-stock-badge { width: fit-content; padding: 6px 8px; display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; font: 700 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-stock-badge i { width: 13px; height: 13px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-style: normal; }
.motor-stock-badge.confirmed { background: #daf1e2; color: #12612e; }
.motor-stock-badge.confirmed i { background: #1c8a45; color: #fff; }
.motor-stock-badge.reported { background: #e2e9ed; color: #425765; }
.motor-stock-badge.reported i { background: #607788; color: #fff; }
.motor-stock-badge.check { background: #eee; color: #626262; }
.motor-stock-badge.check i { background: #999; }
.motor-family-source { padding: 45px 0; background: #111; color: #fff; }
.motor-family-source .catalog-wrap, .motor-model-source .catalog-wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.motor-family-source span, .motor-model-source span { color: #ff656a; font: 700 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-family-source h2 { max-width: 760px; margin: 8px 0; color: #fff; font: 700 29px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-family-source p, .motor-model-source p { margin: 7px 0 0; color: #aaa; font-size: 13px; }
.motor-family-source a, .motor-model-source a { flex: 0 0 auto; padding: 14px 17px; border: 2px solid #fff; color: #fff; font: 700 14px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.motor-model-hero-copy .catalog-actions { margin-top: 24px; }
.motor-model-hero-copy .catalog-secondary { border-color: #fff; color: #fff; }
.motor-model-hero-copy > p.motor-model-hero-rating { margin-top: 18px; padding-left: 17px; border-left: 4px solid var(--red); color: #aaa; font-size: 14px; }
.motor-model-status { margin-top: 26px; padding: 13px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid #4a4a4a; }
.motor-model-status > span { width: 27px; height: 27px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 800; }
.motor-model-status strong, .motor-model-status small { display: block; }
.motor-model-status strong { color: #fff; font: 700 16px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-model-status small { margin-top: 5px; color: #aaa; font: 500 10px/1.3 'IBM Plex Mono', monospace; }
.motor-model-status.confirmed { border-color: #2b8b4d; background: rgba(28,138,69,.12); }
.motor-model-status.confirmed > span { background: #1c8a45; color: #fff; }
.motor-model-status.reported { border-color: #8298a6; background: rgba(96,119,136,.12); }
.motor-model-status.reported > span { background: #607788; color: #fff; }
.motor-model-status.check > span { width: 11px; height: 11px; background: #999; box-shadow: 0 0 0 5px rgba(153,153,153,.15); }
.motor-model-overview { padding: 84px 0; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 80px; align-items: start; }
.motor-model-overview-copy > p { margin: 22px 0 0; color: #3f3f3f; font-size: 17px; line-height: 1.72; }
.motor-model-keyfacts { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.motor-model-keyfacts div { min-height: 124px; padding: 21px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.motor-model-keyfacts span { color: var(--red); font: 700 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-model-keyfacts strong { font: 700 31px/.95 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-model-keyfacts small { color: #666; line-height: 1.4; }
.motor-model-specs { padding: 78px 0; background: var(--paper); }
.motor-model-spec-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(470px, 1.18fr); gap: 75px; align-items: start; }
.motor-section-intro { color: #555; font-size: 16px; line-height: 1.65; }
.motor-model-source-note { margin-top: 25px; padding: 18px; border-left: 4px solid var(--red); background: #fff; color: #555; font-size: 13px; line-height: 1.6; }
.motor-model-source-note strong { color: #111; }
.motor-model-spec-grid dl { margin: 0; border-top: 5px solid var(--red); background: #fff; }
.motor-model-spec-grid dl div { padding: 15px 19px; display: grid; grid-template-columns: 41% 59%; gap: 20px; border-bottom: 1px solid var(--line); }
.motor-model-spec-grid dt { color: #666; font: 600 10px/1.4 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-model-spec-grid dd { margin: 0; font-weight: 700; line-height: 1.4; }
.motor-model-mechanical { padding: 84px 0; }
.motor-mechanical-grid { margin-top: 31px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.motor-mechanical-grid article { min-height: 285px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.motor-mechanical-grid article > span { color: var(--red); font: 700 11px/1 'IBM Plex Mono', monospace; }
.motor-mechanical-grid h3 { margin: 37px 0 17px; font: 700 26px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-mechanical-grid strong { display: block; font-size: 17px; }
.motor-mechanical-grid p { color: #555; line-height: 1.6; }
.motor-model-options { padding: 78px 0 84px; background: #111; color: #fff; }
.motor-model-options .catalog-section-head h2 { color: #fff; }
.motor-option-columns { margin-top: 31px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.motor-option-columns article { min-height: 375px; padding: 28px; border: 1px solid #444; }
.motor-option-columns article > span { color: #ff656a; font: 700 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-option-columns h3 { margin: 31px 0 20px; color: #fff; font: 700 26px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-option-columns ul { margin: 0; padding: 0; list-style: none; }
.motor-option-columns li { padding: 11px 0 11px 20px; position: relative; border-bottom: 1px solid #3b3b3b; color: #eee; }
.motor-option-columns li::before { content: ''; width: 7px; height: 7px; position: absolute; top: 16px; left: 0; background: var(--red); }
.motor-option-columns p { color: #aaa; line-height: 1.55; }
.motor-model-decoder { padding: 84px 0; }
.motor-decoder-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 70px; align-items: end; }
.motor-decoder-head > p { margin: 0; color: #555; line-height: 1.65; }
.motor-decoder-grid { margin-top: 31px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.motor-decoder-grid article { min-height: 190px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.motor-decoder-grid article > span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; }
.motor-decoder-grid h3 { margin: 28px 0 10px; overflow-wrap: anywhere; font: 700 22px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-decoder-grid p { margin: 0; color: #555; line-height: 1.5; }
.motor-model-exact { padding: 76px 0; background: var(--paper); }
.motor-exact-list, .motor-empty-state { margin-top: 28px; }
.motor-exact-list { max-height: 860px; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; border-bottom: 1px solid var(--line); }
.motor-exact-list article { padding: 25px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-left: 5px solid #1c8a45; background: #fff; }
.motor-exact-list h3 { margin: 13px 0 7px; overflow-wrap: anywhere; font: 700 26px/1 'Barlow Condensed', sans-serif; }
.motor-exact-list p { margin: 0; color: #666; font-size: 13px; }
.motor-exact-list article > a { flex: 0 0 auto; padding: 14px 17px; background: #1c8a45; color: #fff; font: 700 14px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.motor-empty-state { padding: 29px; border: 1px dashed #aaa; background: #fff; }
.motor-empty-state strong { font: 700 21px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-empty-state p { margin: 10px 0 0; color: #555; line-height: 1.6; }
.motor-model-photos { padding: 84px 0; }
.motor-photo-grid { margin-top: 31px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.motor-photo-grid article { border: 1px solid var(--line); }
.motor-photo-grid article > span { padding: 13px 15px; display: block; background: #111; color: #fff; font: 600 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-photo-placeholder, .motor-photo-image { height: 210px; display: flex; align-items: center; justify-content: center; background: var(--paper); }
.motor-photo-placeholder strong { color: #ccc9c2; font: 700 50px/1 'Barlow Condensed', sans-serif; }
.motor-photo-image { padding: 21px; }
.motor-photo-image img { width: 100%; height: 100%; object-fit: contain; }
.motor-photo-grid article > p { min-height: 82px; margin: 0; padding: 14px; color: #666; font-size: 12px; line-height: 1.5; }
.motor-model-service { padding: 78px 0; background: #111; color: #fff; }
.motor-model-service .catalog-section-head h2 { color: #fff; }
.motor-service-grid { margin: 30px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.motor-service-grid article { min-height: 230px; padding: 26px; border: 1px solid #444; }
.motor-service-grid article > span { color: #ff656a; font: 700 11px/1 'IBM Plex Mono', monospace; }
.motor-service-grid h3 { margin: 38px 0 12px; color: #fff; font: 700 27px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-service-grid p { color: #bbb; line-height: 1.6; }
.motor-model-quote { padding: 86px 0; display: grid; grid-template-columns: minmax(0, .75fr) minmax(500px, 1.25fr); gap: 75px; align-items: start; scroll-margin-top: 95px; }
.motor-model-quote-copy > p { color: #555; font-size: 16px; line-height: 1.65; }
.motor-model-quote-copy > a { color: var(--red); font-weight: 700; }
.motor-quote-form { padding: 29px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; border-top: 5px solid var(--red); background: var(--paper); }
.motor-quote-form > .full { grid-column: 1 / -1; }
.motor-form-field { display: flex; flex-direction: column; gap: 6px; }
.motor-form-field.full { grid-column: 1 / -1; }
.motor-form-field label { font: 700 11px/1 'Barlow Condensed', sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.motor-form-field input, .motor-form-field textarea, .motor-form-field select { width: 100%; border: 2px solid #d0d0d0; border-radius: 0; background: #fff; padding: 11px 12px; color: #111; font: inherit; }
.motor-form-field input:focus, .motor-form-field textarea:focus, .motor-form-field select:focus { border-color: var(--red); outline: none; }
.motor-form-field input[readonly] { background: #e7e5e1; color: #555; }
.motor-form-field small { color: #686868; font-size: 11px; line-height: 1.45; }
.motor-quote-form button { min-height: 50px; border: 0; background: var(--red); color: #fff; cursor: pointer; font: 700 17px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-quote-form button:disabled { cursor: wait; opacity: .66; }
.motor-quote-form > p { margin: 0; align-self: center; color: #666; font-size: 11px; line-height: 1.5; }
.motor-quote-form > p a { font-weight: 700; }
.quote-form-intro { padding-bottom: 16px; display: flex; flex-direction: column; gap: 6px; border-bottom: 1px solid #d0d0d0; }
.quote-form-intro strong { color: #16703a; font: 700 16px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.quote-form-intro span { color: #5d5d5d; font-size: 12px; line-height: 1.5; }
.quote-photo-fieldset { margin: 3px 0 0; padding: 19px; border: 1px solid #c9c9c9; background: #fff; }
.quote-photo-fieldset legend { padding: 0 8px; font: 700 17px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.quote-photo-fieldset > p { margin: 0 0 14px; color: #606060; font-size: 12px; line-height: 1.5; }
.quote-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.quote-photo-slot { min-height: 132px; padding: 15px; display: flex; flex-direction: column; gap: 8px; border: 1px dashed #a9a9a9; background: #f8f7f4; cursor: pointer; }
.quote-photo-slot:hover { border-color: var(--red); }
.quote-photo-slot strong { font: 700 15px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.quote-photo-slot span { min-height: 30px; color: #676767; font-size: 11px; line-height: 1.4; }
.quote-photo-slot input { width: 100%; margin-top: auto; color: #555; font-size: 11px; }
.quote-consent { display: flex; align-items: flex-start; gap: 10px; color: #4e4e4e; font-size: 12px; line-height: 1.5; }
.quote-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--red); }
.quote-consent a { font-weight: 700; }
.quote-form-error { padding: 14px 16px; border-left: 4px solid var(--red); background: #fff0f0; color: #7a1518; font-size: 13px; line-height: 1.5; }
.quote-form-error a { font-weight: 700; }
.quote-confirmation { padding: 34px; border-top: 5px solid #23864a; background: #eef5f0; }
.quote-confirmation > span { color: #176c37; font: 700 11px/1 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.quote-confirmation h3 { margin: 15px 0; overflow-wrap: anywhere; font: 700 34px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.quote-confirmation p { color: #455149; line-height: 1.6; }
.quote-confirmation > div { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.quote-confirmation > button { margin-top: 20px; padding: 0; border: 0; background: transparent; color: #176c37; cursor: pointer; font-weight: 700; text-decoration: underline; }
.quote-page-section { padding-top: 82px; padding-bottom: 96px; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(38px, 5vw, 70px); align-items: start; }
.quote-page-copy { position: sticky; top: 126px; }
.quote-page-copy > p { color: #4d4d4d; font-size: 17px; line-height: 1.7; }
.quote-page-copy .content-check-list { margin-top: 28px; }
.quote-form-options { min-width: 0; }
.quote-mode-picker { margin: 0 0 18px; padding: 0; border: 0; }
.quote-mode-picker legend { margin: 0 0 10px; color: #555; font: 700 11px/1.2 'IBM Plex Mono', monospace; letter-spacing: .07em; text-transform: uppercase; }
.quote-mode-picker > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quote-mode-picker label { min-height: 86px; padding: 16px 17px; position: relative; display: flex; align-items: flex-start; gap: 11px; border: 2px solid #bbb; background: #fff; cursor: pointer; }
.quote-mode-picker label:hover { border-color: #111; }
.quote-mode-picker label.selected { border-color: #111; background: #111; color: #fff; }
.quote-mode-picker label:focus-within { outline: 3px solid var(--red); outline-offset: 3px; }
.quote-mode-picker input { flex: 0 0 auto; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--red); }
.quote-mode-picker label span { display: flex; flex-direction: column; gap: 6px; }
.quote-mode-picker strong { font: 700 20px/1 'Barlow Condensed', sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.quote-mode-picker small { color: #666; font-size: 11px; line-height: 1.4; }
.quote-mode-picker .selected small { color: #d3d3d3; }
.quote-mode-picker:disabled label { cursor: wait; opacity: .72; }
.quote-mode-status { margin: -7px 0 18px; color: #555; font-size: 13px; }
.privacy-copy { max-width: 880px; }
.privacy-copy > p { color: #454545; font-size: 17px; line-height: 1.75; }
.privacy-copy h2 { margin: 46px 0 12px; font: 700 32px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.exact-motor-page .catalog-product-intro h1 { font-size: clamp(35px, 4.25vw, 58px); line-height: .95; text-transform: none; }
.exact-motor-overview { padding: 82px 0; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: 72px; align-items: start; }
.exact-motor-overview article > p { color: #404040; font-size: 17px; line-height: 1.75; }
.exact-code-band { padding: 76px 0 84px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.exact-code-grid { margin-top: 31px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #d2d0cb; border-left: 1px solid #d2d0cb; background: #fff; }
.exact-code-grid article { min-height: 168px; padding: 22px; border-right: 1px solid #d2d0cb; border-bottom: 1px solid #d2d0cb; }
.exact-code-grid article > span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; }
.exact-code-grid h3 { margin: 25px 0 9px; font: 700 20px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.exact-code-grid p { margin: 0; color: #5b5b5b; font-size: 13px; line-height: 1.55; }
.exact-record-section { padding: 76px 0; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 64px; align-items: center; }
.exact-record-section > div:first-child > p { color: #4b4b4b; font-size: 17px; line-height: 1.7; }
.exact-record-card { padding: 29px; display: flex; flex-direction: column; align-items: flex-start; border-top: 5px solid #607788; background: #eef1f3; }
.exact-record-card > span { color: #425765; font: 700 10px/1 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.exact-record-card > strong { margin: 17px 0 8px; font: 700 35px/.95 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.exact-record-card > small { color: #5a676f; line-height: 1.5; }
.exact-record-card > a { margin-top: 24px; color: #111; font-weight: 700; }
.exact-sibling-section { padding: 0 0 86px; }
.exact-sibling-section > div:last-of-type { margin-top: 27px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.exact-sibling-section > div:last-of-type a { min-height: 103px; padding: 19px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; border: 1px solid var(--line); text-decoration: none; }
.exact-sibling-section > div:last-of-type a:hover { border-color: var(--red); }
.exact-sibling-section span { color: #607788; font: 700 9px/1.35 'IBM Plex Mono', monospace; text-transform: uppercase; }
.exact-sibling-section strong { overflow-wrap: anywhere; font: 700 19px/1.05 'Barlow Condensed', sans-serif; }
.motor-model-siblings { padding: 0 0 85px; }
.motor-model-siblings > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.motor-model-siblings > div a { min-width: 145px; padding: 16px; display: flex; flex-direction: column; gap: 7px; border: 1px solid var(--line); text-decoration: none; }
.motor-model-siblings > div a:hover, .motor-model-siblings > div a.active { border-color: #111; background: #111; color: #fff; }
.motor-model-siblings > div span { color: var(--red); font: 700 9px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.motor-model-siblings > div strong { font: 700 24px/1 'Barlow Condensed', sans-serif; }
.motor-model-siblings > div small { color: #666; font-size: 10px; line-height: 1.4; }
.motor-model-siblings > div a:hover small, .motor-model-siblings > div a.active small { color: #ccc; }
.motor-back-family { margin-top: 22px; display: inline-block; color: var(--red) !important; font-weight: 700; }
.motor-model-source { padding: 35px 0; background: #252525; color: #fff; }
.motor-model-source strong { margin-top: 8px; display: block; font: 700 18px/1.2 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.motor-source-actions { flex: 0 0 auto; display: flex; flex-direction: column; gap: 8px; }

@media (max-width: 900px) {
  .catalog-nav { min-height: 68px; }
  .catalog-nav > nav { display: none; }
  .catalog-mobile-menu { display: block; }
  .catalog-index-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .catalog-product-grid { grid-template-columns: 1fr; }
  .catalog-product-media { order: 2; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .catalog-product-intro { order: 1; padding: 46px 0 54px; }
  .catalog-detail-grid, .catalog-search-help { grid-template-columns: 1fr; gap: 45px; }
  .catalog-use-grid { grid-template-columns: 1fr; gap: 38px; }
  .catalog-category-grid, .catalog-hub-hero-grid, .catalog-category-overview, .catalog-brand-hero-grid, .catalog-family-hero-grid { grid-template-columns: 1fr; }
  .catalog-family-guide-notes { grid-template-columns: 1fr; }
  .catalog-family-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .catalog-family-hero-copy { padding: 58px 0; }
  .catalog-family-hero-image { min-height: 370px; }
  .catalog-inventory-proof-grid { grid-template-columns: 1fr; gap: 36px; }
  .catalog-snapshot-series-head, .catalog-snapshot-series-row { grid-template-columns: minmax(120px, .7fr) minmax(200px, 1.3fr); }
  .catalog-snapshot-series-head span:nth-child(3), .catalog-snapshot-series-head span:nth-child(4) { display: none; }
  .catalog-snapshot-series-row .catalog-series-status, .catalog-snapshot-series-row .catalog-call-now { width: 100%; }
  .catalog-mac-proof-grid, .catalog-mac-typecode-head, .catalog-mac-faq-head { grid-template-columns: 1fr; gap: 34px; }
  .catalog-mac-field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-mac-option-grid { grid-template-columns: 1fr; }
  .catalog-mac-option-grid article { min-height: 250px; }
  .series-evidence-grid, .series-overview, .series-technical-data-grid { grid-template-columns: 1fr; gap: 38px; }
  .series-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .motor-family-hero-grid, .motor-model-hero-grid, .motor-model-overview, .motor-model-spec-grid, .motor-model-quote { grid-template-columns: 1fr; }
  .motor-family-hero-grid > div:first-child, .motor-model-hero-copy { padding: 60px 0; }
  .motor-family-image, .motor-model-hero-image { min-height: 380px; }
  .motor-family-intro-grid, .motor-series-heading, .motor-decoder-head { grid-template-columns: 1fr; gap: 32px; }
  .motor-mechanical-grid, .motor-option-columns, .motor-decoder-grid, .motor-service-grid { grid-template-columns: 1fr; }
  .motor-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .motor-model-quote { gap: 40px; }
  .quote-page-section { grid-template-columns: 1fr; gap: 42px; }
  .quote-page-copy { position: static; }
  .exact-motor-overview, .exact-record-section { grid-template-columns: 1fr; gap: 40px; }
  .exact-code-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .catalog-wrap { width: min(100% - 28px, 1180px); }
  .catalog-topbar-row { padding: 7px 0; align-items: flex-start; flex-direction: column; gap: 4px; }
  .catalog-logo img { width: 132px; }
  .catalog-nav-cta { padding: 12px !important; }
  .catalog-index-hero { padding: 58px 0 46px; }
  .catalog-index-grid, .catalog-related-grid { grid-template-columns: 1fr; }
  .catalog-card-image { height: 210px; }
  .catalog-image-frame { height: 280px; }
  .catalog-product-intro h1 { font-size: 43px; }
  .catalog-detail-grid { padding: 58px 0; }
  .catalog-spec-card dl div { grid-template-columns: 1fr; gap: 5px; }
  .catalog-footer .catalog-wrap { flex-direction: column; }
  .catalog-category-grid, .catalog-family-grid, .catalog-brand-support-grid { grid-template-columns: 1fr; }
  .catalog-category-card { min-height: 430px; padding: 28px; }
  .catalog-category-overview { gap: 45px; }
  .catalog-capability-grid { grid-template-columns: 1fr; }
  .catalog-brand-hero { background: #111; }
  .catalog-call-band .catalog-wrap, .catalog-family-next { align-items: flex-start; flex-direction: column; }
  .catalog-family-hero-copy { padding: 48px 0; }
  .catalog-family-hero-image { min-height: 300px; padding: 30px; }
  .catalog-inventory-head { display: none; }
  .catalog-inventory-row { grid-template-columns: 1fr; gap: 15px; }
  .catalog-inventory-proof { padding: 58px 0; }
  .catalog-inventory-metrics { grid-template-columns: 1fr 1fr; }
  .catalog-snapshot-series-head { display: none; }
  .catalog-snapshot-series-row { grid-template-columns: 1fr; gap: 14px; }
  .catalog-call-now { width: 100%; }
  .catalog-mac-proof, .catalog-mac-typecode, .catalog-mac-options, .catalog-mac-faq { padding: 58px 0; }
  .catalog-mac-metrics, .catalog-mac-field-grid { grid-template-columns: 1fr; }
  .catalog-mac-examples { grid-template-columns: 1fr; }
  .catalog-mac-examples article { border-right: 0; border-bottom: 1px solid #444; }
  .catalog-mac-typecode-note, .catalog-mac-contact .catalog-wrap { align-items: flex-start; flex-direction: column; }
  .catalog-mac-library-links { width: 100%; flex-direction: column !important; }
  .catalog-mac-library-links a, .catalog-mac-contact a { width: 100%; }
  .catalog-mac-contact a { text-align: center; }
  .catalog-mac-faq-list summary { font-size: 18px; }
  .series-evidence, .series-overview, .series-technical-data, .series-identification, .series-children, .series-photo-intake, .series-service, .series-faq { padding-top: 58px; padding-bottom: 58px; }
  .series-technical-data dl div { grid-template-columns: 1fr; gap: 7px; }
  .series-evidence-metrics, .series-guide-grid, .series-child-grid, .series-photo-grid, .series-service-grid { grid-template-columns: 1fr; }
  .series-photo-grid article, .series-service-grid article { min-height: 210px; }
  .motor-family-hero h1, .motor-model-hero h1 { font-size: 45px; }
  .motor-family-image, .motor-model-hero-image { min-height: 300px; padding: 29px; }
  .motor-family-intro, .motor-series-section, .motor-model-overview, .motor-model-mechanical, .motor-model-decoder, .motor-model-photos, .motor-model-quote { padding-top: 58px; padding-bottom: 58px; }
  .motor-family-source .catalog-wrap, .motor-model-source .catalog-wrap, .motor-exact-list article { align-items: flex-start; flex-direction: column; }
  .motor-family-source a, .motor-model-source a, .motor-exact-list article > a { width: 100%; text-align: center; }
  .motor-model-keyfacts { grid-template-columns: 1fr; }
  .motor-model-spec-grid dl div { grid-template-columns: 1fr; gap: 6px; }
  .motor-photo-grid { grid-template-columns: 1fr; }
  .motor-quote-form { grid-template-columns: 1fr; padding: 22px; }
  .motor-quote-form > .full, .motor-form-field.full { grid-column: auto; }
  .quote-photo-grid { grid-template-columns: 1fr; }
  .quote-page-section { padding-top: 58px; padding-bottom: 68px; }
  .quote-mode-picker > div { grid-template-columns: 1fr; }
  .exact-motor-page .catalog-product-intro h1 { font-size: 34px; }
  .exact-motor-overview, .exact-record-section, .exact-code-band { padding-top: 58px; padding-bottom: 58px; }
  .exact-code-grid, .exact-sibling-section > div:last-of-type { grid-template-columns: 1fr; }
  .motor-series-nav { top: 68px; }
}
.site-footer { padding: 0; background: #101010; color: #fff; }
.site-footer .site-footer-grid { padding-top: 52px; padding-bottom: 42px; display: grid; grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr)); align-items: start; gap: 42px; }
.site-footer-about strong, .site-footer nav > strong, .site-footer-contact > strong { display: block; margin-bottom: 16px; color: #fff; font: 700 20px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.site-footer p { margin: 0 0 12px; color: #b9b9b9; font-size: 13px; line-height: 1.6; }
.site-footer nav, .site-footer-contact { display: flex; flex-direction: column; gap: 10px; }
.site-footer a { color: #ddd; font-size: 13px; line-height: 1.4; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }
.site-footer-contact small { color: #a9a9a9; line-height: 1.45; }
.site-footer-legal { padding-top: 19px; padding-bottom: 23px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #363636; color: #919191; font-size: 11px; line-height: 1.5; }

.content-page { background: #fff; }
.content-hero { background: #111; color: #fff; }
.content-hero .catalog-kicker { color: #ff7777; }
.catalog-product-media .verified-product-detail { margin-top:16px;width:100%;min-width:0;max-width:100%;text-align:left }
.verified-product-detail summary { cursor:pointer;font-weight:700;padding:12px 0 }
.catalog-product-media .verified-product-detail figure { width:100%;max-width:320px;margin:0 }
.catalog-product-media .verified-product-detail img { width:100%;max-width:100%;height:auto;display:block }
.verified-product-detail figcaption { font-size:13px;line-height:1.5;margin-top:8px }
.content-hero-grid { min-height: 520px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 72px; align-items: center; }
.content-hero h1 { max-width: 760px; margin: 16px 0 20px; color: #fff; font: 700 clamp(48px, 6.5vw, 82px)/.9 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.content-hero p { max-width: 720px; margin: 0; color: #c8c8c8; font-size: 18px; line-height: 1.65; }
.content-hero figure { margin: 0; }
.content-hero figure img { width: 100%; height: 360px; display: block; object-fit: cover; border: 1px solid #454545; }
.content-hero figcaption { padding: 10px 0 0; color: #9a9a9a; font: 600 9px/1.4 'IBM Plex Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.content-section { padding-top: 80px; padding-bottom: 80px; }
.content-section > p, .content-intro-grid > div > p { color: #484848; font-size: 17px; line-height: 1.75; }
.content-intro-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 72px; align-items: start; }
.content-check-list { margin: 0; padding: 0; display: grid; list-style: none; border-top: 4px solid var(--red); }
.content-check-list li { padding: 18px 18px 18px 45px; position: relative; border-bottom: 1px solid #d6d6d6; background: #f5f3ef; font-weight: 700; line-height: 1.45; }
.content-check-list li::before { content: '✓'; position: absolute; left: 18px; color: var(--red); }
.content-dark { padding: 80px 0; background: #111; color: #fff; }
.content-dark .catalog-section-head h2 { color: #fff; }
.content-dark .catalog-section-head p { color: #ff686d; }
.content-dark .content-intro-grid > div > p { color: #c3c3c3; }
.content-dark .content-check-list li { border-color: #3c3c3c; background: #1b1b1b; color: #fff; }
.content-step-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.content-step-grid article { min-height: 250px; padding: 27px; border: 1px solid #444; }
.content-step-grid article span { color: #ff656a; font: 700 11px/1 'IBM Plex Mono', monospace; }
.content-step-grid h3 { margin: 39px 0 14px; color: #fff; font: 700 28px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.content-step-grid p { margin: 0; color: #bcbcbc; line-height: 1.65; }
.content-step-grid.light article { border-color: #d5d5d5; background: #f5f3ef; }
.content-step-grid.light h3 { color: #111; }
.content-step-grid.light p { color: #555; }
.content-service-cards > div:last-child, .content-service-cards.dark > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.content-service-cards article { min-height: 210px; padding: 26px; border: 1px solid #d5d5d5; }
.content-service-cards h3 { margin: 0 0 18px; font: 700 27px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.content-service-cards p { margin: 0; color: #565656; line-height: 1.65; }
.content-service-cards.dark article { border-color: #424242; background: #1a1a1a; }
.content-service-cards.dark h3 { color: #fff; }
.content-service-cards.dark p { color: #c4c4c4; }
.content-cta { padding: 58px 0; background: var(--red); color: #fff; }
.content-cta .catalog-wrap { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.content-cta span { font: 700 11px/1 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.content-cta h2 { margin: 10px 0; color: #fff; font: 700 42px/.95 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.content-cta p { margin: 0; color: #fff; }
.content-cta .catalog-wrap > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.content-cta a { padding: 15px 18px; border: 2px solid #fff; background: #fff; color: #111; font: 700 14px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.content-cta a + a { background: transparent; color: #fff; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-grid article { padding: 36px; border-top: 5px solid var(--red); background: #f3f1ed; scroll-margin-top: 100px; }
.contact-grid h2 { margin: 15px 0 22px; font: 700 38px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.contact-grid p { min-height: 80px; color: #555; line-height: 1.65; }
.contact-grid a, .contact-grid small { margin-top: 10px; display: block; color: #111; font-weight: 700; }

@media (max-width: 900px) {
  .site-footer .site-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-hero-grid, .content-intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .content-hero-grid { padding-top: 56px; padding-bottom: 56px; }
  .content-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .site-footer .site-footer-grid, .contact-grid, .content-step-grid, .content-service-cards > div:last-child, .content-service-cards.dark > div { grid-template-columns: 1fr; }
  .site-footer-legal, .content-cta .catalog-wrap { align-items: flex-start; flex-direction: column; }
  .content-hero h1 { font-size: 46px; }
  .content-hero figure img { height: 260px; }
  .content-section, .content-dark { padding-top: 58px; padding-bottom: 58px; }
  .content-cta .catalog-wrap > div:last-child, .content-cta a { width: 100%; }
  .content-cta a { text-align: center; }
}
.content-breadcrumb-item { display: contents; }
.content-mini-heading { margin-bottom: 12px; color: #555; font: 700 11px/1 'IBM Plex Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.content-safety-note { margin: 28px 0 0; padding: 18px 20px; border-left: 4px solid var(--red); background: #f3f1ed; color: #4c4c4c; font-size: 13px; line-height: 1.65; }
.content-resource-band { padding: 78px 0; background: #eeece7; }
.content-link-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.content-link-grid > a { min-height: 230px; padding: 25px; display: flex; flex-direction: column; border-top: 5px solid var(--red); background: #fff; color: #111; text-decoration: none; }
.content-link-grid > a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgb(0 0 0 / 8%); }
.content-link-grid strong { font: 700 27px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.content-link-grid span { margin: 18px 0; color: #555; font-size: 14px; line-height: 1.6; }
.content-link-grid em { margin-top: auto; color: var(--red); font: normal 700 13px/1.3 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.content-single-action { display: flex; flex-direction: column; gap: 10px; }
.content-single-action a { padding: 17px 19px; border: 2px solid #111; background: #111; color: #fff; font: 700 15px/1 'Barlow Condensed', sans-serif; text-align: center; text-decoration: none; text-transform: uppercase; }
.content-single-action a + a { background: transparent; color: #111; }
.legacy-manual-archive > p { max-width: 860px; color: #4d4d4d; font-size: 17px; line-height: 1.7; }
.legacy-manual-groups { margin-top: 32px; display: grid; gap: 12px; }
.legacy-manual-groups details { border: 1px solid #d2d2d2; background: #f7f5f1; }
.legacy-manual-groups summary { padding: 19px 22px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font: 700 21px/1.1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.legacy-manual-groups summary strong { color: var(--red); font: 600 12px/1.4 'IBM Plex Mono', monospace; letter-spacing: .04em; }
.legacy-manual-links { padding: 0 14px 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.legacy-manual-links a { min-height: 78px; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; border: 1px solid #ddd; background: #fff; color: #171717; text-decoration: none; }
.legacy-manual-links a:hover { border-color: var(--red); }
.legacy-manual-links a span { font-weight: 700; line-height: 1.35; }
.legacy-manual-links a small { color: #686868; font: 500 10px/1.3 'IBM Plex Mono', monospace; text-transform: uppercase; }

.typecode-step-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.typecode-step-grid article { min-height: 285px; }
.content-directory-intro { max-width: 900px; color: #555; font-size: 15px; line-height: 1.7; }
.typecode-category { margin-top: 58px; }
.typecode-category-heading { margin-bottom: 20px; padding-bottom: 16px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 3px solid #111; }
.typecode-category-heading span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.typecode-category-heading h3 { margin: 8px 0 0; font: 700 34px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.typecode-category-heading > a { color: #111; font: 700 14px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.typecode-family-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.typecode-family-grid article { min-height: 330px; padding: 23px; display: flex; flex-direction: column; border: 1px solid #d3d0ca; background: #f8f7f4; }
.typecode-family-head { display: flex; flex-direction: column; gap: 8px; }
.typecode-family-head strong { font: 700 31px/1 'Barlow Condensed', sans-serif; }
.typecode-family-head span { color: #555; font-size: 12px; line-height: 1.45; }
.typecode-family-grid article > p { color: #555; font-size: 13px; line-height: 1.6; }
.typecode-series-links, .typecode-example-links { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.typecode-series-links a, .typecode-example-links a { padding: 6px 8px; border: 1px solid #c8c5bf; background: #fff; color: #222; font: 600 10px/1 'IBM Plex Mono', monospace; text-decoration: none; }
.typecode-example-links a { border-color: #efb5b8; color: #9f1118; }
.typecode-family-cta { margin-top: auto; padding-top: 19px; color: var(--red); font: 700 13px/1.3 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }

.manual-library > section { margin-top: 48px; }
.manual-library > section > h3 { margin: 0 0 18px; font: 700 32px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.manual-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.manual-card-grid article { min-height: 330px; padding: 25px; display: flex; flex-direction: column; border: 1px solid #d3d0ca; background: #f8f7f4; }
.manual-card-grid article > span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; }
.manual-card-grid h4 { margin: 27px 0 14px; font: 700 27px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.manual-card-grid p { color: #555; font-size: 14px; line-height: 1.6; }
.manual-card-grid small { margin-top: auto; color: #777; }
.manual-card-grid article > div { margin-top: 18px; display: flex; flex-direction: column; gap: 8px; }
.manual-card-grid a { color: #111; font: 700 13px/1.3 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.manual-card-grid a:first-child { color: var(--red); }

.location-chooser { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.location-chooser article { min-height: 430px; padding: 34px; display: flex; flex-direction: column; border-top: 6px solid var(--red); background: #f3f1ed; }
.location-chooser h2 { margin: 17px 0 22px; font: 700 40px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.location-chooser p { color: #555; line-height: 1.65; }
.location-chooser strong { margin-top: auto; font-size: 20px; }
.location-chooser span { margin-top: 8px; color: #555; }
.location-chooser a { margin-top: 24px; color: var(--red); font-weight: 700; text-decoration: none; }
.location-detail-grid { display: grid; grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr); gap: 70px; align-items: start; }
.location-detail-grid > article { padding: 34px; display: flex; flex-direction: column; border-top: 6px solid var(--red); background: #f3f1ed; }
.location-detail-grid > article h2 { margin: 17px 0 23px; font: 700 34px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.location-detail-grid > article p, .location-detail-grid > div > p { color: #555; line-height: 1.7; }
.location-detail-grid > article a, .location-detail-grid > article span { margin-top: 11px; color: #111; font-weight: 700; text-decoration: none; }
.location-detail-grid > article .location-map-link { margin-top: 25px; color: var(--red); }

.inventory-category-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.inventory-category-grid > a { min-height: 340px; padding: 25px; display: flex; flex-direction: column; border-top: 6px solid var(--red); background: #f3f1ed; color: #111; text-decoration: none; }
.inventory-category-grid span { color: var(--red); font: 700 11px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.inventory-category-grid strong { margin-top: 35px; font: 700 31px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.inventory-category-grid em { margin-top: 8px; color: #666; font: normal 600 11px/1.4 'IBM Plex Mono', monospace; }
.inventory-category-grid p { color: #555; font-size: 13px; line-height: 1.6; }
.inventory-category-grid b { margin-top: auto; color: var(--red); font: 700 13px/1.3 'Barlow Condensed', sans-serif; text-transform: uppercase; }

.not-found-content { min-height: 590px; padding-top: 105px; padding-bottom: 105px; }
.not-found-content h1 { max-width: 850px; margin: 18px 0 25px; font: 700 clamp(52px, 7vw, 88px)/.9 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.not-found-content > p { max-width: 760px; color: #555; font-size: 18px; line-height: 1.7; }
.not-found-content > div:last-child { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.not-found-content > div:last-child a { padding: 16px 19px; border: 2px solid #111; background: #111; color: #fff; font: 700 14px/1 'Barlow Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.not-found-content > div:last-child a + a { background: transparent; color: #111; }

.catalog-resource-links { padding: 70px 0; background: #eeece7; }
.catalog-resource-links .catalog-wrap > div:last-child { margin-top: 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.catalog-resource-links a { min-height: 170px; padding: 24px; display: flex; flex-direction: column; gap: 26px; border-top: 5px solid var(--red); background: #fff; color: #111; text-decoration: none; }
.catalog-resource-links a span { color: var(--red); font: 700 10px/1 'IBM Plex Mono', monospace; text-transform: uppercase; }
.catalog-resource-links a strong { font: 700 24px/1.1 'Barlow Condensed', sans-serif; text-transform: uppercase; }

@media (max-width: 1050px) {
  .content-link-grid, .inventory-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-resource-links .catalog-wrap > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .typecode-step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .typecode-family-grid, .manual-card-grid, .legacy-manual-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .location-detail-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 620px) {
  .content-link-grid, .inventory-category-grid, .typecode-step-grid, .typecode-family-grid, .manual-card-grid, .legacy-manual-links, .location-chooser { grid-template-columns: 1fr; }
  .typecode-category-heading { align-items: flex-start; flex-direction: column; }
  .content-link-grid > a, .inventory-category-grid > a { min-height: 250px; }
  .location-chooser article { min-height: 390px; padding: 26px; }
  .location-detail-grid > article { padding: 26px; }
  .not-found-content > div:last-child, .not-found-content > div:last-child a { width: 100%; }
  .not-found-content > div:last-child a { text-align: center; }
  .catalog-resource-links .catalog-wrap > div:last-child { grid-template-columns: 1fr; }
}
.inventory-search-section {
  padding: 72px 0 96px;
}

.inventory-search-tool {
  display: grid;
  gap: 26px;
}

.inventory-search-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 48px;
  align-items: center;
  padding: 38px;
  border: 1px solid #d9e1e8;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fafc, #eef3f7);
  box-shadow: 0 18px 50px rgba(16, 36, 52, .08);
}

.inventory-search-panel > div > span {
  display: block;
  margin-bottom: 9px;
  color: #b34725;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.inventory-search-panel h2 {
  margin: 0 0 12px;
  color: #172d3e;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.inventory-search-panel p {
  margin: 0;
  color: #526573;
  line-height: 1.7;
}

.inventory-search-panel form label {
  display: block;
  margin-bottom: 8px;
  color: #1d3446;
  font-size: .82rem;
  font-weight: 800;
}

.inventory-search-panel form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  border: 2px solid #203d52;
  border-radius: 10px;
  background: white;
}

.inventory-search-panel input {
  min-width: 0;
  padding: 16px 17px;
  border: 0;
  outline: 0;
  color: #172d3e;
  font: inherit;
}

.inventory-search-panel form > div:focus-within {
  outline: 3px solid #b90016;
  outline-offset: 4px;
}

.inventory-search-panel button {
  padding: 0 25px;
  border: 0;
  background: #b94726;
  color: white;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.inventory-search-panel form small {
  display: block;
  margin-top: 9px;
  color: #647480;
  line-height: 1.45;
}

.inventory-search-summary {
  display: flex;
  gap: 8px;
  align-items: baseline;
  min-height: 26px;
  color: #536673;
}

.inventory-search-summary strong {
  color: #1b3447;
}

.inventory-search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.inventory-search-results article {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dce3e8;
  border-radius: 13px;
  background: white;
  box-shadow: 0 12px 30px rgba(17, 37, 52, .06);
}

.inventory-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.inventory-result-meta span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #edf2f5;
  color: #536775;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.inventory-search-results h3 {
  overflow-wrap: anywhere;
  margin: 17px 0 9px;
  color: #172f42;
  font-size: 1.07rem;
  line-height: 1.35;
}

.inventory-search-results p {
  margin: 0 0 18px;
  color: #647480;
  font-size: .88rem;
  line-height: 1.55;
}

.inventory-result-stock {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  color: #285f48;
  font-size: .84rem;
}

.inventory-result-stock i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b94726;
  box-shadow: 0 0 0 4px #f7e7e1;
}

.inventory-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.inventory-result-actions a, .inventory-search-empty a {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 7px;
  background: #b94726;
  color: white;
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
}

.inventory-result-actions a.inventory-detail-link {
  background: #1e4057;
}

.inventory-search-empty {
  padding: 44px;
  border: 1px dashed #b9c7d1;
  border-radius: 14px;
  background: #f8fafb;
  text-align: center;
}

.inventory-search-empty h3 {
  margin: 0 0 8px;
  color: #173248;
}

.inventory-search-empty p {
  margin: 0 auto 20px;
  max-width: 680px;
  color: #60727f;
}

.inventory-search-loading {
  height: 220px;
  border-radius: 14px;
  background: linear-gradient(100deg, #eef2f4 20%, #f8fafb 40%, #eef2f4 60%);
  background-size: 200% 100%;
  animation: inventory-loading 1.3s infinite;
}

@media (max-width: 980px) {
  .inventory-search-panel {
    grid-template-columns: 1fr;
  }

  .inventory-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .inventory-search-section {
    padding: 42px 0 68px;
  }

  .inventory-search-panel {
    gap: 28px;
    padding: 24px;
  }

  .inventory-search-panel form > div {
    grid-template-columns: 1fr;
  }

  .inventory-search-panel button {
    min-height: 46px;
  }

  .inventory-search-results {
    grid-template-columns: 1fr;
  }
}
.content-page-compact .content-hero{padding:24px 0 28px;min-height:0;background:#101419}
.content-page-compact .content-hero-grid{display:block;min-height:0;padding-top:0;padding-bottom:0}
.content-page-compact .content-hero h1{font-size:clamp(2rem,4vw,3rem);max-width:none}
.content-page-compact .content-hero p{max-width:760px;font-size:1rem;margin-bottom:0}
.content-page-compact .quote-page-section{display:block;max-width:1000px;padding-top:30px}
.content-page-compact .inventory-search-section{padding-top:30px}
.motor-quote-form>button:disabled{background:#626974;cursor:not-allowed;opacity:1}
.quote-form-options{min-width:0}

.product-id-card{width:100%;padding:30px;min-height:200px;background:#f2f4f6;border:1px solid #d9dee4;border-left:4px solid #b71b28;text-align:left;color:#232930}
.product-id-card>span{position:static!important;display:block!important;background:none!important;color:#626974!important;padding:0!important;font:600 12px/1.5 Arial,sans-serif!important;text-transform:uppercase;letter-spacing:.07em}
.product-id-card>strong{display:block;margin:12px 0;font:700 clamp(1.3rem,2.2vw,2rem)/1.2 Arial,sans-serif;overflow-wrap:anywhere}
.product-id-card>p{color:#4b535e!important;font:400 14px/1.6 Arial,sans-serif;margin:0;max-width:520px}
.verified-product-photo{width:100%;margin:0;text-align:left}
.verified-product-photo img{display:block;width:100%!important;max-width:none!important;height:auto!important;object-fit:contain!important;padding:0!important}
.verified-product-photo figcaption{font:400 13px/1.6 Arial,sans-serif;padding:12px;color:#4b535e;background:#f5f6f8}
.catalog-family-card-image:has(.product-id-card){height:auto;min-height:0;padding:0}
.catalog-family-card-image .product-id-card{min-height:140px;padding:20px;border-left:0;border-top:3px solid #b71b28}
.catalog-family-card-image .product-id-card p{display:none}
.catalog-family-hero-image:has(.product-id-card){padding:0;background:none}
.catalog-image-frame:has(.product-id-card), .catalog-image-frame:has(.verified-product-photo){padding:0;min-height:0;height:auto}
.catalog-family-hero-image:has(.verified-product-photo){padding:0;background:none}
.catalog-family-card-image:has(.verified-product-photo){height:auto;min-height:0;padding:0;overflow:visible}
.product-more{margin-top:12px;margin-bottom:12px;border:1px solid #d5d9df;background:#fff;scroll-margin-top:110px}
.product-more>summary{padding:18px 22px;cursor:pointer;color:#252b33;font:600 17px/1.4 'Barlow',Arial,sans-serif}
.product-more>summary:focus-visible{outline:3px solid #b71924;outline-offset:2px}
.product-more-body{padding:0 22px 20px;color:#4b535e;line-height:1.6}
.product-more-body li{margin:10px 0}
.product-more>section{padding:22px!important;width:100%;background:#f6f7f9}
.product-more>.series-identification, .product-more>.motor-model-options{color:#252b33}
.product-more>.series-identification .catalog-section-head h2, .product-more>.motor-model-options .catalog-section-head h2, .product-more>.motor-model-options .motor-option-columns h3{color:#252b33}
.product-more>.series-identification .series-guide-grid li, .product-more>.motor-model-options .motor-option-columns li, .product-more>.motor-model-options .motor-option-columns p{color:#4b535e}
.product-more>.series-identification .catalog-section-head>p, .product-more>.series-identification .series-guide-grid article>span, .product-more>.series-identification .series-guide-grid li::before, .product-more>.motor-model-options .catalog-section-head>p, .product-more>.motor-model-options .motor-option-columns article>span{color:#b71924}
.product-more>.motor-model-options .motor-option-columns li::before{background:#b71924}
.product-more>.series-identification .series-guide-grid, .product-more>.series-identification .series-guide-grid article, .product-more>.series-identification .series-guide-grid li, .product-more>.motor-model-options .motor-option-columns article, .product-more>.motor-model-options .motor-option-columns li{border-color:#d5d9df}
.product-more section .catalog-wrap{width:100%;max-width:none}
.product-more .catalog-section-head h2{font-size:26px}
.product-more .exact-code-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-contact{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:34px;padding-bottom:34px;margin-top:24px;margin-bottom:24px;border-top:3px solid #d71920;border-bottom:1px solid #d5d9df;scroll-margin-top:110px}
.product-contact h2{margin:0;font:700 30px/1.1 'Barlow Condensed',Arial,sans-serif}
.product-contact p{max-width:500px;margin:10px 0 0;color:#4b535e;line-height:1.6}
.product-contact>div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.product-detailed-link{flex-basis:100%;text-align:right;color:#991921!important;font-weight:600;line-height:1.5}
.product-resource-links{display:flex;flex-wrap:wrap;gap:14px 24px;padding-top:22px;padding-bottom:30px;border-top:1px solid #ddd;font-size:14px;color:#4b535e}
.product-short-overview{padding-top:30px;padding-bottom:24px;max-width:950px}
.product-short-overview h2{margin:0;font:700 30px/1.2 'Barlow Condensed',Arial,sans-serif}
.product-short-overview p{margin:12px 0 0;color:#4b535e;line-height:1.7}
.catalog-detail-grid, .exact-motor-overview{padding-top:36px;padding-bottom:36px;gap:38px}
.catalog-product-grid{min-height:0}
.catalog-product-media{padding:32px 32px 32px 0}
.catalog-product-intro{padding:32px 0 32px 32px}
.catalog-product-intro h1{font-size:clamp(34px,4.3vw,60px);line-height:1}
.catalog-product-intro h2{margin-bottom:16px}
.exact-motor-overview article>p, .catalog-copy>p{font-size:16px;line-height:1.65}
.catalog-family-hero-grid, .motor-model-hero-grid{padding-top:32px;padding-bottom:32px}
.catalog-related, .exact-sibling-section, .motor-model-siblings{padding-top:30px;padding-bottom:30px}
.motor-model-source, .motor-family-source{padding-top:28px;padding-bottom:28px}
.motor-model-specs{padding-top:32px;padding-bottom:32px}
.motor-model-exact, .series-children{padding-top:28px;padding-bottom:28px}
.series-overview{padding-top:30px;padding-bottom:30px}
.motor-family-page .motor-model-table{min-width:0}
.motor-family-page .motor-model-head, .motor-family-page .motor-model-row{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) minmax(180px,.8fr)}
.motor-family-page .motor-series-section{padding-top:28px;padding-bottom:28px}
.motor-family-page .motor-model-row>div{padding:15px}
.motor-family-page .motor-model-table-wrap{max-height:440px}
.catalog-family-hero-grid{min-height:0;padding-top:34px;padding-bottom:34px;gap:36px}
.catalog-family-hero-copy h1{font-size:clamp(34px,4vw,54px);line-height:1.05;max-width:680px}
.catalog-family-hero-copy>p{font-size:17px;line-height:1.6;margin:18px 0}
.catalog-family-hero-image:has(.product-id-card){min-height:0;height:auto}
.catalog-family-hero .product-id-card{min-height:0;padding:24px}
.catalog-family-overview{padding-top:28px;padding-bottom:28px}
.product-more>p, .product-more>ul{margin:0 22px 20px;line-height:1.65;color:#4b535e}
@media(max-width:700px){.product-contact{align-items:stretch;flex-direction:column}.product-contact>div:last-child{justify-content:flex-start}.product-detailed-link{text-align:left}.product-more .exact-code-grid{grid-template-columns:1fr}.catalog-product-media, .catalog-product-intro{padding:24px 0}.motor-family-page .motor-model-head{display:none}.motor-family-page .motor-model-row{grid-template-columns:1fr}.motor-family-page .motor-model-row>div{padding:10px 14px}}
@media(prefers-reduced-motion:reduce){.inventory-search-loading{animation:none}}
.catalog-hub-help{padding:24px;border-left:3px solid #e31e24;background:rgba(255,255,255,.05);display:flex;flex-direction:column;gap:12px}
.catalog-hub-help>strong{font-size:24px;line-height:1.2;color:#fff}
.catalog-hub-help p{font-size:16px;line-height:1.6;margin:0 0 4px;color:#d7dce2}
.catalog-hub-help>a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;text-align:center}
.catalog-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.catalog-hero-actions>a{min-height:48px;display:inline-flex;align-items:center;justify-content:center}

/* Diagnostic references: server-rendered lookup, no client-side library download. */
.fault-section{padding-top:28px;padding-bottom:48px;color:#202832}
.fault-section h2{font-size:clamp(24px,3vw,32px);line-height:1.18;color:#15191e}
.fault-section h3{font-size:23px;line-height:1.25;color:#15191e}
.fault-section p{line-height:1.65;margin:8px 0 14px}
.fault-section a:not(.fault-button){color:#a50d19;text-underline-offset:3px}
.fault-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 18px;background:#c9101d;color:#fff!important;text-decoration:none;font-weight:800;border:2px solid #c9101d;line-height:1.4;text-align:center}
.fault-button:hover{background:#9d0c16;border-color:#9d0c16}
.fault-button.secondary{background:#fff;color:#19212b!important;border-color:#19212b}
.fault-button.secondary:hover{background:#edf1f6}
.fault-search{display:flex;align-items:end;gap:14px;padding:22px;background:#edf1f6;border:1px solid #c8d0da;border-top:4px solid #c9101d}
.fault-search>div{flex:1;min-width:0}.fault-search>.fault-search-input{flex:1.7}
.fault-search label{display:block;font-weight:750;font-size:15px;margin-bottom:6px;color:#202832}
.fault-search input,.fault-search select{width:100%;min-height:48px;padding:10px 12px;border:1px solid #667384;border-radius:0;background:#fff;color:#202832;font:inherit;font-size:16px}
.fault-search button{min-height:48px;background:#c9101d;color:#fff;border:2px solid #c9101d;padding:10px 22px;font:inherit;font-weight:800;cursor:pointer;white-space:nowrap}
.fault-search button:hover{background:#9d0c16}
.fault-section :focus-visible,.fault-button:focus-visible{outline:3px solid #126bc5;outline-offset:4px}
.fault-scope-note{font-size:14px;color:#485466}.fault-clear{display:inline-block;padding:8px 0}
.fault-heading{margin:34px 0 18px;max-width:860px;scroll-margin-top:150px}
.fault-eyebrow{color:#a50d19;font-size:13px;font-weight:750;letter-spacing:.035em}
.fault-doc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.fault-doc-grid>article{border:1px solid #c8d0da;background:#fff;padding:22px;display:flex;flex-direction:column;align-items:start}
.fault-doc-grid h3{margin:10px 0}.fault-doc-grid h3>a{color:#15191e!important;text-decoration:none}
.fault-doc-grid h3>a:hover{text-decoration:underline}.fault-doc-grid p{font-size:15px;flex:1}
.fault-doc-link{font-weight:750;min-height:44px;display:inline-flex;align-items:center}
.fault-results{margin-top:24px}.fault-result{display:flex;gap:20px;justify-content:space-between;padding:18px 0;border-bottom:1px solid #d1d8e1}
.fault-result h3{margin:6px 0;font-family:inherit;font-size:18px}.fault-result>.fault-source-link{flex:none;align-self:center}
.fault-reference-note{padding:20px 24px;background:#f2f5f8;border-left:4px solid #667384;overflow-wrap:anywhere}
.fault-reference-note h2{font-size:23px}.fault-reference-note p{font-size:14px;margin-bottom:6px}
.fault-result-count{font-size:14px;color:#485466}
.fault-entry{display:grid;grid-template-columns:minmax(140px,1fr) minmax(0,4fr);gap:22px;padding:22px;border:1px solid #d1d8e1;border-bottom:0;scroll-margin-top:150px;background:#fff}
.fault-entry:last-child{border-bottom:1px solid #d1d8e1}.fault-entry:nth-child(even){background:#f5f7fa}
.fault-code-label h3{font-family:var(--font-mono),monospace;font-size:22px;overflow-wrap:anywhere;margin:0 0 4px}
.fault-code-label span{font-size:12px;text-transform:capitalize;color:#485466}.fault-entry p{font-size:15px;margin:0 0 8px}
.fault-entry .fault-meaning{font-weight:750;font-size:17px;color:#202832;overflow-wrap:anywhere}
.fault-source-link{display:inline-block;font-size:14px;font-weight:650;padding:6px 0}
.fault-printed-page{display:block;font-size:12px;color:#485466}
.fault-pagination{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:22px 0}.fault-pagination a{padding:12px 16px;border:1px solid #b4beca;min-height:44px}
.fault-contact{margin-top:36px;background:#111923;color:#fff;padding:28px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;border-top:4px solid #c9101d}
.fault-contact h2{color:#fff}.fault-contact p{color:#e2e7ed;margin-bottom:0}.fault-contact-actions{display:flex;flex-direction:column;gap:10px}
.fault-safety{margin:26px 0;padding:22px;background:#f6f1e7;border:1px solid #d2b982}.fault-safety h2{font-size:23px}.fault-safety p{font-size:14px}
.fault-related{padding-top:12px}.fault-related ul{padding-left:20px;columns:2}.fault-related li{padding:8px 0;break-inside:avoid}
@media(max-width:900px){.fault-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fault-search{flex-wrap:wrap}.fault-search>.fault-search-input{flex-basis:100%}.fault-contact{grid-template-columns:1fr}}
@media(max-width:600px){.fault-doc-grid{grid-template-columns:1fr}.fault-search{padding:16px;display:grid;grid-template-columns:1fr}.fault-entry{grid-template-columns:1fr;gap:10px;padding:18px}.fault-code-label{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap}.fault-result{display:block}.fault-contact{padding:22px}.fault-related ul{columns:1}.fault-pagination{font-size:14px}.fault-reference-note{padding:18px}.fault-section{padding-top:20px}}
