/* Federal investigation response planner. */
.sp-fir-section,
.sp-fir-section * {
	box-sizing: border-box;
}

.sp-fir-section [hidden] {
	display: none !important;
}

.sp-fir-section {
	background: #f4f4f1;
	border-block: 1px solid #e4e4e0;
	color: #141414;
	scroll-margin-top: 88px;
}

.sp-fir-wrap {
	container-name: sp-fir;
	container-type: inline-size;
	max-width: 1160px;
	margin: 0 auto;
	padding: clamp(48px, 6vw, 84px) clamp(20px, 4vw, 56px);
}

.sp-fir-header {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
	gap: 28px clamp(36px, 6vw, 88px);
	align-items: end;
	margin-bottom: 30px;
}

.sp-fir-eyebrow,
.sp-fir-step-label {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: 2.2px;
	line-height: 1.4;
	color: #d43a2f;
	margin: 0;
}

.sp-fir-header h2 {
	font-family: Archivo, sans-serif;
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 200;
	letter-spacing: -1.25px;
	line-height: 1.03;
	margin: 13px 0 0;
}

.sp-fir-header h2 span,
.sp-fir-cta h4 span,
.sp-fir-contact-copy h4 span {
	color: #d43a2f;
}

.sp-fir-dek {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.75;
	color: #4a4a46;
	margin: 0;
}

.sp-fir-tool {
	background: #fff;
	border: 1px solid #d7d7d2;
	box-shadow: 0 18px 55px rgba(20, 20, 20, .06);
	min-height: 520px;
	overflow: hidden;
	position: relative;
	scroll-margin-top: 88px;
}

.sp-fir-screen {
	padding: clamp(28px, 5vw, 62px);
}

.sp-fir-progress {
	border-bottom: 1px solid #e4e4e0;
	padding: 18px clamp(24px, 4vw, 48px) 0;
}

.sp-fir-progress-meta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 8.5px;
	letter-spacing: 1.6px;
	color: #6b6b66;
	margin-bottom: 15px;
}

.sp-fir-progress-meta span:first-child {
	color: #141414;
}

.sp-fir-progress-track {
	height: 3px;
	background: #e4e4e0;
	margin: 0 -1px;
}

.sp-fir-progress-track span {
	display: block;
	height: 100%;
	width: 0;
	background: #d43a2f;
	transition: width .25s ease;
}

.sp-fir-start {
	display: grid;
	grid-template-columns: minmax(220px, .58fr) minmax(0, 1.42fr);
	gap: 30px clamp(38px, 6vw, 76px);
	align-items: start;
}

.sp-fir-start-copy h3,
.sp-fir-question-copy h3,
.sp-fir-results-head h3 {
	font-family: Archivo, sans-serif;
	font-size: clamp(27px, 3.4vw, 43px);
	font-weight: 200;
	letter-spacing: -.9px;
	line-height: 1.08;
	margin: 14px 0 0;
}

.sp-fir-question-copy h3:focus,
.sp-fir-results-head h3:focus,
.sp-fir-contact-copy h4:focus {
	outline: none;
}

.sp-fir-start-copy > p:last-child,
.sp-fir-question-copy > p:last-child {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 13.5px;
	font-weight: 300;
	line-height: 1.7;
	color: #6b6b66;
	margin: 15px 0 0;
}

.sp-fir-start-main {
	min-width: 0;
}

