.sm-widget-shell {
	width: min(100% - 3rem, 75rem);
	margin-inline: auto;
}

.elementor-widget-secremedy-hero,
.elementor-widget-secremedy-trusted-teams,
.elementor-widget-secremedy-security-gap,
.elementor-widget-secremedy-services-grid,
.elementor-widget-secremedy-process,
.elementor-widget-secremedy-benefits,
.elementor-widget-secremedy-metrics,
.elementor-widget-secremedy-testimonials,
.elementor-widget-secremedy-faq,
.elementor-widget-secremedy-cta,
.elementor-widget-secremedy-services-overview,
.elementor-widget-secremedy-service-detail-hero,
.elementor-widget-secremedy-service-inclusions,
.elementor-widget-secremedy-service-workflow,
.elementor-widget-secremedy-related-services,
.elementor-widget-secremedy-industries-page,
.elementor-widget-secremedy-pricing-page,
.elementor-widget-secremedy-about-page,
.elementor-widget-secremedy-contact-page,
.elementor-widget-secremedy-assessment-page {
	margin: 0;
}

.sm-hero {
	padding-block: clamp(4rem, 8vw, 7rem);
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

.sm-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(30rem, 1fr);
	align-items: center;
	gap: clamp(3rem, 6vw, 5rem);
}

