/*
Theme Name: SigmaSix
Theme URI: https://sigmasixbuilders.com
Author: SigmaSix Builders and Trading Inc.
Author URI: https://sigmasixbuilders.com
Description: Block theme for SigmaSix Builders and Trading Inc. — architecture, engineering, and construction.
Version: 2.0.1
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.2
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sigmasix
Tags: block-theme, editorial, portfolio, one-column, full-site-editing
*/

:root {
	--ss-bg: var(--wp--preset--color--bg-base);
	--ss-bg-alt: var(--wp--preset--color--bg-alt);
	--ss-surface: var(--wp--preset--color--bg-raised);
	--ss-ink: var(--wp--preset--color--ink-primary);
	--ss-ink-soft: var(--wp--preset--color--ink-secondary);
	--ss-ink-faint: var(--wp--preset--color--ink-mute);
	--ss-line: var(--wp--preset--color--rule-hairline);
	--ss-accent: var(--wp--preset--color--accent-base);
	--ss-accent-deep: var(--wp--preset--color--accent-deep);
	--ss-night: var(--wp--preset--color--bg-dark);
	--ss-coral: var(--wp--preset--color--accent-tint);
	--ss-cream: var(--wp--preset--color--bg-alt);
	--ss-on-dark: var(--wp--preset--color--ink-on-dark);
	--ss-on-dark-mute: var(--wp--preset--color--ink-on-dark-mute);
	--ss-rule-on-dark: var(--wp--preset--color--rule-on-dark);
	--ss-serif: var(--wp--preset--font-family--fraunces);
	--ss-sans: var(--wp--preset--font-family--inter);
	--ss-mono: var(--wp--preset--font-family--jetbrains-mono);
	--ss-gutter: clamp(20px, 4.2vw, 60px);
	--ss-section: clamp(56px, 7vw, 96px);
}

.ss-btn,
.filter-pill,
.ss-form-card,
.ss-card,
.ss-section,
.ss-srv-row,
.ss-hero__inner,
.ss-footer,
.ss-header,
.ss-trust {
	box-sizing: border-box;
}

.ss-wrap {
	max-width: 1200px;
	margin-inline: auto;
}

.ss-wrap--narrow {
	max-width: 760px;
	margin-inline: auto;
}

.ss-section {
	padding: var(--ss-section) var(--ss-gutter);
	background: var(--ss-bg);
}

.ss-section--alt {
	background: var(--ss-bg-alt);
	border-top: 1px solid var(--ss-line);
	border-bottom: 1px solid var(--ss-line);
}

.ss-section--night {
	background: var(--ss-night);
}

.ss-section--cream {
	background: var(--ss-bg-alt);
	border-top: 1px solid var(--ss-line);
	border-bottom: 1px solid var(--ss-line);
}

.ss-section--tight {
	padding-block: clamp(40px, 5vw, 72px);
}

.eyebrow {
	font-family: var(--ss-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ss-accent-deep);
	line-height: 1.2;
	margin: 0;
}

.eyebrow--light {
	color: var(--ss-coral);
}

.eyebrow--mute {
	color: var(--ss-ink-faint);
}

.meta {
	font-family: var(--ss-mono);
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.ss-lede {
	font-size: 17px;
	line-height: 1.7;
	color: var(--ss-ink-soft);
}

.ss-btn {
	display: inline-block;
	font-family: var(--ss-sans);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 14px 26px;
	border: 1px solid transparent;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ss-btn--dark {
	background: var(--ss-ink);
	color: var(--ss-bg);
}

.ss-btn--dark:hover {
	background: var(--ss-accent-deep);
	color: var(--ss-bg);
}

.ss-btn--light {
	background: var(--ss-bg);
	color: var(--ss-ink);
}

.ss-btn--light:hover {
	background: #fff;
	color: var(--ss-ink);
}

.ss-btn--outline {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
}

.ss-btn--outline:hover {
	border-color: #fff;
	color: #fff;
}

.ss-btn--outline-ink {
	background: transparent;
	color: var(--ss-ink);
	border-color: var(--ss-ink);
}

.ss-btn--outline-ink:hover {
	background: var(--ss-ink);
	color: var(--ss-bg);
}

.ghost-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
	color: var(--ss-accent-deep);
	text-decoration: none;
	font-family: var(--ss-sans);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.01em;
}

.ghost-link:hover {
	color: var(--ss-accent);
}

.ss-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 0 var(--ss-gutter);
	height: 88px;
	background: var(--ss-bg);
	border-bottom: 1px solid var(--ss-line);
}

