/*
 * GHzPCB Industrial
 *
 * Palette taken from the board itself: solder-mask green, ENIG gold, bare
 * copper, silkscreen white and laminate tans. Type: Big Shoulders (display,
 * condensed, like panel markings) and Work Sans (text and data).
 */

/* ---------- Fonts (OFL, bundled) ---------- */
@font-face {
	font-family: "Big Shoulders";
	src: url("../fonts/bigshoulders-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Work Sans";
	src: url("../fonts/worksans-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Work Sans";
	src: url("../fonts/worksans-italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Work Sans";
	src: url("../fonts/worksans-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
	--mask: #0f2e26;
	--mask-deep: #0a221c;
	--mask-2: #174237;
	--gold: #d9a93a;
	--gold-dark: #b8871d;
	--cu: #c47a42;
	--ink: #1a2622;
	--dim: #56645e;
	--line: #d5dbd6;
	--line-soft: #e6eae6;
	--silk: #f4f6f2;
	--white: #fff;
	--on-dark: #e9eee9;
	--on-dark-dim: #a9bab2;

	--lam-tan: #cdbf9f;
	--lam-ceramic: #c9cdc8;
	--lam-ptfe: #e3e5de;
	--lam-fr4: #b7b07a;
	--lam-bond: #bfae89;

	--f-display: "Big Shoulders", "Arial Narrow", "Roboto Condensed", sans-serif;
	--f-text: "Work Sans", "Helvetica Neue", Arial, sans-serif;

	--wrap: 1240px;
	--gut: clamp(18px, 4vw, 40px);
	--r: 3px;
	--header-h: 76px;
	--sec: clamp(56px, 8vw, 104px);
}

/* ---------- Base ---------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	scroll-padding-top: calc(var(--header-h) + 16px);
}
body {
	margin: 0;
	font-family: var(--f-text);
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var(--ink);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
[hidden] {
	display: none !important;
}
img,
svg {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a {
	color: var(--mask-2);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
a:hover {
	color: var(--cu);
}
:focus-visible {
	outline: 3px solid var(--gold);
	outline-offset: 2px;
}
h1,
h2,
h3,
h4 {
	margin: 0 0 .5em;
	line-height: 1.12;
	color: inherit;
}
h1,
h2 {
	font-family: var(--f-display);
	font-weight: 700;
	letter-spacing: .005em;
}
h2 {
	font-size: clamp(1.9rem, 3.2vw, 2.7rem);
	line-height: 1.02;
}
h3 {
	font-size: 1.125rem;
	font-weight: 700;
}
p {
	margin: 0 0 1em;
}
table {
	border-collapse: collapse;
	width: 100%;
}
button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.skip-link {
	position: absolute;
	left: 12px;
	top: -60px;
	z-index: 100;
	padding: 10px 16px;
	background: var(--gold);
	color: var(--ink);
	font-weight: 700;
}
.skip-link:focus {
	top: 12px;
}
.wrap {
	width: 100%;
	max-width: calc(var(--wrap) + var(--gut) * 2);
	margin: 0 auto;
	padding: 0 var(--gut);
}
.narrow {
	max-width: calc(760px + var(--gut) * 2);
}
.site-main:focus {
	outline: 0;
}
.icon {
	flex: none;
}
.is-muted {
	color: var(--dim);
}
.empty {
	padding: 32px 0;
	color: var(--dim);
}

/* ---------- Buttons and links ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 10px 22px;
	border: 1.5px solid transparent;
	border-radius: var(--r);
	font-weight: 700;
	font-size: .98rem;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .15s, color .15s, border-color .15s;
}
.btn .icon {
	width: 18px;
	height: 18px;
}
.btn--lg {
	min-height: 54px;
	padding: 14px 28px;
	font-size: 1.04rem;
}
.btn--block {
	display: flex;
	width: 100%;
}
.btn--gold {
	background: var(--gold);
	color: var(--ink);
}
.btn--gold:hover {
	background: #e7bb52;
	color: var(--ink);
}
.btn--ghost {
	border-color: rgba(233, 238, 233, .55);
	color: var(--on-dark);
}
.btn--ghost:hover {
	border-color: var(--gold);
	color: var(--gold);
}
.btn--line {
	border-color: var(--ink);
	color: var(--ink);
	background: transparent;
}
.btn--line:hover {
	background: var(--ink);
	color: var(--white);
}
.btn--dark {
	background: var(--mask);
	color: var(--white);
}
.btn--dark:hover {
	background: var(--mask-2);
	color: var(--white);
}
.text-link {
	font-weight: 700;
	color: var(--mask-2);
	text-decoration: underline;
	text-decoration-color: var(--gold);
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}
.text-link:hover {
	color: var(--cu);
}
.kicker,
.page-head__kicker,
.card__kicker,
.hero__kicker {
	margin: 0 0 10px;
	font-size: .9rem;
	font-weight: 700;
	color: var(--cu);
}

/* ---------- Topbar ---------- */
.topbar {
	background: var(--mask-deep);
	color: var(--on-dark-dim);
	font-size: .86rem;
}
.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 40px;
}
.topbar__note {
	margin: 0;
}
.topbar__sep {
	margin: 0 10px;
	opacity: .5;
}
.topbar__contact {
	display: flex;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topbar__contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--on-dark);
	text-decoration: none;
}
.topbar__contact a:hover {
	color: var(--gold);
}
.topbar .icon {
	width: 16px;
	height: 16px;
	color: var(--gold);
}

/* ---------- Header and navigation ---------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: var(--white);
	border-bottom: 1px solid var(--line);
	transition: box-shadow .2s;
}
.admin-bar .site-header {
	top: 32px;
}
.site-header.is-stuck {
	box-shadow: 0 1px 0 var(--line), 0 8px 24px rgba(15, 46, 38, .08);
}
.site-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: var(--header-h);
}
.brand,
.custom-logo-link {
	display: block;
	flex: none;
}
.brand img {
	display: block;
	width: auto;
	height: 44px;
}
.custom-logo {
	width: auto;
	max-height: 48px;
}
.site-nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.site-nav .menu {
	display: flex;
	align-items: stretch;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-nav .menu > li {
	position: relative;
	display: flex;
	align-items: center;
}
.site-nav .menu > li > a {
	display: flex;
	align-items: center;
	min-height: var(--header-h);
	padding: 0 12px;
	color: var(--ink);
	font-weight: 700;
	font-size: .96rem;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > .current-menu-item > a,
.site-nav .menu > .current-menu-ancestor > a,
.site-nav .menu > .current-menu-parent > a {
	color: var(--mask-2);
	border-bottom-color: var(--gold);
}
.site-nav .menu-item-has-children > a::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 8px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	opacity: .6;
}
.site-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	min-width: 280px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: var(--white);
	border: 1px solid var(--line);
	border-top: 3px solid var(--gold);
	box-shadow: 0 16px 32px rgba(15, 46, 38, .12);
	visibility: hidden;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity .15s, transform .15s, visibility 0s linear .15s;
}
.site-nav .menu > li:hover > .sub-menu,
.site-nav .menu > li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: none;
	transition-delay: 0s;
}
.site-nav .sub-menu a {
	display: block;
	padding: 8px 20px;
	color: var(--ink);
	font-size: .95rem;
	text-decoration: none;
}
.site-nav .sub-menu a:hover,
.site-nav .sub-menu .current-menu-item > a {
	background: var(--silk);
	color: var(--mask-2);
}
.site-nav .sub-menu li:last-child a {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 1px solid var(--line-soft);
	font-weight: 700;
}
.site-nav__extra,
.sub-toggle,
.nav-toggle {
	display: none;
}
.site-header__cta {
	flex: none;
}

/* ---------- Hero ---------- */
.hero {
	position: relative;
	overflow: hidden;
	background: var(--mask);
	color: var(--on-dark);
}
.hero__grid {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' fill='none' stroke='%23D9A93A' stroke-opacity='.13' stroke-width='2'%3E%3Cpath d='M0 40h80l30 30h40l30-30h60'/%3E%3Cpath d='M0 180h60l30-30v-40'/%3E%3Cpath d='M150 240v-25l35-35h55'/%3E%3Cpath d='M150 0v20'/%3E%3Ccircle cx='90' cy='106' r='5'/%3E%3Ccircle cx='150' cy='24' r='5'/%3E%3Ccircle cx='210' cy='112' r='5'/%3E%3Crect x='24' y='96' width='12' height='18' rx='1'/%3E%3Crect x='48' y='96' width='12' height='18' rx='1'/%3E%3C/svg%3E");
	background-size: 240px 240px;
	-webkit-mask-image: linear-gradient(100deg, rgba(0, 0, 0, .25) 20%, #000 75%);
	mask-image: linear-gradient(100deg, rgba(0, 0, 0, .25) 20%, #000 75%);
}
.hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
	padding-top: clamp(48px, 7vw, 96px);
	padding-bottom: clamp(48px, 7vw, 96px);
}
.hero__kicker {
	color: var(--gold);
}
.hero__title {
	margin: 0 0 24px;
	font-size: clamp(2.6rem, 4.9vw, 4.3rem);
	line-height: .98;
	color: var(--white);
	max-width: 17ch;
}
.hero__lede {
	max-width: 54ch;
	margin-bottom: 32px;
	font-size: 1.15rem;
	color: var(--on-dark);
}
.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 44px;
}
.hero__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid rgba(233, 238, 233, .2);
}
.hero__facts > div {
	padding: 16px 16px 0 0;
}
.hero__facts > div + div {
	padding-left: 16px;
	border-left: 1px solid rgba(233, 238, 233, .2);
}
.hero__facts dt {
	font-size: .82rem;
	color: var(--on-dark-dim);
}
.hero__facts dd {
	margin: 4px 0 0;
	font-weight: 700;
	font-size: 1.3rem;
	color: var(--white);
	font-variant-numeric: tabular-nums;
}
.hero__facts small {
	font-size: .8rem;
	font-weight: 400;
	color: var(--on-dark-dim);
}

/* ---------- Loss explorer (the interactive hero panel) ---------- */
.loss-explorer {
	padding: clamp(22px, 3vw, 32px);
	background: var(--mask-deep);
	border: 1px solid rgba(217, 169, 58, .35);
	border-radius: var(--r);
	box-shadow: 0 30px 60px rgba(0, 0, 0, .25);
}
.loss-explorer__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}
.loss-explorer__label {
	margin: 0;
	font-weight: 700;
	color: var(--on-dark);
}
.loss-explorer__freq {
	margin: 0;
	font-family: var(--f-display);
	font-size: 3.2rem;
	line-height: .9;
	color: var(--gold);
	font-variant-numeric: tabular-nums;
}
.loss-explorer__freq span {
	margin-left: 6px;
	font-size: 1.3rem;
	color: var(--on-dark-dim);
}
.range {
	width: 100%;
	height: 28px;
	margin: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.range::-webkit-slider-runnable-track {
	height: 4px;
	background: linear-gradient(90deg, var(--cu), var(--gold));
	border-radius: 2px;
}
.range::-moz-range-track {
	height: 4px;
	background: linear-gradient(90deg, var(--cu), var(--gold));
	border-radius: 2px;
}
.range::-webkit-slider-thumb {
	width: 22px;
	height: 22px;
	margin-top: -9px;
	background: var(--gold);
	border: 4px solid var(--mask-deep);
	border-radius: 50%;
	box-shadow: 0 0 0 1.5px var(--gold);
	-webkit-appearance: none;
	appearance: none;
}
.range::-moz-range-thumb {
	width: 16px;
	height: 16px;
	background: var(--gold);
	border: 4px solid var(--mask-deep);
	border-radius: 50%;
	box-shadow: 0 0 0 1.5px var(--gold);
}
.loss-explorer__marks {
	position: relative;
	height: 18px;
	margin: 2px 11px 14px;
	font-size: .72rem;
	color: var(--on-dark-dim);
	font-variant-numeric: tabular-nums;
}
.loss-explorer__marks span {
	position: absolute;
	transform: translateX(-50%);
}
.loss-explorer__presets {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
}
.loss-explorer__presets button {
	padding: 5px 11px;
	border: 1px solid rgba(233, 238, 233, .25);
	border-radius: var(--r);
	background: transparent;
	color: var(--on-dark);
	font-size: .84rem;
	cursor: pointer;
}
.loss-explorer__presets button:hover,
.loss-explorer__presets button.is-active {
	border-color: var(--gold);
	color: var(--gold);
}
.loss-explorer__bars {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
.loss-explorer__bars li + li {
	margin-top: 6px;
}
.loss-explorer__bars a {
	display: grid;
	grid-template-columns: 9.5em minmax(0, 1fr) 5.2em;
	align-items: center;
	gap: 12px;
	padding: 6px 0;
	color: var(--on-dark);
	text-decoration: none;
}
.loss-explorer__bars a:hover .le-name {
	color: var(--gold);
}
.le-name {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: .92rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.le-bar {
	height: 12px;
	background: rgba(233, 238, 233, .08);
	border-radius: 1px;
	overflow: hidden;
}
.le-bar i {
	display: block;
	height: 100%;
	background: var(--gold);
	transition: width .35s cubic-bezier(.2, .7, .2, 1);
}
.le-val {
	text-align: right;
	font-size: .92rem;
	font-variant-numeric: tabular-nums;
}
.loss-explorer__bars .is-over .le-bar i {
	background: repeating-linear-gradient(135deg, var(--cu) 0 5px, transparent 5px 9px);
}
.loss-explorer__bars .is-over .le-val {
	color: var(--on-dark-dim);
}
.loss-explorer__note {
	margin: 0 0 12px;
	font-size: .8rem;
	color: var(--on-dark-dim);
}
.loss-explorer__more {
	font-weight: 700;
	font-size: .92rem;
	color: var(--gold);
}
.loss-explorer__more:hover {
	color: var(--white);
}

/* ---------- Brand strip ---------- */
.brand-strip {
	background: var(--mask-2);
	color: var(--on-dark);
}
.brand-strip__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 32px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.brand-strip__label {
	margin: 0;
	font-size: .88rem;
	color: var(--on-dark-dim);
}
.brand-strip__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 36px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.brand-strip__list a {
	font-family: var(--f-display);
	font-size: 1.45rem;
	color: var(--white);
	text-decoration: none;
	letter-spacing: .01em;
}
.brand-strip__list a:hover {
	color: var(--gold);
}

/* ---------- Sections ---------- */
.section {
	padding: var(--sec) 0;
}
.section--tight {
	padding: clamp(36px, 5vw, 64px) 0;
}
.section--silk {
	background: var(--silk);
}
.section--dark {
	background: var(--mask);
	color: var(--on-dark);
}
.section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px 48px;
	margin-bottom: clamp(24px, 3vw, 40px);
}
.section-head__text {
	max-width: 62ch;
}
.section-head h2 {
	margin-bottom: 12px;
}
.section-head p {
	margin: 0;
	color: var(--dim);
}
.section--dark .section-head p {
	color: var(--on-dark-dim);
}
.section-head .text-link {
	flex: none;
	margin-bottom: 4px;
}
.section--dark .text-link {
	color: var(--gold);
}
.section--dark .text-link:hover {
	color: var(--white);
}
.h-sub {
	margin: 0 0 18px;
	font-family: var(--f-display);
	font-size: 1.7rem;
	line-height: 1.05;
}
.split {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: start;
}

/* ---------- Laminate table ---------- */
.mat-table {
	margin-bottom: 8px;
}
.table-tools {
	margin-bottom: 18px;
}
.chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--white);
	color: var(--ink);
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}
.chip:hover {
	border-color: var(--mask-2);
	color: var(--mask-2);
}
.chip.is-active {
	background: var(--mask);
	border-color: var(--mask);
	color: var(--white);
}
.chip span {
	font-weight: 400;
	opacity: .7;
}
.chips--links {
	margin-bottom: 36px;
}
.table-tools__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px 16px;
}
.mini-field {
	display: grid;
	gap: 4px;
	font-size: .84rem;
	color: var(--dim);
}
.mini-field select,
.mini-field input {
	min-width: 170px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--white);
	color: var(--ink);
	font-size: .95rem;
}
.mini-field--grow {
	flex: 1;
}
.mini-field--grow input {
	width: 100%;
}
.table-tools__count {
	margin: 0 0 10px auto;
	font-size: .88rem;
	color: var(--dim);
}
.table-scroll {
	overflow-x: auto;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--white);
}
.data-table {
	font-size: .95rem;
	font-variant-numeric: tabular-nums;
}
.data-table th,
.data-table td {
	padding: 13px 16px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid var(--line-soft);
}
.data-table thead th {
	position: sticky;
	top: 0;
	background: var(--silk);
	color: var(--dim);
	font-size: .84rem;
	font-weight: 700;
	white-space: nowrap;
	border-bottom: 1px solid var(--line);
}
.data-table thead button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	cursor: pointer;
}
.data-table thead button:hover {
	color: var(--ink);
}
.sort-ind {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: .35;
}
[aria-sort="ascending"] .sort-ind {
	opacity: 1;
	transform: rotate(180deg);
}
[aria-sort="descending"] .sort-ind {
	opacity: 1;
}
.data-table .is-num {
	text-align: right;
	white-space: nowrap;
}
.data-table tbody tr:hover {
	background: #fafbf8;
}
.data-table tbody tr:last-child th,
.data-table tbody tr:last-child td {
	border-bottom: 0;
}
.mat-name {
	min-width: 220px;
	font-weight: 400;
}
.mat-name a {
	font-weight: 700;
	color: var(--ink);
	text-decoration: none;
}
.mat-name a:hover {
	color: var(--cu);
	text-decoration: underline;
}
.mat-name small {
	display: block;
	margin: 2px 0 0 26px;
	color: var(--dim);
	font-size: .82rem;
}
.mat-name .swatch {
	margin-right: 10px;
}
.mat-table--compact .data-table th,
.mat-table--compact .data-table td {
	padding: 11px 14px;
}
.mat-table__empty {
	padding: 24px;
	text-align: center;
	color: var(--dim);
	border: 1px dashed var(--line);
	border-top: 0;
}
.table-note {
	margin: 10px 0 0;
	font-size: .84rem;
	color: var(--dim);
}
.swatch {
	display: inline-block;
	flex: none;
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	border-radius: 2px;
	box-shadow: inset 0 -3px 0 var(--cu), inset 0 3px 0 var(--cu);
	background: var(--lam-tan);
}
.swatch--ceramic {
	background-color: var(--lam-ceramic);
}
.swatch--ptfe {
	background-color: var(--lam-ptfe);
}
.swatch--fr4 {
	background-color: var(--lam-fr4);
}
.swatch--bond {
	background-color: var(--lam-bond);
}
.cost-scale {
	display: inline-flex;
	gap: 3px;
	vertical-align: middle;
}
.cost-scale i {
	width: 7px;
	height: 14px;
	background: var(--line);
	border-radius: 1px;
}
.cost-scale i.is-on {
	background: var(--cu);
}
.inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 32px;
	margin-top: 24px;
}
.inline-links__item {
	font-weight: 700;
	color: var(--mask-2);
	text-decoration-color: var(--gold);
	text-decoration-thickness: 2px;
}

