/* Type C Engineering Solution Page: Custom Silicone Parts. */
.custom-silicone-parts-page { overflow: clip; }
.csp-hero { position: relative; padding: calc(var(--header-height) + 40px) 0 0; background: #edf3f7; overflow: hidden; }
.csp-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(11,35,65,.035) 1px,transparent 1px),linear-gradient(rgba(11,35,65,.035) 1px,transparent 1px); background-size: 60px 60px; content: ""; mask-image: linear-gradient(90deg,#000,transparent 78%); }
.csp-hero > * { position: relative; z-index: 1; }
.csp-hero .breadcrumbs { padding-top: 0; padding-bottom: 32px; }
.csp-hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 64px; padding-bottom: 64px; }
.csp-hero-copy h1 { max-width: 800px; margin: 17px 0 25px; color: var(--navy); font-size: clamp(48px,5.2vw,74px); font-weight: 620; letter-spacing: -.057em; }
.csp-answer { max-width: 760px; margin-bottom: 30px; color: #34475b; font-size: 18px; line-height: 1.72; }
.csp-answer strong { font-weight: 520; }
.csp-button-outline { background: rgba(255,255,255,.58); }
.csp-hero-brief { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 32px 0 0; border: 1px solid #cfd9e1; }
.csp-hero-brief div { padding: 17px 15px; background: rgba(255,255,255,.55); border-right: 1px solid #cfd9e1; }
.csp-hero-brief div:last-child { border-right: 0; }
.csp-hero-brief dt { margin-bottom: 5px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.csp-hero-brief dd { margin: 0; color: var(--navy); font-size: 11px; font-weight: 650; }
.csp-hero-visual { position: relative; min-width: 0; }
.csp-hero-visual figure,.csp-input-figure,.csp-engineering-figure,.csp-validation-figure,.csp-production-figure,.csp-quality-figure { position: relative; margin: 0; }
.csp-hero-image { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 4px 42px 4px 4px; box-shadow: 0 30px 70px rgba(11,35,65,.19); }
.csp-hero-visual figcaption,.csp-input-figure figcaption,.csp-engineering-figure figcaption,.csp-validation-figure figcaption,.csp-production-figure figcaption,.csp-quality-figure figcaption { padding-top: 9px; color: var(--muted); font-size: 10px; }
.csp-hero-proof { position: absolute; right: -22px; bottom: 32px; width: min(360px,86%); padding: 25px; color: #fff; background: rgba(11,35,65,.97); border-left: 4px solid #62a7dd; box-shadow: 0 20px 48px rgba(11,35,65,.24); }
.csp-hero-proof span { display: block; margin-bottom: 8px; color: #8bc2ef; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.csp-hero-proof strong { display: block; margin-bottom: 7px; font-size: 17px; }
.csp-hero-proof p { margin: 0; color: #b9c9d7; font-size: 11px; }
.csp-placeholder-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 8px 10px; color: #fff; background: #946321; border-radius: 2px; font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.csp-trust-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #cad6df; border-right: 1px solid #cad6df; border-left: 1px solid #cad6df; }
.csp-trust-strip div { display: flex; min-height: 100px; align-items: center; gap: 15px; padding: 22px; background: #fff; border-right: 1px solid #cad6df; }
.csp-trust-strip div:last-child { border-right: 0; }
.csp-trust-strip span { color: var(--blue); font-size: 10px; font-weight: 850; }
.csp-trust-strip strong { color: var(--navy); font-size: 12px; }

.csp-input { background: #fff; }
.csp-input-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.csp-input-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 30px 0 0; background: var(--line); border: 1px solid var(--line); }
.csp-input-grid > div { min-height: 180px; padding: 25px; background: #fff; }
.csp-input-grid dt { margin-bottom: 15px; color: var(--navy); font-size: 19px; font-weight: 720; }
.csp-input-grid dt span { display: block; margin-bottom: 34px; color: var(--blue); font-size: 9px; letter-spacing: .1em; }
.csp-input-grid dd { margin: 0; color: #596879; font-size: 12px; }
.csp-input-image { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 36px 4px 4px 4px; box-shadow: var(--shadow-md); }

.csp-engineering { background: var(--surface); }
.csp-engineering-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.csp-engineering-image { width: 100%; aspect-ratio: 1/1.12; object-fit: cover; border-radius: 4px 36px 4px 4px; }
.csp-engineering-list { display: grid; gap: 12px; margin-top: 28px; }
.csp-engineering-list article { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 20px; background: #fff; border: 1px solid var(--line); }
.csp-engineering-list article > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--blue); background: #edf3f7; font-size: 9px; font-weight: 850; }
.csp-engineering-list h3 { margin-bottom: 6px; color: var(--navy); font-size: 18px; }
.csp-engineering-list p { margin: 0; font-size: 12px; }

.csp-dfm { background: #fff; }
.csp-table-layout,.csp-quality-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 60px; }
.csp-caution,.csp-evidence-note { margin: 24px 0 0; padding: 18px 20px; color: #536170; background: var(--surface); border-left: 3px solid var(--blue); font-size: 12px; }
.csp-caution strong,.csp-evidence-note strong { color: var(--navy); }
.csp-table-scroll { max-width: 100%; overflow-x: auto; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.csp-table-scroll table { width: 100%; min-width: 760px; border-collapse: collapse; }
.csp-table-scroll caption { padding: 19px 21px; color: var(--navy); border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; font-weight: 750; }
.csp-table-scroll th,.csp-table-scroll td { padding: 17px 19px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 12px; }
.csp-table-scroll thead th { color: #fff; background: var(--navy); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.csp-table-scroll tbody th { width: 21%; color: var(--navy); background: #fafbfd; font-weight: 740; }
.csp-table-scroll tbody tr:last-child th,.csp-table-scroll tbody tr:last-child td { border-bottom: 0; }

.csp-material { background: var(--surface); }
.csp-material-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.csp-material-grid article { min-height: 260px; padding: 29px; background: #fff; border: 1px solid transparent; transition: transform .3s var(--ease),border-color .3s ease,box-shadow .3s ease; }
.csp-material-grid article:hover { border-color: var(--line); box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.csp-material-grid article > span { display: block; margin-bottom: 48px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.csp-material-grid h3 { margin-bottom: 12px; color: var(--navy); font-size: 20px; }
.csp-material-grid p { margin: 0; font-size: 12px; }

.csp-process { color: #fff; background: var(--navy); }
.csp-process .section-kicker { color: #8bc2ef; }
.csp-process .section-title { color: #fff; }
.csp-process .section-intro { color: #aebdca; }
.csp-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.csp-process-grid article { min-height: 270px; padding: 27px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.15); transition: .3s var(--ease); }
.csp-process-grid article:hover { background: rgba(255,255,255,.085); transform: translateY(-5px); }
.csp-process-grid span { display: block; margin-bottom: 52px; color: #8bc2ef; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.csp-process-grid h3 { margin-bottom: 13px; color: #fff; font-size: 21px; }
.csp-process-grid p { color: #aebdca; font-size: 12px; }
.csp-capability-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 30px; }
.csp-capability-links a { padding: 19px; color: #fff; border: 1px solid rgba(255,255,255,.18); transition: .25s var(--ease); }
.csp-capability-links a:hover { border-color: #8bc2ef; background: rgba(139,194,239,.08); transform: translateY(-3px); }
.csp-capability-links small { display: block; margin-bottom: 6px; color: #8bc2ef; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.csp-capability-links strong { font-size: 13px; }

.csp-validation { background: #fff; }
.csp-validation-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.csp-validation-steps { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.csp-validation-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 0 0 27px; }
.csp-validation-steps li > span { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 9px; font-weight: 850; }
.csp-validation-steps h3 { margin-bottom: 6px; color: var(--navy); font-size: 19px; }
.csp-validation-steps p { margin: 0; font-size: 12px; }
.csp-validation-image { width: 100%; aspect-ratio: 1/1.08; object-fit: cover; border-radius: 38px 4px 4px 4px; }

.csp-production { background: var(--surface); }
.csp-production-heading { max-width: 800px; }
.csp-production-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 52px; margin-top: 35px; }
.csp-production-image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; border-radius: 4px 36px 4px 4px; }
.csp-production-steps { border-top: 1px solid var(--line); }
.csp-production-steps article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.csp-production-steps article > span { color: var(--blue); font-size: 9px; font-weight: 850; }
.csp-production-steps h3 { margin-bottom: 6px; color: var(--navy); font-size: 19px; }
.csp-production-steps p { margin: 0; font-size: 12px; }

.csp-quality { background: #fff; }
.csp-quality-figure { margin-top: 28px; }
.csp-quality-image { width: 100%; height: 250px; object-fit: cover; border-radius: 4px 24px 4px 4px; }
.csp-technical { background: var(--surface); }
.csp-technical header { max-width: 820px; }
.csp-review-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: 30px; background: #fff; border: 1px solid var(--line); }
.csp-review-grid div { min-height: 116px; padding: 22px; border-right: 1px solid var(--line); }
.csp-review-grid div:last-child { border-right: 0; }
.csp-review-grid dt { margin-bottom: 8px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.csp-review-grid dd { margin: 0; color: var(--navy); font-size: 12px; font-weight: 720; }
.custom-silicone-parts-page .global-faq { background: #fff; }
.custom-silicone-parts-page .global-rfq { background: var(--navy-2); }
.custom-silicone-parts-page .related-links { background: var(--surface); }

@media (max-width: 1080px) {
	.csp-hero-grid,.csp-input-layout,.csp-engineering-layout,.csp-table-layout,.csp-validation-layout,.csp-production-layout,.csp-quality-layout { grid-template-columns: 1fr; }
	.csp-hero-visual,.csp-input-figure,.csp-engineering-figure,.csp-validation-figure { max-width: 760px; }
	.csp-trust-strip,.csp-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.csp-trust-strip div:nth-child(2) { border-right: 0; }
	.csp-trust-strip div:nth-child(-n+2) { border-bottom: 1px solid #cad6df; }
	.csp-material-grid,.csp-capability-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.csp-review-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.csp-review-grid div { border-bottom: 1px solid var(--line); }
}
@media (max-width: 780px) {
	.csp-hero { padding-top: calc(var(--header-height) + 26px); }
	.csp-hero .breadcrumbs { padding-bottom: 23px; }
	.csp-hero-grid { gap: 38px; }
	.csp-hero-copy h1 { font-size: 42px; }
	.csp-answer { font-size: 16px; }
	.csp-hero-proof { position: static; width: 100%; margin-top: 12px; }
	.csp-input-grid,.csp-material-grid,.csp-process-grid,.csp-capability-links { grid-template-columns: 1fr; }
	.csp-input-image,.csp-engineering-image,.csp-validation-image { aspect-ratio: 4/3; }
	.csp-production-image { min-height: 380px; }
	.csp-review-grid { grid-template-columns: 1fr; }
	.csp-review-grid div { border-right: 0; }
}
@media (max-width: 480px) {
	.csp-hero-copy h1 { font-size: 36px; }
	.csp-hero .hero-actions { display: grid; }
	.csp-hero .hero-actions .button { width: 100%; }
	.csp-hero-brief,.csp-trust-strip { grid-template-columns: 1fr; }
	.csp-hero-brief div,.csp-trust-strip div { border-right: 0; border-bottom: 1px solid #cad6df; }
	.csp-hero-brief div:last-child,.csp-trust-strip div:last-child { border-bottom: 0; }
	.csp-hero-image { aspect-ratio: 1/1.05; }
	.csp-production-image { min-height: 300px; }
}
@media (prefers-reduced-motion: reduce) {
	.csp-material-grid article:hover,.csp-process-grid article:hover,.csp-capability-links a:hover { transform: none; }
}