.ss-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	flex-shrink: 0;
}

.ss-brand__logo {
	height: 44px;
	width: auto;
	display: block;
}


.ss-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.6vw, 40px);
}

.ss-nav a:not(.ss-btn) {
	font-family: var(--ss-sans);
	font-size: 14px;
	font-weight: 500;
	color: var(--ss-ink);
	text-decoration: none;
	letter-spacing: 0.01em;
}

.ss-nav a:not(.ss-btn):hover,
.ss-nav .current-menu-item > a:not(.ss-btn) {
	color: var(--ss-accent-deep);
}

.ss-nav .wp-block-navigation {
	gap: clamp(18px, 2.6vw, 40px);
}

.ss-hero {
	position: relative;
	min-height: 640px;
	display: flex;
	align-items: flex-end;
	background-size: cover;
	background-position: center 65%;
	background-repeat: no-repeat;
}

.ss-hero__inner {
	padding: 100px var(--ss-gutter) 72px;
	max-width: 700px;
	width: 100%;
}

.ss-hero__title {
	font-family: var(--ss-serif);
	font-size: clamp(32px, 4.8vw, 56px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.035em;
	color: #fff;
	margin: 20px 0 22px;
}

.ss-hero__body {
	font-size: 17px;
	line-height: 1.7;
	max-width: 520px;
	margin: 0 0 36px;
	color: rgba(255, 255, 255, 0.86);
}

.ss-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.ss-trust {
	padding: 22px var(--ss-gutter);
	background: var(--ss-night);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
}

.ss-trust__item {
	padding: 4px 28px;
	border-right: 1px solid var(--ss-rule-on-dark);
	font-family: var(--ss-sans);
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ss-on-dark-mute);
	margin: 0;
}

.ss-trust__item:last-child {
	border-right: 0;
}

.ss-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 4.4vw, 64px);
	align-items: center;
}

.ss-split--text-right > .ss-split__media {
	order: -1;
}

.ss-split__media {
	height: 420px;
	background-size: cover;
	background-position: center;
	border: 1px solid var(--ss-line);
}

.ss-split__media--short {
	height: 360px;
}

.ss-section-head {
	max-width: 640px;
	margin: 0 auto clamp(36px, 4vw, 56px);
	text-align: center;
}

.ss-section-head > h2 {
	margin: 16px 0 0;
	font-family: var(--ss-serif);
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.028em;
}

.ss-head-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.ss-head-row h2 {
	margin: 16px 0 0;
	font-family: var(--ss-serif);
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.028em;
}

.ss-quote {
	font-family: var(--ss-serif);
	font-size: clamp(21px, 2.3vw, 27px);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.022em;
	color: var(--ss-ink);
	margin: 18px 0 24px;
}

.ss-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--ss-line);
	border: 1px solid var(--ss-line);
}

.ss-cards--5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ss-card {
	background: var(--ss-surface);
	padding: 40px 32px;
}

.ss-card--tight {
	padding: 28px 20px;
}

.ss-card h3 {
	margin: 18px 0 14px;
	font-family: var(--ss-serif);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.ss-card h4 {
	margin: 0 0 10px;
	font-family: var(--ss-serif);
	font-size: 15px;
	font-weight: 600;
}

.ss-card p:not(.eyebrow) {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--ss-ink-soft);
}

.ss-card--tight p:not(.eyebrow) {
	font-size: 12.5px;
}

.ss-proj-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.ss-proj {
	display: block;
	text-decoration: none;
	color: inherit;
}

.ss-proj__frame {
	position: relative;
	height: 400px;
	display: flex;
	align-items: flex-end;
	padding: 26px;
	overflow: hidden;
	background-color: var(--ss-night);
	background-repeat: no-repeat;
}

.ss-proj__frame::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	transform: scale(1.01);
	transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.ss-proj__frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 8, 6, 0) 42%, rgba(10, 8, 6, 0.86) 100%);
}

.ss-proj__frame > * {
	position: relative;
	z-index: 2;
}

.ss-proj:hover .ss-proj__frame::before {
	transform: scale(1.07);
}

.ss-proj__frame--short {
	height: 280px;
	padding: 20px;
}

.ss-proj__title {
	margin: 8px 0 0;
	font-family: var(--ss-serif);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: -0.02em;
	color: #fff;
}

.ss-proj__frame--short .ss-proj__title {
	font-size: 17px;
	margin-top: 6px;
}

.ss-proj__desc {
	margin: 14px 0 0;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--ss-ink-soft);
}

.ss-process {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	position: relative;
}