/* ---------- Cards ---------- */
.card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 28px);
}
.card {
	min-width: 0;
}
.card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	transition: border-color .15s;
}
.card__link:hover {
	border-color: var(--mask-2);
	color: inherit;
}
.card__media {
	background: var(--silk);
	border-bottom: 1px solid var(--line-soft);
}
.card__img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px 22px 22px;
}
.card__title {
	margin: 0 0 8px;
	font-size: 1.15rem;
	line-height: 1.3;
}
.card__link:hover .card__title {
	text-decoration: underline;
	text-decoration-color: var(--gold);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.card__summary {
	margin: 0 0 16px;
	font-size: .95rem;
	color: var(--dim);
}
.card__meta {
	margin: auto 0 0;
	padding-top: 12px;
	border-top: 1px solid var(--line-soft);
	font-size: .86rem;
	font-weight: 700;
	color: var(--mask-2);
	font-variant-numeric: tabular-nums;
}

/* Components: the drawing is the product, so it gets the space. */
.card-grid--components .card__img,
.card-grid--rf-component .card__img {
	aspect-ratio: 3 / 2;
	object-fit: contain;
	padding: 10px;
}

/* Applications on the dark band. */
.card-grid--apps .card__link {
	background: var(--mask-2);
	border-color: rgba(233, 238, 233, .12);
	color: var(--on-dark);
}
.card-grid--apps .card__link:hover {
	border-color: var(--gold);
}
.card-grid--apps .card__media {
	border-bottom: 0;
}
.card-grid--apps .card__kicker {
	color: var(--gold);
}
.card-grid--apps .card__summary {
	color: var(--on-dark-dim);
}
.card-grid--apps .card__meta {
	color: var(--on-dark);
	border-top-color: rgba(233, 238, 233, .14);
}

/* Articles: text first, drawing as a banner. */
.card-grid--articles .card__img,
.card-grid--engineering-article .card__img {
	aspect-ratio: 16 / 9;
}
.card-grid--articles .card__title,
.card-grid--engineering-article .card__title {
	font-size: 1.22rem;
}
.card-grid--apps-light .card__meta,
.card-grid--application .card__meta {
	color: var(--cu);
}

/* ---------- Tools on the homepage ---------- */
.tool-tiles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
}
.tool-tile {
	display: flex;
	flex-direction: column;
	padding: 28px;
	color: inherit;
	text-decoration: none;
	background: var(--white);
}
.tool-tile + .tool-tile {
	border-left: 1px solid var(--line);
}
.tool-tile img {
	width: 100%;
	margin-bottom: 22px;
	background: var(--silk);
	border-radius: 2px;
}
.tool-tile h3 {
	font-size: 1.2rem;
}
.tool-tile p {
	color: var(--dim);
	font-size: .95rem;
}
.tool-tile__go {
	margin-top: auto;
	font-weight: 700;
	color: var(--mask-2);
	text-decoration: underline;
	text-decoration-color: var(--gold);
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}
.tool-tile:hover {
	background: var(--silk);
	color: inherit;
}
.tool-tile:hover .tool-tile__go {
	color: var(--cu);
}

