:root {
	--ink: #1d1d1f;
	--muted: #6e6e73;
	--canvas: #f5f5f7;
	--surface: #ffffff;
	--navy: #061225;
	--navy-soft: #0b1d38;
	--blue: #0071e3;
	--blue-strong: #0066cc;
	--blue-soft: #eaf4ff;
	--line: rgba(29, 29, 31, 0.12);
	--line-strong: rgba(29, 29, 31, 0.2);
	--success: #20845b;
	--radius-lg: 24px;
	--radius-md: 18px;
	--radius-sm: 14px;
	--shadow: 0 12px 32px rgba(24, 42, 74, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--canvas);
	color: var(--ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.58;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.is-menu-open,
body.is-filter-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; color: var(--ink); font-weight: 700; letter-spacing: -0.045em; line-height: 1.04; }
h1 { font-size: clamp(46px, 5.2vw, 72px); }
h2 { font-size: clamp(34px, 3.5vw, 48px); }
h3 { font-size: 21px; }
::selection { background: #b9dcff; color: var(--ink); }

.shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 200; top: -100%; left: 20px; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--ink); }
.skip-link:focus { top: 20px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; line-height: 1.2; text-transform: uppercase; }
.section { padding: 96px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 42px; }
.section-heading--compact { align-items: center; margin-bottom: 34px; }
.section-note, .section-heading__aside { max-width: 360px; margin: 0; color: var(--muted); font-size: 16px; }

.button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 12px 19px;
	border: 1px solid var(--blue);
	border-radius: 999px;
	background: var(--blue);
	color: #fff;
	font-size: 14px;
	font-weight: 650;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.button:hover { border-color: var(--blue-strong); background: var(--blue-strong); box-shadow: 0 8px 20px rgba(0, 113, 227, 0.24); transform: translateY(-1px); }