.ss-process::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 10%;
	right: 10%;
	height: 1px;
	background: var(--ss-line);
}

.ss-step {
	text-align: center;
	position: relative;
}

.ss-step__num {
	font-family: var(--ss-mono);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--ss-accent-deep);
	background: var(--ss-bg-alt);
	width: 40px;
	margin: 0 auto 18px;
	line-height: 1.4;
}

.ss-step--last .ss-step__num {
	background: var(--ss-accent-deep);
	color: var(--ss-bg-alt);
}

.ss-step h4 {
	margin: 0 0 8px;
	font-family: var(--ss-serif);
	font-size: 15px;
	font-weight: 600;
}

.ss-step p:not(.ss-step__num) {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: var(--ss-ink-soft);
}

.ss-strengths {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: clamp(32px, 4.4vw, 64px);
}

.ss-strengths h2 {
	margin: 18px 0 0;
	font-family: var(--ss-serif);
	font-size: clamp(26px, 2.9vw, 36px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.028em;
	color: #fff;
}

.ss-strengths__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 40px;
}

.ss-strengths__item {
	border-top: 1px solid var(--ss-rule-on-dark);
	padding-top: 18px;
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.ss-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	text-align: center;
}

.ss-stats__value {
	font-family: var(--ss-serif);
	font-size: 23px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
	margin: 0;
}

.ss-stats__label {
	font-family: var(--ss-mono);
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.6);
	margin: 6px 0 0;
	letter-spacing: 0.03em;
}

.ss-team {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 24px;
	max-width: 1000px;
	margin-inline: auto;
}

.ss-team__item {
	text-align: center;
}

.ss-initials {
	aspect-ratio: 1;
	background: var(--ss-ink);
	color: var(--ss-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--ss-serif);
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 16px;
	background-size: cover;
	background-position: center;
}

.ss-team__item h4 {
	margin: 0 0 4px;
	font-family: var(--ss-serif);
	font-size: 16px;
	font-weight: 600;
}

.ss-team__item p {
	margin: 0;
	font-size: 13px;
	color: var(--ss-ink-soft);
}

.ss-srv-row {
	padding: clamp(40px, 5vw, 60px) var(--ss-gutter);
	border-top: 1px solid var(--ss-line);
	background: var(--ss-bg);
}

.ss-srv-row--alt {
	background: var(--ss-bg-alt);
}

.ss-srv-row h2 {
	margin: 16px 0 18px;
	font-family: var(--ss-serif);
	font-size: clamp(23px, 2.6vw, 31px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.ss-srv-row__lede {
	margin: 0 0 22px;
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--ss-ink-soft);
}

.ss-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 13px;
}

.ss-item::before {
	content: "";
	width: 14px;
	height: 1px;
	background: var(--ss-accent-deep);
	margin-top: 11px;
	flex-shrink: 0;
}

.ss-item p,
.ss-caps ol,
.ss-caps ul {
	margin: 0;
}

.ss-caps ol,
.ss-caps ul {
	list-style: none;
	padding: 0;
}

.ss-caps li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 13px;
	font-size: 15px;
	color: var(--ss-ink);
}

.ss-caps li::before {
	content: "";
	width: 14px;
	height: 1px;
	background: var(--ss-accent-deep);
	margin-top: 11px;
	flex-shrink: 0;
}

.ss-other {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.ss-other__title {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	margin: 0 0 6px;
}

.ss-other__body {
	font-size: 13.5px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.62);
	margin: 0;
}

