:root {
	--sp-bg: #f7fbff;
	--sp-bg-soft: #eef4f8;
	--sp-surface: #ffffff;
	--sp-surface-soft: rgba(255, 255, 255, 0.86);
	--sp-ink: #153246;
	--sp-ink-soft: rgba(21, 50, 70, 0.74);
	--sp-ink-muted: rgba(21, 50, 70, 0.56);
	--sp-line: rgba(21, 50, 70, 0.1);
	--sp-line-strong: rgba(21, 50, 70, 0.16);
	--sp-header: #243a4a;
	--sp-header-ink: #f6fbff;
	--sp-button: #243a4a;
	--sp-button-hover: #2d4659;
	--sp-video-bg: #dbe7f0;
}

body.home,
body.blog,
body.page {
	background: var(--sp-bg);
	color: var(--sp-ink);
}

body.home #content > .ast-container,
body.blog #content > .ast-container,
body.page #content > .ast-container {
	display: block;
	max-width: 100%;
	padding: 0;
}

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-separate-container .comment-respond,
.ast-plain-container.ast-no-sidebar #primary {
	margin: 0;
	padding: 0;
}

#masthead {
	display: none;
}

.samepage-shell {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.sp-site-header {
	background: rgba(36, 58, 74, 0.94);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	left: 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.sp-site-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1240px;
	padding: 20px 40px;
}

.sp-site-header__brand,
.sp-site-header__nav a {
	color: var(--sp-header-ink);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	text-decoration: none;
}

.sp-site-header__brand {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.sp-site-header__nav {
	align-items: center;
	display: flex;
	gap: 24px;
}

.sp-site-header__toggle {
	display: none;
}

.sp-site-header__nav a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	transition: opacity 0.2s ease;
}

.sp-site-header__nav a:hover {
	opacity: 0.65;
}

.sp-wrap {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 40px;
}

.sp-wrap--narrow {
	max-width: 860px;
	text-align: center;
}

.sp-grid-full {
	grid-column: 1 / -1;
}

.sp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.sp-tags span {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--sp-line);
	border-radius: 999px;
	color: var(--sp-ink-soft);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 14px;
	padding: 12px 18px;
}

.sp-form {
	display: grid;
	gap: 18px;
}

.sp-field {
	display: grid;
	gap: 10px;
	text-align: left;
}

.sp-field span {
	color: var(--sp-ink-soft);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sp-field input,
.sp-field select,
.sp-field textarea {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--sp-line-strong);
	border-radius: 18px;
	color: var(--sp-ink);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 16px;
	padding: 16px 18px;
	width: 100%;
}

.sp-field textarea {
	min-height: 150px;
	resize: vertical;
}

.sp-section {
	padding: 110px 0;
}

.sp-page .sp-section {
	padding: 88px 0;
}

.sp-section--tight {
	padding: 42px 0;
}