.button--small { min-height: 42px; padding: 10px 17px; }
.button--secondary, .button--ghost { border-color: rgba(255, 255, 255, 0.38); background: transparent; color: #fff; }
.button--secondary:hover, .button--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.1); box-shadow: none; }
.button--dark { border-color: var(--navy); background: var(--navy); }
.button__icon { width: 17px; height: 17px; filter: invert(1); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 15px; font-weight: 650; text-decoration: none; }
.text-link:hover { color: var(--blue-strong); }
.text-link--light { color: #ddecfb; }
.text-link--light:hover { color: #fff; }
.text-link--light .text-link__icon { filter: invert(1); }
.text-link__icon { width: 17px; height: 17px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.site-header a:focus-visible,
.button:focus-visible,
.text-link:focus-visible,
.category-card:focus-visible,
.contact-card:focus-visible,
.catalog-quick-links a:focus-visible,
.catalog-filter-toggle:focus-visible,
.menu-toggle:focus-visible,
.catalog-filter-close:focus-visible,
.filter-option:focus-within { outline: 3px solid rgba(0, 113, 227, 0.35); outline-offset: 3px; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); background: rgba(6, 18, 37, 0.96); color: #fff; }
.site-header__inner { display: flex; min-height: 72px; align-items: center; gap: 32px; }
.brand { display: inline-flex; color: #fff; text-decoration: none; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-size: 18px; font-weight: 680; letter-spacing: -0.035em; line-height: 1; }
.brand small { color: #a8c4df; font-size: 9px; font-weight: 700; letter-spacing: 0.16em; line-height: 1.2; text-transform: uppercase; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: #f5f7fa; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav .current-menu-item a { color: #80c4ff; }
.site-nav__item--contact { display: none; }
.header-cta { margin-left: 2px; }
.menu-toggle { display: none; align-items: center; gap: 8px; margin-left: auto; padding: 8px 0; border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 14px; font-weight: 650; }
.menu-toggle__icon { width: 18px; height: 18px; filter: invert(1); }

.danny-hero { background: var(--navy); }
.danny-hero__frame { position: relative; overflow: hidden; aspect-ratio: 1672 / 941; background: #071632; }
.danny-hero__frame > picture, .danny-hero__frame > picture > img { display: block; width: 100%; height: 100%; }
.danny-hero__frame > picture > img { object-fit: cover; }
.danny-hero__mobile-copy { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.hero-action { border-top: 1px solid rgba(255, 255, 255, 0.12); background: var(--navy); color: #fff; }
.hero-action__inner { display: flex; min-height: 120px; align-items: center; justify-content: space-between; gap: 32px; }
.hero-action p { display: grid; gap: 4px; max-width: 560px; margin: 0; color: #b7c6d7; font-size: 14px; }
.hero-action p strong { color: #fff; font-size: 18px; font-weight: 650; }
.hero-action__buttons { display: flex; gap: 10px; }

.section--category { background: var(--surface); }
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.category-card { position: relative; display: grid; min-height: 230px; grid-template-columns: 40% 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; color: var(--ink); text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.category-card:hover { border-color: rgba(0, 113, 227, 0.34); box-shadow: var(--shadow); transform: translateY(-2px); }
.category-card__image { width: 100%; height: 100%; object-fit: cover; background: #edf0f3; }
.category-card__content { display: grid; align-content: center; justify-items: start; gap: 10px; padding: 28px; }
.category-card__icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--blue-soft); }
.category-card__icon img { width: 21px; height: 21px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.category-card strong { font-size: 23px; letter-spacing: -0.04em; line-height: 1.1; }
.category-card small { max-width: 270px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.category-card__arrow { position: absolute; right: 24px; bottom: 25px; width: 18px; height: 18px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }

.service-proof { padding: 96px 0; background: var(--canvas); }
.service-proof__heading { max-width: 620px; margin-bottom: 36px; }
.service-proof__heading .eyebrow { margin-bottom: 10px; }
.service-proof__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-proof__items article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.service-proof__items article > img { width: 24px; height: 24px; margin-top: 2px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.service-proof__items h3 { margin-bottom: 9px; font-size: 19px; }
.service-proof__items p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-cta { padding: 78px 0; background: var(--navy); color: #fff; }
.contact-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.contact-cta .eyebrow { color: #79c1ff; }
.contact-cta h2 { margin-bottom: 12px; color: #fff; }
.contact-cta p:last-child { max-width: 580px; margin: 0; color: #b9c8d8; }

.catalog-hero, .about-hero, .contact-hero { background: var(--navy); color: #fff; }
.catalog-hero { padding: 70px 0 54px; }
.catalog-hero h1, .about-hero h1, .contact-hero h1 { color: #fff; }
.catalog-hero > .shell > p:last-child { max-width: 590px; margin: 14px 0 0; color: #b7c8da; }
.supplier-section { padding: 56px 0 54px; background: var(--surface); }
.supplier-section__heading { margin-bottom: 28px; }
.supplier-logo-grid { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--line); }
.supplier-logo { display: flex; min-width: 0; min-height: 82px; align-items: center; justify-content: center; margin: 0; padding: 14px; background: #fff; }
.supplier-logo img { max-width: 98px; max-height: 31px; object-fit: contain; }
.supplier-logo--microchip-1 img, .supplier-logo--texas-instruments-1 img, .supplier-logo--infineon-technologies img { width: 90px; height: 90px; max-width: none; max-height: none; }
.supplier-logo--winbond-electronics-corp img, .supplier-logo--intel img, .supplier-logo--vishay-logo-1 img { max-width: 76px; max-height: 37px; }
.supplier-section__note { max-width: 820px; margin: 15px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.catalog-discovery { padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--canvas); }
.catalog-search { display: flex; max-width: 720px; margin-bottom: 18px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 999px; background: #fff; }
.catalog-search label { flex: 1; }
.catalog-search input { width: 100%; min-width: 0; padding: 0 20px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.catalog-search .button { min-height: 46px; margin: 3px; }
.catalog-quick-links { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
.catalog-quick-links::-webkit-scrollbar { display: none; }
.catalog-quick-links a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #3d4651; font-size: 13px; font-weight: 600; text-decoration: none; }
.catalog-quick-links a:hover { border-color: rgba(0, 113, 227, 0.4); color: var(--blue); }
.catalog-quick-links a.is-active { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-strong); }
.catalog-quick-links img { width: 15px; height: 15px; opacity: 0.72; }
.catalog-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 38px; padding-top: 54px; padding-bottom: 82px; }
.catalog-filter-toggle, .catalog-filter-close { display: none; }
.catalog-filter-backdrop { display: none; }
.catalog-filters { position: sticky; top: 92px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.filter-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.filter-heading h2 { font-size: 18px; }
.filter-heading a { color: var(--blue); font-size: 13px; }
.catalog-filters fieldset { margin: 22px 0 0; padding: 0; border: 0; }
.catalog-filters legend { margin-bottom: 10px; color: #4a5058; font-size: 11px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.filter-option { display: flex; gap: 9px; align-items: flex-start; margin: 10px 0; color: #59616b; font-size: 14px; cursor: pointer; }
.filter-option input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--blue); }
.filter-submit { width: 100%; margin-top: 24px; }
.filter-is-enhanced .filter-submit { display: none; }
.catalog-results__heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.catalog-results__heading p { margin: 0; }
.catalog-results__heading span { color: var(--blue); }
.product-grid { display: grid; gap: 18px; }
.product-grid--catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.product-card:hover { border-color: rgba(0, 113, 227, 0.34); box-shadow: var(--shadow); transform: translateY(-2px); }
.product-card__visual { position: relative; display: block; aspect-ratio: 1 / 0.82; overflow: hidden; background: #eff1f4; }
.product-card__visual > img, .product-card__visual .product-visual, .product-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.product-card__view { position: absolute; right: 14px; bottom: 14px; padding: 7px 9px; border-radius: 999px; background: rgba(6, 18, 37, 0.92); color: #fff; font-size: 11px; font-weight: 650; opacity: 0; transform: translateY(4px); transition: opacity 180ms ease, transform 180ms ease; }
.product-card:hover .product-card__view { opacity: 1; transform: none; }
.product-card__body { padding: 18px; }
.product-card__body .eyebrow { margin-bottom: 8px; color: #557494; font-size: 10px; }
.product-card h3 { overflow-wrap: anywhere; font-size: 20px; }
.product-card h3 a { text-decoration: none; }
.product-card__meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 9px; color: var(--muted); font-size: 12px; }
.product-card__meta p { margin: 0; overflow-wrap: anywhere; }
.product-card__type { text-align: right; }
.empty-state { padding: 58px 24px; border: 1px dashed var(--line-strong); border-radius: var(--radius-md); background: #fff; text-align: center; }
.empty-state h2 { font-size: 28px; }
.pagination { display: flex; gap: 8px; margin-top: 32px; }
.pagination .page-numbers { padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); text-decoration: none; }
.pagination .current { border-color: var(--blue); background: var(--blue); color: #fff; }
.catalog-enquiry { padding: 32px 0; border-top: 1px solid var(--line); background: #fff; }
.catalog-enquiry .shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.catalog-enquiry p { margin: 0; font-weight: 650; }

.about-hero { padding: 100px 0 88px; }
.about-hero .page-heading { max-width: 800px; margin: 0; }
.about-hero .page-heading > p:last-child { max-width: 660px; margin: 18px 0 0; color: #bac9d8; font-size: 19px; }
.about-overview { padding: 92px 0; background: #fff; }
.about-overview__grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 84px; }
.about-overview__copy { max-width: 560px; color: var(--muted); font-size: 18px; }
.about-overview__copy > p { margin-bottom: 30px; }
.about-overview__facts { display: flex; flex-wrap: wrap; gap: 9px; }
.about-overview__facts span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #4e5865; font-size: 12px; font-weight: 600; }
.about-advantages { padding: 92px 0; background: var(--canvas); }
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.advantage-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.advantage-grid article > img { width: 24px; height: 24px; margin-bottom: 30px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.advantage-grid h3 { margin-bottom: 10px; }
.advantage-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.sourcing-process { padding: 92px 0; background: #fff; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li { display: grid; gap: 20px; min-height: 250px; padding: 28px 25px 28px 0; }
.process-list li + li { padding-left: 25px; border-left: 1px solid var(--line); }
.process-list > li > img { width: 24px; height: 24px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.process-list span { display: grid; align-content: start; gap: 8px; }
.process-list b { color: var(--blue); font-size: 12px; letter-spacing: 0.08em; }
.process-list strong { font-size: 18px; letter-spacing: -0.02em; line-height: 1.2; }
.process-list small { color: var(--muted); font-size: 14px; line-height: 1.5; }
.company-details { padding: 60px 0; background: var(--navy); color: #fff; }
.company-details__inner { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.company-details__inner > img { width: 25px; height: 25px; filter: invert(1); }
.company-details .eyebrow { color: #82c6ff; }
.company-details h2 { margin-bottom: 9px; color: #fff; font-size: 27px; }
.company-details p:last-child { max-width: 700px; margin: 0; color: #b7c8d9; font-size: 15px; }

.contact-hero { padding: 84px 0 70px; }
.contact-hero__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.contact-hero__inner > div { max-width: 760px; }
.contact-hero p:last-child { max-width: 620px; margin: 17px 0 0; color: #bac9d8; font-size: 18px; }
.contact-methods { padding: 66px 0; background: #fff; }
.contact-methods > .shell > .eyebrow { margin-bottom: 20px; }
.contact-grid { display: grid; gap: 10px; }
.contact-card { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 18px; width: 100%; min-height: 86px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; color: var(--ink); text-align: left; text-decoration: none; cursor: pointer; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.contact-card:hover { border-color: rgba(0, 113, 227, 0.36); box-shadow: var(--shadow); transform: translateY(-1px); }
.contact-card > img { width: 22px; height: 22px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.contact-card > span { display: grid; gap: 3px; }
.contact-card small { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-card strong { overflow-wrap: anywhere; font-size: 16px; }
.contact-card em { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 13px; font-style: normal; font-weight: 650; white-space: nowrap; }
.contact-card em img { width: 16px; height: 16px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.contact-card--whatsapp { border-color: rgba(32, 132, 91, 0.3); background: #f7fffb; }
.contact-card--whatsapp > img { filter: invert(39%) sepia(24%) saturate(1334%) hue-rotate(105deg) brightness(92%) contrast(84%); }
.contact-card--whatsapp em { color: var(--success); }
.contact-information { padding: 80px 0 92px; background: var(--canvas); }
.contact-information__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr); gap: 90px; }
.contact-information h2 { max-width: 520px; margin-bottom: 26px; }
.enquiry-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: #3f4854; }
.enquiry-list li { display: flex; align-items: flex-start; gap: 10px; }
.enquiry-list img { width: 17px; height: 17px; margin-top: 5px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.contact-address { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.contact-address > img { width: 24px; height: 24px; margin-bottom: 26px; filter: invert(39%) sepia(91%) saturate(1843%) hue-rotate(191deg) brightness(95%) contrast(101%); }
.contact-address h2 { margin-bottom: 14px; font-size: 26px; }
.contact-address p:last-child { margin: 0; color: var(--muted); font-size: 15px; overflow-wrap: anywhere; }
.copy-notice { position: fixed; z-index: 100; right: 20px; bottom: 20px; padding: 11px 15px; border-radius: 12px; background: var(--navy); color: #fff; font-size: 13px; font-weight: 650; opacity: 0; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; pointer-events: none; }
.copy-notice.is-visible { opacity: 1; transform: none; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 26px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--blue); text-decoration: none; }
.product-detail__hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr); gap: 74px; padding-top: 38px; padding-bottom: 80px; }
.product-gallery { display: grid; gap: 12px; }
.product-gallery__stage { display: block; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #eff1f4; }
.product-gallery__stage img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery__thumbs { display: flex; gap: 10px; overflow-x: auto; }
.product-gallery__thumb { flex: 0 0 72px; height: 72px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 10px; background: #eff1f4; cursor: pointer; }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumb.is-active { border-color: var(--blue); }
.product-detail__summary { align-self: center; }
.product-detail__summary h1 { margin-bottom: 10px; font-size: clamp(38px, 4.2vw, 60px); overflow-wrap: anywhere; }
.product-detail__model { margin: 0 0 24px; color: var(--blue); font-size: 15px; font-weight: 700; }
.product-detail__description { color: var(--muted); font-size: 18px; }
.product-detail__facts { display: grid; gap: 1px; margin: 28px 0; background: var(--line); }
.product-detail__facts div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 16px; background: #fff; font-size: 14px; }
.product-detail__facts dt { color: var(--muted); }
.product-detail__facts dd { margin: 0; font-weight: 650; }
.product-detail__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.product-detail__body { padding-bottom: 96px; }
.specification { max-width: 860px; padding-top: 50px; border-top: 1px solid var(--line); }
.specification h2 { margin-bottom: 24px; font-size: 34px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-grid div { padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-grid dt { color: var(--muted); font-size: 12px; }
.spec-grid dd { margin: 4px 0 0; font-weight: 650; }
.manufacturer-link { margin-top: 32px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.manufacturer-link p { margin-bottom: 6px; color: var(--muted); font-size: 13px; }

.page-content { min-height: 58vh; padding-top: 80px; padding-bottom: 96px; }
.page-heading { max-width: 760px; margin-bottom: 40px; }
.page-heading > p:last-child { margin: 14px 0 0; color: var(--muted); font-size: 18px; }
.prose { max-width: 740px; color: #495360; }
.prose a { color: var(--blue); }
.empty-state--page { max-width: 800px; margin-top: 72px; margin-bottom: 96px; }
.site-footer { padding: 64px 0 24px; background: var(--navy); color: #bbc8d7; }
.site-footer__grid { display: grid; grid-template-columns: 1.8fr 0.8fr 1.4fr; gap: 56px; }
.brand--footer { color: #fff; }
.site-footer p { max-width: 340px; margin: 16px 0 0; color: #98acbf; font-size: 13px; }
.site-footer a:not(.brand) { display: block; margin: 8px 0; color: #e7eff7; font-size: 13px; text-decoration: none; }
.site-footer a:not(.brand):hover { color: #84c6ff; }
.footer-label { margin: 0 !important; color: #7d9dbb !important; font-size: 10px !important; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.site-footer__address { max-width: 330px !important; margin-top: 12px !important; font-size: 11px !important; line-height: 1.55; }
.site-footer__base { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.site-footer__base p { margin: 0; font-size: 11px; }
.site-footer__base a { color: #d7e4f0; font-size: 11px; text-decoration: none; }

@media (max-width: 1050px) {
	.product-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.supplier-logo-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
	.catalog-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 26px; }
	.about-overview__grid, .contact-information__grid { gap: 52px; }
	.process-list { grid-template-columns: repeat(2, 1fr); }
	.process-list li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
	.process-list li:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 860px) {
	.shell { width: min(1240px, calc(100% - 48px)); }
	.site-header__inner { min-height: 60px; }
	.header-cta { display: none; }
	.menu-toggle { display: inline-flex; }
	.has-js .site-nav { position: fixed; z-index: 49; top: 60px; right: 0; left: 0; display: block; padding: 16px 24px 22px; border-top: 1px solid rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); background: var(--navy); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
	.has-js .site-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
	.has-js .site-nav__list, html:not(.has-js) .site-nav__list { display: grid; gap: 0; }
	.has-js .site-nav a, html:not(.has-js) .site-nav a { display: block; padding: 12px 0; font-size: 16px; }
	html:not(.has-js) .site-nav { width: 100%; margin-left: 0; padding: 8px 0 14px; }
	.site-nav__item--contact { display: block; }
	.section { padding: 72px 0; }
	.category-grid { gap: 14px; }
	.category-card { min-height: 210px; }
	.service-proof__items, .advantage-grid { grid-template-columns: 1fr; }
	.contact-cta__inner, .contact-hero__inner { align-items: flex-start; flex-direction: column; }
	.catalog-layout { grid-template-columns: 1fr; gap: 18px; }
	.catalog-filter-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: max-content; min-height: 44px; padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: 999px; background: #fff; color: var(--ink); font-size: 14px; font-weight: 650; cursor: pointer; }
	html:not(.has-js) .catalog-filter-toggle { display: none; }
	.catalog-filter-toggle img { width: 17px; height: 17px; }
	.has-js .catalog-filters { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: block; max-height: min(78vh, 700px); overflow-y: auto; padding: 28px 24px calc(24px + env(safe-area-inset-bottom)); border: 0; border-radius: 24px 24px 0 0; box-shadow: 0 -16px 48px rgba(6, 18, 37, 0.24); transform: translateY(calc(100% + 100px)); transition: transform 220ms ease; }
	.has-js .catalog-filters.is-open { transform: none; }
	html:not(.has-js) .catalog-filters { position: static; margin-top: 18px; }
	.catalog-filter-backdrop { position: fixed; z-index: 69; inset: 60px 0 0; display: block; border: 0; background: rgba(6, 18, 37, 0.5); }
	.catalog-filter-backdrop[hidden] { display: none; }
	.catalog-filter-close { display: grid; width: 36px; height: 36px; place-items: center; position: absolute; top: 18px; right: 18px; border: 0; border-radius: 50%; background: var(--canvas); cursor: pointer; }
	.catalog-filter-close img { width: 18px; height: 18px; }
	.catalog-filters::before { content: ""; display: block; width: 38px; height: 4px; margin: -12px auto 24px; border-radius: 999px; background: #c9cdd3; }
	.catalog-search { max-width: none; }
	.about-overview__grid, .contact-information__grid, .product-detail__hero { grid-template-columns: 1fr; gap: 40px; }
	.company-details__inner { grid-template-columns: 32px 1fr; }
	.company-details__inner .button { grid-column: 2; justify-self: start; }
	.site-footer__grid { grid-template-columns: 1.4fr 0.8fr 1.2fr; gap: 30px; }
}

@media (max-width: 600px) {
	body { font-size: 16px; }
	.shell { width: calc(100% - 32px); }
	h1 { font-size: clamp(36px, 10vw, 40px); }
	h2 { font-size: 29px; }
	h3 { font-size: 18px; }
	.eyebrow { font-size: 10px; }
	.section { padding: 56px 0; }
	.section-heading, .section-heading--compact { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 28px; }
	.section-note, .section-heading__aside { font-size: 15px; }
	.danny-hero__frame { aspect-ratio: 0.67 / 1; max-height: 560px; }
	.danny-hero__frame > picture > img { object-position: center; }
	.danny-hero__mobile-copy { position: absolute; inset: 0; display: flex; width: auto; height: auto; clip: auto; overflow: visible; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 13px; padding: 38px 24px; color: #fff; white-space: normal; background: linear-gradient(180deg, rgba(1, 12, 31, 0.54), rgba(1, 12, 31, 0) 62%); }
	.danny-hero__mobile-copy .eyebrow { margin: 0; color: #83c7ff; }
	.danny-hero__mobile-copy h1 { max-width: 310px; margin: 0; color: #fff; font-size: clamp(33px, 9.2vw, 39px); line-height: 1.05; }
	.danny-hero__mobile-copy > p:not(.eyebrow) { max-width: 280px; margin: 0; color: #c7ddf3; font-size: 14px; line-height: 1.48; }
	.danny-hero__mobile-actions { display: grid; width: 100%; gap: 13px; margin-top: 6px; }
	.danny-hero__mobile-actions .button { width: 100%; }
	.danny-hero__mobile-actions .text-link { justify-content: center; min-height: 34px; }
	.hero-action { display: none; }
	.button { min-height: 46px; padding-inline: 14px; font-size: 13px; }
	.category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.category-card { min-height: 232px; grid-template-columns: 1fr; }
	.category-card__image { height: 108px; }
	.category-card__content { gap: 7px; padding: 13px 14px 17px; }
	.category-card__icon { width: 31px; height: 31px; border-radius: 10px; }
	.category-card__icon img { width: 17px; height: 17px; }
	.category-card strong { font-size: 17px; }
	.category-card small { display: none; }
	.category-card__arrow { right: 14px; bottom: 17px; width: 16px; height: 16px; }
	.service-proof { padding: 56px 0; }
	.service-proof__items article { grid-template-columns: 32px 1fr; padding: 20px; }
	.service-proof__items h3 { font-size: 17px; }
	.service-proof__items p { font-size: 13px; }
	.contact-cta { padding: 56px 0; }
	.catalog-hero { padding: 48px 0 38px; }
	.catalog-hero > .shell > p:last-child { font-size: 16px; }
	.supplier-section { padding: 42px 0; }
	.supplier-section__heading { margin-bottom: 22px; }
	.supplier-logo-grid { display: grid; grid-template-rows: repeat(2, 68px); grid-template-columns: none; grid-auto-columns: 112px; grid-auto-flow: column; overflow-x: auto; overflow-y: hidden; border-radius: 14px; scroll-snap-type: x mandatory; }
	.supplier-logo { min-height: auto; padding: 10px; scroll-snap-align: start; }
	.supplier-logo img { max-width: 82px; max-height: 26px; }
	.supplier-logo--microchip-1 img, .supplier-logo--texas-instruments-1 img, .supplier-logo--infineon-technologies img { width: 72px; height: 72px; max-width: none; max-height: none; }
	.supplier-logo--winbond-electronics-corp img, .supplier-logo--intel img, .supplier-logo--vishay-logo-1 img { max-width: 67px; max-height: 30px; }
	.supplier-section__note { margin-top: 12px; font-size: 10px; }
	.catalog-discovery { padding: 24px 0; }
	.catalog-search { border-radius: 18px; }
	.catalog-search input { padding-left: 14px; font-size: 14px; }
	.catalog-search .button { padding-inline: 14px; }
	.catalog-quick-links a { padding: 8px 10px; font-size: 12px; }
	.catalog-layout { padding-top: 28px; padding-bottom: 56px; }
	.catalog-results__heading { margin-bottom: 16px; font-size: 13px; }
	.product-grid--catalog { grid-template-columns: 1fr; gap: 12px; }
	.product-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); min-height: 116px; border-radius: 15px; }
	.product-card__visual { aspect-ratio: auto; height: 100%; min-height: 116px; }
	.product-card__view { display: none; }
	.product-card__body { display: grid; align-content: center; padding: 14px 15px; }
	.product-card__body .eyebrow { margin-bottom: 6px; font-size: 9px; }
	.product-card h3 { font-size: 18px; line-height: 1.1; }
	.product-card__meta { display: flex; flex-wrap: wrap; margin-top: 8px; font-size: 11px; }
	.product-card__type { text-align: left; }
	.catalog-enquiry .shell { align-items: flex-start; flex-direction: column; gap: 7px; }
	.about-hero { padding: 64px 0 56px; }
	.about-hero .page-heading > p:last-child { font-size: 16px; }
	.about-overview, .about-advantages, .sourcing-process { padding: 56px 0; }
	.about-overview__copy { font-size: 16px; }
	.about-overview__facts { gap: 7px; }
	.advantage-grid article { display: grid; grid-template-columns: 30px 1fr; column-gap: 14px; padding: 20px; }
	.advantage-grid article > img { width: 21px; height: 21px; grid-row: span 2; margin: 2px 0 0; }
	.advantage-grid h3 { margin: 0 0 7px; }
	.advantage-grid p { grid-column: 2; font-size: 13px; }
	.process-list { grid-template-columns: 1fr; }
	.process-list li, .process-list li + li, .process-list li:nth-child(3), .process-list li:nth-child(4) { grid-template-columns: 28px 1fr; gap: 14px; min-height: 0; padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; }
	.process-list li:first-child { border-top: 0; }
	.process-list > li > img { width: 21px; height: 21px; }
	.process-list strong { font-size: 16px; }
	.process-list small { font-size: 13px; }
	.company-details { padding: 48px 0; }
	.company-details__inner { gap: 16px; }
	.company-details h2 { font-size: 22px; }
	.company-details p:last-child { font-size: 13px; }
	.contact-hero { padding: 60px 0 50px; }
	.contact-hero p:last-child { font-size: 16px; }
	.contact-hero .button { width: 100%; }
	.contact-methods { padding: 46px 0; }
	.contact-card { grid-template-columns: 29px 1fr; gap: 12px; min-height: 0; padding: 16px; }
	.contact-card > img { width: 20px; height: 20px; }
	.contact-card em { grid-column: 2; font-size: 12px; }
	.contact-information { padding: 56px 0; }
	.contact-information h2 { margin-bottom: 22px; }
	.enquiry-list { gap: 10px; font-size: 14px; }
	.contact-address { padding: 22px; }
	.contact-address > img { margin-bottom: 20px; }
	.contact-address h2 { font-size: 22px; }
	.product-detail__hero { padding-top: 24px; padding-bottom: 50px; }
	.product-detail__actions .button { flex: 1 1 100%; }
	.spec-grid { grid-template-columns: 1fr; }
	.page-content { padding-top: 56px; padding-bottom: 64px; }
	.site-footer { padding-top: 52px; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
	.site-footer__base { display: block; margin-top: 34px; }
	.site-footer__base a { display: inline-block; margin-top: 10px; }
}

@media (max-width: 359px) {
	.product-grid--catalog { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