.ss-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.filter-pill {
	display: inline-flex;
	padding: 11px 22px;
	border: 1px solid var(--ss-line);
	text-decoration: none;
	color: var(--ss-ink-soft);
	font-family: var(--ss-sans);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.filter-pill:hover {
	border-color: var(--ss-ink);
	color: var(--ss-ink);
}

.filter-pill.is-active {
	background: var(--ss-ink);
	color: var(--ss-bg);
	border-color: var(--ss-ink);
}

.ss-contact {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(32px, 4.4vw, 64px);
	align-items: start;
}

.ss-dl__label {
	font-family: var(--ss-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ss-ink-faint);
	margin: 24px 0 8px;
}

.ss-dl__value {
	margin: 0;
	font-size: 16px;
	color: var(--ss-ink);
}

.ss-person {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid var(--ss-line);
}

.ss-person:first-of-type {
	border-top: 1px solid var(--ss-line);
}

.ss-person__name {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: var(--ss-ink);
}

.ss-person__role {
	margin: 2px 0 0;
	font-size: 13px;
	color: var(--ss-ink-soft);
}

.ss-person__tel {
	margin: 0;
	font-size: 14.5px;
	color: var(--ss-ink);
	white-space: nowrap;
	font-family: var(--ss-mono);
}

.ss-form-card {
	background: var(--ss-surface);
	border: 1px solid var(--ss-line);
	padding: clamp(24px, 3vw, 40px);
}

.wpcf7-form,
.wpcf7-form *,
.wpcf7-form *::before,
.wpcf7-form *::after {
	box-sizing: border-box;
}

.wpcf7-form {
	font-family: var(--ss-sans);
}

.wpcf7-form .cf7-row {
	margin-bottom: 20px;
}

.wpcf7-form .cf7-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.wpcf7-form label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--ss-ink);
	margin-bottom: 8px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--ss-line);
	background: var(--ss-bg);
	font-size: 15px;
	font-family: inherit;
	color: var(--ss-ink);
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.wpcf7-form select {
	background-image: linear-gradient(45deg, transparent 50%, var(--ss-ink-faint) 50%), linear-gradient(135deg, var(--ss-ink-faint) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 38px;
}

.wpcf7-form textarea {
	min-height: 120px;
	resize: vertical;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--ss-ink);
}

.wpcf7-form .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
	gap: 10px;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
	margin: 0;
	display: flex;
}

.wpcf7-form .wpcf7-radio label {
	width: 100%;
}

.wpcf7-form .wpcf7-radio label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 600;
	font-size: 13.5px;
	line-height: 1.3;
	color: var(--ss-ink-soft);
	padding: 13px 14px;
	border: 1px solid var(--ss-line);
	background: var(--ss-bg);
	cursor: pointer;
	min-height: 50px;
}

.wpcf7-form .wpcf7-radio label:hover {
	border-color: var(--ss-ink);
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .wpcf7-checkbox label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--ss-ink-soft);
	margin: 0;
}

.wpcf7-form input[type="submit"] {
	width: 100%;
	padding: 16px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-family: var(--ss-sans);
	background: var(--ss-ink);
	color: var(--ss-bg);
	border: none;
	border-radius: 0;
	cursor: pointer;
	margin-top: 4px;
}

.wpcf7-form input[type="submit"]:hover {
	background: var(--ss-accent-deep);
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	color: var(--ss-accent-deep);
	margin-top: 6px;
	font-weight: 500;
}

.wpcf7-response-output {
	font-size: 14px;
	padding: 16px;
	border: 1px solid var(--ss-line) !important;
	margin: 20px 0 0 !important;
}

.ss-note {
	font-size: 12px;
	text-align: center;
	margin: 14px 0 0;
	color: var(--ss-ink-faint);
}

.ss-footer {
	padding: clamp(40px, 5vw, 60px) var(--ss-gutter) 28px;
	background: var(--ss-ink);
}

.ss-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 32px;
	max-width: 1200px;
	margin: 0 auto 40px;
}

.ss-footer__brand {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	text-decoration: none;
}

.ss-footer__logo {
	height: 40px;
	width: auto;
	display: block;
}

.ss-footer p,
.ss-footer li {
	font-size: 13px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.62);
	margin: 0;
}

.ss-footer h4 {
	font-family: var(--ss-sans);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
	margin: 0 0 16px;
}

.ss-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ss-footer a {
	color: rgba(255, 255, 255, 0.66);
	text-decoration: none;
	font-size: 13.5px;
}