.sp-eyebrow {
	margin: 0 0 18px;
	color: var(--sp-ink-muted);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.samepage-shell h1,
.samepage-shell h2 {
	color: var(--sp-ink);
	font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0;
}

.samepage-shell h1 {
	font-size: clamp(3.4rem, 7vw, 6.8rem);
	max-width: 12ch;
}

.samepage-home h1 {
	font-size: clamp(2.7rem, 5vw, 4.6rem);
	line-height: 1.04;
	max-width: 12ch;
	text-wrap: balance;
}

.sp-page h1 {
	font-size: clamp(2.5rem, 4.8vw, 4.4rem);
	max-width: 11ch;
}

.samepage-shell h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.sp-page h2 {
	font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.samepage-shell p,
.samepage-shell li,
.samepage-shell a {
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
}

.samepage-shell p {
	color: var(--sp-ink-soft);
	font-size: 18px;
	line-height: 1.75;
}

.sp-subhead {
	font-size: 21px;
	max-width: 36rem;
}

.samepage-home .sp-subhead {
	font-size: 17px;
	max-width: 30rem;
}

.sp-page .sp-subhead {
	font-size: 18px;
	max-width: 32rem;
}

.sp-kicker,
.sp-section-note {
	color: var(--sp-ink-muted);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.sp-section-note {
	margin-top: 12px;
	text-align: center;
}

.sp-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.sp-actions--center {
	justify-content: center;
}

.sp-trust-strip {
	align-items: center;
	color: var(--sp-ink-soft);
	display: flex;
	flex-wrap: wrap;
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 600;
	gap: 10px 18px;
	justify-content: center;
	letter-spacing: 0.02em;
}

.sp-trust-strip span {
	align-items: center;
	display: inline-flex;
	white-space: nowrap;
}

.sp-trust-strip span:not(:last-child)::after {
	color: rgba(21, 50, 70, 0.26);
	content: "\2022";
	margin-left: 18px;
}

.sp-button {
	border: 1px solid var(--sp-line-strong);
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.02em;
	padding: 14px 24px;
	text-decoration: none;
	transition: all 0.24s ease;
}

.sp-button--primary {
	background: var(--sp-button);
	color: var(--sp-header-ink);
}

.sp-button--primary:hover {
	background: var(--sp-button-hover);
	color: var(--sp-header-ink);
}

.sp-button--ghost {
	background: rgba(255, 255, 255, 0.78);
	color: var(--sp-ink);
}

.sp-button--ghost:hover,
.sp-text-link:hover,
.sp-card a:hover {
	color: var(--sp-ink);
	opacity: 0.72;
}

.sp-grid {
	display: grid;
	gap: 28px;
}

.sp-grid--thirds {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-grid--quarters {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-grid--halves {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sp-grid--align-center {
	align-items: center;
}

.sp-hero {
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.sp-hero__media,
.sp-hero__overlay {
	inset: 0;
	position: absolute;
}

.sp-hero__media {
	background-position: center;
	background-size: cover;
	filter: saturate(0.9);
}

.sp-hero__overlay {
	background: linear-gradient(180deg, rgba(247, 251, 255, 0.12) 0%, rgba(247, 251, 255, 0.78) 72%, var(--sp-bg) 100%);
}

.sp-hero__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100vh;
	padding-bottom: 92px;
	position: relative;
	z-index: 2;
}

.sp-services {
	padding-top: 72px;
}

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

.sp-card,
.sp-panel--soft {
	background: var(--sp-surface-soft);
	border: 1px solid var(--sp-line);
	border-radius: 28px;
	padding: 34px;
}

.sp-card--feature {
	min-height: 360px;
	padding: 56px 52px;
}

.sp-card--with-image {
	display: flex;
	flex-direction: column;
}

.sp-card--feature h2 {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	max-width: 8ch;
}

.sp-card--feature p {
	font-size: 19px;
	max-width: 34rem;
}

.sp-card h2,
.sp-panel h2 {
	font-size: clamp(1.6rem, 2vw, 2.1rem);
	margin-bottom: 12px;
}

.sp-card p,
.sp-panel p {
	font-size: 17px;
	margin: 0;
}

.sp-card a,
.sp-text-link {
	color: var(--sp-ink);
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 22px;
	text-decoration: none;
}

.sp-card__media {
	border-radius: 18px;
	margin-top: 26px;
	overflow: hidden;
}

.sp-card--feature .sp-card__media {
	flex: 1 1 auto;
	min-height: 220px;
}

.sp-card__media img {
	display: block;
	height: 210px;
	object-fit: cover;
	width: 100%;
}

.sp-card__media--fill img {
	height: 100%;
	min-height: 220px;
}

.sp-card__media--compact img {
	height: 120px;
}

.sp-section-heading {
	margin-bottom: 34px;
}

.sp-home-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sp-selected-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-selected-card {
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

.sp-selected-card > a {
	display: block;
	height: 100%;
	position: relative;
}

.sp-selected-card img {
	display: block;
	height: 240px;
	object-fit: cover;
	transition: transform 0.35s ease, opacity 0.35s ease;
	width: 100%;
}

.sp-selected-card::after {
	background: linear-gradient(180deg, rgba(17, 16, 14, 0.02) 30%, rgba(17, 16, 14, 0.78) 100%);
	content: "";
	inset: 0;
	position: absolute;
	pointer-events: none;
}

.sp-selected-card:hover img {
	opacity: 0.96;
	transform: scale(1.03);
}

.sp-selected-card__meta {
	bottom: 16px;
	color: #fff;
	display: grid;
	gap: 4px;
	left: 16px;
	position: absolute;
	right: 16px;
	z-index: 2;
}

.sp-selected-card__meta strong,
.sp-selected-card__meta em {
	color: #fff;
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-style: normal;
}

.sp-selected-card__meta strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.sp-selected-card__meta em {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	opacity: 0.84;
	text-transform: uppercase;
}

.sp-selected-card--video .sp-video-play {
	height: 58px;
	width: 58px;
	z-index: 2;
}

.sp-lightbox-hidden {
	display: none !important;
}

.sp-home-grid__item {
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

.sp-home-grid__item img {
	display: block;
	height: 280px;
	object-fit: cover;
	transition: transform 0.35s ease, opacity 0.35s ease;
	width: 100%;
}

.sp-home-grid__item--video .sp-video-play {
	height: 58px;
	width: 58px;
}

.sp-home-grid__item:hover img {
	opacity: 0.96;
	transform: scale(1.03);
}

.sp-home-grid__item figcaption {
	background: rgba(247, 251, 255, 0.92);
	border-radius: 999px;
	bottom: 14px;
	color: var(--sp-ink);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 600;
	left: 14px;
	letter-spacing: 0.08em;
	padding: 8px 11px;
	position: absolute;
	text-transform: uppercase;
}

.sp-masonry {
	display: grid;
	gap: 20px;
	grid-auto-rows: 220px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.sp-page .sp-masonry {
	gap: 16px;
}

.sp-masonry--brand {
	gap: 16px;
	grid-auto-rows: 260px;
}

.sp-masonry--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-masonry--equal {
	grid-auto-rows: auto;
}

.sp-masonry__item {
	border-radius: 18px;
	grid-column: span 4;
	overflow: hidden;
	position: relative;
}

.sp-masonry__item--wide {
	grid-column: span 8;
}

.sp-masonry__item--tall {
	grid-row: span 2;
}

.sp-masonry img,
.sp-image-frame img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, opacity 0.35s ease;
	width: 100%;
}

.sp-lightbox-trigger {
	display: block;
	height: 100%;
	width: 100%;
}

.sp-masonry__item:hover img {
	opacity: 0.96;
	transform: scale(1.03);
}

.sp-masonry__item figcaption {
	background: rgba(247, 244, 239, 0.84);
	border-radius: 999px;
	bottom: 14px;
	color: #151311;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 600;
	left: 14px;
	letter-spacing: 0.08em;
	padding: 8px 11px;
	position: absolute;
	text-transform: uppercase;
}

.sp-panel--image,
.sp-image-frame {
	border-radius: 32px;
	min-height: 540px;
	overflow: hidden;
}

.sp-page .sp-image-frame {
	min-height: 420px;
}

.sp-image-frame--hero {
	min-height: 660px;
}

.sp-page .sp-image-frame--hero {
	min-height: 520px;
}

.sp-panel--image {
	background-position: center;
	background-size: cover;
}

.sp-positioning,
.sp-statement,
.sp-final-cta {
	background: linear-gradient(180deg, #f8fbff 0%, #eff4f8 100%);
}

.sp-home-story {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(280px, 1.1fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
}

.sp-home-story__content,
.sp-home-cta__card {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid var(--sp-line);
	border-radius: 28px;
	padding: 38px;
}

.sp-home-story__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
}

.sp-home-story__media,
.sp-home-cta__media {
	border-radius: 28px;
	overflow: hidden;
}

.sp-home-story__media img,
.sp-home-cta__media img {
	display: block;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	width: 100%;
}

.sp-home-cta {
	align-items: stretch;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.8fr);
}

.sp-home-cta__card {
	align-self: center;
}

.sp-page .sp-final-cta {
	padding-top: 140px;
}

.sp-work-nav-section {
	padding-top: 20px;
}

.sp-work-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.sp-work-nav a {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--sp-line);
	border-radius: 999px;
	color: var(--sp-ink);
	font-size: 13px;
	font-weight: 600;
	padding: 10px 16px;
	text-decoration: none;
}

.sp-work-nav a:hover {
	opacity: 0.72;
}

.sp-split__hero {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.28fr) minmax(300px, 0.92fr);
}

.sp-panel--soft-secondary {
	align-self: center;
	background: rgba(255, 255, 255, 0.36);
	padding: 30px;
}

.sp-panel--soft-large {
	align-self: end;
	padding: 46px;
}

.sp-panel--image-large {
	min-height: 620px;
}

.sp-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-list li {
	border-bottom: 1px solid var(--sp-line);
	font-size: 17px;
	padding: 15px 0;
}

.sp-page-hero {
	padding-top: 150px;
}

.sp-page-hero .sp-image-frame {
	min-height: 620px;
}

.sp-page .sp-page-hero .sp-image-frame {
	min-height: 480px;
}

.sp-contact-hero {
	padding-top: 96px;
	padding-bottom: 18px;
}

.sp-contact-hero .sp-wrap,
.sp-contact-section .sp-wrap {
	max-width: 920px;
}

.sp-contact-hero .sp-wrap {
	text-align: left;
}

.sp-contact-hero h1,
.sp-contact-hero .sp-subhead,
.sp-contact-hero .sp-eyebrow {
	text-align: left;
}

.sp-contact-hero .sp-subhead {
	max-width: 580px;
}

.sp-contact-section {
	padding-top: 18px;
}

.sp-contact-section .sp-panel {
	padding: 34px;
}

.sp-entry-content > :first-child {
	margin-top: 0;
}

.sp-entry-content > :last-child {
	margin-bottom: 0;
}

.sp-entry-content .wpcf7 {
	width: 100%;
}

.sp-entry-content .wpcf7-form {
	display: grid;
	gap: 16px;
}

.sp-entry-content .wpcf7 p {
	margin: 0;
}

.sp-entry-content .wpcf7 label {
	color: var(--sp-ink);
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.sp-entry-content .wpcf7 input,
.sp-entry-content .wpcf7 select,
.sp-entry-content .wpcf7 textarea {
	background: var(--sp-surface);
	border: 1px solid var(--sp-line-strong);
	border-radius: 14px;
	color: var(--sp-ink);
	font: inherit;
	margin-top: 8px;
	padding: 14px 16px;
	width: 100%;
}

.sp-entry-content .wpcf7 textarea {
	min-height: 160px;
	resize: vertical;
}

.sp-entry-content .wpcf7 input:focus,
.sp-entry-content .wpcf7 select:focus,
.sp-entry-content .wpcf7 textarea:focus {
	border-color: rgba(36, 58, 74, 0.34);
	box-shadow: 0 0 0 3px rgba(36, 58, 74, 0.08);
	outline: none;
}

.sp-entry-content .wpcf7-submit {
	background: var(--sp-button);
	border: none;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 22px;
	transition: background 0.2s ease, transform 0.2s ease;
	width: auto;
}

.sp-entry-content .wpcf7-submit:hover {
	background: var(--sp-button-hover);
	transform: translateY(-1px);
}

.sp-entry-content .wpcf7-spinner {
	margin: 10px 0 0 10px;
}

.sp-entry-content .wpcf7-not-valid-tip,
.sp-entry-content .wpcf7-response-output {
	font-size: 13px;
}

.sp-page-section-head {
	margin-bottom: 26px;
}

.sp-page-section-head h2 {
	margin-bottom: 0;
}

.sp-real-estate-hero {
	padding-top: 104px;
}

.sp-real-estate-hero .sp-kicker {
	margin-top: 18px;
	max-width: 36rem;
}

.sp-real-estate-page .sp-section-heading,
.sp-real-estate-page .sp-section-heading .sp-eyebrow,
.sp-real-estate-page .sp-section-heading h2,
.sp-real-estate-page .sp-section-heading p {
	text-align: left;
}

.sp-real-estate-page .sp-section-heading {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.sp-real-estate-page .sp-section-heading .sp-actions {
	margin-top: 18px;
}

.sp-real-estate-page .sp-section-note {
	max-width: 42rem;
}

.sp-real-estate-services,
.sp-real-estate-process {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sp-real-estate-faq {
	display: grid;
	gap: 16px;
}

.sp-real-estate-page .sp-panel h3 {
	color: var(--sp-ink);
	font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 10px;
}

.sp-real-estate-page .sp-list li {
	font-size: 16px;
}

.sp-real-estate-page .sp-home-grid--work {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-real-estate-page .sp-final-cta .sp-wrap--narrow {
	max-width: 760px;
}

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

.sp-production-header {
	padding-top: 44px;
	padding-bottom: 0;
}

.sp-production-page .sp-wrap--narrow {
	max-width: 760px;
}

.sp-production-header .sp-wrap--narrow {
	text-align: center;
}

.sp-production-header .sp-eyebrow,
.sp-production-header h1,
.sp-production-header .sp-subhead {
	text-align: center;
}

.sp-production-header h1 {
	font-size: clamp(3rem, 5.6vw, 4.8rem);
	line-height: 0.98;
	letter-spacing: -0.035em;
	margin: 0 auto 16px;
	max-width: 9ch;
}

.sp-production-header .sp-subhead {
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 38rem;
}

.sp-production-page .sp-section--tight {
	padding-top: 18px;
}

.sp-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.sp-filter-button {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid var(--sp-line-strong);
	border-radius: 999px;
	color: var(--sp-ink);
	cursor: pointer;
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 16px;
	transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.sp-filter-button:hover {
	opacity: 0.72;
}

.sp-filter-button.is-active {
	background: var(--sp-button);
	border-color: var(--sp-button);
	color: var(--sp-header-ink);
}

.sp-production-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-production-card {
	min-width: 0;
}

.sp-production-card__media {
	border-radius: 24px;
	display: block;
	overflow: hidden;
	position: relative;
}

.sp-production-card__media::before {
	content: "";
	display: block;
	padding-top: 66%;
}

.sp-production-card__media img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: transform 0.35s ease, opacity 0.35s ease;
	width: 100%;
}

.sp-production-card__overlay {
	background: linear-gradient(180deg, rgba(17, 16, 14, 0.06) 15%, rgba(17, 16, 14, 0.84) 100%);
	inset: 0;
	position: absolute;
	transition: opacity 0.3s ease;
}

.sp-production-card__media:hover img {
	opacity: 0.96;
	transform: scale(1.04);
}

.sp-production-card__meta {
	bottom: 18px;
	display: grid;
	gap: 4px;
	left: 18px;
	position: absolute;
	right: 18px;
	z-index: 2;
}

.sp-production-card__role {
	color: #fff;
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 0.98;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.sp-production-card__title,
.sp-production-card__client {
	color: rgba(255, 255, 255, 0.92);
	display: block;
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
}

.sp-production-card__title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.3;
	opacity: 0.82;
}

.sp-production-card__client {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	opacity: 0.75;
	text-transform: uppercase;
}

.sp-filter-empty {
	color: var(--sp-ink-soft);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 14px;
	margin: 20px 0 0;
}

.sp-video-card h2 {
	font-size: clamp(1.4rem, 2vw, 1.9rem);
	margin-top: 18px;
}

.sp-video-card h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.5rem);
	margin-top: 18px;
}

.sp-video-embed {
	background: var(--sp-video-bg);
	border-radius: 28px;
	display: block;
	overflow: hidden;
	position: relative;
}

.sp-video-embed--feature {
	border-radius: 22px;
}

.sp-video-embed::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.sp-video-embed iframe,
.sp-video-embed img {
	border: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.sp-video-trigger::after {
	background: linear-gradient(180deg, rgba(17, 16, 14, 0.02) 0%, rgba(17, 16, 14, 0.28) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.sp-video-play {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	height: 72px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	z-index: 2;
}

.sp-video-play::before {
	border-color: transparent transparent transparent #151311;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-35%, -50%);
}

.sp-lightbox {
	align-items: center;
	background: rgba(10, 10, 10, 0.92);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 32px;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.24s ease;
	z-index: 2000;
}

.sp-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.sp-lightbox__dialog {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	max-width: 1400px;
	position: relative;
	width: 100%;
}

.sp-lightbox__content {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.sp-lightbox__content img,
.sp-lightbox__content iframe {
	border: 0;
	border-radius: 12px;
	box-shadow: 0 18px 80px rgba(0, 0, 0, 0.34);
	max-height: calc(100vh - 96px);
	max-width: 100%;
}

.sp-lightbox__content iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	width: min(1200px, 100%);
}

.sp-lightbox__close,
.sp-lightbox__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 30px;
	font-weight: 700;
	height: 58px;
	justify-content: center;
	position: absolute;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
	transition: background 0.2s ease, transform 0.2s ease;
	width: 58px;
	z-index: 3;
}

.sp-lightbox__close:hover,
.sp-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.32);
	transform: scale(1.03);
}

.sp-lightbox__close {
	right: 8px;
	top: 8px;
}

.sp-lightbox__nav--prev {
	left: 8px;
}

.sp-lightbox__nav--next {
	right: 8px;
}

.sp-lightbox__nav[hidden] {
	display: none;
}

.site-footer {
	background: var(--sp-bg);
}

.sp-footer {
	background: linear-gradient(180deg, #edf4f9 0%, #f7fbff 100%);
	border-top: 1px solid var(--sp-line);
	padding: 36px 0 40px;
}

.sp-footer__inner {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 1fr) minmax(320px, 1.2fr) minmax(220px, 0.8fr);
}

.sp-footer__brand h2 {
	font-size: 1.1rem;
	margin-bottom: 8px;
}

.sp-footer__brand p,
.sp-footer__contact p,
.sp-footer__contact a {
	color: var(--sp-ink-soft);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	text-decoration: none;
}

.sp-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	justify-content: center;
}

.sp-footer__nav a {
	color: var(--sp-ink);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.sp-footer__contact {
	display: grid;
	gap: 6px;
	justify-items: end;
	text-align: right;
}

@media (max-width: 980px) {
	.sp-site-header__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		padding: 18px 24px;
	}

	.sp-site-header__nav {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 14px 18px;
	}

	.sp-section {
		padding: 88px 0;
	}

	.sp-page .sp-section {
		padding: 72px 0;
	}

	.sp-section--tight {
		padding: 28px 0;
	}

	.sp-wrap {
		padding: 0 24px;
	}

	.sp-page h1 {
		font-size: clamp(2.15rem, 9vw, 3.15rem);
	}

	.sp-page .sp-subhead {
		font-size: 17px;
	}

	.sp-grid--thirds,
	.sp-grid--quarters,
	.sp-grid--halves,
	.sp-masonry,
	.sp-masonry--three,
	.sp-home-grid,
	.sp-selected-grid,
	.sp-home-story,
	.sp-home-cta,
	.sp-footer__inner,
	.sp-video-grid,
	.sp-production-grid,
	.sp-services__layout,
	.sp-real-estate-services,
	.sp-real-estate-process,
	.sp-split__hero {
		grid-template-columns: 1fr;
	}

	.sp-masonry {
		grid-auto-rows: auto;
	}

	.sp-masonry__item,
	.sp-masonry__item--wide,
	.sp-masonry__item--tall {
		grid-column: auto;
		grid-row: auto;
	}

	.sp-masonry img {
		height: 380px;
	}

	.sp-home-grid__item img {
		height: 260px;
	}

	.sp-selected-card img {
		height: 260px;
	}

	.sp-home-story__content,
	.sp-home-story__media img,
	.sp-home-cta__media img {
		min-height: 300px;
	}

	.sp-footer__nav {
		justify-content: flex-start;
	}

	.sp-footer__contact {
		justify-items: start;
		text-align: left;
	}

	.sp-page .sp-final-cta {
		padding-top: 96px;
	}

	.samepage-shell h1 {
		font-size: clamp(2.8rem, 11vw, 4.8rem);
	}

	.samepage-home h1 {
		font-size: clamp(2.35rem, 10vw, 3.7rem);
	}

	.sp-actions .sp-button {
		width: 100%;
	}

	.sp-trust-strip {
		gap: 10px 12px;
		justify-content: flex-start;
	}

	.sp-trust-strip span {
		white-space: normal;
	}

	.sp-trust-strip span:not(:last-child)::after {
		margin-left: 12px;
	}

	.sp-filter-bar {
		gap: 8px;
	}

	.sp-filter-button {
		width: 100%;
	}

	.sp-real-estate-page .sp-home-grid--work {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sp-page-hero {
		padding-top: 128px;
	}

	.sp-card--feature,
	.sp-panel--soft-large,
	.sp-panel--soft-secondary {
		padding: 34px;
	}

	.sp-panel--image,
	.sp-image-frame,
	.sp-page-hero .sp-image-frame,
	.sp-panel--image-large {
		min-height: 420px;
	}

	.sp-page .sp-image-frame,
	.sp-page .sp-page-hero .sp-image-frame,
	.sp-page .sp-image-frame--hero {
		min-height: 320px;
	}

	.sp-image-frame--hero {
		min-height: 460px;
	}

	.sp-lightbox {
		padding: 14px;
	}

	.sp-lightbox__close {
		right: 0;
		top: -6px;
	}

	.sp-lightbox__nav--prev {
		left: 0;
	}

	.sp-lightbox__nav--next {
		right: 0;
	}
}

@media (max-width: 768px) {
	.sp-site-header__inner {
		align-items: center;
		flex-wrap: wrap;
		gap: 8px 12px;
		justify-content: space-between;
		padding: 14px 18px;
	}

	.sp-site-header__toggle {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 999px;
		cursor: pointer;
		display: inline-flex;
		flex-direction: column;
		gap: 4px;
		justify-content: center;
		padding: 8px 4px;
	}

	.sp-site-header__toggle span {
		background: var(--sp-header-ink);
		border-radius: 999px;
		display: block;
		height: 2px;
		transition: transform 0.2s ease, opacity 0.2s ease;
		width: 20px;
	}

	.sp-site-header__toggle.is-active span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.sp-site-header__toggle.is-active span:nth-child(2) {
		opacity: 0;
	}

	.sp-site-header__toggle.is-active span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.sp-site-header__nav {
		background: rgba(36, 58, 74, 0.98);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 18px;
		display: none;
		flex: 0 0 100%;
		gap: 0;
		margin-top: 6px;
		overflow: hidden;
		padding: 6px 0;
	}

	.sp-site-header__nav.is-open {
		display: grid;
	}

	.sp-site-header__nav a {
		color: var(--sp-header-ink);
		font-size: 14px;
		line-height: 1.3;
		padding: 12px 16px;
	}

	.sp-wrap {
		padding: 0 18px;
	}

	.sp-section {
		padding: 60px 0;
	}

	.sp-page .sp-section {
		padding: 52px 0;
	}

	.sp-section--tight {
		padding: 18px 0;
	}

	.samepage-shell p {
		font-size: 16px;
		line-height: 1.6;
	}

	.sp-wrap--narrow,
	.sp-section-heading,
	.sp-section-heading .sp-eyebrow,
	.sp-section-heading h2,
	.sp-section-heading p,
	.sp-page .sp-subhead,
	.samepage-home .sp-subhead {
		text-align: left;
	}

	.samepage-shell h1 {
		font-size: clamp(2.2rem, 9vw, 3.1rem);
		line-height: 1;
		max-width: 10ch;
	}

	.samepage-home h1 {
		font-size: clamp(2rem, 8.6vw, 2.9rem);
		max-width: 10ch;
	}

	.sp-page h1 {
		font-size: clamp(2rem, 8vw, 2.75rem);
		max-width: 10ch;
	}

	.sp-subhead,
	.samepage-home .sp-subhead,
	.sp-page .sp-subhead {
		font-size: 15px;
		line-height: 1.55;
		max-width: 26rem;
	}

	.sp-eyebrow {
		margin-bottom: 12px;
	}

	.sp-production-header .sp-wrap--narrow,
	.sp-final-cta .sp-wrap--narrow,
	.sp-home-cta__card,
	.sp-home-cta__card .sp-eyebrow,
	.sp-home-cta__card h2,
	.sp-home-cta__card p {
		text-align: center;
	}

	.sp-actions {
		gap: 10px;
		margin-top: 22px;
	}

	.sp-button {
		font-size: 13px;
		padding: 12px 18px;
	}

	.sp-hero {
		min-height: auto;
	}

	.sp-hero__content {
		min-height: 72vh;
		padding-bottom: 42px;
		padding-top: 84px;
	}

	.sp-services {
		padding-top: 34px;
	}

	.sp-card,
	.sp-panel--soft,
	.sp-home-story__content,
	.sp-home-cta__card {
		border-radius: 22px;
		padding: 24px;
	}

	.sp-card--feature {
		min-height: auto;
		padding: 28px 24px;
	}

	.sp-card--feature h2 {
		font-size: clamp(1.8rem, 7vw, 2.3rem);
		max-width: none;
	}

	.sp-card--feature p,
	.sp-card p,
	.sp-panel p {
		font-size: 15px;
	}

	.sp-card a,
	.sp-text-link {
		margin-top: 16px;
	}

	.sp-card__media {
		margin-top: 18px;
	}

	.sp-card--feature .sp-card__media,
	.sp-card__media--fill img {
		min-height: 180px;
	}

	.sp-card__media img,
	.sp-home-grid__item img,
	.sp-selected-card img {
		height: 220px;
	}

	.sp-section-heading {
		margin-bottom: 22px;
	}

	.sp-home-grid,
	.sp-selected-grid,
	.sp-production-grid,
	.sp-video-grid,
	.sp-services__layout,
	.sp-real-estate-services,
	.sp-real-estate-process,
	.sp-home-cta,
	.sp-home-story {
		gap: 14px;
	}

	.sp-image-frame,
	.sp-page .sp-image-frame,
	.sp-page .sp-page-hero .sp-image-frame,
	.sp-home-story__media img,
	.sp-home-cta__media img {
		min-height: 260px;
	}

	.sp-home-cta__media img {
		min-height: 240px;
	}

	.sp-page .sp-final-cta {
		padding-top: 62px;
	}

	.sp-production-header {
		padding-top: 22px;
	}

	.sp-real-estate-page .sp-home-grid--work {
		grid-template-columns: 1fr;
	}

	.sp-production-page h1 {
		max-width: 8ch;
	}

	.sp-filter-bar {
		margin-bottom: 8px;
	}
}