/* ---------- Capability, process, certifications ---------- */
.spec-table {
	font-size: .96rem;
	background: var(--white);
	border: 1px solid var(--line);
}
.spec-table caption {
	padding-bottom: 8px;
	text-align: left;
	font-weight: 700;
}
.spec-table th,
.spec-table td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--line-soft);
}
.spec-table th {
	width: 38%;
	font-weight: 700;
	color: var(--dim);
	font-size: .9rem;
}
.spec-table tr:last-child th,
.spec-table tr:last-child td {
	border-bottom: 0;
}
.process {
	counter-reset: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.process__step {
	position: relative;
	padding: 0 0 22px 58px;
}
.process__step::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 40px;
	bottom: 4px;
	width: 2px;
	background: var(--line);
}
.process__step:last-child::before {
	display: none;
}
.process__num {
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 2px solid var(--gold);
	border-radius: 50%;
	font-weight: 700;
	font-size: .85rem;
	color: var(--mask);
	background: var(--white);
	font-variant-numeric: tabular-nums;
}
.process__step h3 {
	margin: 8px 0 4px;
	font-size: 1.05rem;
}
.process__step p {
	margin: 0;
	font-size: .94rem;
	color: var(--dim);
}
.cert-band {
	background: var(--silk);
	border-top: 1px solid var(--line);
}
.cert-band__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 40px;
	padding-top: 28px;
	padding-bottom: 28px;
}
.cert-band__text {
	max-width: 52ch;
	margin: 0;
	font-size: .96rem;
	color: var(--dim);
}
.cert-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cert-list li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--white);
	font-size: .88rem;
	font-weight: 700;
}
.cert-list .icon {
	width: 16px;
	height: 16px;
	color: var(--cu);
}
.cert-list--large li {
	padding: 12px 18px;
	font-size: 1rem;
}
.cert-list--large {
	margin-bottom: 40px;
}
.cert-list--small {
	margin-top: 16px;
}
.cert-list--small li {
	padding: 4px 8px;
	font-size: .78rem;
}