.sm-hero-copy h1 {
	margin: 0;
	font-family: var(--sm-sans, "Inter", sans-serif);
	font-size: clamp(2.5rem, 6vw, 3.5rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.sm-hero-copy h1 span {
	display: inline;
	color: var(--sm-accent, #e32619);
}

.sm-hero-copy>p {
	max-width: 52ch;
	margin: 1.5rem 0 0;
	color: var(--sm-muted, #666);
	font-size: 1.125rem;
}

.sm-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.sm-monitor {
	position: relative;
	background: #fff;
	border: 1px solid #000;
}

.sm-monitor-topbar {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 2.75rem;
	gap: 0.75rem;
	padding-inline: 1rem;
	border-bottom: 1px solid #000;
	font-family: var(--sm-mono, monospace);
	font-size: 0.6875rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sm-monitor-topbar>span {
	color: #666;
	text-align: center;
}

.sm-monitor-topbar>strong {
	color: var(--sm-accent, #e32619);
	font-weight: 500;
	text-align: right;
}

.sm-monitor-dots {
	display: flex;
	gap: 0.5rem;
}

.sm-monitor-dots span {
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	border: 1px solid #000;
}

.sm-monitor-dots span:nth-child(2) {
	background: var(--sm-accent, #e32619);
	border-color: var(--sm-accent, #e32619);
}

.sm-monitor-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.sm-threat {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.25rem;
	border-right: 1px solid #000;
}

.sm-threat small,
.sm-monitor-metric small,
.sm-monitor-stats small,
.sm-incident-card small {
	display: block;
	font-family: var(--sm-mono, monospace);
	font-size: 0.625rem;
	letter-spacing: 0.14em;
	line-height: 1.35;
	text-transform: uppercase;
}

.sm-threat small,
.sm-monitor-metric small,
.sm-monitor-stats small {
	color: #666;
}

.sm-threat strong {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.sm-threat svg {
	width: 100%;
	margin-top: 1rem;
}

.sm-shield-check {
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
}

.sm-monitor.is-ready .sm-shield-check {
	animation: sm-draw-check 700ms 350ms ease-out forwards;
}

.sm-monitor-main {
	min-width: 0;
	padding: 1.25rem;
}

.sm-monitor-metric {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
}

.sm-monitor-metric strong {
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
}

.sm-monitor-chart {
	display: flex;
	height: 7.5rem;
	align-items: end;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.sm-monitor-chart span {
	width: 100%;
	height: var(--sm-bar-height);
	background: #000;
	transform: scaleY(0);
	transform-origin: bottom;
}

.sm-monitor-chart span.is-accent {
	background: var(--sm-accent, #e32619);
}

.sm-monitor.is-ready .sm-monitor-chart span {
	animation: sm-bar-rise 600ms var(--sm-bar-delay) ease-out forwards;
}

.sm-monitor-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1rem;
	border-top: 1px solid #000;
}

.sm-monitor-stats>div {
	min-width: 0;
	padding: 0.75rem 0.75rem 0 0;
	border-right: 1px solid #000;
}

.sm-monitor-stats>div:not(:first-child) {
	padding-left: 0.75rem;
}

.sm-monitor-stats>div:last-child {
	border-right: 0;
}

.sm-monitor-stats strong {
	display: block;
	font-size: 1.25rem;
	letter-spacing: -0.02em;
}

.sm-incident-card {
	position: absolute;
	bottom: -1.25rem;
	left: -1.25rem;
	padding: 0.75rem 1rem;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	box-shadow: 6px 6px 0 var(--sm-accent, #e32619);
}

.sm-incident-card small {
	color: rgb(255 255 255 / 60%);
}

.sm-incident-card strong {
	display: block;
	font-size: 0.9375rem;
}

.sm-trusted {
	padding-block: 2rem;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

.sm-trusted-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem 2.5rem;
	font-family: var(--sm-mono, monospace);
	text-transform: uppercase;
}

.sm-trusted-label {
	color: #666;
	font-size: 0.6875rem;
	letter-spacing: 0.18em;
}

.sm-trusted-name {
	color: rgb(0 0 0 / 40%);
	font-weight: 700;
	letter-spacing: 0.15em;
}

.sm-gap {
	padding-block: clamp(5rem, 9vw, 7rem);
	background: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.sm-gap-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: start;
	gap: clamp(3rem, 6vw, 5rem);
}

.sm-widget-kicker {
	margin: 0;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.sm-widget-kicker span {
	color: var(--sm-accent, #e32619);
}

.sm-gap-copy h2 {
	margin: 1rem 0 0;
	font-size: clamp(1.9rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.sm-gap-description {
	margin: 1.25rem 0 0;
	color: rgb(255 255 255 / 70%);
	font-size: 1.0625rem;
}

.sm-gap-copy .sm-button {
	margin-top: 2rem;
}

.sm-gap-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgb(255 255 255 / 20%);
	border-left: 1px solid rgb(255 255 255 / 20%);
}

.sm-gap-stat {
	padding: 2rem;
	border-right: 1px solid rgb(255 255 255 / 20%);
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.sm-gap-stat strong {
	display: block;
	color: var(--sm-accent, #e32619);
	font-size: clamp(2.4rem, 5vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.sm-gap-stat span {
	display: block;
	margin-top: 0.75rem;
	color: rgb(255 255 255 / 70%);
	font-size: 0.875rem;
}

.sm-section-heading {
	max-width: 45rem;
}

.sm-section-heading h2,
.sm-faq-heading h2 {
	margin: 1rem 0 0;
	font-size: clamp(1.9rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.sm-section-heading>p:last-child,
.sm-faq-heading>p:last-child {
	margin: 1rem 0 0;
	color: #666;
	font-size: 1.0625rem;
}

.sm-section-heading-split {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
}

.sm-section-heading-split>div {
	max-width: 45rem;
}

.sm-section-heading-light>p:last-child {
	color: rgb(255 255 255 / 70%);
}

.sm-section-heading-centered {
	margin-inline: auto;
	text-align: center;
}

.sm-services,
.sm-benefits,
.sm-testimonials,
.sm-faq {
	padding-block: clamp(5rem, 9vw, 7rem);
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

.sm-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3rem;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.sm-service-card {
	display: flex;
	min-width: 0;
	min-height: 28rem;
	flex-direction: column;
	padding: 2rem;
	background: #fff;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	transition: background 150ms ease, color 150ms ease;
}

.sm-service-card:hover {
	background: #000;
	color: #fff;
}

.sm-service-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--sm-accent, #e32619);
	font-family: var(--sm-mono, monospace);
	font-size: 0.8125rem;
	font-weight: 600;
}

.sm-service-card-top span:last-child {
	font-size: 1.625rem;
}

.sm-service-label {
	margin: 1.5rem 0 0;
	color: #666;
	font-family: var(--sm-mono, monospace);
	font-size: 0.6875rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sm-service-card:hover .sm-service-label,
.sm-service-card:hover .sm-service-description,
.sm-service-card:hover .sm-service-price span {
	color: rgb(255 255 255 / 70%);
}

.sm-service-card h3 {
	margin: 0.5rem 0 0;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.sm-service-description {
	margin: 0.75rem 0 0;
	color: #666;
	font-size: 0.9375rem;
}

.sm-service-price {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: baseline;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 1.5rem;
	border-top: 1px solid currentColor;
}

.sm-service-price span {
	color: #666;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
}

.sm-service-price span:last-child {
	color: currentColor;
	font-size: 1rem;
	transition: translate 150ms ease;
}

.sm-service-card:hover .sm-service-price span:last-child {
	translate: 0.25rem 0;
}

.sm-process {
	padding-block: clamp(5rem, 9vw, 7rem);
	background: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.sm-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 3.5rem 0 0;
	padding: 0;
	border-top: 1px solid rgb(255 255 255 / 20%);
	border-left: 1px solid rgb(255 255 255 / 20%);
	list-style: none;
}

.sm-process-grid li {
	padding: 2rem;
	border-right: 1px solid rgb(255 255 255 / 20%);
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.sm-process-grid li>span {
	color: var(--sm-accent, #e32619);
	font-family: var(--sm-mono, monospace);
	font-size: 0.8125rem;
	font-weight: 600;
}

.sm-process-grid h3 {
	margin: 1rem 0 0;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.sm-process-grid p {
	margin: 0.75rem 0 0;
	color: rgb(255 255 255 / 70%);
	font-size: 0.9375rem;
}

.sm-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 3rem;
}

.sm-benefit-card {
	padding: 2rem;
	background: #fff;
	border: 1px solid #000;
	transition: box-shadow 150ms ease, translate 150ms ease;
}

.sm-benefit-card:hover {
	translate: -0.25rem -0.25rem;
	box-shadow: 8px 8px 0 #000;
}

.sm-benefit-marker {
	display: inline-flex;
	min-width: 2.5rem;
	height: 2.5rem;
	align-items: center;
	justify-content: center;
	padding-inline: 0.4rem;
	background: var(--sm-accent, #e32619);
	color: #fff;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
	font-weight: 600;
}

.sm-benefit-card h3 {
	margin: 1.25rem 0 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.sm-benefit-card p {
	margin: 0.5rem 0 0;
	color: #666;
	font-size: 0.9375rem;
}

.sm-metrics {
	padding-block: clamp(4rem, 7vw, 5rem);
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

.sm-metrics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
}

.sm-metric-value {
	display: flex;
	align-items: baseline;
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.sm-metric-value span {
	color: var(--sm-accent, #e32619);
}

.sm-metric p {
	margin: 0.75rem 0 0;
	color: #666;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sm-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 3.5rem;
}

.sm-testimonial-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	margin: 0;
	padding: 2rem;
	background: #fff;
	border: 1px solid #000;
}

.sm-stars {
	color: var(--sm-accent, #e32619);
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.sm-testimonial-card blockquote {
	flex: 1;
	margin: 1.25rem 0 0;
}

.sm-testimonial-card blockquote p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
}

.sm-testimonial-card figcaption {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #000;
}

.sm-testimonial-avatar {
	width: 3rem;
	height: 3rem;
	flex: 0 0 3rem;
	object-fit: cover;
	filter: grayscale(1);
	border: 1px solid #000;
}

.sm-testimonial-initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	font-family: var(--sm-mono, monospace);
	font-weight: 600;
	filter: none;
}

.sm-testimonial-card figcaption>span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.sm-testimonial-card figcaption strong {
	font-size: 0.875rem;
}

.sm-testimonial-card figcaption small {
	color: #666;
	font-size: 0.8125rem;
}

.sm-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	align-items: start;
	gap: clamp(3rem, 7vw, 6rem);
}

.sm-faq-heading {
	position: sticky;
	top: 7rem;
}

.sm-faq-heading a {
	font-weight: 600;
	text-underline-offset: 0.25rem;
}

.sm-faq-list {
	border-top: 1px solid #000;
}

.sm-faq-list details {
	border-bottom: 1px solid #000;
}

.sm-faq-list summary {
	display: flex;
	min-height: 5.25rem;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 600;
	list-style: none;
}

.sm-faq-list summary::-webkit-details-marker {
	display: none;
}

.sm-faq-icon {
	position: relative;
	width: 2.25rem;
	height: 2.25rem;
	flex: 0 0 2.25rem;
	border: 1px solid #000;
	transition: background 150ms ease, border-color 150ms ease;
}

.sm-faq-icon::before,
.sm-faq-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.875rem;
	height: 1px;
	background: currentColor;
	content: "";
	translate: -50% -50%;
}

.sm-faq-icon::after {
	rotate: 90deg;
	transition: rotate 150ms ease;
}

.sm-faq-list details[open] .sm-faq-icon {
	background: var(--sm-accent, #e32619);
	color: #fff;
	border-color: var(--sm-accent, #e32619);
}

.sm-faq-list details[open] .sm-faq-icon::after {
	rotate: 0deg;
}

.sm-faq-list details>p {
	max-width: 60ch;
	margin: 0;
	padding: 0 4rem 1.5rem 0;
	color: #666;
}

.sm-cta {
	padding-block: clamp(6rem, 10vw, 8rem);
	background: #000;
	color: #fff;
}

.sm-cta-inner {
	max-width: 47.5rem;
	text-align: center;
}

.sm-cta h2 {
	margin: 1.25rem 0 0;
	font-size: clamp(2.4rem, 6vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.sm-cta-inner>p:not(.sm-widget-kicker) {
	margin: 1.25rem 0 0;
	color: rgb(255 255 255 / 70%);
	font-size: 1.125rem;
}

.sm-cta-actions {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 2.25rem;
}

.sm-services-page-hero,
.sm-service-detail-hero {
	padding-block: clamp(3.5rem, 7vw, 6rem);
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

.sm-services-page-intro {
	max-width: 48rem;
}

.sm-services-page-intro h1,
.sm-service-detail-copy h1 {
	margin: 0;
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1;
}

.sm-services-page-intro>p,
.sm-service-detail-description {
	max-width: 62ch;
	margin: 1.5rem 0 0;
	color: #666;
	font-size: 1.125rem;
}

.sm-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.sm-button-dark {
	background: #000;
	color: #fff;
}

.sm-button-dark:hover {
	border-color: var(--sm-accent, #e32619);
	background: var(--sm-accent, #e32619);
}

.sm-service-band {
	padding-block: clamp(5rem, 8vw, 7rem);
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

.sm-service-band.is-dark {
	background: #000;
	color: #fff;
}

.sm-service-band-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: start;
	gap: clamp(3rem, 6vw, 5rem);
}

.sm-service-band-label {
	display: flex;
	gap: 0.75rem;
	margin: 0;
	font-family: var(--sm-mono, monospace);
	font-size: 0.6875rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sm-service-band-label strong {
	color: var(--sm-accent, #e32619);
	font-size: 0.875rem;
}

.sm-service-band-label span,
.sm-service-band-description,
.sm-service-band-price span,
.sm-service-band-price li {
	color: #666;
}

.sm-service-band.is-dark .sm-service-band-label span,
.sm-service-band.is-dark .sm-service-band-description,
.sm-service-band.is-dark .sm-service-band-price span,
.sm-service-band.is-dark .sm-service-band-price li {
	color: rgb(255 255 255 / 65%);
}

.sm-service-icon {
	display: inline-flex;
	width: 4rem;
	height: 4rem;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
	border: 1px solid currentcolor;
	font-family: var(--sm-mono, monospace);
	font-size: 1.75rem;
	font-weight: 700;
}

.sm-service-icon.is-inverse {
	margin: 0;
	background: #000;
	color: #fff;
}

.sm-service-icon.is-small {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	font-size: 1rem;
}

.sm-service-band h2 {
	margin: 1.5rem 0 0;
	font-size: clamp(1.9rem, 3.5vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.sm-service-band-description {
	margin: 1.25rem 0 0;
}

.sm-service-band-price {
	margin: 2rem 0;
	padding: 1.5rem;
	border: 1px solid currentcolor;
}

.sm-service-band-price>div {
	display: flex;
	align-items: baseline;
	gap: 0.65rem;
}

.sm-service-band-price strong {
	font-size: 2rem;
	letter-spacing: -0.035em;
}

.sm-service-band-price span,
.sm-service-band-price li {
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
}

.sm-service-band-price ul,
.sm-check-list,
.sm-dot-list,
.sm-service-pricing ul {
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
}

.sm-service-band-lists {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.sm-service-band-lists>div,
.sm-service-inclusions-grid>div {
	padding: 1.75rem;
	border: 1px solid currentcolor;
}

.sm-check-list,
.sm-dot-list {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.sm-check-list li,
.sm-dot-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.9375rem;
}

.sm-check-list li>span {
	display: inline-flex;
	width: 1.5rem;
	height: 1.5rem;
	flex: 0 0 1.5rem;
	align-items: center;
	justify-content: center;
	background: var(--sm-accent, #e32619);
	color: #fff;
	font-size: 0.75rem;
}

.sm-dot-list li>span {
	width: 0.4rem;
	height: 0.4rem;
	flex: 0 0 0.4rem;
	margin-top: 0.55rem;
	background: var(--sm-accent, #e32619);
}

.sm-service-back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #666;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.sm-service-back:hover {
	color: #000;
}

.sm-service-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
	align-items: center;
	gap: clamp(3rem, 6vw, 5rem);
	margin-top: 2rem;
}

.sm-service-detail-identity {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.sm-service-detail-identity p,
.sm-service-detail-identity span {
	margin: 0;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sm-service-detail-identity p {
	color: var(--sm-accent, #e32619);
}

.sm-service-detail-identity div>span {
	display: inline-flex;
	margin-top: 0.35rem;
	padding: 0.25rem 0.65rem;
	border: 1px solid #000;
	color: #000;
}

.sm-service-pricing {
	padding: 2rem;
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.sm-service-pricing>div {
	display: flex;
	align-items: baseline;
	gap: 0.65rem;
	margin-top: 1.5rem;
}

.sm-service-pricing>div strong {
	font-size: clamp(2.5rem, 5vw, 3rem);
	letter-spacing: -0.045em;
}

.sm-service-pricing>div span,
.sm-service-pricing li {
	color: rgb(255 255 255 / 65%);
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
}

.sm-service-pricing li+li {
	margin-top: 0.45rem;
}

.sm-service-pricing .sm-button {
	width: 100%;
	margin-top: 2rem;
	border-top-color: var(--sm-accent, #e32619);
}

.sm-service-inclusions {
	padding-block: clamp(4rem, 7vw, 5rem);
	border-bottom: 1px solid #000;
}

.sm-service-inclusions-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.sm-service-inclusions-grid .is-muted {
	background: #f3f3f3;
}

.sm-service-workflow {
	padding-block: clamp(5rem, 8vw, 6rem);
	background: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.sm-service-workflow .sm-section-heading>p:last-child {
	color: rgb(255 255 255 / 65%);
}

.sm-service-workflow-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 3rem 0 0;
	padding: 0;
	border-top: 1px solid rgb(255 255 255 / 25%);
	border-left: 1px solid rgb(255 255 255 / 25%);
	list-style: none;
}

.sm-service-workflow-grid li {
	padding: 1.5rem;
	border-right: 1px solid rgb(255 255 255 / 25%);
	border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.sm-service-workflow-grid li>div {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.sm-service-workflow-grid span {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
	font-weight: 600;
}

.sm-service-workflow-grid li:last-child span {
	background: var(--sm-accent, #e32619);
	color: #fff;
}

.sm-service-workflow-grid h3 {
	margin: 0;
	font-size: 1.05rem;
}

.sm-service-workflow-grid p {
	margin: 0.75rem 0 0;
	color: rgb(255 255 255 / 65%);
	font-size: 0.875rem;
}

.sm-related-services {
	padding-block: clamp(5rem, 8vw, 6rem);
	background: #fff;
	border-bottom: 1px solid #000;
}

.sm-related-services-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2.5rem;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.sm-related-services-grid>a {
	display: block;
	padding: 2rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
	transition: background 150ms ease, color 150ms ease;
}

.sm-related-services-grid>a:hover {
	background: #000;
	color: #fff;
}

.sm-related-services-grid>a>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sm-related-services-grid>a>div>strong,
.sm-related-services-grid>a>p {
	color: var(--sm-accent, #e32619);
	font-family: var(--sm-mono, monospace);
}

.sm-related-services-grid>a>p {
	margin: 1.25rem 0 0;
	font-size: 0.6875rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sm-related-services-grid h3 {
	margin: 0.35rem 0 0;
	font-size: 1.2rem;
}

.sm-related-services-grid>a>span {
	display: block;
	margin-top: 0.65rem;
	color: #666;
	font-size: 0.875rem;
}

.sm-related-services-grid>a:hover>span {
	color: rgb(255 255 255 / 70%);
}

.sm-faq.is-centered .sm-faq-grid {
	display: block;
	max-width: 51.25rem;
}

.sm-faq.is-centered .sm-faq-heading {
	position: static;
	max-width: 45rem;
	margin-inline: auto;
	text-align: center;
}

.sm-faq.is-centered .sm-faq-list {
	margin-top: 2.5rem;
}

.sm-cta-accent-card,
.sm-cta-accent-split {
	padding-block: clamp(4rem, 7vw, 5rem);
	background: #fff;
	color: #fff;
}

.sm-cta-accent-card .sm-cta-inner,
.sm-cta-accent-split .sm-cta-inner {
	max-width: 75rem;
	padding: clamp(2.5rem, 6vw, 4rem);
	background: var(--sm-accent, #e32619);
}

.sm-cta-accent-card .sm-cta-inner {
	max-width: min(100% - 3rem, 75rem);
}

.sm-cta-accent-card h2,
.sm-cta-accent-split h2 {
	font-size: clamp(2rem, 5vw, 3rem);
}

.sm-cta-accent-split .sm-cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	text-align: left;
}

.sm-cta-accent-split .sm-cta-actions {
	margin-top: 0;
}

.sm-cta-accent-card .sm-button-accent,
.sm-cta-accent-split .sm-button-accent {
	border-color: #000;
	background: #fff;
	color: #000;
}

.sm-cta-accent-card .sm-button-accent:hover,
.sm-cta-accent-split .sm-button-accent:hover {
	background: #000;
	color: #fff;
}

@keyframes sm-bar-rise {
	to {
		transform: scaleY(1);
	}
}

@keyframes sm-draw-check {
	to {
		stroke-dashoffset: 0;
	}
}

@media (max-width: 62rem) {

	.sm-hero-grid,
	.sm-gap-grid,
	.sm-faq-grid,
	.sm-service-band-grid,
	.sm-service-detail-grid,
	.sm-cta-accent-split .sm-cta-inner {
		grid-template-columns: 1fr;
	}

	.sm-cta-accent-split .sm-cta-actions {
		justify-content: flex-start;
		margin-top: 0.5rem;
	}

	.sm-monitor {
		max-width: 42rem;
	}

	.sm-service-grid,
	.sm-process-grid,
	.sm-metrics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm-testimonial-grid {
		grid-template-columns: 1fr;
	}

	.sm-faq-heading {
		position: static;
	}
}

@media (max-width: 45rem) {

	.sm-service-band-lists,
	.sm-service-inclusions-grid,
	.sm-related-services-grid {
		grid-template-columns: 1fr;
	}

	.sm-service-workflow-grid {
		grid-template-columns: 1fr;
	}

	.sm-page-actions,
	.sm-page-actions .sm-button {
		width: 100%;
	}

	.sm-service-band-price>div,
	.sm-service-pricing>div {
		align-items: flex-start;
		flex-direction: column;
	}

	.sm-cta-accent-card .sm-cta-inner,
	.sm-cta-accent-split .sm-cta-inner {
		width: min(100% - 2rem, 75rem);
	}

	.sm-widget-shell {
		width: min(100% - 2rem, 75rem);
	}

	.sm-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sm-monitor-topbar {
		grid-template-columns: 1fr auto;
	}

	.sm-monitor-topbar>span {
		display: none;
	}

	.sm-monitor-grid {
		grid-template-columns: 1fr;
	}

	.sm-threat {
		min-height: 13rem;
		border-right: 0;
		border-bottom: 1px solid #000;
	}

	.sm-threat svg {
		position: absolute;
		top: 3.75rem;
		right: 1.25rem;
		width: 7.5rem;
	}

	.sm-monitor-stats strong {
		font-size: 1rem;
	}

	.sm-gap-stats {
		grid-template-columns: 1fr;
	}

	.sm-gap-stat {
		padding: 1.5rem;
	}

	.sm-section-heading-split {
		align-items: start;
		flex-direction: column;
	}

	.sm-service-grid,
	.sm-process-grid,
	.sm-benefit-grid,
	.sm-metrics-grid {
		grid-template-columns: 1fr;
	}

	.sm-service-card {
		min-height: 24rem;
	}

	.sm-cta-actions {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sm-shield-check {
		stroke-dashoffset: 0;
	}

	.sm-monitor-chart span {
		transform: scaleY(1);
	}

	.sm-benefit-card:hover {
		translate: none;
		box-shadow: none;
	}
}

/* Inner-page migrations. */
.sm-page-hero {
	padding-block: clamp(4rem, 7vw, 6rem) 4rem;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

.sm-page-hero-inner {
	max-width: min(100% - 3rem, 75rem);
}

.sm-page-hero h1 {
	max-width: none;
	margin: 0;
	font-size: clamp(2.4rem, 6vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
}

.sm-page-hero p {
	max-width: 64ch;
	margin: 1.5rem 0 0;
	color: #5f5f5f;
	font-size: 1.125rem;
}

.sm-page-hero.is-centered .sm-page-hero-inner {
	max-width: 45rem;
	margin-inline: auto;
	text-align: center;
}

.sm-page-hero.is-centered h1,
.sm-page-hero.is-centered p {
	margin-inline: auto;
}

.sm-industries,
.sm-industry-approach,
.sm-page-split-cta,
.sm-pricing-plans,
.sm-pricing-comparison,
.sm-pricing-bundle,
.sm-about-mission,
.sm-about-principles,
.sm-about-story,
.sm-about-team,
.sm-about-credentials,
.sm-contact-section {
	padding-block: clamp(4.5rem, 8vw, 6.5rem);
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

.sm-industries-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.sm-industry-card {
	min-width: 0;
	min-height: 15rem;
	padding: 2rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transition: background 150ms ease, color 150ms ease;
}

.sm-industry-card:hover {
	background: var(--sm-accent, #e32619);
	color: #fff;
}

.sm-industry-icon {
	display: inline-flex;
	inline-size: 3.5rem;
	block-size: 3.5rem;
	align-items: center;
	justify-content: center;
	border: 1px solid currentcolor;
}

.sm-industry-icon svg {
	width: 1.625rem;
	height: 1.625rem;
}

.sm-industry-card:hover p {
	color: rgb(255 255 255 / 80%);
}

.sm-industry-card h2,
.sm-industry-approach h2 {
	margin: 1.5rem 0 0;
	font-size: 1.3rem;
	letter-spacing: -0.02em;
}

.sm-industry-card p,
.sm-industry-approach p {
	margin: 0.75rem 0 0;
	color: #666;
	font-size: 0.9375rem;
}

.sm-industry-approach-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.sm-industry-approach-grid article {
	padding: 2rem;
	border: 1px solid #000;
}

.sm-industry-approach article>strong,
.sm-about-approach article>strong {
	color: var(--sm-accent, #e32619);
	font-family: var(--sm-mono, monospace);
	font-size: 0.8rem;
}

.sm-page-split-cta-grid,
.sm-pricing-bundle-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 3rem;
}

.sm-inset-cta-section {
	border-bottom: 0;
}

.sm-inset-cta {
	padding: clamp(2.5rem, 6vw, 4rem);
	background: #000;
	color: #fff;
	text-align: center;
}

.sm-inset-cta-copy {
	max-width: 45rem;
	margin-inline: auto;
}

.sm-inset-cta .sm-widget-kicker,
.sm-inset-cta h2,
.sm-inset-cta-copy>p:last-child {
	margin-inline: auto;
}

.sm-inset-cta-copy>p:last-child {
	color: rgb(255 255 255 / 70%);
}

.sm-inset-cta .sm-page-actions {
	justify-content: center;
}

.sm-page-split-cta h2,
.sm-pricing-bundle h2 {
	max-width: 18ch;
	margin: 1rem 0 0;
	font-size: clamp(2rem, 5vw, 3.2rem);
	letter-spacing: -0.04em;
	line-height: 1;
}

.sm-page-split-cta-grid>div>p:last-child,
.sm-pricing-bundle-grid>div>p:last-child {
	max-width: 60ch;
	margin: 1rem 0 0;
	color: #666;
}

.sm-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.sm-pricing-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 2rem;
	background: #fff;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.sm-pricing-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--sm-accent, #e32619);
	font-family: var(--sm-mono, monospace);
	font-size: 0.8125rem;
}

.sm-pricing-card-top>span,
.sm-pricing-card-top svg {
	width: 1.5rem;
	height: 1.5rem;
}

.sm-pricing-card.is-featured .sm-pricing-card-top>span {
	color: #fff;
}

.sm-pricing-card.is-featured {
	background: #000;
	color: #fff;
}

.sm-pricing-label {
	margin: 1.5rem 0 0;
	color: #666;
	font-family: var(--sm-mono, monospace);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sm-pricing-card.is-featured .sm-pricing-label {
	color: rgb(255 255 255 / 60%);
}

.sm-pricing-card h2 {
	min-height: 3.25rem;
	margin: 0.5rem 0 0;
	font-size: 1.4rem;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.sm-pricing-amount {
	display: flex;
	align-items: baseline;
	gap: 0.65rem;
	margin: 2rem 0 0;
}

.sm-pricing-amount strong {
	font-size: 2.6rem;
	letter-spacing: -0.04em;
}

.sm-pricing-amount span,
.sm-pricing-highlights,
.sm-pricing-card.is-featured .sm-check-list {
	color: rgb(255 255 255 / 68%);
}

.sm-pricing-card:not(.is-featured) .sm-pricing-amount span,
.sm-pricing-card:not(.is-featured) .sm-pricing-highlights {
	color: #666;
}

.sm-pricing-amount span,
.sm-pricing-highlights {
	font-family: var(--sm-mono, monospace);
	font-size: 0.72rem;
}

.sm-pricing-highlights {
	display: grid;
	gap: 0.4rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.sm-pricing-highlights li {
	display: flex;
	gap: 0.5rem;
}

.sm-pricing-card .sm-check-list {
	flex: 1;
}

.sm-pricing-card .sm-button {
	width: 100%;
	margin-top: 2rem;
}

.sm-pricing-comparison .sm-section-heading {
	max-width: 42rem;
}

.sm-table-scroll {
	margin-top: 3rem;
	overflow-x: auto;
	outline-offset: 0.25rem;
}

.sm-comparison-table {
	width: 100%;
	min-width: 56rem;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.sm-comparison-table :is(th, td) {
	padding: 1rem;
	border: 1px solid #000;
	text-align: start;
}

.sm-comparison-table thead th {
	background: #fff;
	color: #000;
	font-family: var(--sm-mono, monospace);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sm-comparison-table thead th:first-child {
	width: 28%;
}

.sm-comparison-table thead th span,
.sm-comparison-table thead th strong {
	display: block;
}

.sm-comparison-table thead th span {
	color: var(--sm-accent, #e32619);
	font-size: 0.625rem;
}

.sm-comparison-table thead th strong {
	margin-top: 0.25rem;
	font-family: var(--sm-sans, sans-serif);
	font-size: 0.9375rem;
	letter-spacing: 0;
	text-transform: none;
}

.sm-comparison-table :is(th, td).is-featured {
	background: rgb(0 0 0 / 3%);
}

.sm-comparison-table thead th.is-featured {
	background: #000;
	color: #fff;
}

.sm-table-check {
	display: inline-flex;
	color: var(--sm-accent, #e32619);
}

.sm-table-check svg {
	width: 1.125rem;
	height: 1.125rem;
}

.sm-comparison-table tbody th {
	font-weight: 600;
}

.sm-pricing-bundle {
	background: #fff;
}

.sm-pricing-bundle-grid {
	padding: clamp(2.5rem, 6vw, 4rem);
	background: #000;
	color: #fff;
}

.sm-pricing-bundle-grid>div>p:last-child {
	color: rgb(255 255 255 / 70%);
}

.sm-about-badges {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 2.5rem 0 0;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	list-style: none;
}

.sm-about-badges li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1.5rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 0.875rem;
}

.sm-about-badge-icon {
	display: inline-flex;
	width: 1.375rem;
	height: 1.375rem;
	color: var(--sm-accent, #e32619);
}

.sm-about-badge-icon svg {
	width: 100%;
	height: 100%;
}

.sm-about-hero .sm-page-hero-inner {
	max-width: min(100% - 3rem, 75rem);
}

.sm-about-hero h1 {
	max-width: none;
	font-size: clamp(2.2rem, 5.5vw, 3.6rem);
	line-height: 1.02;
}

.sm-about-hero h1 span {
	color: var(--sm-accent, #e32619);
}

.sm-about-copy-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(3rem, 6vw, 5rem);
}

.sm-about-copy-grid h2,
.sm-about-approach h2,
.sm-about-story h2,
.sm-about-team h2 {
	margin: 1rem 0 0;
	font-size: clamp(2rem, 5vw, 3.25rem);
	letter-spacing: -0.04em;
	line-height: 1;
}

.sm-about-copy-grid>div:last-child>p,
.sm-about-credentials .sm-about-copy-grid>div:first-child>p:last-child {
	margin: 0 0 1rem;
	color: #666;
	font-size: 1.05rem;
}

.sm-about-approach {
	padding-block: clamp(5rem, 9vw, 7rem);
	background: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.sm-about-approach-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3rem;
	border-top: 1px solid rgb(255 255 255 / 30%);
	border-left: 1px solid rgb(255 255 255 / 30%);
}

.sm-about-approach article {
	padding: 2.5rem;
	border-right: 1px solid rgb(255 255 255 / 30%);
	border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sm-about-approach article:nth-child(2) {
	background: var(--sm-accent, #e32619);
}

.sm-about-approach-icon {
	display: inline-flex;
	width: 3.5rem;
	height: 3.5rem;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(255 255 255 / 40%);
}

.sm-about-approach-icon svg {
	width: 1.625rem;
	height: 1.625rem;
}

.sm-about-approach h3 {
	margin: 1.25rem 0 0;
	font-size: 1.5rem;
}

.sm-about-approach article p {
	margin: 0.75rem 0 0;
	color: rgb(255 255 255 / 68%);
}

.sm-principles-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 2.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sm-principles-list li {
	display: flex;
	align-items: center;
	align-items: flex-start;
	gap: 0.75rem;
	min-height: 0;
	padding: 0;
	font-weight: 600;
}

.sm-principles-list span {
	display: inline-flex;
	width: 1.5rem;
	height: 1.5rem;
	flex: 0 0 1.5rem;
	align-items: center;
	justify-content: center;
	background: var(--sm-accent, #e32619);
	color: #fff;
	font-size: 0.8rem;
}

.sm-timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 3rem 0 0;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	list-style: none;
}

.sm-timeline li {
	padding: 2rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.sm-timeline time {
	color: var(--sm-accent, #e32619);
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.sm-timeline h3 {
	margin: 1rem 0 0;
	font-size: 1.1rem;
}

.sm-timeline p {
	margin: 0.65rem 0 0;
	color: #666;
	font-size: 0.9rem;
}

.sm-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 3rem;
}

.sm-team-grid article {
	border: 1px solid #000;
	transition: translate 150ms ease, box-shadow 150ms ease;
}

.sm-team-grid article:hover {
	translate: -0.25rem -0.25rem;
	box-shadow: 0.5rem 0.5rem 0 #000;
}

.sm-team-grid img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	filter: grayscale(1);
	border-bottom: 1px solid #000;
}

.sm-team-grid article>div {
	padding: 1.25rem;
}

.sm-team-grid h3 {
	margin: 0;
	font-size: 1.05rem;
}

.sm-team-grid p {
	margin: 0.3rem 0 0;
	color: var(--sm-accent, #e32619);
	font-family: var(--sm-mono, monospace);
	font-size: 0.68rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.sm-credentials-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	list-style: none;
}

.sm-credentials-grid li {
	display: grid;
	min-height: 6rem;
	place-items: center;
	padding: 1rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: var(--sm-mono, monospace);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.sm-about-cta,
.sm-assessment-cta {
	padding-block: clamp(5rem, 9vw, 7rem);
	background: #000;
	color: #fff;
	text-align: center;
}

.sm-about-cta h2,
.sm-assessment-cta h2 {
	max-width: 18ch;
	margin: 0 auto;
	font-size: clamp(2.3rem, 6vw, 4rem);
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.sm-about-cta .sm-page-actions {
	justify-content: center;
}

.sm-about-cta-icon {
	display: inline-flex;
	width: 1.875rem;
	height: 1.875rem;
	margin-bottom: 1.5rem;
	color: var(--sm-accent, #e32619);
}

.sm-about-cta-icon svg {
	width: 100%;
	height: 100%;
}

.sm-button-ghost-light {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.sm-button-ghost-light:hover {
	background: #fff;
	color: #000;
}

.sm-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
	align-items: start;
	gap: clamp(3rem, 8vw, 7rem);
}

.sm-lead-form {
	display: grid;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.sm-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.sm-form-field,
.sm-choice-field {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.sm-form-field label,
.sm-choice-field legend {
	display: block;
	margin-bottom: 0.5rem;
	font-family: var(--sm-mono, monospace);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sm-form-field :is(input, textarea) {
	width: 100%;
	min-height: 3.25rem;
	padding: 0.85rem 1rem;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
	font: inherit;
}

.sm-form-field textarea {
	min-height: 9rem;
	resize: vertical;
}

.sm-form-field :is(input, textarea):focus-visible,
.sm-choice-grid input:focus-visible+label,
.sm-consent-field input:focus-visible {
	outline: 3px solid var(--sm-accent, #e32619);
	outline-offset: 2px;
}

.sm-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

.sm-choice-grid.is-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sm-choice-grid input {
	position: absolute;
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.sm-choice-grid label {
	display: grid;
	min-height: 3rem;
	place-items: center;
	padding: 0.65rem;
	border: 1px solid #000;
	cursor: pointer;
	font-family: var(--sm-mono, monospace);
	font-size: 0.72rem;
	text-align: center;
}

.sm-choice-grid input:checked+label {
	background: #000;
	color: #fff;
}

.sm-consent-field {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0.75rem;
	font-size: 0.85rem;
}

.sm-consent-field input {
	inline-size: 1.25rem;
	block-size: 1.25rem;
	margin: 0.1rem 0 0;
	accent-color: var(--sm-accent, #e32619);
}

.sm-form-submit {
	width: 100%;
	min-height: 3.5rem;
}

.sm-honeypot {
	position: absolute !important;
	clip-path: inset(50%) !important;
	inline-size: 1px !important;
	block-size: 1px !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

.sm-form-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-top: 1.5rem;
	padding: 1rem;
	border: 1px solid #000;
}

.sm-form-notice>span {
	display: grid;
	inline-size: 1.5rem;
	block-size: 1.5rem;
	flex: 0 0 1.5rem;
	place-items: center;
	background: #000;
	color: #fff;
	font-weight: 700;
}

.sm-form-notice.is-success>span {
	background: #187a35;
}

.sm-form-notice p {
	margin: 0;
}

.sm-contact-details address {
	display: grid;
	gap: 0.8rem;
	margin-top: 1.5rem;
	font-style: normal;
}

.sm-contact-details address :is(p, a) {
	margin: 0;
	color: #000;
}

.sm-emergency-card {
	margin-top: 2rem;
	padding: 1.5rem;
	background: #000;
	color: #fff;
}

.sm-emergency-card>span {
	display: grid;
	inline-size: 2.5rem;
	block-size: 2.5rem;
	place-items: center;
	background: var(--sm-accent, #e32619);
	font-family: var(--sm-mono, monospace);
	font-weight: 700;
}

.sm-emergency-card h2 {
	margin: 1rem 0 0;
	font-size: 1.25rem;
}

.sm-emergency-card p {
	margin: 0.65rem 0 0;
	color: rgb(255 255 255 / 70%);
	font-size: 0.9rem;
}

.sm-emergency-card a {
	display: inline-block;
	margin-top: 1rem;
	color: #fff;
	font-family: var(--sm-mono, monospace);
	font-weight: 600;
}

.sm-office-map {
	position: relative;
	min-height: 13rem;
	margin-top: 1.5rem;
	overflow: clip;
	background: #eee;
	border: 1px solid #000;
}

.sm-office-map::before,
.sm-office-map::after,
.sm-office-map i {
	position: absolute;
	background: #b8b8b8;
	content: "";
}

.sm-office-map::before {
	inset: 35% -10% auto;
	height: 1px;
	rotate: -12deg;
}

.sm-office-map::after {
	inset: -20% auto -20% 45%;
	width: 1px;
	rotate: 20deg;
}

.sm-office-map i:nth-of-type(1) {
	inset: 15% 0 auto;
	height: 1px;
}

.sm-office-map i:nth-of-type(2) {
	inset: auto 0 20%;
	height: 1px;
}

.sm-office-map i:nth-of-type(3) {
	inset: 0 auto 0 18%;
	width: 1px;
}

.sm-office-map i:nth-of-type(4) {
	inset: 0 20% 0 auto;
	width: 1px;
}

.sm-office-map span {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	padding: 0.65rem 0.8rem;
	background: var(--sm-accent, #e32619);
	color: #fff;
	font-family: var(--sm-mono, monospace);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	translate: -50% -50%;
}

.sm-assessment-hero {
	padding-block: clamp(3rem, 7vw, 5.5rem);
	background: #fff;
	border-bottom: 1px solid #000;
}

.sm-assessment-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.8fr);
	align-items: start;
	gap: clamp(3rem, 7vw, 6rem);
}

.sm-assessment-copy {
	padding-top: 2rem;
}

.sm-assessment-copy h1 {
	max-width: 13ch;
	margin: 1.25rem 0 0;
	font-size: clamp(3rem, 7vw, 5rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.sm-assessment-copy>p:not(.sm-widget-kicker, .sm-assessment-rating) {
	max-width: 55ch;
	margin: 1.5rem 0 0;
	color: #666;
	font-size: 1.1rem;
}

.sm-assessment-trust {
	display: grid;
	gap: 0.75rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.sm-assessment-trust li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.sm-assessment-trust span {
	display: grid;
	inline-size: 1.5rem;
	block-size: 1.5rem;
	place-items: center;
	background: var(--sm-accent, #e32619);
	color: #fff;
	font-size: 0.75rem;
}

.sm-assessment-rating {
	margin: 2rem 0 0;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
}

.sm-assessment-rating strong {
	color: var(--sm-accent, #e32619);
	font-size: 1.25rem;
}

.sm-assessment-form-card {
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid #000;
	box-shadow: 10px 10px 0 #000;
	scroll-margin-top: 2rem;
}

.sm-assessment-benefits {
	padding-block: clamp(4rem, 7vw, 5rem);
	background: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.sm-assessment-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgb(255 255 255 / 30%);
	border-left: 1px solid rgb(255 255 255 / 30%);
}

.sm-assessment-benefit-grid article {
	padding: 1.5rem;
	border-right: 1px solid rgb(255 255 255 / 30%);
	border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sm-assessment-benefit-grid strong {
	color: var(--sm-accent, #e32619);
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
}

.sm-assessment-benefit-grid h2 {
	margin: 1rem 0 0;
	font-size: 1.1rem;
}

.sm-assessment-benefit-grid p {
	margin: 0.6rem 0 0;
	color: rgb(255 255 255 / 68%);
	font-size: 0.9rem;
}

.sm-assessment-proof {
	padding-block: clamp(4.5rem, 8vw, 6.5rem);
	background: #fff;
	border-bottom: 1px solid #000;
}

.sm-assessment-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	list-style: none;
}

.sm-assessment-metrics li {
	padding: 1.25rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: var(--sm-mono, monospace);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.sm-assessment-testimonials {
	margin-top: 3rem;
}

.sm-assessment-cta p {
	max-width: 55ch;
	margin: 1.25rem auto 0;
	color: rgb(255 255 255 / 80%);
}

.sm-assessment-cta .sm-button {
	margin-top: 2rem;
	background: #fff;
	color: #000;
}

/* Legal and compliance documents */
.sm-legal-hero {
	padding-block: clamp(4.5rem, 9vw, 8rem);
	border-bottom: 1px solid #000;
}

.sm-legal-hero h1 {
	max-width: 16ch;
	margin: 1.25rem 0 0;
	font-size: clamp(3rem, 7vw, 6rem);
	letter-spacing: -0.06em;
	line-height: 0.95;
}

.sm-legal-hero > div > p:not(.sm-widget-kicker, .sm-legal-updated) {
	max-width: 62ch;
	margin: 1.5rem 0 0;
	color: #5e5e5e;
	font-size: 1.05rem;
}

.sm-legal-hero .sm-legal-updated {
	margin: 2rem 0 0;
	font-family: var(--sm-mono, monospace);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sm-legal-layout {
	display: grid;
	grid-template-columns: 17rem minmax(0, 1fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
	padding-block: clamp(3.5rem, 8vw, 7rem);
}

.sm-legal-nav {
	position: sticky;
	top: 6.5rem;
	border: 1px solid #000;
}

.sm-legal-nav > p {
	margin: 0;
	padding: 1rem;
	background: #000;
	color: #fff;
	font-family: var(--sm-mono, monospace);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sm-legal-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sm-legal-nav li + li {
	border-top: 1px solid #000;
}

.sm-legal-nav a {
	display: block;
	padding: 0.8rem 1rem;
	color: #000;
	font-size: 0.82rem;
	text-decoration: none;
}

.sm-legal-nav a:is(:hover, :focus-visible, [aria-current="page"]) {
	background: #e32619;
	color: #fff;
}

.sm-legal-content {
	max-width: 52rem;
}

.sm-legal-content h2 {
	margin: 3.5rem 0 1rem;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	letter-spacing: -0.04em;
}

.sm-legal-content h2:first-child {
	margin-top: 0;
}

.sm-legal-content :is(p, li) {
	color: #373737;
	line-height: 1.75;
}

.sm-legal-content li + li {
	margin-top: 0.65rem;
}

.sm-legal-content a,
.sm-form-privacy a,
.sm-consent-field a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.sm-legal-content table {
	width: 100%;
	margin-top: 1.5rem;
	border-collapse: collapse;
}

.sm-legal-content :is(th, td) {
	padding: 0.85rem;
	border: 1px solid #000;
	text-align: left;
	vertical-align: top;
}

.sm-legal-content th {
	background: #000;
	color: #fff;
	font-family: var(--sm-mono, monospace);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sm-legal-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2rem;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.sm-legal-cards a {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
}

.sm-legal-cards a:hover {
	background: #e32619;
	color: #fff;
}

.sm-form-privacy {
	margin: -0.4rem 0 1rem;
	color: #5e5e5e;
	font-size: 0.78rem;
}

.sm-resource-newsletter form .sm-newsletter-consent {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 1rem 1fr;
	align-items: start;
	margin-top: 0.35rem;
}

.sm-resource-newsletter form .sm-newsletter-consent input {
	width: 1rem;
	height: 1rem;
	margin-top: 0.2rem;
}

.sm-resource-newsletter form .sm-newsletter-consent label {
	color: rgb(255 255 255 / 78%);
	font-size: 0.75rem;
	line-height: 1.5;
}

@media (max-width: 62rem) {

	.sm-industries-grid,
	.sm-team-grid,
	.sm-timeline,
	.sm-assessment-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm-pricing-grid,
	.sm-about-copy-grid,
	.sm-contact-grid,
	.sm-assessment-hero-grid {
		grid-template-columns: 1fr;
	}

	.sm-pricing-card h2 {
		min-height: auto;
	}

	.sm-contact-details,
	.sm-assessment-form-card {
		max-width: 44rem;
	}

	.sm-legal-layout {
		grid-template-columns: 1fr;
	}

	.sm-legal-nav {
		position: static;
	}
}

@media (max-width: 45rem) {

	.sm-industries-grid,
	.sm-about-badges,
	.sm-industry-approach-grid,
	.sm-pricing-grid,
	.sm-about-approach-grid,
	.sm-principles-list,
	.sm-team-grid,
	.sm-timeline,
	.sm-credentials-grid,
	.sm-assessment-benefit-grid,
	.sm-assessment-metrics,
	.sm-form-row {
		grid-template-columns: 1fr;
	}

	.sm-page-split-cta-grid,
	.sm-pricing-bundle-grid {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.sm-page-hero h1,
	.sm-assessment-copy h1 {
		font-size: clamp(2.5rem, 14vw, 4rem);
	}

	.sm-industry-card {
		min-height: auto;
	}

	.sm-choice-grid,
	.sm-choice-grid.is-four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm-assessment-form-card {
		box-shadow: 6px 6px 0 #000;
	}

	.sm-legal-cards {
		grid-template-columns: 1fr;
	}

	.sm-legal-content {
		overflow-wrap: anywhere;
	}
}
