:root { --navy: #071c2c; --navy-2: #0b2b44; --blue: #164d73; --orange: #f47b20; --orange-2: #ff9a45; --ink: #172633; --muted: #65727e; --line: #d8e0e6; --paper: #f3f6f8; --white: #fff; --green: #16735b; --shadow: 0 16px 45px rgba(7,28,44,.10); --radius: 16px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; background: var(--paper); color: var(--ink); font: 16px / 1.58 Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
a { color: inherit; }
.preview-bar { height: 30px; padding: 5px 24px; text-align: center; background: rgb(244, 123, 32); color: rgb(7, 28, 44); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.045em; text-transform: uppercase; }
.preview-bar span { margin-left: 22px; font-weight: 650; opacity: 0.78; }
.site-header { height: 82px; background: var(--navy); color: rgb(255, 255, 255); position: sticky; top: 0px; z-index: 50; box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 24px; }
.header-inner { max-width: 1320px; height: 100%; margin: auto; padding: 0px 28px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: var(--orange); color: rgb(255, 255, 255); font-size: 1.45rem; font-weight: 900; box-shadow: rgba(0, 0, 0, 0.13) 0px -3px 0px inset; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 1.27rem; letter-spacing: 0.055em; }
.brand-copy b { color: var(--orange); }
.brand-copy small { margin-top: 5px; color: rgb(159, 180, 196); font-size: 0.66rem; letter-spacing: 0.105em; text-transform: uppercase; }
.site-header nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.site-header nav a { position: relative; text-decoration: none; color: rgb(207, 218, 227); font-size: 0.91rem; font-weight: 700; padding: 30px 0px; }
.site-header nav a:hover, .site-header nav a.active { color: rgb(255, 255, 255); }
.site-header nav a.active::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 17px; height: 2px; background: var(--orange); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0px 19px; border: 0px; border-radius: 7px; background: var(--orange); color: rgb(8, 27, 41); text-decoration: none; font-weight: 900; cursor: pointer; box-shadow: rgba(244, 123, 32, 0.22) 0px 8px 20px; }
.header-cta:hover, .button:hover { background: var(--orange-2); }
.button.secondary { background: transparent; border: 1px solid rgba(255, 255, 255, 0.38); color: rgb(255, 255, 255); box-shadow: none; }
.button.secondary:hover { border-color: rgb(255, 255, 255); }
.button.dark { background: var(--navy); color: rgb(255, 255, 255); box-shadow: none; }
.button.dark:hover { background: var(--blue); }
.menu-toggle { display: none; margin-left: auto; border: 1px solid rgb(84, 112, 135); background: transparent; color: rgb(255, 255, 255); border-radius: 6px; padding: 8px 12px; font-weight: 750; }
#app { min-height: 620px; outline: 0px; }
.wrap { width: min(1264px, 100% - 48px); margin: 0px auto; }
.section { padding: 76px 0px; }
.section.compact { padding: 54px 0px; }
.section.white { background: rgb(255, 255, 255); }
.section.navy { background: var(--navy); color: rgb(255, 255, 255); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 31px; }
.section-head h2 { max-width: 740px; margin: 0px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.13; }
.section-head p { max-width: 530px; margin: 0px; color: var(--muted); }
.eyebrow { margin: 0px 0px 9px; color: var(--orange); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; background: var(--navy); color: rgb(255, 255, 255); padding: 84px 0px 72px; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -230px; top: -315px; border: 110px solid rgba(244, 123, 32, 0.1); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: 9%; bottom: -330px; border: 70px solid rgba(255, 255, 255, 0.055); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 64px; align-items: center; }
.hero h1 { margin: 0px; max-width: 800px; font-size: clamp(2.7rem, 5.4vw, 5.1rem); line-height: 0.99; letter-spacing: -0.045em; }
.hero h1 span { color: var(--orange); }
.hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 24px 0px 29px; color: rgb(191, 208, 220); font-size: 1.11rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-search { margin-top: 31px; display: flex; max-width: 680px; background: rgb(255, 255, 255); padding: 6px; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.28) 0px 16px 42px; }
.hero-search input { height: 48px; flex: 1 1 0%; min-width: 100px; padding: 0px 13px; border: 0px; outline: 0px; color: var(--ink); }
.hero-search button { border: 0px; border-radius: 5px; background: var(--orange); padding: 0px 22px; color: var(--navy); font-weight: 900; cursor: pointer; }
.hero-panel { background: rgba(255, 255, 255, 0.075); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; padding: 28px; backdrop-filter: blur(4px); }
.hero-panel > p { margin: 0px 0px 16px; color: rgb(183, 201, 214); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.stat-stack { display: grid; gap: 1px; background: rgba(255, 255, 255, 0.13); border-radius: 10px; overflow: hidden; }
.stat-row { background: rgb(13, 43, 65); padding: 19px 18px; display: flex; align-items: center; justify-content: space-between; }
.stat-row strong { font-size: 1.7rem; line-height: 1; }
.stat-row span { color: rgb(171, 192, 207); font-size: 0.88rem; }
.verified-note { display: flex; gap: 10px; margin-top: 18px; color: rgb(184, 203, 216); font-size: 0.82rem; }
.verified-note i { width: 9px; height: 9px; margin-top: 6px; border-radius: 50%; background: rgb(69, 189, 146); box-shadow: rgba(69, 189, 146, 0.13) 0px 0px 0px 5px; flex: 0 0 auto; }
.trust-strip { background: rgb(11, 43, 68); color: rgb(255, 255, 255); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 21px 22px; border-left: 1px solid rgba(255, 255, 255, 0.11); }
.trust-item:last-child { border-right: 1px solid rgba(255, 255, 255, 0.11); }
.trust-item strong { display: block; color: rgb(255, 255, 255); font-size: 0.98rem; }
.trust-item span { color: rgb(158, 180, 196); font-size: 0.8rem; }
.family-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; }
.family-card { position: relative; min-height: 285px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: rgb(255, 255, 255); box-shadow: rgba(7, 28, 44, 0.05) 0px 7px 26px; overflow: hidden; text-decoration: none; }
.family-card:first-child { grid-row: span 2; min-height: 588px; background: var(--navy); color: rgb(255, 255, 255); }
.family-card::after { content: ""; position: absolute; width: 180px; height: 180px; border: 35px solid rgba(244, 123, 32, 0.09); border-radius: 50%; right: -72px; bottom: -78px; }
.family-card:hover { transform: translateY(-3px); border-color: rgb(168, 183, 194); box-shadow: var(--shadow); }
.family-card .number { color: var(--orange); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; }
.family-card h3 { position: relative; z-index: 1; margin: 22px 0px 9px; color: var(--navy); font-size: 1.45rem; line-height: 1.18; }
.family-card:first-child h3 { margin-top: 205px; color: rgb(255, 255, 255); font-size: 2rem; }
.family-card p { position: relative; z-index: 1; margin: 0px; color: var(--muted); }
.family-card:first-child p { color: rgb(173, 192, 207); }
.family-card .arrow { position: absolute; z-index: 2; bottom: 27px; left: 29px; color: var(--orange); font-weight: 900; }
.family-card .count { display: inline-block; margin-top: 17px; padding: 5px 9px; border-radius: 20px; background: rgb(238, 243, 246); color: var(--blue); font-size: 0.77rem; font-weight: 850; }
.family-card:first-child .count { background: rgba(255, 255, 255, 0.1); color: rgb(220, 232, 239); }
.service-grid, .industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .industry-card { border: 1px solid var(--line); border-radius: 13px; background: rgb(255, 255, 255); padding: 25px; }
.service-card .icon, .industry-card .icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 9px; background: rgb(255, 242, 232); color: var(--orange); font-size: 1.2rem; font-weight: 900; }
.service-card h3, .industry-card h3 { margin: 0px 0px 9px; color: var(--navy); font-size: 1.13rem; }
.service-card p, .industry-card p { margin: 0px; color: var(--muted); font-size: 0.93rem; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 32px; }
.process div { position: relative; padding: 25px; background: rgb(13, 43, 65); }
.process strong { display: block; margin-bottom: 8px; color: var(--orange); font-size: 0.78rem; letter-spacing: 0.1em; }
.process span { color: rgb(202, 216, 226); font-size: 0.91rem; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border-radius: 16px; background: linear-gradient(120deg,var(--orange),#ff9b49); color: var(--navy); }
.cta-band h2 { margin: 0px 0px 5px; font-size: 1.75rem; }
.cta-band p { margin: 0px; max-width: 700px; }
.cta-band .button { background: var(--navy); color: rgb(255, 255, 255); box-shadow: none; white-space: nowrap; }
.page-hero { padding: 57px 0px; background: var(--navy); color: rgb(255, 255, 255); }
.breadcrumbs { margin-bottom: 18px; color: rgb(143, 170, 188); font-size: 0.8rem; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { margin: 0px; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.05; letter-spacing: -0.035em; }
.page-hero .lead { max-width: 790px; margin: 17px 0px 0px; color: rgb(185, 203, 215); font-size: 1.05rem; }
.catalog-summary { display: flex; gap: 24px; margin-top: 26px; flex-wrap: wrap; }
.catalog-summary div { padding-right: 24px; border-right: 1px solid rgb(54, 82, 104); }
.catalog-summary div:last-child { border: 0px; }
.catalog-summary strong, .catalog-summary span { display: block; }
.catalog-summary strong { font-size: 1.35rem; }
.catalog-summary span { font-size: 0.77rem; color: rgb(152, 175, 191); }
.catalog-shell { padding: 42px 0px 75px; }
.toolbar { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 13px; padding: 18px; background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 12px; box-shadow: rgba(7, 28, 44, 0.04) 0px 6px 20px; }
.toolbar label span { display: block; margin: 0px 0px 5px; color: var(--blue); font-size: 0.78rem; font-weight: 850; }
.toolbar input, .toolbar select, .form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid rgb(185, 197, 206); border-radius: 7px; background: rgb(255, 255, 255); color: var(--ink); }
.toolbar input, .toolbar select, .form-grid input, .form-grid select { height: 47px; padding: 0px 13px; }
.toolbar input:focus, .toolbar select:focus, .form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: rgba(244, 123, 32, 0.2) solid 3px; border-color: var(--orange); }
.result-row { display: flex; justify-content: space-between; align-items: center; margin: 22px 0px 14px; }
.result-row p { margin: 0px; color: var(--muted); }
.pager { display: flex; align-items: center; gap: 12px; }
.pager button { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 7px; padding: 8px 13px; color: var(--blue); font-weight: 750; cursor: pointer; }
.pager button:disabled { opacity: 0.35; cursor: default; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 16px; }
.product-card { display: flex; flex-direction: column; min-height: 390px; border: 1px solid var(--line); border-radius: 12px; background: rgb(255, 255, 255); overflow: hidden; box-shadow: rgba(7, 28, 44, 0.04) 0px 5px 18px; }
.product-card:hover { border-color: rgb(166, 183, 195); box-shadow: rgba(7, 28, 44, 0.1) 0px 13px 32px; }
.product-blank { height: 112px; position: relative; display: flex; align-items: end; padding: 13px 17px; background: linear-gradient(135deg, rgb(237, 242, 245), rgb(248, 250, 251)); border-bottom: 1px solid var(--line); color: rgb(145, 160, 170); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.1em; }
.product-blank::after { content: ""; position: absolute; right: 18px; top: 21px; width: 55px; height: 55px; border: 12px solid rgba(11, 43, 68, 0.055); border-radius: 50%; }
.product-body { display: flex; flex-direction: column; flex: 1 1 0%; padding: 19px; }
.chip { align-self: flex-start; color: var(--orange); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.product-card h2 { margin: 9px 0px 13px; color: var(--navy); font-size: 1.04rem; line-height: 1.34; overflow-wrap: anywhere; }
.spec-mini { display: grid; grid-template-columns: 82px 1fr; gap: 4px 9px; margin: 0px 0px 17px; font-size: 0.83rem; }
.spec-mini dt { color: var(--muted); }
.spec-mini dd { margin: 0px; overflow-wrap: anywhere; }
.view-link { margin-top: auto; text-decoration: none; color: var(--blue); font-weight: 850; font-size: 0.86rem; }
.view-link:hover { color: var(--orange); }
.empty { grid-column: 1 / -1; padding: 50px; text-align: center; border: 1px solid var(--line); border-radius: 12px; background: rgb(255, 255, 255); color: var(--muted); }
.category-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 34px; }
.category-pill { padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: rgb(255, 255, 255); text-decoration: none; }
.category-pill:hover { border-color: var(--orange); }
.category-pill strong { display: block; color: var(--navy); }
.category-pill span { color: var(--muted); font-size: 0.82rem; }
.detail-layout { display: grid; grid-template-columns: minmax(0px, 1fr) 330px; gap: 28px; align-items: start; }
.detail-main, .detail-aside { min-width: 0px; }
.product-title { margin: 0px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; overflow-wrap: anywhere; }
.product-idline { display: flex; gap: 10px; flex-wrap: wrap; margin: 17px 0px 27px; }
.tag { padding: 6px 10px; border-radius: 5px; background: rgb(234, 240, 244); color: var(--blue); font-size: 0.78rem; font-weight: 850; }
.tag.orange { background: rgb(255, 240, 228); color: rgb(191, 87, 9); }
.detail-section { padding: 30px 0px; border-top: 1px solid var(--line); }
.detail-section h2 { margin: 0px 0px 12px; color: var(--navy); font-size: 1.45rem; }
.detail-section h3 { margin: 22px 0px 8px; color: var(--blue); font-size: 1.03rem; }
.detail-section p { margin: 0px 0px 12px; color: rgb(66, 81, 93); }
.specs { width: 100%; border-collapse: collapse; }
.specs th, .specs td { padding: 11px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.specs th { width: 225px; background: rgb(242, 246, 248); color: var(--blue); font-size: 0.85rem; }
.specs td { background: rgb(255, 255, 255); }
.aside-card { position: sticky; top: 132px; padding: 22px; border-radius: 12px; background: var(--navy); color: rgb(255, 255, 255); }
.aside-card h2 { margin: 0px 0px 8px; font-size: 1.25rem; }
.aside-card p { margin: 0px 0px 18px; color: rgb(184, 202, 214); font-size: 0.9rem; }
.aside-card .button { width: 100%; margin-bottom: 11px; }
.aside-card .text-link { display: block; text-align: center; color: rgb(198, 213, 223); font-size: 0.83rem; }
.image-pending { display: grid; place-items: center; min-height: 280px; margin-bottom: 17px; border: 1px dashed rgb(156, 175, 186); border-radius: 10px; background: rgb(240, 244, 246); color: rgb(124, 140, 152); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.12em; text-align: center; }
.kit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.kit-box { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: rgb(248, 250, 251); }
.kit-label { display: inline-block; padding: 5px 9px; border-radius: 999px; background: var(--blue); color: rgb(255, 255, 255); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.07em; }
.kit-label.wet { background: var(--orange); }
.kit-box h3 { overflow-wrap: anywhere; margin: 11px 0px !important; }
.kit-code { color: var(--blue); text-decoration: none; border-bottom: 2px solid var(--orange); font-weight: 900; }
.kit-pending { color: var(--muted); font-style: italic; }
.bom-count { font-size: 0.82rem; font-weight: 850; color: var(--blue) !important; }
.component-codes { list-style: none; margin: 0px; padding: 0px; display: grid; gap: 6px; }
.component-codes li { display: grid; grid-template-columns: minmax(115px, auto) 1fr; gap: 9px; padding: 8px 9px; border: 1px solid var(--line); border-radius: 6px; background: rgb(255, 255, 255); }
.component-codes code { font-weight: 900; color: var(--navy); white-space: nowrap; }
.component-codes span { color: var(--muted); font-size: 0.85rem; }
.notice { padding: 15px 17px; border-left: 4px solid var(--orange); background: rgb(255, 244, 234); color: rgb(72, 55, 40) !important; }
.warning { padding: 14px 16px; border-left: 4px solid rgb(200, 149, 22); background: rgb(255, 249, 233); color: rgb(95, 76, 29) !important; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-card { padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgb(255, 255, 255); text-decoration: none; }
.related-card:hover { border-color: var(--orange); }
.related-card strong { display: block; color: var(--navy); overflow-wrap: anywhere; }
.related-card span { color: var(--muted); font-size: 0.79rem; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.content-card { padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: rgb(255, 255, 255); }
.content-card h2, .content-card h3 { margin-top: 0px; color: var(--navy); }
.content-card p, .content-card li { color: var(--muted); }
.check-list { list-style: none; padding: 0px; margin: 18px 0px; }
.check-list li { position: relative; padding: 7px 0px 7px 29px; }
.check-list li::before { content: "✓"; position: absolute; left: 0px; color: var(--orange); font-weight: 900; }
.application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.application-card { padding: 25px; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-top: 4px solid var(--orange); border-radius: 10px; background: rgb(255, 255, 255); }
.application-card h2 { margin: 0px 0px 8px; color: var(--navy); font-size: 1.2rem; }
.application-card p { margin: 0px; color: var(--muted); }
.form-layout { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 28px; }
.form-card { padding: 29px; border: 1px solid var(--line); border-radius: 14px; background: rgb(255, 255, 255); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: block; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label span { display: block; margin-bottom: 6px; color: var(--blue); font-size: 0.82rem; font-weight: 850; }
.form-grid textarea { min-height: 125px; padding: 12px; resize: vertical; }
.form-grid .button { margin-top: 4px; }
.form-note { font-size: 0.8rem; color: var(--muted); }
.success-message { padding: 16px; margin-top: 18px; border-left: 4px solid var(--green); background: rgb(234, 247, 243); color: rgb(24, 89, 68); font-weight: 750; }
.contact-cards { display: grid; gap: 13px; }
.contact-card { padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: rgb(255, 255, 255); }
.contact-card strong { display: block; color: var(--navy); }
.contact-card span { color: var(--muted); font-size: 0.9rem; }
.data-note { padding: 18px; border: 1px solid rgb(185, 216, 205); border-radius: 10px; background: rgb(238, 249, 245); }
.data-note strong { display: block; color: rgb(20, 93, 73); }
.data-note p { margin: 5px 0px 0px; color: rgb(71, 113, 102); font-size: 0.88rem; }
.site-footer { background: rgb(5, 21, 34); color: rgb(255, 255, 255); padding: 55px 0px 0px; }
.footer-grid { width: min(1264px, 100% - 48px); margin: auto; display: grid; grid-template-columns: 1.45fr 0.75fr 0.8fr 1fr; gap: 48px; }
.footer-brand { margin-bottom: 18px; }
.site-footer p { margin: 0px; color: rgb(158, 178, 192); font-size: 0.88rem; }
.site-footer h2 { margin: 0px 0px 14px; color: rgb(255, 255, 255); font-size: 0.86rem; letter-spacing: 0.09em; text-transform: uppercase; }
.site-footer > div a:not(.brand) { display: block; margin: 8px 0px; text-decoration: none; color: rgb(174, 191, 203); font-size: 0.87rem; }
.site-footer a:hover { color: var(--orange) !important; }
.site-footer .text-link { color: var(--orange) !important; font-weight: 850; }
.footer-bottom { width: min(1264px, 100% - 48px); margin: 42px auto 0px; padding: 19px 0px; border-top: 1px solid rgb(32, 55, 71); display: flex; justify-content: space-between; gap: 20px; color: rgb(114, 139, 155); font-size: 0.73rem; }
@media (max-width: 1050px) {
  .site-header nav { gap: 16px; }
  .header-cta { display: none; }
  .hero-grid { gap: 32px; }
  .family-grid { grid-template-columns: 1fr 1fr; }
  .family-card:first-child { grid-row: auto; min-height: 285px; }
  .family-card:first-child h3 { margin-top: 60px; }
  .service-grid, .industry-grid, .application-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .category-list { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .aside-card { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .aside-card h2, .aside-card p { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .site-header nav { display: none; position: absolute; left: 0px; right: 0px; top: 82px; padding: 12px 24px 18px; background: var(--navy); border-top: 1px solid rgb(40, 70, 92); box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 20px; }
  .site-header nav.open { display: grid; }
  .site-header nav a { padding: 11px 0px; }
  .site-header nav a.active::after { bottom: 4px; }
  .hero { padding: 62px 0px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .toolbar { grid-template-columns: 1fr 1fr; }
  .toolbar .search { grid-column: 1 / -1; }
  .process { grid-template-columns: 1fr 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 13px; }
  .form-layout { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .preview-bar { height: auto; padding: 6px 12px; }
  .preview-bar span { display: none; }
  .site-header { height: 72px; }
  .header-inner { padding: 0px 16px; }
  .site-header nav { top: 72px; }
  .brand-copy small { display: none; }
  .wrap { width: min(100% - 30px, 1264px); }
  .hero { padding: 49px 0px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-search { display: grid; }
  .hero-search button { height: 44px; }
  .section { padding: 55px 0px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgba(255, 255, 255, 0.11); border-image: none; }
  .family-grid, .service-grid, .industry-grid, .application-grid, .catalog-grid, .category-list, .related-grid { grid-template-columns: 1fr; }
  .family-card:first-child { min-height: 315px; }
  .toolbar { grid-template-columns: 1fr; }
  .toolbar .search { grid-column: auto; }
  .result-row { align-items: flex-start; gap: 10px; }
  .pager { flex-wrap: wrap; justify-content: flex-end; }
  .product-card { min-height: 350px; }
  .process { grid-template-columns: 1fr; }
  .cta-band { display: block; }
  .cta-band .button { margin-top: 18px; }
  .page-hero { padding: 43px 0px; }
  .catalog-summary { gap: 13px; }
  .catalog-summary div { padding-right: 13px; }
  .kit-grid { grid-template-columns: 1fr; }
  .component-codes li { grid-template-columns: 1fr; }
  .specs th { width: 40%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .aside-card { display: block; }
  .aside-card .button { margin-top: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 7px 0px; }
}
.product-photo { height: 230px; background: white; border-bottom: 1px solid var(--line); padding: 12px; }
.product-photo img { width: 100%; height: 100%; object-fit: contain; }
.detail-photo { margin: 0px 0px 24px; background: white; border: 1px solid var(--line); border-radius: 12px; padding: 24px; text-align: center; }
.detail-photo img { width: 100%; max-height: 480px; object-fit: contain; }
.detail-photo figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 12px; }
.product-photo { position: relative; }
.photo-status { position: absolute; bottom: 8px; left: 12px; background: rgb(255, 255, 255); padding: 2px 8px; border-radius: 4px; color: rgb(101, 114, 126); font-size: 12px; }
.company-contact a, .site-footer a { overflow-wrap: anywhere; }
.company-contact h3 { color: var(--blue); }
.form-layout aside .content-card + .content-card { margin-top: 20px; }