/* ---------- CTA band ---------- */
.cta-band {
	background: var(--mask);
	color: var(--on-dark);
	background-image: linear-gradient(90deg, var(--mask) 55%, var(--mask-2));
}
.cta-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) auto;
	align-items: center;
	gap: 32px 64px;
	padding-top: clamp(48px, 6vw, 80px);
	padding-bottom: clamp(48px, 6vw, 80px);
}
.cta-band h2 {
	color: var(--white);
}
.cta-band p {
	max-width: 60ch;
	color: var(--on-dark);
}
.cta-band__steps {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: cta;
	font-size: .92rem;
	color: var(--on-dark-dim);
}
.cta-band__steps li {
	counter-increment: cta;
}
.cta-band__steps li::before {
	content: counter(cta);
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	border: 1px solid var(--gold);
	border-radius: 50%;
	color: var(--gold);
	font-size: .75rem;
	font-weight: 700;
}
.cta-band__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* ---------- Page heads ---------- */
.page-head {
	padding: clamp(28px, 4vw, 48px) 0 clamp(36px, 5vw, 64px);
	background: var(--silk);
	border-bottom: 1px solid var(--line);
}
.page-head--dark {
	background: var(--mask);
	color: var(--on-dark);
	border-bottom: 0;
}
.page-head__title {
	margin: 0 0 16px;
	font-size: clamp(2.4rem, 4.8vw, 3.9rem);
	line-height: 1;
	max-width: 22ch;
}
.page-head--dark .page-head__title {
	color: var(--white);
}
.page-head__lede {
	max-width: 64ch;
	margin: 0;
	font-size: 1.12rem;
	color: var(--dim);
}
.page-head--dark .page-head__lede {
	color: var(--on-dark);
}
.page-head--dark .page-head__kicker {
	color: var(--gold);
}
.page-head__split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
}
.page-head__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.page-head__figure {
	margin: 0;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
}
.page-head--dark .page-head__figure {
	border-color: rgba(233, 238, 233, .15);
}
.page-head__img {
	display: block;
	width: 100%;
}
.page-head--article .page-head__title {
	max-width: 26ch;
}
.crumbs {
	margin-bottom: clamp(20px, 3vw, 36px);
	font-size: .88rem;
}
.crumbs ol {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.crumbs li + li::before {
	content: "/";
	margin: 0 10px;
	opacity: .45;
}
.crumbs a {
	color: var(--dim);
	text-decoration: none;
}
.crumbs a:hover {
	color: var(--cu);
	text-decoration: underline;
}
.crumbs [aria-current] {
	color: var(--ink);
}
.page-head--dark .crumbs a {
	color: var(--on-dark-dim);
}
.page-head--dark .crumbs a:hover {
	color: var(--gold);
}
.page-head--dark .crumbs [aria-current] {
	color: var(--on-dark);
}

/* Laminate chip in the material header: the board cross-section. */
.lam-chip {
	margin: 0;
	padding: 26px;
	background: var(--mask-deep);
	border: 1px solid rgba(217, 169, 58, .3);
	border-radius: var(--r);
}
.lam-chip__stack {
	display: grid;
	margin-bottom: 22px;
}
.lam-chip__cu {
	height: 10px;
	background: var(--cu);
}
.lam-chip__core {
	display: grid;
	place-items: center;
	height: 82px;
	background: var(--lam-tan);
	font-family: var(--f-display);
	font-size: 1.6rem;
	color: rgba(26, 38, 34, .7);
}
.lam-chip__core em {
	font-style: normal;
}
.lam-chip--ceramic .lam-chip__core {
	background: var(--lam-ceramic);
}
.lam-chip--ptfe .lam-chip__core {
	background: var(--lam-ptfe);
}
.lam-chip--fr4 .lam-chip__core {
	background: var(--lam-fr4);
}
.lam-chip--bond .lam-chip__core {
	background: var(--lam-bond);
}
.lam-chip__vals {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 20px;
	margin: 0;
}
.lam-chip__vals dt {
	font-size: .8rem;
	color: var(--on-dark-dim);
}
.lam-chip__vals dd {
	margin: 2px 0 0;
	font-family: var(--f-display);
	font-size: 2rem;
	line-height: 1;
	color: var(--gold);
	font-variant-numeric: tabular-nums;
}
.lam-chip__vals dd.is-text {
	font-family: var(--f-text);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--on-dark);
}