.ss-footer a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.ss-footer__bottom {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.ss-footer__bottom p {
	font-family: var(--ss-mono);
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.03em;
}

.ss-center {
	text-align: center;
}

.ss-cta-head {
	font-family: var(--ss-serif);
	font-size: clamp(24px, 2.9vw, 34px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.028em;
	margin: 0 0 16px;
}

.ss-cta-body {
	font-size: 16px;
	line-height: 1.7;
	max-width: 480px;
	margin: 0 auto 28px;
	color: var(--ss-ink-soft);
}

.ss-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.ss-motion .ss-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.ss-motion .ss-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.ss-hero__inner > * {
	animation: ss-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ss-hero__inner > *:nth-child(1) { animation-delay: 0.05s; }
.ss-hero__inner > *:nth-child(2) { animation-delay: 0.15s; }
.ss-hero__inner > *:nth-child(3) { animation-delay: 0.25s; }
.ss-hero__inner > *:nth-child(4) { animation-delay: 0.35s; }

@keyframes ss-rise {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.ss-hero {
	overflow: hidden;
}

.ss-proj__title,
.ss-proj .eyebrow {
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.ss-proj:hover .ss-proj__title,
.ss-proj:hover .eyebrow {
	transform: translateY(-3px);
}

.ss-header {
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.ss-header.is-scrolled {
	box-shadow: 0 1px 24px rgba(20, 16, 10, 0.07);
}

.ss-card {
	transition: background-color 0.3s ease;
}

.ss-card:hover {
	background: var(--ss-bg);
}

.ghost-link {
	transition: gap 0.25s ease, color 0.2s ease;
}

.ghost-link:hover {
	gap: 12px;
}

.filter-pill {
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.ss-motion .ss-reveal,
	.ss-hero__inner > * {
		opacity: 1;
		transform: none;
		animation: none;
		transition: none;
	}

	.ss-proj__frame {
		transition: none;
	}
}

@media (max-width: 1120px) {
	.ss-contact {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.ss-split,
	.ss-contact,
	.ss-strengths {
		grid-template-columns: 1fr;
	}

	.ss-split--text-right > .ss-split__media {
		order: 0;
	}

	.ss-cards,
	.ss-proj-grid,
	.ss-other,
	.ss-team {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ss-cards--5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ss-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
	}

	.ss-process::before {
		display: none;
	}

	.ss-hero {
		min-height: 520px;
	}
}

@media (max-width: 700px) {
	.ss-header {
		height: 64px;
	}

	.ss-brand__mark {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}

	.ss-brand__name {
		font-size: 16px;
	}

	.ss-brand__logo {
		height: 30px;
	}

	.ss-header .ss-btn {
		display: none;
	}

	.ss-hero {
		min-height: 460px;
	}

	.ss-hero__inner {
		padding: 56px var(--ss-gutter) 40px;
	}

	.ss-hero__body {
		font-size: 15px;
	}

	.ss-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ss-hero__actions .ss-btn,
	.ss-actions .ss-btn {
		text-align: center;
		width: 100%;
	}

	.ss-trust {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}

	.ss-trust__item {
		border-right: 0;
		padding: 0;
		font-size: 11px;
	}

	.ss-cards,
	.ss-cards--5,
	.ss-proj-grid,
	.ss-other,
	.ss-team,
	.ss-process,
	.ss-stats,
	.ss-strengths__list,
	.wpcf7-form .cf7-two-col,
	.wpcf7-form .wpcf7-radio {
		grid-template-columns: 1fr;
	}

	.ss-split__media,
	.ss-split__media--short {
		height: 260px;
	}

	.ss-proj__frame {
		height: 300px;
	}

	.ss-proj__frame--short {
		height: 240px;
	}

	.ss-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ss-head-row {
		align-items: flex-start;
	}

	.ss-team {
		max-width: 320px;
	}

	.ss-initials {
		max-width: 200px;
		margin-inline: auto;
		margin-bottom: 14px;
	}

	.ss-person {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
}

.ss-header .wp-block-navigation__responsive-container-open {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -10px;
	color: var(--ss-ink);
	background: none;
	border: 0;
	cursor: pointer;
}

.ss-header .wp-block-navigation__responsive-container-open svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

.ss-nav .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) {
	background-color: var(--ss-night);
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding: 0;
	align-items: stretch;
	z-index: 200;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
	max-width: none;
	width: 100%;
	height: 100%;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
	height: 100%;
	padding: 0 var(--ss-gutter);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 168px;
	height: 28px;
	background-image: url("/wp-content/uploads/2026/09/sigmasix-logo-light.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	pointer-events: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
	top: 10px;
	right: calc(var(--ss-gutter) - 10px);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ss-on-dark);
	background: none;
	border: 0;
	cursor: pointer;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	width: 100%;
	align-items: stretch;
	padding: 84px 0 40px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	gap: 0;
	width: 100%;
	align-items: stretch;
	justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
	width: 100%;
	border-top: 1px solid var(--ss-rule-on-dark);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:last-child {
	border-bottom: 1px solid var(--ss-rule-on-dark);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	display: block;
	width: 100%;
	padding: 22px 0;
	font-family: var(--ss-sans);
	font-size: clamp(24px, 7vw, 30px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.025em;
	color: var(--ss-on-dark);
	text-decoration: none;
	transition: color 0.18s ease;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation__responsive-container.is-menu-open .current-menu-item > .wp-block-navigation-item__content {
	color: var(--ss-coral);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__label {
	font: inherit;
	letter-spacing: inherit;
}

html.has-modal-open,
body.has-modal-open {
	overflow: hidden;
}