.sp-fir-paths {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.sp-fir-path {
	appearance: none;
	background: #fff;
	border: 1px solid #d7d7d2;
	border-radius: 0;
	color: #141414;
	cursor: pointer;
	display: grid;
	grid-template-columns: 27px 1fr auto;
	gap: 12px;
	align-items: center;
	min-height: 76px;
	padding: 17px;
	text-align: left;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.sp-fir-path:hover,
.sp-fir-path:focus-visible {
	background: #fafaf8;
	border-color: #141414;
	transform: translateY(-1px);
}

.sp-fir-path > span {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 8.5px;
	letter-spacing: 1.4px;
	color: #d43a2f;
}

.sp-fir-path strong {
	font-family: Archivo, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -.15px;
}

.sp-fir-path b {
	font-size: 17px;
	font-weight: 300;
	color: #d43a2f;
}

.sp-fir-privacy {
	border-top: 1px solid #e4e4e0;
	display: flex;
	gap: 6px 14px;
	flex-wrap: wrap;
	margin-top: 18px;
	padding-top: 16px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 11.5px;
	line-height: 1.55;
	color: #6b6b66;
}

.sp-fir-privacy strong {
	color: #141414;
	font-weight: 500;
}

.sp-fir-question {
	display: grid;
	grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr);
	gap: 24px clamp(38px, 7vw, 92px);
	align-items: start;
}

.sp-fir-options {
	border: 0;
	display: grid;
	gap: 9px;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.sp-fir-option {
	background: #fff;
	border: 1px solid #d7d7d2;
	cursor: pointer;
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 14px;
	min-height: 72px;
	padding: 15px 17px;
	position: relative;
	transition: background .15s ease, border-color .15s ease;
}

.sp-fir-option:hover {
	background: #fafaf8;
	border-color: #969690;
}

.sp-fir-option:has(input:checked) {
	background: #f8f8f5;
	border-color: #141414;
}

.sp-fir-option input {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.sp-fir-option-marker {
	align-self: start;
	border: 1px solid #9a9a94;
	display: block;
	height: 18px;
	margin-top: 2px;
	position: relative;
	width: 18px;
}

.sp-fir-option input[type="radio"] + .sp-fir-option-marker {
	border-radius: 50%;
}

.sp-fir-option input:checked + .sp-fir-option-marker {
	background: #141414;
	border-color: #141414;
}

.sp-fir-option input:checked + .sp-fir-option-marker::after {
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	content: '';
	height: 8px;
	left: 6px;
	position: absolute;
	top: 3px;
	transform: rotate(45deg);
	width: 4px;
}

.sp-fir-option-copy {
	display: block;
}

.sp-fir-option-copy strong {
	display: block;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.35;
}

.sp-fir-option-copy > span {
	display: block;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 11.5px;
	font-weight: 300;
	line-height: 1.5;
	color: #6b6b66;
	margin-top: 4px;
}

.sp-fir-error {
	grid-column: 2;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #a1261e;
	margin: -8px 0 0;
}

.sp-fir-nav {
	border-top: 1px solid #e4e4e0;
	display: flex;
	justify-content: space-between;
	gap: 18px;
	grid-column: 1 / -1;
	margin-top: 12px;
	padding-top: 20px;
}

.sp-fir-nav button,
.sp-fir-result-actions button,
.sp-fir-results-foot button,
.sp-fir-cta-actions button {
	appearance: none;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.sp-fir-nav button,
.sp-fir-result-actions button,
.sp-fir-results-foot button {
	background: transparent;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 9.5px;
	letter-spacing: 1.2px;
	padding: 0;
}

.sp-fir-back {
	color: #6b6b66;
}

.sp-fir-next {
	background: #141414 !important;
	color: #fff;
	min-width: 150px;
	padding: 14px 20px !important;
}

.sp-fir-next:hover,
.sp-fir-next:focus-visible {
	background: #d43a2f !important;
}

.sp-fir-path:focus-visible,
.sp-fir-option input:focus-visible + .sp-fir-option-marker,
.sp-fir-tool button:focus-visible,
.sp-fir-tool a:focus-visible {
	outline: 2px solid #d43a2f;
	outline-offset: 3px;
}

.sp-fir-results {
	padding-top: clamp(34px, 5vw, 56px);
}

.sp-fir-results-head {
	display: flex;
	justify-content: space-between;
	gap: 26px;
	align-items: end;
	border-bottom: 2px solid #141414;
	padding-bottom: 24px;
}

.sp-fir-results-head h3 {
	max-width: 660px;
}

.sp-fir-posture {
	background: #f4f4f1;
	border-left: 3px solid #76766f;
	display: flex;
	flex-direction: column;
	flex: 0 0 230px;
	gap: 6px;
	padding: 14px 16px;
}

.sp-fir-posture--immediate,
.sp-fir-posture--time {
	border-left-color: #d43a2f;
}

.sp-fir-posture strong {
	font-family: Archivo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.sp-fir-posture--immediate strong,
.sp-fir-posture--time strong {
	color: #b62e25;
}

.sp-fir-posture span {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 8px;
	letter-spacing: 1px;
	line-height: 1.45;
	color: #6b6b66;
	text-transform: uppercase;
}

.sp-fir-results-intro {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.75;
	color: #4a4a46;
	max-width: 780px;
	margin: 24px 0 0;
}

.sp-fir-result-groups {
	display: grid;
	gap: 28px;
	margin-top: 34px;
}

.sp-fir-result-group {
	display: grid;
	grid-template-columns: 190px 1fr;
	border-top: 1px solid #141414;
}

.sp-fir-result-group > h4 {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 1.5;
	margin: 0;
	padding: 18px 24px 18px 0;
	text-transform: uppercase;
}

.sp-fir-result-group > h4 span {
	display: block;
	color: #d43a2f;
	margin-bottom: 6px;
}

.sp-fir-result-group article {
	border-bottom: 1px solid #e4e4e0;
	padding: 18px 0 18px 24px;
}

.sp-fir-result-group article:last-child {
	border-bottom: 0;
}

.sp-fir-result-group h5 {
	font-family: Archivo, sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -.25px;
	line-height: 1.4;
	margin: 0;
}

.sp-fir-result-group--urgent h5::before {
	color: #d43a2f;
	content: '\25CF';
	font-size: 7px;
	margin-right: 10px;
	vertical-align: 2px;
}

.sp-fir-result-group article p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12.5px;
	font-weight: 300;
	line-height: 1.68;
	color: #5d5d58;
	margin: 7px 0 0;
}

.sp-fir-related {
	background: #f4f4f1;
	border: 1px solid #e4e4e0;
	margin-top: 34px;
	padding: 23px 25px;
}

.sp-fir-related h4 {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin: 0;
	text-transform: uppercase;
}

.sp-fir-related-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 15px;
}

.sp-fir-related-links a {
	border-bottom: 1px solid #d43a2f;
	color: #141414;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
}

.sp-fir-related-links a:hover {
	color: #d43a2f;
}

.sp-fir-result-actions {
	display: flex;
	gap: 12px 24px;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #e4e4e0;
	margin-top: 36px;
	padding-top: 20px;
}

.sp-fir-result-actions button,
.sp-fir-results-foot button {
	border-bottom: 1px solid #d43a2f;
	color: #141414;
	padding-bottom: 3px;
}

.sp-fir-result-actions button:hover,
.sp-fir-results-foot button:hover {
	color: #d43a2f;
}

.sp-fir-result-actions [data-fir-copy-status] {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 11px;
	color: #447047;
}

.sp-fir-cta {
	background: #141414;
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px clamp(34px, 6vw, 72px);
	align-items: center;
	margin-top: 38px;
	padding: clamp(26px, 4vw, 42px);
}

.sp-fir-cta h4 {
	color: #fff;
	font-family: Archivo, sans-serif;
	font-size: clamp(23px, 3vw, 34px);
	font-weight: 200;
	letter-spacing: -.65px;
	line-height: 1.12;
	margin: 12px 0 0;
	max-width: 660px;
}

.sp-fir-cta h4 a {
	color: inherit;
	text-decoration-color: #d43a2f;
	text-underline-offset: 3px;
}

.sp-fir-cta p:not(.sp-fir-step-label) {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12.5px;
	font-weight: 300;
	line-height: 1.65;
	color: #c9c9c4;
	margin: 13px 0 0;
	max-width: 650px;
}

.sp-fir-cta-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 205px;
}

.sp-fir-cta-actions button,
.sp-fir-cta-actions a {
	background: #fff;
	color: #141414;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 14px 18px;
	text-align: center;
	text-decoration: none;
}

.sp-fir-cta-actions a {
	background: transparent;
	border: 1px solid #4b4b47;
	color: #fff;
}

.sp-fir-cta-actions button:hover,
.sp-fir-cta-actions a:hover {
	background: #d43a2f;
	border-color: #d43a2f;
	color: #fff;
}

.sp-fir-source-note {
	border-top: 1px solid #e4e4e0;
	margin-top: 28px;
	padding-top: 17px;
}

.sp-fir-source-note p,
.sp-fir-results-foot p,
.sp-fir-noscript {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 10.5px;
	font-weight: 300;
	line-height: 1.6;
	color: #777771;
	margin: 0;
}

.sp-fir-source-note a {
	color: #4a4a46;
	text-decoration-color: #d43a2f;
	text-underline-offset: 2px;
}

.sp-fir-results-foot {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: start;
	border-top: 1px solid #e4e4e0;
	margin-top: 17px;
	padding-top: 18px;
}

.sp-fir-results-foot p {
	max-width: 790px;
}

.sp-fir-results-foot button {
	flex: 0 0 auto;
}

.sp-fir-contact-step {
	background: #f4f4f1;
	border-top: 3px solid #d43a2f;
	display: grid;
	grid-template-columns: minmax(230px, .68fr) minmax(360px, 1.32fr);
	gap: 30px clamp(34px, 6vw, 72px);
	align-items: start;
	margin: 34px calc(-1 * clamp(28px, 5vw, 62px)) calc(-1 * clamp(28px, 5vw, 62px));
	padding: clamp(30px, 5vw, 54px) clamp(28px, 5vw, 62px);
	scroll-margin-top: 88px;
}

.sp-fir-contact-copy h4 {
	font-family: Archivo, sans-serif;
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 200;
	letter-spacing: -.7px;
	line-height: 1.1;
	margin: 13px 0 0;
}

.sp-fir-contact-copy > p:last-child {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12.5px;
	font-weight: 300;
	line-height: 1.68;
	color: #5d5d58;
	margin: 14px 0 0;
}

.sp-fir-contact-form {
	min-width: 0;
}

.sp-fir-contact-form .sp-intake-wrap {
	margin: 0;
}

.sp-fir-contact-unavailable {
	background: #fff;
	border: 1px solid #d7d7d2;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12.5px;
	line-height: 1.6;
	padding: 24px;
}

.sp-fir-contact-unavailable p {
	margin: 0 0 12px;
}

.sp-fir-contact-unavailable a {
	color: #141414;
	text-decoration-color: #d43a2f;
}

.sp-fir-noscript {
	background: #fff7df;
	border-top: 1px solid #e4e4e0;
	max-width: none;
	padding: 18px 24px;
}

.sp-fir-noscript a {
	color: #141414;
}

/* The planner can live inside a narrow article column on a wide desktop.
 * Container queries make its layout respond to the space it actually owns,
 * rather than to the viewport surrounding that column. */
@container sp-fir (max-width: 800px) {
	.sp-fir-header,
	.sp-fir-start,
	.sp-fir-question,
	.sp-fir-contact-step {
		grid-template-columns: 1fr;
	}

	.sp-fir-header {
		align-items: start;
	}

	.sp-fir-start-copy > p:last-child {
		max-width: 520px;
	}

	.sp-fir-question {
		gap: 26px;
	}

	.sp-fir-error {
		grid-column: 1;
	}

	.sp-fir-results-head {
		align-items: start;
		flex-direction: column;
	}

	.sp-fir-posture {
		flex-basis: auto;
		width: 100%;
	}

	.sp-fir-result-group {
		grid-template-columns: 1fr;
	}

	.sp-fir-result-group > h4 {
		border-bottom: 1px solid #e4e4e0;
		padding-right: 0;
	}

	.sp-fir-result-group article {
		padding-left: 0;
	}

	.sp-fir-cta {
		grid-template-columns: 1fr;
	}
}

@container sp-fir (max-width: 620px) {
	.sp-fir-paths {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.sp-fir-start {
		grid-template-columns: 1fr;
	}

	.sp-fir-start-copy > p:last-child {
		max-width: 520px;
	}
}

@media (max-width: 780px) {
	.sp-fir-header,
	.sp-fir-question,
	.sp-fir-contact-step {
		grid-template-columns: 1fr;
	}

	.sp-fir-header {
		align-items: start;
	}

	.sp-fir-question {
		gap: 26px;
	}

	.sp-fir-error {
		grid-column: 1;
	}

	.sp-fir-results-head {
		align-items: start;
		flex-direction: column;
	}

	.sp-fir-posture {
		flex-basis: auto;
		width: 100%;
	}

	.sp-fir-result-group {
		grid-template-columns: 1fr;
	}

	.sp-fir-result-group > h4 {
		border-bottom: 1px solid #e4e4e0;
		padding-right: 0;
	}

	.sp-fir-result-group article {
		padding-left: 0;
	}

	.sp-fir-cta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.sp-fir-paths {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.sp-fir-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	.sp-fir-screen {
		padding: 28px 20px;
	}

	.sp-fir-progress {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sp-fir-path {
		min-height: 68px;
		padding: 14px;
	}

	.sp-fir-option {
		padding: 14px;
	}

	.sp-fir-nav {
		align-items: center;
		position: sticky;
		bottom: 0;
		background: #fff;
		margin: 8px -20px -28px;
		padding: 16px 20px;
		z-index: 3;
	}

	.sp-fir-next {
		min-width: 136px;
	}

	.sp-fir-result-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.sp-fir-results-foot {
		flex-direction: column;
	}

	.sp-fir-contact-step {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -28px;
		padding: 30px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp-fir-progress-track span,
	.sp-fir-path,
	.sp-fir-option {
		transition: none;
	}
}

@media print {
	body * {
		visibility: hidden !important;
	}

	.sp-fir-section,
	.sp-fir-section * {
		visibility: visible !important;
	}

	.sp-fir-section {
		background: #fff !important;
		border: 0 !important;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.sp-fir-wrap,
	.sp-fir-screen {
		max-width: none;
		padding: 20px;
	}

	.sp-fir-header,
	.sp-fir-result-actions,
	.sp-fir-cta,
	.sp-fir-related,
	.sp-fir-source-note,
	.sp-fir-results-foot button,
	.sp-fir-contact-step {
		display: none !important;
	}

	.sp-fir-tool {
		border: 0;
		box-shadow: none;
		min-height: 0;
	}

	.sp-fir-results-head,
	.sp-fir-result-group,
	.sp-fir-result-group article {
		break-inside: avoid;
	}
}