/* ---------- Detail layouts ---------- */
.layout-side {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: clamp(32px, 5vw, 64px);
	align-items: start;
}
.layout-side__aside {
	position: sticky;
	top: calc(var(--header-h) + 24px);
	display: grid;
	gap: 18px;
}
.layout-side--form {
	grid-template-columns: minmax(0, 1fr) 360px;
}
.block + .block {
	margin-top: clamp(36px, 4vw, 52px);
}
.block h2 {
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	margin-bottom: 16px;
}
.block--notes {
	padding: 24px 26px;
	background: var(--silk);
	border-left: 4px solid var(--cu);
}
.block--notes p:last-child {
	margin-bottom: 0;
}
.loss-table th,
.loss-table td {
	padding: 10px 16px;
}
.loss-table tbody th {
	font-weight: 700;
	white-space: nowrap;
}
.loss-table__bar-col {
	width: 45%;
}
.bar {
	display: block;
	height: 10px;
	background: var(--line-soft);
}
.bar i {
	display: block;
	height: 100%;
	background: var(--gold);
}
.loss-table .is-over td,
.loss-table .is-over th {
	color: var(--dim);
}
.loss-table .is-over .bar i {
	background: repeating-linear-gradient(135deg, var(--cu) 0 4px, transparent 4px 8px);
}
.prose {
	max-width: 72ch;
}
.prose h2 {
	margin-top: 1.6em;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}
.prose h3 {
	margin-top: 1.4em;
}
.prose a {
	font-weight: 700;
	text-decoration-color: var(--gold);
	text-decoration-thickness: 2px;
}
.prose ul,
.prose ol {
	padding-left: 1.3em;
}
.prose li + li {
	margin-top: .4em;
}
.prose img {
	border-radius: var(--r);
}
.prose blockquote {
	margin: 1.5em 0;
	padding: 4px 0 4px 20px;
	border-left: 4px solid var(--gold);
	color: var(--dim);
}
.prose table {
	margin: 1.5em 0;
	font-size: .95rem;
}
.prose th,
.prose td {
	padding: 8px 12px;
	border: 1px solid var(--line);
}
.prose > :first-child {
	margin-top: 0;
}
.check-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.check-list li {
	display: flex;
	gap: 12px;
	padding: 14px 16px;
	background: var(--silk);
	border-radius: var(--r);
}
.check-list .icon {
	color: var(--cu);
	margin-top: 3px;
}
.quote-box {
	display: grid;
	gap: 10px;
	padding: 24px;
	background: var(--mask);
	color: var(--on-dark);
	border-radius: var(--r);
}
.quote-box p {
	margin: 0;
	font-size: .95rem;
}
.quote-box__title {
	font-family: var(--f-display);
	font-size: 1.6rem !important;
	line-height: 1.05;
	color: var(--white);
}
.quote-box .btn--line {
	border-color: rgba(233, 238, 233, .45);
	color: var(--on-dark);
}
.quote-box .btn--line:hover {
	background: transparent;
	border-color: var(--gold);
	color: var(--gold);
}
.quote-box__note {
	font-size: .84rem !important;
	color: var(--on-dark-dim);
}
.side-box {
	padding: 22px 24px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--r);
}
.side-box--dark {
	background: var(--mask);
	border-color: var(--mask);
	color: var(--on-dark);
}
.side-box__title {
	margin: 0 0 14px;
	font-weight: 700;
	font-size: 1.02rem;
}
.side-box--dark .side-box__title {
	color: var(--white);
}
.side-box__note {
	margin: 14px 0 0;
	font-size: .86rem;
	color: var(--dim);
}
.side-box--dark .side-box__note {
	color: var(--on-dark-dim);
}
.side-box--dark .process__num {
	background: var(--mask);
	color: var(--gold);
}
.side-box--dark .process__step::before {
	background: rgba(233, 238, 233, .2);
}
.side-box--dark .process__step p {
	color: var(--on-dark-dim);
}
.side-links {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-links a {
	display: block;
	padding: 7px 0;
	font-size: .95rem;
	font-weight: 700;
	color: var(--mask-2);
	text-decoration: none;
	border-bottom: 1px solid var(--line-soft);
}
.side-links a:hover {
	color: var(--cu);
}
.contact-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-list li,
.contact-list a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: inherit;
	text-decoration: none;
	word-break: break-word;
}
.contact-list a:hover {
	color: var(--gold);
}
.contact-list .icon {
	color: var(--gold);
	margin-top: 2px;
}
.tool-links {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tool-links a {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 10px;
	color: inherit;
	text-decoration: none;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--white);
}
.tool-links a:hover {
	border-color: var(--mask-2);
}
.tool-links img {
	width: 84px;
	background: var(--silk);
	border-radius: 2px;
}
.tool-links strong {
	display: block;
	font-size: .96rem;
	line-height: 1.3;
}
.tool-links small {
	display: block;
	margin-top: 2px;
	font-size: .82rem;
	line-height: 1.4;
	color: var(--dim);
}
.section--silk .tool-links,
.block .tool-links {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.related-stack {
	display: grid;
	gap: clamp(48px, 6vw, 80px);
}
.related .section-head h2 {
	font-size: clamp(1.6rem, 2.6vw, 2.1rem);
}
.related__empty {
	margin: 0;
	color: var(--dim);
}
.hub-links ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0;
	margin: clamp(40px, 5vw, 64px) 0 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid var(--ink);
}
.related-stack .hub-links ul {
	margin-top: 0;
}
.hub-links a {
	display: block;
	height: 100%;
	padding: 18px 20px 20px 0;
	color: inherit;
	text-decoration: none;
}
.hub-links li + li a {
	padding-left: 20px;
	border-left: 1px solid var(--line);
}
.hub-links strong {
	display: block;
	margin-bottom: 4px;
	font-size: 1.02rem;
}
.hub-links span {
	display: block;
	font-size: .88rem;
	color: var(--dim);
}
.hub-links a:hover strong {
	color: var(--cu);
	text-decoration: underline;
	text-decoration-color: var(--gold);
}

/* ---------- Hubs ---------- */
.helper-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 32px;
}
.helper {
	display: block;
	padding: 20px 22px;
	color: inherit;
	text-decoration: none;
	border: 1px solid var(--line);
	border-radius: var(--r);
}
.helper strong {
	display: block;
	margin-bottom: 4px;
}
.helper span {
	font-size: .9rem;
	color: var(--dim);
}
.helper:hover {
	border-color: var(--mask-2);
	color: inherit;
}
.helper--gold {
	background: var(--gold);
	border-color: var(--gold);
}
.helper--gold span {
	color: var(--ink);
}
.helper--gold:hover {
	background: #e7bb52;
	border-color: #e7bb52;
}
.term-links {
	margin-top: 48px;
}
.term-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.term-links a {
	font-weight: 700;
}
.term-links span {
	font-weight: 400;
	color: var(--dim);
}
.group + .group {
	margin-top: 56px;
}
.group__title {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--ink);
	font-size: 1.9rem;
}
.feature-row {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 56px);
}
.feature {
	display: block;
	color: inherit;
	text-decoration: none;
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
}
.feature:hover {
	border-color: var(--mask-2);
	color: inherit;
}
.feature__media {
	background: var(--silk);
}
.feature__img {
	display: block;
	width: 100%;
}
.feature__body {
	padding: 28px;
}
.feature__title {
	font-size: clamp(1.8rem, 2.8vw, 2.4rem);
}
.feature-list ol {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	border-top: 2px solid var(--ink);
}
.feature-list li {
	border-bottom: 1px solid var(--line);
}
.feature-list a {
	display: block;
	padding: 16px 0;
	color: inherit;
	text-decoration: none;
}
.feature-list a:hover strong {
	color: var(--cu);
}
.feature-list__meta {
	display: block;
	margin-bottom: 3px;
	font-size: .82rem;
	color: var(--dim);
}
.fact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	border-top: 2px solid var(--ink);
}
.fact-grid > div {
	padding: 20px 0;
	border-bottom: 1px solid var(--line);
}
.fact-grid > div:nth-child(odd) {
	padding-right: 16px;
}
.fact-grid > div:nth-child(even) {
	padding-left: 16px;
	border-left: 1px solid var(--line);
}
.fact-grid dt {
	font-size: .86rem;
	color: var(--dim);
}
.fact-grid dd {
	margin: 4px 0 0;
	font-family: var(--f-display);
	font-size: 2.4rem;
	line-height: 1;
	color: var(--mask);
}
.fact-grid small {
	font-size: 1.1rem;
	color: var(--dim);
}
.article__figure {
	margin: 0 0 32px;
	background: var(--silk);
	border: 1px solid var(--line-soft);
	border-radius: var(--r);
	overflow: hidden;
}
.article__img {
	display: block;
	width: 100%;
}

