@theme {
	--color-primary: #ef1b23;
	--color-primary-50: #fff1f2;
	--color-primary-100: #ffe4e6;
	--color-primary-500: #ef1b23;
	--color-primary-600: #d9151d;
	--color-primary-700: #b51218;
	--color-primary-900: #7c0c11;
	--color-secondary: #40506a;
	--color-secondary-50: #f7f9fc;
	--color-secondary-100: #eef2f7;
	--color-secondary-200: #dde4ec;
	--color-secondary-300: #c5ced9;
	--color-secondary-500: #66758b;
	--color-secondary-600: #4d5d73;
	--color-secondary-700: #344156;
	--color-secondary-900: #101b2e;
	--color-neutral: #101b2e;
	--color-background: #ffffff;
	--font-sans: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
	--font-serif: Georgia, "Times New Roman", serif;
	--font-mono: ui-monospace, "SF Mono", Menlo, monospace;
	--text-sm: .875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
	--text-2xl: 1.5rem;
	--text-3xl: 1.875rem;
	--text-4xl: 2.25rem;
	--text-5xl: 3rem;
}

@layer base {
	* { box-sizing: border-box; }
	html { scroll-behavior: smooth; }
	body.atlas-site { margin: 0; background: #fff; color: #101b2e; font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
	body.atlas-site a { color: inherit; text-decoration: none; }
	body.atlas-site img { max-width: 100%; }
}

@layer components {
	.site-shell { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
	.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); border-bottom: 1px solid #e2e7ee; backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(16,27,46,.04); }
	.header-inner { min-height: 100px; display: grid; grid-template-columns: 190px 1fr auto; gap: 30px; align-items: center; }
	.brand { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; min-width: 0; line-height: 1; }
	.brand-text span { color: #101b2e; font-size: 17px; font-weight: 900; letter-spacing: .03em; }
	.brand-text strong { margin-top: 5px; color: #ef1b23; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
	.main-nav { display: flex; justify-content: center; gap: 20px; align-items: center; font-size: 15.5px; font-weight: 900; color: #17243a; }
	.main-nav a { position: relative; padding: 36px 0; white-space: nowrap; }
	.main-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 27px; height: 3px; background: #ef1b23; transition: right .2s ease; }
	.main-nav a:hover:after { right: 0; }
	.header-actions { display: flex; gap: 14px; align-items: center; }
		[x-cloak] { display: none !important; }
		.mobile-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; place-items: center; color: #101b2e; background: #fff; border: 1px solid #d7dee8; border-radius: 6px; cursor: pointer; }
		.mobile-menu-toggle:hover { color: #ef1b23; border-color: #ef1b23; }
		.mobile-menu-toggle:focus-visible { outline: 3px solid rgba(239,27,35,.24); outline-offset: 2px; }
		.mobile-nav { display: none; }
			.mobile-nav[hidden], .menu-icon-open[hidden], .menu-icon-close[hidden] { display: none !important; }
	.lang-switch { display: flex; gap: 7px; align-items: center; font-size: 14px; font-weight: 900; color: #5f6d80; }
	.lang-switch .active { color: #101b2e; }
	.btn { display: inline-flex; min-height: 48px; padding: 0 22px; align-items: center; justify-content: center; border-radius: 6px; font-size: 14px; font-weight: 900; line-height: 1; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
	.btn:hover { transform: translateY(-1px); }
	.btn-primary { background: #ef1b23; color: #fff !important; border: 1px solid #ef1b23; box-shadow: 0 10px 30px rgba(239,27,35,.18); }
	.btn-primary:hover { background: #d9151d; border-color: #d9151d; }
	.btn-ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.72); background: rgba(11,24,42,.18); }
	.btn-ghost:hover { background: rgba(11,24,42,.5); }

	.hero-section { position: relative; min-height: 610px; overflow: hidden; background: #0d1929; }
	.hero-media { position: absolute; inset: 0; background-image: url('https://www.atlastech.ro/wp-content/uploads/2024/02/automotive.jpg'); background-size: cover; background-position: center 52%; transform: scale(1.02); }
	.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,36,.95) 0%, rgba(8,20,36,.83) 38%, rgba(8,20,36,.34) 68%, rgba(8,20,36,.12) 100%); }
	.hero-section:after { content: ""; position: absolute; right: -9vw; top: -28%; width: 38vw; height: 160%; background: rgba(255,255,255,.08); transform: skewX(-14deg); border-left: 1px solid rgba(255,255,255,.16); }
	.hero-content { position: relative; z-index: 2; min-height: 610px; display: flex; align-items: center; }
	.hero-copy { width: min(690px, 64%); padding: 74px 0; }
	.eyebrow { margin: 0 0 14px; color: #ef1b23; text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 900; }
	.eyebrow.light { color: #fff; opacity: .88; }
	.hero-copy h1 { margin: 0; max-width: 760px; color: #fff; font-size: clamp(56px, 7vw, 92px); line-height: .92; letter-spacing: -.045em; text-transform: uppercase; font-weight: 900; }
	.hero-copy h1:after { content: ""; display: block; width: 72px; height: 4px; margin: 26px 0 20px; background: #ef1b23; }
	.hero-lead { max-width: 590px; margin: 0; color: rgba(255,255,255,.9); font-size: 19px; line-height: 1.65; }
	.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

	.benefits-strip { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid #e8edf3; box-shadow: 0 12px 35px rgba(16,27,46,.06); }
	.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
	.benefit { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 22px 26px; border-right: 1px solid #e8edf3; }
	.benefit:first-child { border-left: 1px solid #e8edf3; }
	.icon-dot { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid #cfd7e3; border-radius: 50%; color: #ef1b23; font-size: 11px; font-weight: 900; }
	.benefit strong { display: block; font-size: 15px; margin-bottom: 4px; }
	.benefit small { display: block; color: #77859a; font-size: 12px; }

	.section { padding: 92px 0; }
	.section-soft { background: #f6f8fb; }
	.section-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 36px; }
	.section h2 { margin: 0; max-width: 860px; font-size: clamp(34px, 4vw, 56px); line-height: 1.02; letter-spacing: -.035em; color: #101b2e; }
	.section-intro { max-width: 760px; margin: 18px 0 0; color: #66758b; font-size: 17px; line-height: 1.65; }
	.text-link { padding-bottom: 6px; color: #ef1b23 !important; font-size: 14px; font-weight: 900; white-space: nowrap; }

	.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
	.product-card { position: relative; min-height: 300px; overflow: hidden; background: #fff; border: 1px solid #e2e8f0; transition: transform .22s ease, box-shadow .22s ease; }
	.product-card img { position: relative; display: block; width: 100%; height: 205px; padding: 30px 22px 12px; box-sizing: border-box; object-fit: contain; transition: transform .35s ease; }
	.product-shade { display: none; }
	.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(16,27,46,.16); }
	.product-card:hover img { transform: scale(1.05); }
	.product-index { position: absolute; z-index: 2; top: 18px; left: 18px; color: #506079; font-size: 11px; letter-spacing: .14em; font-weight: 900; background: #f1f4f7; padding: 6px 8px; }
	.product-card h3 { position: relative; z-index: 2; margin: 12px 46px 24px 20px; color: #101b2e; font-size: 20px; line-height: 1.15; letter-spacing: -.015em; }
	.product-arrow { position: absolute; z-index: 2; right: 18px; bottom: 22px; color: #176ba0; font-size: 22px; font-weight: 900; }

	.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
	.industry-card { position: relative; min-height: 340px; overflow: hidden; background: #101b2e; }
	.industry-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
	.industry-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,20,36,.04) 18%, rgba(8,20,36,.93) 100%); }
	.industry-copy { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; }
	.industry-card h3 { margin: 0 0 9px; color: #fff; font-size: 24px; line-height: 1.05; }
	.industry-card p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
	.industry-card:hover img { transform: scale(1.05); }

	.services-section { background: #fff; }
	.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
	.service-card { min-height: 255px; padding: 28px; background: #f7f9fc; border: 1px solid #e4e9ef; }
	.service-no { color: #ef1b23; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
	.service-card h3 { margin: 42px 0 14px; color: #101b2e; font-size: 21px; line-height: 1.15; }
	.service-card p { margin: 0; color: #67758a; line-height: 1.65; font-size: 15px; }

	.clients-section { background: #101b2e; }
	.clients-section .eyebrow { color: #ff666b; }
	.clients-section h2 { color: #fff; }
	.clients-section .section-intro { color: rgba(255,255,255,.7); }
	.clients-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
	.client-card { position: relative; min-height: 210px; overflow: hidden; background: #1a2940; }
	.client-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
	.client-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,20,36,.05) 30%, rgba(8,20,36,.88) 100%); }
	.client-card h3 { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; margin: 0; color: #fff; font-size: 16px; line-height: 1.15; }

	.brands-section { background: #fff; }
	.brand-list { display: grid; grid-template-columns: repeat(5, 1fr); column-gap: 34px; row-gap: 0; margin-top: 34px; border-top: 1px solid #e6eaf0; }
	.brand-list span { padding: 14px 0 13px; border-bottom: 1px solid #e6eaf0; color: #2a394f; font-size: 15px; font-weight: 800; }
	.brand-list span:before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 10px 2px 0; border-radius: 50%; background: #ef1b23; }
	.brand-note { max-width: 920px; margin: 24px 0 0; color: #7a8798; font-size: 12px; line-height: 1.55; }
		.brands-directory-link { margin-top: 24px; }
		.brand-directory-hero { padding: 92px 0 70px; background: #f5f7fa; border-bottom: 1px solid #e3e8ef; }
		.brand-directory-hero h1 { max-width: 900px; margin: 0; color: #101b2e; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
		.brand-directory-hero > .site-shell > p:not(.eyebrow) { max-width: 790px; margin: 22px 0 0; color: #607086; font-size: 18px; line-height: 1.65; }
		.brand-search-wrap { position: relative; max-width: 760px; margin-top: 34px; }
		.brand-search-wrap input { width: 100%; height: 66px; padding: 0 64px 0 22px; border: 2px solid #d9e0e8; border-radius: 5px; background: #fff; color: #101b2e; font: inherit; font-size: 17px; outline: none; }
		.brand-search-wrap input:focus { border-color: #ef1b23; box-shadow: 0 0 0 4px rgba(239,27,35,.08); }
		.brand-search-wrap span { position: absolute; right: 22px; top: 17px; color: #ef1b23; font-size: 28px; }
		.featured-brands { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 20px 0 70px; }
		.featured-brand { min-height: 74px; display: flex; align-items: center; padding: 18px 20px; background: #101b2e; color: #fff !important; font-size: 16px; font-weight: 900; transition: transform .18s ease, background .18s ease; }
		.featured-brand:hover { transform: translateY(-2px); background: #1b2b43; }
		.directory-title-row { display: flex; justify-content: space-between; align-items: end; gap: 28px; padding-bottom: 20px; border-bottom: 2px solid #101b2e; }
		.directory-title-row h2 { margin: 0; font-size: 38px; }
		.alphabet-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
		.alphabet-nav a { min-width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #dce2e9; color: #344156; font-size: 12px; font-weight: 900; }
		.alphabet-nav a:hover { border-color: #ef1b23; color: #ef1b23; }
		.brand-groups { margin-top: 8px; }
		.brand-letter-group { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid #e3e8ef; scroll-margin-top: 120px; }
		.brand-letter { color: #ef1b23; font-size: 48px; line-height: 1; font-weight: 900; }
		.brand-name-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 28px; }
		.brand-name-item { min-height: 48px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #edf0f4; color: #25364d !important; font-size: 15px; font-weight: 800; }
		.brand-name-item span { color: #ef1b23; }
		.brand-name-item:hover { color: #ef1b23 !important; }
		.no-brands { padding: 40px 0; color: #ef1b23; font-size: 18px; font-weight: 900; }
		.brand-rfq { padding: 64px 0; background: #101b2e; }
		.brand-rfq-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
		.brand-rfq h2 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(28px,4vw,46px); line-height: 1.08; }
		.brand-directory-note { padding: 28px 0; background: #f5f7fa; border-top: 3px solid #ef1b23; }
		.brand-directory-note p { max-width: 1000px; margin: 0; color: #7a8798; font-size: 12px; line-height: 1.55; }
			.seo-code-directory { background: #f5f7fa; border-top: 1px solid #e3e8ef; }
			.seo-code-heading { max-width: 850px; }
			.seo-code-heading h2 { margin: 0 0 16px; color: #101b2e; font-size: clamp(34px,5vw,54px); line-height: 1.05; }
			.seo-code-heading > p:last-child { margin: 0; color: #607086; font-size: 17px; line-height: 1.65; }
			.seo-brand-jumps { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 34px; }
			.seo-brand-jumps a { padding: 10px 14px; background: #fff; border: 1px solid #dce2e9; color: #25364d; font-size: 13px; font-weight: 850; }
			.seo-brand-jumps a:hover { border-color: #ef1b23; color: #ef1b23; }
			.seo-brand-sections { display: grid; gap: 14px; }
			.seo-brand-card { scroll-margin-top: 110px; background: #fff; border: 1px solid #dfe5ec; box-shadow: 0 8px 24px rgba(16,27,46,.04); }
			.seo-brand-card summary { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; cursor: pointer; list-style: none; }
			.seo-brand-card summary::-webkit-details-marker { display: none; }
			.seo-brand-card summary > span:first-child { display: grid; gap: 4px; }
			.seo-brand-card summary strong { color: #101b2e; font-size: 21px; }
			.seo-brand-card summary small { color: #7a8798; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
			.seo-details-label { color: #ef1b23; font-size: 13px; font-weight: 850; white-space: nowrap; }
			.seo-brand-card[open] .seo-details-label { font-size: 0; }
			.seo-brand-card[open] .seo-details-label:after { content: "−"; font-size: 22px; }
			.seo-code-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 1px; padding: 1px; background: #e6ebf1; border-top: 1px solid #e6ebf1; }
			.seo-code-item { min-height: 104px; display: flex; flex-direction: column; align-items: flex-start; padding: 18px; background: #fff; color: #25364d !important; }
			.seo-code-item strong { color: #101b2e; font-size: 15px; overflow-wrap: anywhere; }
			.seo-code-item span { margin-top: 5px; color: #68788e; font-size: 12px; }
			.seo-code-item em { margin-top: auto; padding-top: 12px; color: #ef1b23; font-size: 11px; font-style: normal; font-weight: 800; opacity: 0; transition: opacity .16s ease; }
			.seo-code-item:hover em { opacity: 1; }

		.sensor-hero { padding: 58px 0; background: #f5f7fa; border-bottom: 1px solid #e3e8ef; }
			.sensor-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: stretch; }
			.sensor-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 26px 0; }
		.sensor-hero h1 { max-width: 820px; margin: 0; color: #101b2e; font-size: clamp(46px,6vw,72px); line-height: .98; letter-spacing: -.045em; }
			.sensor-hero-image { position: relative; min-height: 390px; margin: 0; overflow: hidden; background: #101b2e; box-shadow: 0 18px 50px rgba(16,27,46,.14); }
			.sensor-hero-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(8,20,36,.55) 100%); }
			.sensor-hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
			.sensor-hero-image figcaption { position: absolute; z-index: 2; left: 14px; bottom: 12px; padding: 5px 8px; background: rgba(8,20,36,.65); color: rgba(255,255,255,.8); font-size: 10px; }
		.sensor-intro { max-width: 820px; margin: 24px 0 32px; color: #607086; font-size: 18px; line-height: 1.65; }
		.sensor-catalog { background: linear-gradient(180deg,#fff 0%,#f7f9fb 100%); }
			.sensor-family { padding: 48px 0 58px; border-bottom: 1px solid #e3e8ef; }
			.sensor-family-banner { position: relative; min-height: 170px; margin-bottom: 18px; overflow: hidden; background: linear-gradient(120deg,#0f1b2d 0%,#182942 100%); }
			.sensor-family-banner:after { content: ""; position:absolute; inset:0; background: linear-gradient(90deg,rgba(8,20,36,.96) 0%,rgba(8,20,36,.78) 48%,rgba(8,20,36,.18) 100%); pointer-events:none; }
			.sensor-family-illustration { position:absolute; z-index:1; right:4%; top:50%; width:360px; height:150px; transform:translateY(-50%); opacity:.96; }
			.sensor-family-illustration:before { content:""; position:absolute; inset:18px 0; border:1px solid rgba(255,255,255,.14); border-radius:80px; }
			.art-ring,.art-line,.art-node { position:absolute; display:block; }
			.art-ring { border:2px solid rgba(255,255,255,.75); border-radius:50%; }
			.art-ring-a { width:92px; height:92px; right:44px; top:28px; }
			.art-ring-b { width:46px; height:46px; right:67px; top:51px; border-color:#ef1b23; }
			.art-line { height:2px; background:rgba(255,255,255,.55); transform-origin:left center; }
			.art-line-a { width:170px; right:125px; top:60px; transform:rotate(-8deg); }
			.art-line-b { width:135px; right:125px; top:92px; transform:rotate(9deg); }
			.art-node { width:14px; height:14px; border-radius:50%; background:#ef1b23; box-shadow:0 0 0 7px rgba(239,27,35,.13); }
			.art-node-a { right:286px; top:49px; }
			.art-node-b { right:248px; top:102px; background:#fff; box-shadow:0 0 0 7px rgba(255,255,255,.08); }
			.art-node-c { right:122px; top:73px; width:10px; height:10px; background:#fff; box-shadow:none; }
			.sensor-art-process .art-ring-a { width:110px; height:110px; right:34px; top:20px; border-radius:16px; }
			.sensor-art-process .art-ring-b { width:12px; height:78px; right:82px; top:36px; border-radius:8px; }
			.sensor-art-process .art-line-a { width:190px; top:48px; }
			.sensor-art-process .art-line-b { width:155px; top:105px; }
			.sensor-art-motion .art-ring-a { width:106px; height:106px; border-style:dashed; }
			.sensor-art-motion .art-ring-b { width:24px; height:24px; right:78px; top:62px; }
			.sensor-art-motion .art-line-a { width:190px; top:75px; transform:rotate(0deg); }
			.sensor-art-condition .art-ring-a { width:128px; height:78px; right:28px; top:37px; border-radius:12px; }
			.sensor-art-condition .art-line-a { width:175px; top:82px; transform:rotate(0deg); background:linear-gradient(90deg,rgba(255,255,255,.2),#ef1b23,rgba(255,255,255,.75)); }
			.sensor-art-condition .art-line-b { width:145px; top:64px; transform:rotate(-18deg); }
			.sensor-art-special .art-ring-a { width:118px; height:118px; right:30px; top:16px; border:2px dotted rgba(255,255,255,.7); }
			.sensor-art-special .art-ring-b { width:58px; height:58px; right:60px; top:46px; }
			.sensor-art-special .art-line-a { width:160px; top:58px; transform:rotate(-14deg); }
			.sensor-art-special .art-line-b { width:160px; top:103px; transform:rotate(14deg); }
		.sensor-family-head { position: relative; z-index: 2; min-height: 170px; display: flex; align-items: center; gap: 22px; padding: 28px 34px; }
		.sensor-family-head span { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 54px; border: 1px solid rgba(255,255,255,.34); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .12em; }
		.sensor-family-head h2 { margin: 0; color: #fff; font-size: clamp(30px,3vw,44px); }
		.sensor-type-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
		.sensor-type-card { min-height: 170px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid #e0e5eb; background: #fff; color: #101b2e !important; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
		.sensor-type-card:hover { transform: translateY(-3px); border-color: #ef1b23; box-shadow: 0 14px 30px rgba(16,27,46,.08); }
		.sensor-card-icon { width: 42px; height: 42px; margin-bottom: auto; display: grid; place-items: center; border-radius: 50%; background: #f3f5f8; border: 1px solid #e1e6ec; }
			.sensor-card-icon span { width: 14px; height: 14px; border: 3px solid #ef1b23; border-radius: 50%; box-shadow: 0 0 0 5px rgba(239,27,35,.08); }
		.sensor-type-card h3 { margin: 22px 0 9px; font-size: 18px; line-height: 1.2; font-weight: 900; color: #101b2e; }
		.sensor-type-card p { margin: 0; color: #7a8798; font-size: 12px; font-weight: 700; }
		.sensor-type-card strong { color: #ef1b23; }
		.sensor-tech-visual { min-height: 390px; position: relative; overflow: hidden; border: 1px solid #dce4eb; border-radius: 28px; background: linear-gradient(145deg,#fff,#eef3f7); box-shadow: 0 22px 55px rgba(9,30,55,.12); }
.sensor-device { position:absolute; left:58px; top:142px; width:190px; height:76px; border-radius:38px 12px 12px 38px; background:linear-gradient(180deg,#24394f,#102338); box-shadow:0 18px 30px rgba(10,28,47,.2); }
.sensor-face { position:absolute; left:-9px; top:7px; width:62px; height:62px; border:7px solid #e31b23; border-radius:50%; background:#fff; box-shadow:inset 0 0 0 7px #dfe6ec; }
.sensor-thread { position:absolute; top:8px; width:5px; height:60px; background:#40566b; border-radius:3px; }.sensor-thread.t1{left:78px}.sensor-thread.t2{left:104px}.sensor-thread.t3{left:130px}
.sensor-beam { position:absolute; left:0; top:0; width:100%; height:100%; }.sensor-beam i { position:absolute; left:35px; width:270px; height:2px; background:linear-gradient(90deg,#ef1b23,rgba(239,27,35,.12)); transform-origin:left center; }.sensor-beam i:nth-child(1){top:155px;transform:rotate(-12deg)}.sensor-beam i:nth-child(2){top:180px}.sensor-beam i:nth-child(3){top:205px;transform:rotate(12deg)}
.sensor-target { position:absolute; right:78px; top:112px; width:74px; height:142px; border-radius:12px; background:#102338; box-shadow:inset 0 -14px 0 rgba(0,0,0,.15); }.sensor-target:before{content:'';position:absolute;inset:16px;border:2px solid #60758a;border-radius:6px}
.sensor-signal { position:absolute; right:45px; padding:8px 11px; border-radius:9px; background:#fff; border:1px solid #dbe3ea; color:#193149; font-size:11px; font-weight:900; box-shadow:0 8px 18px rgba(16,35,56,.08); }.sensor-signal.sig-1{top:36px}.sensor-signal.sig-2{bottom:42px;right:135px}.sensor-signal.sig-3{bottom:42px;right:45px}
.sensor-wire { position:absolute; left:245px; top:178px; width:78px; border-top:3px dashed #e31b23; }
.sensor-help { padding: 70px 0; background: #101b2e; }
@media(max-width:560px){.sensor-tech-visual{min-height:320px}.sensor-device{left:30px;top:125px;transform:scale(.72);transform-origin:left center}.sensor-target{right:34px;top:105px;transform:scale(.82)}.sensor-beam i{width:210px}.sensor-signal{transform:scale(.82)}.sensor-wire{display:none}}
		.sensor-help-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
		.sensor-help h2 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(28px,4vw,44px); line-height: 1.08; }
		@media (max-width: 1050px) { .sensor-hero-grid { grid-template-columns: 1fr; } .sensor-hero-image { min-height: 330px; } .sensor-type-grid { grid-template-columns: repeat(3,1fr); } }
		@media (max-width: 760px) { .sensor-hero { padding: 44px 0; } .sensor-family-head { min-height: 145px; padding: 24px; } .sensor-family-banner { min-height: 145px; } .sensor-type-grid { grid-template-columns: repeat(2,1fr); } .sensor-help-inner { display:block; } .sensor-help .btn { margin-top:28px; } }
		@media (max-width: 520px) { .sensor-type-grid { grid-template-columns: 1fr; } }

	.about-section { padding: 0; background: #0f1b2d; }
	.about-grid { width: 100%; max-width: none; display: grid; grid-template-columns: .96fr 1.04fr; min-height: 650px; }
	.about-visual { position: relative; overflow: hidden; min-height: 650px; margin: 0; background: #17243a; }
	.about-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: saturate(.86) contrast(1.03); }
	.about-visual figcaption { position: absolute; left: 16px; bottom: 13px; z-index: 2; padding: 5px 8px; background: rgba(8,20,36,.62); color: rgba(255,255,255,.74); font-size: 10px; letter-spacing: .02em; }
	.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(34px, 6vw, 90px); color: #fff; }
	.about-copy h2 { color: #fff; max-width: 760px; }
	.about-copy > p:not(.eyebrow) { max-width: 760px; margin: 18px 0 0; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.8); }
	.history-wrap { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
	.history-wrap > strong { display: block; margin-bottom: 18px; font-size: 15px; text-transform: uppercase; letter-spacing: .12em; }
	.history-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
	.history-line span { color: #ef1b23; font-size: 18px; font-weight: 900; }
	.history-line small { display: block; margin-top: 7px; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.35; font-weight: 600; }

	.cta-section { background: #f2f5f8; border-bottom: 1px solid #e4e9ef; }
	.cta-inner { min-height: 300px; padding-top: 56px; padding-bottom: 56px; display: flex; justify-content: space-between; gap: 36px; align-items: center; }
	.cta-inner h2 { margin: 0; max-width: 760px; font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.04em; }
	.cta-inner p:not(.eyebrow) { max-width: 650px; color: #637187; font-size: 17px; line-height: 1.6; }
	.cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 205px; }
	.cta-actions .btn-ghost { color: #101b2e !important; background: #fff; border-color: #cfd7e1; }

	.site-footer { background: #fff; color: #56657a; }
	.footer-grid { min-height: 150px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; align-items: center; gap: 36px; font-size: 13px; }
	.footer-company strong { display: block; color: #101b2e; margin-bottom: 9px; font-size: 14px; }
	.footer-company p { margin: 4px 0; }
	.footer-contact, .footer-legal { display: flex; flex-direction: column; gap: 8px; }
	.footer-contact a, .footer-legal a { color: #344156; font-weight: 700; }
	.footer-legal { text-align: right; align-items: flex-end; }

	@media (max-width: 1180px) {
		.header-inner { grid-template-columns: 165px 1fr auto; gap: 16px; }
		.brand-text span { font-size: 15px; }
		.brand-text strong { font-size: 11px; }
		.main-nav { gap: 13px; font-size: 13.5px; }
		.header-quote { display: none; }
		.product-grid { grid-template-columns: repeat(3, 1fr); }
		.clients-grid { grid-template-columns: repeat(3, 1fr); }
		.brand-list { grid-template-columns: repeat(4, 1fr); }
	}
	@media (max-width: 860px) {
		.site-shell { width: min(100% - 30px, 1220px); }
		.site-header { position: sticky; top: 0; }
		.header-inner { min-height: 82px; grid-template-columns: 1fr auto; }
		.main-nav { display: none; }
		.mobile-menu-toggle { display: inline-grid; }
		.mobile-nav { position: absolute; top: calc(100% + 1px); left: 15px; right: 15px; width: auto; display: grid; grid-template-columns: 1fr; max-height: calc(100vh - 100px); overflow-y: auto; padding: 10px 16px 18px; background: #fff; border: 1px solid #e3e8ef; border-top: 0; border-radius: 0 0 12px 12px; box-shadow: 0 22px 44px rgba(16,27,46,.16); }
		.mobile-nav a { padding: 14px 4px; color: #17243a; border-bottom: 1px solid #edf0f4; font-size: 16px; font-weight: 850; line-height: 1.2; }
		.mobile-nav a:hover, .mobile-nav a:focus-visible { color: #ef1b23; }
		.mobile-nav .mobile-quote { margin-top: 12px; padding: 15px 18px; color: #fff !important; background: #ef1b23; border: 0; border-radius: 6px; text-align: center; }
		.brand-text span { font-size: 16px; }
		.brand-text strong { font-size: 11px; }
		.hero-section, .hero-content { min-height: 540px; }
		.hero-copy { width: 100%; padding: 60px 0; }
		.hero-copy h1 { font-size: clamp(50px, 14vw, 72px); }
		.hero-lead { font-size: 17px; }
		.benefits-grid { grid-template-columns: repeat(2, 1fr); }
		.product-grid { grid-template-columns: repeat(2, 1fr); }
		.industry-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
		.about-grid { grid-template-columns: 1fr; }
		.about-visual { min-height: 420px; max-height: 520px; }
		.history-line { grid-template-columns: repeat(2, 1fr); gap: 20px; }
		.brand-list { grid-template-columns: repeat(3, 1fr); }
		.cta-inner { align-items: flex-start; flex-direction: column; }
		.cta-actions { flex-direction: row; flex-wrap: wrap; }
		.footer-grid { padding: 32px 0; grid-template-columns: 1fr; gap: 18px; }
		.footer-legal { align-items: flex-start; text-align: left; }
	}
	@media (max-width: 560px) {
		.header-actions { gap: 8px; }
		.hero-section, .hero-content { min-height: 500px; }
		.hero-media { background-position: 62% center; }
		.hero-overlay { background: linear-gradient(90deg, rgba(8,20,36,.96) 0%, rgba(8,20,36,.82) 72%, rgba(8,20,36,.58) 100%); }
		.hero-copy h1 { font-size: 46px; }
		.hero-actions { flex-direction: column; align-items: stretch; }
		.benefits-grid { grid-template-columns: 1fr; }
		.benefit { border-left: 1px solid #e8edf3; border-bottom: 1px solid #e8edf3; }
		.section { padding: 66px 0; }
		.section-head { align-items: flex-start; flex-direction: column; }
		.product-grid, .industry-grid, .service-grid, .clients-grid { grid-template-columns: 1fr; }
		.product-card { min-height: 230px; }
		.brand-list { grid-template-columns: repeat(2, 1fr); column-gap: 20px; }
		.about-copy { padding: 48px 24px; }
		.history-line { grid-template-columns: 1fr; }
		.cta-actions { width: 100%; flex-direction: column; }
		.cta-actions .btn { width: 100%; }
	}

	/* Product codes live inside their A-Z manufacturer group. */
	.brand-catalog-card { grid-column: 1 / -1; scroll-margin-top: 110px; border-bottom: 1px solid #edf0f4; background: #fff; }
	.brand-catalog-card summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; color: #25364d; }
	.brand-catalog-card summary::-webkit-details-marker { display: none; }
	.brand-catalog-title { display: flex; align-items: baseline; gap: 10px; }
	.brand-catalog-title strong { font-size: 15px; font-weight: 900; }
	.brand-catalog-title small { color: #7a8798; font-size: 11px; font-weight: 700; }
	.brand-catalog-toggle { color: #ef1b23; font-size: 12px; font-weight: 900; white-space: nowrap; }
	.brand-catalog-card[open] { margin: 10px 0 20px; border: 1px solid #dfe5ec; border-radius: 4px; box-shadow: 0 10px 28px rgba(16,27,46,.06); }
	.brand-catalog-card[open] summary { padding: 0 18px; border-bottom: 1px solid #dfe5ec; }
	.brand-code-search { position: relative; padding: 18px; background: #f5f7fa; border-bottom: 1px solid #dfe5ec; }
	.brand-code-search input { width: 100%; height: 48px; padding: 0 48px 0 15px; border: 1px solid #ccd5e0; border-radius: 4px; background: #fff; color: #101b2e; font: inherit; font-size: 14px; outline: none; }
	.brand-code-search input:focus { border-color: #ef1b23; box-shadow: 0 0 0 3px rgba(239,27,35,.08); }
	.brand-code-search span { position: absolute; right: 34px; top: 27px; color: #ef1b23; font-size: 24px; line-height: 1; pointer-events: none; }
	.brand-code-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; background: #e3e8ef; }
	.brand-code-item { min-width: 0; background: #fff; }
	.brand-code-item > a { height: 100%; display: flex; flex-direction: column; gap: 10px; padding: 18px; color: #25364d !important; }
	.brand-code-item > a:hover { background: #fafbfd; }
	.brand-code-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
	.brand-code-heading strong { overflow-wrap: anywhere; color: #101b2e; font-size: 16px; line-height: 1.3; }
	.brand-code-heading small { color: #607086; font-size: 11px; font-weight: 800; text-align: right; }
	.brand-code-item p { margin: 0; color: #647287; font-size: 12.5px; line-height: 1.55; }
	.brand-code-item em { margin-top: auto; color: #ef1b23; font-size: 11px; font-style: normal; font-weight: 900; }
	.brand-code-item > a:hover strong { color: #ef1b23; }

	/* Individual indexable part-number page. */
	.product-code-hero { padding: 78px 0 68px; background: #f5f7fa; border-bottom: 1px solid #e3e8ef; }
	.product-code-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; color: #7a8798; font-size: 12px; font-weight: 800; }
	.product-code-breadcrumbs a { color: #526176; }
	.product-code-breadcrumbs a:hover { color: #ef1b23; }
	.product-code-hero h1 { max-width: 1000px; margin: 0; overflow-wrap: anywhere; color: #101b2e; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.04em; }
	.product-code-lead { max-width: 920px; margin: 24px 0 0; color: #607086; font-size: 18px; line-height: 1.7; }
	.product-code-facts { max-width: 920px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 34px; background: #dfe5ec; border: 1px solid #dfe5ec; }
	.product-code-facts div { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px; background: #fff; }
	.product-code-facts span { color: #7a8798; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
	.product-code-facts strong { overflow-wrap: anywhere; color: #101b2e; font-size: 16px; }
	.product-code-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 52px; align-items: start; }
	.product-code-copy h2 { margin: 0 0 20px; overflow-wrap: anywhere; color: #101b2e; font-size: clamp(30px, 4vw, 48px); }
	.product-code-copy p:not(.eyebrow) { color: #607086; font-size: 16px; line-height: 1.75; }
	.product-code-copy h3 { margin: 32px 0 14px; color: #101b2e; font-size: 22px; }
	.product-code-copy ul { display: grid; gap: 10px; padding: 0; list-style: none; }
	.product-code-copy li { position: relative; padding-left: 22px; color: #45546a; }
	.product-code-copy li::before { content: ""; position: absolute; left: 0; top: .6em; width: 7px; height: 7px; border-radius: 50%; background: #ef1b23; }
	.product-code-quote { padding: 32px; background: #101b2e; color: #fff; }
	.product-code-quote h2 { margin: 0 0 16px; overflow-wrap: anywhere; color: #fff; font-size: 28px; line-height: 1.1; }
	.product-code-quote p:not(.eyebrow) { margin: 0 0 24px; color: rgba(255,255,255,.72); line-height: 1.65; }
	.product-related-codes { background: #f5f7fa; border-top: 1px solid #e3e8ef; }
	.related-code-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
	.related-code-grid a { min-width: 0; display: flex; flex-direction: column; gap: 6px; padding: 18px; background: #fff; border: 1px solid #dfe5ec; color: #25364d; }
	.related-code-grid strong { overflow-wrap: anywhere; color: #101b2e; font-size: 14px; }
	.related-code-grid span { color: #68768a; font-size: 12px; }
	.related-code-grid a:hover { border-color: #ef1b23; }
	@media (max-width: 900px) {
		.brand-code-grid { grid-template-columns: 1fr; }
		.product-code-layout { grid-template-columns: 1fr; }
		.related-code-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	}
	@media (max-width: 560px) {
		.brand-catalog-toggle { font-size: 0; }
		.brand-catalog-toggle::after { content: "+"; font-size: 18px; }
		.brand-code-heading { flex-direction: column; gap: 5px; }
		.brand-code-heading small { text-align: left; }
		.product-code-hero { padding: 54px 0; }
		.product-code-facts { grid-template-columns: 1fr; }
		.product-code-quote { padding: 26px 22px; }
		.related-code-grid { grid-template-columns: 1fr; }
	}
}