/* ---------- Tools page ---------- */
.tool-nav {
	position: sticky;
	top: var(--header-h);
	z-index: 40;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}
.admin-bar .tool-nav {
	top: calc(var(--header-h) + 32px);
}
.tool-nav__inner {
	display: flex;
	gap: 4px;
	overflow-x: auto;
}
.tool-nav a {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: none;
	padding: 12px 16px;
	font-weight: 700;
	font-size: .94rem;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
.tool-nav a:hover,
.tool-nav a.is-current {
	border-bottom-color: var(--gold);
	color: var(--mask-2);
}
.tool-nav img {
	width: 44px;
	background: var(--silk);
	border-radius: 2px;
}
.tools-stack {
	display: grid;
	gap: clamp(56px, 7vw, 96px);
}
.tool {
	scroll-margin-top: calc(var(--header-h) + 72px);
}
.tool__head {
	max-width: 66ch;
	margin-bottom: 28px;
}
.tool__head p:last-child {
	margin: 0;
	color: var(--dim);
}
.tool__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
}
.tool__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 18px 16px;
	padding: clamp(22px, 3vw, 32px);
	background: var(--silk);
}
.tool__form--questions {
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
}
.tool__out {
	display: flex;
	flex-direction: column;
	padding: clamp(22px, 3vw, 32px);
	background: var(--mask);
	color: var(--on-dark);
}
.tool__out-title {
	margin: 0 0 12px;
	font-weight: 700;
	color: var(--on-dark-dim);
}
.tool__warn {
	margin: 14px 0 0;
	padding: 10px 14px;
	border-left: 3px solid var(--cu);
	background: rgba(196, 122, 66, .15);
	font-size: .9rem;
}
.tool__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 22px;
	margin-top: auto;
	padding-top: 24px;
}
.tool__out .text-link {
	color: var(--gold);
}
.tool__out .text-link:hover {
	color: var(--white);
}
.tool__note {
	max-width: 90ch;
	margin: 14px 0 0;
	font-size: .84rem;
	color: var(--dim);
}
.field {
	display: grid;
	gap: 6px;
	align-content: start;
}
.field label {
	font-size: .9rem;
	font-weight: 700;
}
.field input,
.field select,
.field textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #c4ccc6;
	border-radius: var(--r);
	background: var(--white);
	font-size: 1rem;
}
.field textarea {
	min-height: 120px;
	resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: var(--mask-2);
	outline: 2px solid rgba(217, 169, 58, .6);
	outline-offset: 0;
}
.field__hint {
	margin: 0;
	font-size: .82rem;
	color: var(--dim);
}
.span-2 {
	grid-column: 1 / -1;
}
.req {
	color: var(--cu);
}
.ms-drawing {
	width: 100%;
	margin-bottom: 18px;
	background: var(--mask-deep);
	border-radius: 2px;
}
.ms-sub {
	fill: var(--lam-tan);
	transition: fill .2s;
}
.ms-gnd,
.ms-trace {
	fill: var(--cu);
}
.ms-trace {
	transition: x .25s, width .25s;
}
.ms-dim {
	stroke: var(--gold);
	stroke-width: 1.2;
}
.ms-txt {
	fill: var(--on-dark);
	font: 700 12px var(--f-text);
}
.ms-txt--in {
	fill: var(--ink);
}
.readout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	background: rgba(233, 238, 233, .12);
	border: 1px solid rgba(233, 238, 233, .12);
}
.readout > div {
	padding: 12px 14px;
	background: var(--mask);
}
.readout dt {
	font-size: .8rem;
	color: var(--on-dark-dim);
}
.readout dd {
	margin: 2px 0 0;
	font-weight: 700;
	font-size: 1.1rem;
	font-variant-numeric: tabular-nums;
	color: var(--white);
}
.readout__main {
	grid-column: 1 / -1;
}
.readout__main dd {
	font-family: var(--f-display);
	font-size: 2.6rem;
	line-height: 1.05;
	color: var(--gold);
}
.question {
	margin: 0;
	padding: 0;
	border: 0;
}
.question legend {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 700;
}
.question__num {
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--mask);
	color: var(--gold);
	font-size: .8rem;
}
.question__opts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}
.opt {
	position: relative;
	cursor: pointer;
}
.opt input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.opt span {
	display: block;
	height: 100%;
	padding: 10px 12px;
	border: 1px solid #c4ccc6;
	border-radius: var(--r);
	background: var(--white);
	font-size: .92rem;
	line-height: 1.35;
}
.opt:hover span {
	border-color: var(--mask-2);
}
.opt input:checked + span {
	border-color: var(--mask);
	background: var(--mask);
	color: var(--white);
	box-shadow: inset 0 -3px 0 var(--gold);
}
.opt input:focus-visible + span {
	outline: 3px solid var(--gold);
	outline-offset: 2px;
}
.shortlist {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: pick;
}
.shortlist__empty {
	color: var(--on-dark-dim);
}
.pick {
	counter-increment: pick;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 4px 14px;
	padding: 14px 16px;
	background: rgba(233, 238, 233, .06);
	border: 1px solid rgba(233, 238, 233, .1);
	border-radius: var(--r);
}
.pick::before {
	content: counter(pick);
	grid-row: span 3;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1.5px solid var(--gold);
	color: var(--gold);
	font-weight: 700;
}
.pick:first-child {
	border-color: var(--gold);
	background: rgba(217, 169, 58, .1);
}
.pick__name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-weight: 700;
}
.pick__name a {
	color: var(--white);
	text-decoration: none;
}
.pick__name a:hover {
	color: var(--gold);
	text-decoration: underline;
}
.pick__score {
	font-size: .82rem;
	color: var(--gold);
	font-variant-numeric: tabular-nums;
}
.pick__bar {
	display: block;
	height: 4px;
	background: rgba(233, 238, 233, .12);
}
.pick__bar i {
	display: block;
	height: 100%;
	background: var(--gold);
	transition: width .3s;
}
.pick__why {
	margin: 0;
	font-size: .86rem;
	color: var(--on-dark-dim);
}
.price {
	margin: 0;
	font-family: var(--f-display);
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	line-height: 1.05;
	color: var(--gold);
	font-variant-numeric: tabular-nums;
}
.price small {
	font-family: var(--f-text);
	font-size: .9rem;
	color: var(--on-dark-dim);
}
.price--total {
	margin: 6px 0 22px;
	font-size: 1.6rem;
	color: var(--white);
}
.cost-split {
	display: flex;
	height: 14px;
	margin-bottom: 14px;
	overflow: hidden;
	border-radius: 1px;
}
.cost-split i {
	display: block;
	height: 100%;
	transition: width .3s;
}
.cost-split__setup {
	background: var(--on-dark-dim);
}
.cost-split__mat {
	background: var(--gold);
}
.cost-split__proc {
	background: var(--cu);
}
.cost-legend {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .88rem;
}
.cost-legend li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.cost-legend i {
	width: 12px;
	height: 12px;
	flex: none;
}
.cost-legend span {
	margin-left: auto;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

/* ---------- Forms ---------- */
.form {
	display: grid;
	gap: 28px;
}
.form__group {
	margin: 0;
	padding: 0;
	border: 0;
}
.form__group legend {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin-bottom: 18px;
	padding: 0 0 12px;
	border-bottom: 2px solid var(--ink);
	font-family: var(--f-display);
	font-size: 1.7rem;
	line-height: 1;
}
.form__step {
	font-family: var(--f-text);
	font-size: .85rem;
	font-weight: 700;
	color: var(--cu);
}
.form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}
.form__context {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 14px 16px;
	background: var(--silk);
	border-left: 4px solid var(--gold);
}
.form__context .icon {
	color: var(--cu);
}
.dropzone {
	position: relative;
}
.dropzone__input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.dropzone__label {
	display: grid;
	justify-items: center;
	gap: 6px;
	padding: 34px 24px;
	text-align: center;
	border: 2px dashed #b9c3bc;
	border-radius: var(--r);
	background: var(--silk);
	transition: border-color .15s, background-color .15s;
}
.dropzone__label .icon {
	width: 30px;
	height: 30px;
	color: var(--cu);
}
.dropzone__label span {
	max-width: 58ch;
	font-size: .9rem;
	color: var(--dim);
}
.dropzone.is-over .dropzone__label,
.dropzone__input:focus-visible + .dropzone__label {
	border-color: var(--gold);
	background: #fbf6e8;
}
.dropzone.has-file .dropzone__label {
	border-style: solid;
	border-color: var(--mask-2);
}
.dropzone__name {
	font-weight: 700;
	color: var(--mask-2) !important;
}
.form__submit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
}
.form__legal {
	flex: 1;
	min-width: 220px;
	margin: 0;
	font-size: .86rem;
	color: var(--dim);
}
.hp {
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.form-notice {
	display: flex;
	gap: 14px;
	margin-bottom: 28px;
	padding: 18px 20px;
	border-radius: var(--r);
	border: 1px solid;
}
.form-notice:focus {
	outline: 3px solid var(--gold);
}
.form-notice--success {
	background: #eaf4ee;
	border-color: #9cc7ae;
}
.form-notice--error {
	background: #fbeee6;
	border-color: #e2a988;
}
.form-notice .icon {
	width: 24px;
	height: 24px;
	margin-top: 2px;
	color: var(--mask-2);
}
.form-notice--error .icon {
	color: var(--cu);
}
.form-notice p {
	margin: 0;
}
.form-notice__title {
	font-weight: 700;
}
.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
	border-color: var(--cu);
}
.search-form {
	display: flex;
	gap: 10px;
	max-width: 620px;
	margin-bottom: 32px;
}
.search-form input {
	flex: 1;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #c4ccc6;
	border-radius: var(--r);
}

/* ---------- Pagination, comments ---------- */
.pagination,
.pager {
	margin-top: 40px;
}
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.page-numbers,
.pager a,
.pager > span {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	color: var(--ink);
	text-decoration: none;
	font-weight: 700;
}
.page-numbers.current {
	background: var(--mask);
	border-color: var(--mask);
	color: var(--white);
}
.page-numbers:hover {
	border-color: var(--mask-2);
}
.page-numbers.dots {
	border: 0;
}
.post-navigation .nav-links {
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}
.comments {
	margin-top: 48px;
}
.comment-list {
	padding: 0;
	list-style: none;
}
.comment-list .comment {
	padding: 16px 0;
	border-bottom: 1px solid var(--line-soft);
}
.comment-form input:not([type="submit"]):not([type="checkbox"]),
.comment-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #c4ccc6;
	border-radius: var(--r);
}

/* ---------- Footer ---------- */
.site-footer {
	background: var(--mask-deep);
	color: var(--on-dark-dim);
	font-size: .94rem;
}
.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr));
	gap: 40px 32px;
	padding-top: clamp(48px, 6vw, 80px);
	padding-bottom: 48px;
}
.site-footer .brand img {
	height: 46px;
}
.site-footer__tagline {
	max-width: 40ch;
	margin: 20px 0;
}
.site-footer__contact {
	display: grid;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}
.site-footer__contact li,
.site-footer__contact a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--on-dark);
	text-decoration: none;
}
.site-footer__contact a:hover {
	color: var(--gold);
}
.site-footer__contact .icon {
	color: var(--gold);
	margin-top: 2px;
}
.cert-list--footer li {
	background: transparent;
	border-color: rgba(233, 238, 233, .2);
	color: var(--on-dark);
	font-size: .78rem;
	padding: 4px 9px;
}
.site-footer__col h2 {
	margin: 0 0 14px;
	font-family: var(--f-text);
	font-size: .98rem;
	font-weight: 700;
}
.site-footer__col h2 a {
	color: var(--white);
	text-decoration: none;
}
.site-footer__col h2 a:hover {
	color: var(--gold);
}
.site-footer__col h2:not(:has(a)) {
	color: var(--white);
}
.site-footer__col ul {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer__col a {
	color: var(--on-dark-dim);
	text-decoration: none;
}
.site-footer__col a:hover {
	color: var(--gold);
	text-decoration: underline;
}
.site-footer__col .is-hub a {
	color: var(--gold);
	font-weight: 700;
}
.site-footer__bar {
	border-top: 1px solid rgba(233, 238, 233, .1);
	font-size: .84rem;
}
.site-footer__bar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-footer__bar p {
	margin: 0;
}
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu a {
	color: var(--on-dark-dim);
	text-decoration: none;
}
.footer-menu a:hover {
	color: var(--gold);
}

/* ---------- Sticky contact ---------- */
.sticky-contact {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 70;
	display: grid;
	gap: 8px;
	justify-items: end;
}
.sticky-contact__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 48px;
	padding: 0 18px 0 14px;
	border: 0;
	border-radius: 24px;
	font-weight: 700;
	font-size: .92rem;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(10, 34, 28, .28);
}
.sticky-contact__btn .icon {
	width: 22px;
	height: 22px;
}
.sticky-contact__btn--wa {
	background: #1f7a4d;
	color: var(--white);
}
.sticky-contact__btn--wa:hover {
	background: #176440;
	color: var(--white);
}
.sticky-contact__btn--mail {
	background: var(--gold);
	color: var(--ink);
}
.sticky-contact__btn--mail:hover {
	background: #e7bb52;
	color: var(--ink);
}
.sticky-contact__btn--top {
	width: 48px;
	padding: 0;
	justify-content: center;
	background: var(--white);
	color: var(--mask);
	border: 1px solid var(--line);
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
	.site-nav .menu > li > a {
		padding: 0 9px;
		font-size: .92rem;
	}
	.site-header__inner {
		gap: 18px;
	}
	.site-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.site-footer__brand {
		grid-column: 1 / -1;
	}
	.helper-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	:root {
		--header-h: 66px;
	}
	.nav-toggle {
		display: inline-grid;
		place-items: center;
		width: 46px;
		height: 46px;
		margin-left: auto;
		padding: 0;
		border: 1px solid var(--line);
		border-radius: var(--r);
		background: var(--white);
		cursor: pointer;
	}
	.nav-toggle__bars,
	.nav-toggle__bars::before,
	.nav-toggle__bars::after {
		display: block;
		width: 20px;
		height: 2px;
		background: var(--ink);
		transition: transform .2s, background-color .2s;
	}
	.nav-toggle__bars {
		position: relative;
	}
	.nav-toggle__bars::before,
	.nav-toggle__bars::after {
		content: "";
		position: absolute;
		left: 0;
	}
	.nav-toggle__bars::before {
		top: -6px;
	}
	.nav-toggle__bars::after {
		top: 6px;
	}
	.nav-toggle[aria-expanded="true"] .nav-toggle__bars {
		background: transparent;
	}
	.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before {
		transform: translateY(6px) rotate(45deg);
	}
	.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after {
		transform: translateY(-6px) rotate(-45deg);
	}
	.brand img {
		height: 38px;
	}
	.site-header__cta {
		order: 2;
		min-height: 42px;
		padding: 8px 14px;
	}
	.nav-toggle {
		order: 3;
		margin-left: 0;
	}
	.site-header__inner > .brand,
	.site-header__inner > .custom-logo-link {
		margin-right: auto;
	}
	.site-nav {
		position: fixed;
		top: var(--nav-top, 106px);
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 59;
		display: block;
		padding: 8px var(--gut) 32px;
		overflow-y: auto;
		background: var(--white);
		border-top: 1px solid var(--line);
		visibility: hidden;
		opacity: 0;
		transform: translateY(-8px);
		transition: opacity .2s, transform .2s, visibility 0s linear .2s;
	}
	.site-nav.is-open {
		visibility: visible;
		opacity: 1;
		transform: none;
		transition-delay: 0s;
	}
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu > li {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid var(--line-soft);
	}
	.site-nav .menu > li > a {
		flex: 1;
		min-height: 54px;
		padding: 0;
		border-bottom: 0;
		font-size: 1.06rem;
	}
	.site-nav .menu-item-has-children > a::after {
		display: none;
	}
	.sub-toggle {
		display: grid;
		place-items: center;
		width: 54px;
		height: 54px;
		border: 0;
		background: none;
		cursor: pointer;
	}
	.sub-toggle::before {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 2px solid var(--ink);
		border-bottom: 2px solid var(--ink);
		transform: translateY(-2px) rotate(45deg);
		transition: transform .2s;
	}
	.sub-toggle[aria-expanded="true"]::before {
		transform: translateY(2px) rotate(-135deg);
	}
	.site-nav .sub-menu {
		position: static;
		flex-basis: 100%;
		display: none;
		min-width: 0;
		padding: 0 0 12px 14px;
		border: 0;
		border-left: 2px solid var(--gold);
		box-shadow: none;
		visibility: visible;
		opacity: 1;
		transform: none;
		transition: none;
	}
	.site-nav .sub-menu.is-open {
		display: block;
	}
	.site-nav .menu > li:hover > .sub-menu:not(.is-open),
	.site-nav .menu > li:focus-within > .sub-menu:not(.is-open) {
		display: none;
	}
	.site-nav .sub-menu a {
		padding: 9px 12px;
	}
	.site-nav .sub-menu li:last-child a {
		margin-top: 0;
		border-top: 0;
	}
	.site-nav__extra {
		display: grid;
		gap: 14px;
		margin-top: 24px;
	}
	.site-nav__contact {
		display: flex;
		align-items: center;
		gap: 10px;
		color: var(--ink);
		font-weight: 700;
		text-decoration: none;
	}
	.site-nav__contact .icon {
		color: var(--cu);
	}
	body.nav-open {
		overflow: hidden;
	}
	body.nav-open .sticky-contact {
		display: none;
	}
	.hero__inner,
	.page-head__split,
	.split,
	.layout-side,
	.layout-side--form,
	.feature-row {
		grid-template-columns: minmax(0, 1fr);
	}
	.layout-side__aside {
		position: static;
	}
	.hero__title {
		max-width: 16ch;
	}
	.card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.tool__body {
		grid-template-columns: minmax(0, 1fr);
	}
	.cta-band__inner {
		grid-template-columns: minmax(0, 1fr);
	}
	.cta-band__actions {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
	.admin-bar .tool-nav {
		top: calc(var(--header-h) + 46px);
	}
}

@media (max-width: 720px) {
	body {
		font-size: 1rem;
	}
	.topbar__note {
		display: none;
	}
	.topbar__inner {
		justify-content: center;
	}
	.topbar__contact {
		gap: 20px;
		font-size: .84rem;
	}
	.topbar__num {
		display: none;
	}
	.site-header__cta span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}
	.site-header__cta {
		width: 46px;
		padding: 0;
	}
	.hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hero__facts > div:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}
	.hero__facts > div:nth-child(n+3) {
		border-top: 1px solid rgba(233, 238, 233, .2);
		margin-top: 14px;
	}
	.loss-explorer__bars a {
		grid-template-columns: 8.9em minmax(0, 1fr) 4.4em;
		gap: 8px;
	}
	.le-name {
		font-size: .86rem;
	}
	.loss-explorer__marks span:nth-child(even) {
		display: none;
	}
	.section-head {
		display: block;
	}
	.section-head .text-link {
		display: inline-block;
		margin-top: 14px;
	}
	.card-grid,
	.tool-tiles,
	.helper-grid,
	.form__grid,
	.tool__form,
	.question__opts {
		grid-template-columns: minmax(0, 1fr);
	}
	.tool-tile + .tool-tile {
		border-left: 0;
		border-top: 1px solid var(--line);
	}
	.hub-links li + li a {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid var(--line);
	}
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mat-name {
		min-width: 170px;
	}
	.data-table th,
	.data-table td {
		padding: 11px 12px;
	}
	.data-table tbody th {
		position: sticky;
		left: 0;
		z-index: 1;
		background: var(--white);
	}
	.sticky-contact {
		right: 12px;
		bottom: 12px;
	}
	.sticky-contact__btn span:not(.screen-reader-text) {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}
	.sticky-contact__btn {
		width: 50px;
		height: 50px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}
	.form__submit .btn {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.hero__actions .btn {
		width: 100%;
	}
	.site-footer__grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.readout {
		grid-template-columns: minmax(0, 1fr);
	}
	.lam-chip__vals dd {
		font-size: 1.6rem;
	}
	.search-form {
		flex-direction: column;
	}
}

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

@media print {
	.topbar,
	.site-header,
	.site-footer,
	.sticky-contact,
	.cta-band,
	.tool-nav,
	.layout-side__aside {
		display: none !important;
	}
	.page-head--dark,
	.hero {
		background: none;
		color: var(--ink);
	}
}
