:root {
	--background-1: #111217;
	--ink: #111217;
	--ink-soft: #202229;
	--cream: #f5f1e4;
	--cream-deep: #e7dfca;
	--slate: #555663;
	--white: #fff;
	--accent: #c9a96a;
	--header: #111217;
	--header-background: #111217;
	--header-opacity: 1;
	--mobile-menu-background: #111217;
	--header-text: #f5f1e4;
	--hero-light: #4d515e;
	--hero-mid: #22252c;
	--hero-dark: #111217;
	--hero-overlay: #111217;
	--media-start: #2d3038;
	--media-end: #555a66;
	--video-background: #000;
	--lightbox: #060709;
	--footer: #090a0d;
	--shadow-color: #000;
	--home-section-1-text: #f5f1e4;
	--home-section-1-background: #111217;
	--home-section-2-text: #111217;
	--home-section-2-box-text: #f5f1e4;
	--home-section-2-background: #f5f1e4;
	--home-section-3-text: #f5f1e4;
	--home-section-3-background: #111217;
	--home-section-4-text: #111217;
	--home-section-4-background: #f5f1e4;
	--home-section-5-text: #f5f1e4;
	--home-section-5-background: #111217;
	--page-background-1: #f5f1e4;
	--page-background-2: #111217;
	--success-bg: #d9f0df;
	--success-text: #17351f;
	--error-bg: #f4d9d6;
	--error-text: #4a1915;
	--font-body: "Trebuchet MS", "Segoe UI", sans-serif;
	--font-body-size: 18px;
	--font-page-title: Georgia, "Times New Roman", serif;
	--font-page-title-size: 64px;
	--font-section-heading: Georgia, "Times New Roman", serif;
	--font-section-heading-size: 52px;
	--font-card-heading: Georgia, "Times New Roman", serif;
	--font-card-heading-size: 32px;
	--font-navigation: "Trebuchet MS", "Segoe UI", sans-serif;
	--font-navigation-size: 18px;
	--font-button: "Trebuchet MS", "Segoe UI", sans-serif;
	--font-button-size: 16px;
	--font-label: "Trebuchet MS", "Segoe UI", sans-serif;
	--font-label-size: 14px;
	--font-footer: "Trebuchet MS", "Segoe UI", sans-serif;
	--font-footer-size: 15px;
	--content: 1180px;
	--radius: 18px;
	--shadow: 0 24px 70px color-mix(in srgb, var(--shadow-color) 16%, transparent);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--ink);
	color: var(--light-text);
	font-family: var(--font-body);
	font-size: var(--font-body-size);
	line-height: 1.65;
}
body.lightbox-open { overflow: hidden; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -.025em;
}
h1 {
	font-family: var(--font-page-title);
	font-size: clamp(2rem, 6vw, var(--font-page-title-size));
}
h2 {
	font-family: var(--font-section-heading);
	font-size: clamp(2rem, 4vw, var(--font-section-heading-size));
}
h3 {
	font-family: var(--font-card-heading);
	font-size: var(--font-card-heading-size);
}
.content-width { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.narrow { max-width: 820px; }
.centered { text-align: center; }
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--white);
	color: var(--ink);
}
.eyebrow {
	margin-bottom: 18px;
	color: var(--accent);
	font-family: var(--font-label);
	font-size: var(--font-label-size);
	font-weight: 800;
	letter-spacing: .19em;
	text-transform: uppercase;
}
.large-copy { font-size: clamp(1.1rem, 2.1vw, 1.45rem); }
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 12px 24px;
	border: 1px solid var(--accent);
	border-radius: 999px;
	background: var(--accent);
	color: var(--ink);
	font-family: var(--font-button);
	font-size: var(--font-button-size);
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}
.button:hover, .button:focus-visible { background: var(--cream); }
.text-link { color: var(--accent); font-weight: 800; text-underline-offset: 6px; }

.site-header {
	position: relative;
	z-index: 30;
	background: var(--header-background);
	color: var(--header-text);
	border-bottom: 1px solid color-mix(in srgb, var(--header-text) 14%, transparent);
}
body:not(.home):not(.suia-global-header-video) .site-header {
	background: var(--header);
}
.home.suia-hero-first .site-header { position: absolute; inset: 0 0 auto; background: var(--header-background); }
.suia-global-header-video .site-header { position: absolute; inset: 0 0 auto; background: var(--header-background); }
.admin-bar.home.suia-hero-first .site-header { top: 32px; }
.admin-bar.suia-global-header-video .site-header { top: 32px; }
.suia-sticky-header .site-header {
	position: sticky;
	top: 0;
	z-index: 100;
}
.home.suia-hero-first.suia-sticky-header .site-header,
.suia-global-header-video.suia-sticky-header .site-header {
	position: fixed;
	inset: 0 0 auto;
	background: var(--header-background);
}
.admin-bar.suia-sticky-header .site-header {
	top: 32px;
}
.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 40px), 1320px);
	min-height: 116px;
	margin-inline: auto;
	gap: 30px;
}
.custom-logo-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: clamp(170px, 17vw, 240px);
	min-height: 92px;
	padding: 0;
	background: transparent;
	border: 0;
	text-decoration: none;
}
.site-branding__placeholder {
	display: grid;
	place-items: center;
	width: 150px;
	min-height: 78px;
	padding: 10px;
	background: color-mix(in srgb, var(--white) 7%, transparent);
	border: 1px solid color-mix(in srgb, var(--white) 8%, transparent);
	border-radius: 6px;
	text-decoration: none;
}
.custom-logo {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 104px;
	object-fit: contain;
}
.site-branding__placeholder { font-style: italic; }
.primary-navigation .menu {
	display: flex;
	align-items: center;
	gap: clamp(20px, 4vw, 54px);
	margin: 0;
	padding: 0;
	list-style: none;
}
.primary-navigation a {
	position: relative;
	color: var(--header-text);
	font-family: var(--font-navigation);
	font-size: var(--font-navigation-size);
	font-weight: 700;
	text-decoration: none;
}
.primary-navigation a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 2px;
	background: var(--accent);
	transform: scaleX(0);
	transition: transform .2s ease;
}
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after { transform: scaleX(1); }
.menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 10px;
	border: 0;
	background: transparent;
}
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 6px 0; background: var(--header-text); }

.hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: min(88vh, 880px);
	overflow: hidden;
	background:
		linear-gradient(120deg, color-mix(in srgb, var(--hero-overlay) 15%, transparent), color-mix(in srgb, var(--hero-overlay) 80%, transparent)),
		radial-gradient(circle at 75% 25%, color-mix(in srgb, var(--hero-light) 82%, transparent) 0, color-mix(in srgb, var(--hero-mid) 82%, transparent) 38%, color-mix(in srgb, var(--hero-dark) 82%, transparent) 72%),
		var(--background-1);
}
.hero__video, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__video--youtube,
.suia-global-hero-video__media--youtube {
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
}
.hero__overlay { background: linear-gradient(90deg, color-mix(in srgb, var(--hero-overlay) 85%, transparent), color-mix(in srgb, var(--hero-overlay) 15%, transparent)); }
.hero__content { position: relative; z-index: 2; padding-block: 230px 100px; }
.hero h1 { max-width: 920px; margin-bottom: 30px; }
.hero .button { margin-top: 12px; }
.suia-global-hero-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	height: min(72vh, 780px);
	min-height: 520px;
	overflow: hidden;
	background: var(--background-1);
}
.admin-bar .suia-global-hero-video { top: 32px; }
.suia-global-hero-video__media,
.suia-global-hero-video__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.suia-global-hero-video__overlay {
	background: linear-gradient(90deg, color-mix(in srgb, var(--hero-overlay) 82%, transparent), color-mix(in srgb, var(--hero-overlay) 18%, transparent));
}
.suia-global-header-video .site-main {
	position: relative;
	z-index: 1;
}
.suia-global-header-video .site-main > section:first-child {
	min-height: min(72vh, 780px);
	padding-top: clamp(170px, 16vw, 230px);
	background: transparent;
	color: var(--light-text);
}
.suia-global-header-video .site-main > section:first-child :is(h1, h2, h3, p, a, span, dt, dd, label, figcaption) {
	color: var(--light-text);
}
.suia-global-header-video .suia-about-hero-spacer,
.suia-global-header-video .suia-services-hero-spacer {
	pointer-events: none;
}
.suia-global-header-video .services-browser {
	min-height: auto;
	padding-top: clamp(150px, 15vw, 220px);
	padding-bottom: clamp(90px, 10vw, 150px);
	background: var(--ink);
}
.suia-global-header-video .services-browser > .content-width > .section-heading {
	min-height: clamp(210px, 26vw, 340px);
	margin-bottom: 0;
}
.suia-global-header-video .services-layout {
	margin-top: clamp(28px, 5vw, 72px);
	padding: clamp(22px, 4vw, 42px);
	border-radius: var(--radius);
	background: var(--ink);
}
.suia-global-header-video .site-main > .services-browser:not(:first-child) {
	padding-top: clamp(80px, 11vw, 150px);
}
.suia-global-header-video .site-main > .services-browser--no-heading:not(:first-child) {
	padding-top: clamp(34px, 5vw, 72px);
}
.section { padding-block: clamp(80px, 11vw, 150px); }
.section--light, .page-hero--light { background: var(--cream); color: var(--ink); }
.section--dark, .page-hero--dark { background: var(--ink); color: var(--light-text); }
.suia-page-section {
	--page-section-background: transparent;
	--page-section-text: inherit;
	background: var(--page-section-background);
	color: var(--page-section-text);
}
.suia-use-global-page-backgrounds .suia-page-section--position-1,
.suia-use-global-page-backgrounds .suia-page-section--position-3 {
	--page-section-background: var(--page-background-1);
}
.suia-use-global-page-backgrounds .suia-page-section--position-2,
.suia-use-global-page-backgrounds .suia-page-section--position-4 {
	--page-section-background: var(--page-background-2);
}
.suia-use-custom-page-backgrounds .suia-page-section--about-1, .suia-override-page-backgrounds .suia-page-section--about-1 { --page-section-background: var(--about-section-1-background); }
.suia-use-custom-page-backgrounds .suia-page-section--about-2, .suia-override-page-backgrounds .suia-page-section--about-2 { --page-section-background: var(--about-section-2-background); }
.suia-use-custom-page-backgrounds .suia-page-section--about-3, .suia-override-page-backgrounds .suia-page-section--about-3 { --page-section-background: var(--about-section-3-background); }
.suia-use-custom-page-backgrounds .suia-page-section--services-1, .suia-override-page-backgrounds .suia-page-section--services-1 { --page-section-background: var(--services-section-1-background); }
.suia-use-custom-page-backgrounds .suia-page-section--services-2, .suia-override-page-backgrounds .suia-page-section--services-2 { --page-section-background: var(--services-section-2-background); }
.suia-use-custom-page-backgrounds .suia-page-section--services-3, .suia-override-page-backgrounds .suia-page-section--services-3 { --page-section-background: var(--services-section-3-background); }
.suia-use-custom-page-backgrounds .suia-page-section--services-4, .suia-override-page-backgrounds .suia-page-section--services-4 { --page-section-background: var(--services-section-4-background); }
.suia-use-custom-page-backgrounds .suia-page-section--gallery-1, .suia-override-page-backgrounds .suia-page-section--gallery-1 { --page-section-background: var(--gallery-section-1-background); }
.suia-use-custom-page-backgrounds .suia-page-section--gallery-2, .suia-override-page-backgrounds .suia-page-section--gallery-2 { --page-section-background: var(--gallery-section-2-background); }
.suia-use-custom-page-backgrounds .suia-page-section--gallery-3, .suia-override-page-backgrounds .suia-page-section--gallery-3 { --page-section-background: var(--gallery-section-3-background); }
.suia-use-custom-page-backgrounds .suia-page-section--products-1, .suia-override-page-backgrounds .suia-page-section--products-1 { --page-section-background: var(--products-section-1-background); }
.suia-use-custom-page-backgrounds .suia-page-section--products-2, .suia-override-page-backgrounds .suia-page-section--products-2 { --page-section-background: var(--products-section-2-background); }
.suia-use-custom-page-backgrounds .suia-page-section--testimonials-1, .suia-override-page-backgrounds .suia-page-section--testimonials-1 { --page-section-background: var(--testimonials-section-1-background); }
.suia-use-custom-page-backgrounds .suia-page-section--testimonials-2, .suia-override-page-backgrounds .suia-page-section--testimonials-2 { --page-section-background: var(--testimonials-section-2-background); }
.suia-use-custom-page-backgrounds .suia-page-section--contact-1, .suia-override-page-backgrounds .suia-page-section--contact-1 { --page-section-background: var(--contact-section-1-background); }
.suia-use-custom-page-backgrounds .suia-page-section--contact-2, .suia-override-page-backgrounds .suia-page-section--contact-2 { --page-section-background: var(--contact-section-2-background); }
.suia-use-custom-page-backgrounds .suia-page-section--showcase-1, .suia-override-page-backgrounds .suia-page-section--showcase-1 { --page-section-background: var(--showcase-section-1-background); }
.suia-page-section--about-1 { --page-section-text: var(--about-section-1-text); }
.suia-page-section--about-2 { --page-section-text: var(--about-section-2-text); }
.suia-page-section--about-3 { --page-section-text: var(--about-section-3-text); }
.suia-page-section--services-1 { --page-section-text: var(--services-section-1-text); }
.suia-page-section--services-2 { --page-section-text: var(--services-section-2-text); }
.suia-page-section--services-3 { --page-section-text: var(--services-section-3-text); }
.suia-page-section--services-4 { --page-section-text: var(--services-section-4-text); }
.suia-page-section--gallery-1 { --page-section-text: var(--gallery-section-1-text); }
.suia-page-section--gallery-2 { --page-section-text: var(--gallery-section-2-text); }
.suia-page-section--gallery-3 { --page-section-text: var(--gallery-section-3-text); }
.suia-page-section--products-1 { --page-section-text: var(--products-section-1-text); }
.suia-page-section--products-2 { --page-section-text: var(--products-section-2-text); }
.suia-page-section--testimonials-1 { --page-section-text: var(--testimonials-section-1-text); }
.suia-page-section--testimonials-2 { --page-section-text: var(--testimonials-section-2-text); }
.suia-page-section--contact-1 { --page-section-text: var(--contact-section-1-text); }
.suia-page-section--contact-2 { --page-section-text: var(--contact-section-2-text); }
.suia-page-section--showcase-1 { --page-section-text: var(--showcase-section-1-text); }
.suia-page-section :is(h1, h2, h3, p, a, span, dt, dd, label, figcaption, blockquote, cite) {
	color: var(--page-section-text);
}
.suia-page-section .button { color: var(--ink); }
.home-section-position-1 { --home-section-text: var(--home-section-1-text); --home-section-background: var(--home-section-1-background); background: var(--home-section-background); color: var(--home-section-text); }
.home-section-position-2 { --home-section-text: var(--home-section-2-text); --home-section-box-text: var(--home-section-2-box-text); --home-section-background: var(--home-section-2-background); background: var(--home-section-background); color: var(--home-section-text); }
.home-section-position-3 { --home-section-text: var(--home-section-3-text); --home-section-background: var(--home-section-3-background); background: var(--home-section-background); color: var(--home-section-text); }
.home-section-position-4 { --home-section-text: var(--home-section-4-text); --home-section-background: var(--home-section-4-background); background: var(--home-section-background); color: var(--home-section-text); }
.home-section-position-5 { --home-section-text: var(--home-section-5-text); --home-section-background: var(--home-section-5-background); background: var(--home-section-background); color: var(--home-section-text); }
.home-section-position-1 :is(h1, h2, h3, p, a, span),
.home-section-position-2 :is(h1, h2, h3, p, a, span),
.home-section-position-3 :is(h1, h2, h3, p, a, span),
.home-section-position-4 :is(h1, h2, h3, p, a, span),
.home-section-position-5 :is(h1, h2, h3, p, a, span),
.home-section-position-1 .feature-grid article,
.home-section-position-2 .feature-grid article,
.home-section-position-3 .feature-grid article,
.home-section-position-4 .feature-grid article,
.home-section-position-5 .feature-grid article {
	color: var(--home-section-text);
}
.home-section-position-2 .feature-grid article,
.home-section-position-2 .feature-grid article :is(h2, p, span) {
	color: var(--home-section-box-text);
}
.page-hero { min-height: 72vh; padding-block: clamp(120px, 15vw, 210px); }
.page-hero--compact { min-height: auto; padding-block: 100px; }
.page-hero--gallery { padding-block: 42px; }
.page-hero h1 { max-width: 1000px; }
.about-company-message { margin-top: 0.5rem; transform: translateY(-32px); }
.section-heading { max-width: 920px; margin: 90px auto 0; text-align: center; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	max-width: none;
	margin: 0 0 48px;
	text-align: left;
}
.section-heading--split h2 { margin-bottom: 0; }
.services-browser > .content-width > .section-heading {
	margin: 0 auto 36px;
}
.services-browser > .content-width > .section-heading .eyebrow {
	margin-bottom: 0;
	line-height: 1.1;
}
.services-browser > .content-width > .section-heading h1 {
	margin-top: -2px;
	margin-bottom: 0;
}
.services-browser--no-heading {
	padding-top: clamp(42px, 7vw, 86px);
}
.service-price-list-section {
	--page-section-background: var(--services-section-1-background);
}
.service-price-list-section .section-heading {
	margin-top: 0;
}
.service-price-list-section .large-copy {
	max-width: 820px;
	margin: 20px auto 0;
}
.service-price-list {
	max-width: 980px;
	margin: 46px auto 0;
	border-top: 1px solid color-mix(in srgb, var(--page-section-text) 18%, transparent);
}
.service-price-list__item {
	display: grid;
	align-items: start;
	gap: 18px;
	padding: 20px 0;
	border-bottom: 1px solid color-mix(in srgb, var(--page-section-text) 18%, transparent);
}
.service-price-list--without-descriptions .service-price-list__item {
	grid-template-columns: minmax(0, 1fr) auto;
}
.service-price-list--with-descriptions .service-price-list__item {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.5fr) auto;
}
.service-price-list__name {
	margin: 0;
	font-family: var(--font-card-heading);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
}
.service-price-list__description,
.service-price-list__price {
	margin: 0;
}
.service-price-list__price {
	font-weight: 900;
	text-align: right;
	white-space: nowrap;
}
.feature-grid {
	display: grid;
	grid-template-columns: repeat(var(--feature-box-count, 3), minmax(0, 1fr));
	gap: 22px;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: thin;
}
.feature-grid--count-2 { --feature-box-count: 2; }
.feature-grid--count-3 { --feature-box-count: 3; }
.feature-grid--count-4 { --feature-box-count: 4; }
.feature-grid article {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	min-height: var(--home-message-box-height, 405px);
	padding: 34px;
	border-radius: var(--radius);
	background: var(--ink-soft);
	color: var(--light-text);
	box-shadow: var(--shadow);
	overflow-wrap: anywhere;
	word-break: break-word;
}
.feature-grid article span { color: var(--accent); font-weight: 900; }
.feature-grid h2 {
	margin: 0 0 10px;
	font-family: var(--font-card-heading);
	font-size: clamp(1.25rem, calc(var(--home-message-box-font-size, 15px) * 1.5), 2rem);
}
.feature-grid article p {
	font-size: var(--home-message-box-font-size, 15px);
	line-height: 1.55;
}

.work-carousel { position: relative; }
.work-carousel__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(260px, 34%);
	gap: 24px;
	overflow-x: auto;
	padding: 8px 2px 22px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}
.work-carousel__track > * { scroll-snap-align: start; }
.media-placeholder {
	display: grid;
	place-items: end start;
	min-height: 360px;
	padding: 24px;
	overflow: hidden;
	border-radius: var(--radius);
	background:
		linear-gradient(145deg, transparent 42%, color-mix(in srgb, var(--accent) 40%, transparent)),
		linear-gradient(45deg, var(--media-start), var(--media-end));
	color: var(--light-text);
	font-weight: 800;
}
.closer-look-image { position: relative; padding: 0; }
.closer-look-image img,
.owner-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-button {
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 52px;
	height: 52px;
	border: 1px solid color-mix(in srgb, var(--white) 20%, transparent);
	border-radius: 50%;
	background: var(--cream);
	color: var(--ink);
	cursor: pointer;
}
.carousel-button--previous { left: -26px; }
.carousel-button--next { right: -26px; }
.owner-grid {
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr);
	align-items: center;
	gap: clamp(50px, 9vw, 130px);
}
.owner-photo { min-height: 560px; }
.updates-message { max-width: 860px; margin: 42px auto 0; text-align: center; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content a { color: inherit; text-underline-offset: 4px; }

.services-layout {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 28px;
}
.service-categories {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--ink-soft);
}
.service-categories button {
	border: 0;
	background: transparent;
	color: var(--light-text);
	font-family: var(--font-button);
	font-size: var(--font-button-size);
	cursor: pointer;
}
.service-categories button {
	padding: 19px 22px;
	border-bottom: 1px solid color-mix(in srgb, var(--white) 8%, transparent);
	text-align: left;
}
.service-categories button[aria-selected="true"] { background: var(--accent); color: var(--ink); font-weight: 800; }
.service-stage {
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--ink);
	color: var(--light-text);
}
.service-stage__media {
	display: grid;
	width: 100%;
	height: clamp(440px, 52vw, 680px);
	min-height: 0;
	padding: 0;
	place-items: center;
	background: var(--video-background);
	border-radius: 0;
}
.service-stage__media--portrait {
	height: clamp(680px, 88vh, 1100px);
}
.service-stage__media img,
.service-stage__media video,
.service-stage__media iframe {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 0;
}
.service-stage__media > [hidden] {
	display: none !important;
}
.service-stage__media > span {
	padding: 24px;
}
.service-stage__media video { background: var(--video-background); }
.service-stage__description {
	display: flex;
	align-items: center;
	min-height: 92px;
	padding: 14px 28px;
	border-top: 1px solid color-mix(in srgb, var(--white) 10%, transparent);
	background: var(--ink-soft);
	color: var(--light-text);
}
.service-stage__description p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: var(--light-text);
}
.suia-gallery,
.suia-video-gallery {
	display: grid;
	grid-template-columns: repeat(var(--gallery-columns, 5), minmax(0, 1fr));
	gap: 16px;
}
.suia-video-gallery {
	grid-template-columns: repeat(var(--video-gallery-columns, 3), minmax(0, 1fr));
}
.suia-gallery .wp-block-gallery { display: contents; }
.suia-gallery figure { margin: 0; }
.suia-gallery img, .gallery-placeholder, .suia-video-card, .video-placeholder {
	width: 100%;
	aspect-ratio: 1;
	min-height: 0;
	border-radius: 10px;
	object-fit: cover;
}
.suia-gallery a { display: block; transition: transform .2s ease; }
.suia-gallery a:hover { transform: translateY(-4px); }
.suia-video-card {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: var(--ink);
	color: var(--light-text);
	cursor: pointer;
	transition: transform .2s ease;
}
.suia-video-card:hover,
.suia-video-card:focus-visible {
	transform: translateY(-4px);
}
.suia-video-card video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: var(--video-background);
}
.suia-video-card__youtube {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 24px;
	background:
		linear-gradient(145deg, transparent 42%, color-mix(in srgb, var(--accent) 40%, transparent)),
		linear-gradient(45deg, var(--media-start), var(--media-end));
	color: var(--light-text);
	font-weight: 900;
}
.suia-video-card__play {
	position: absolute;
	inset: auto 16px 16px auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	min-height: 42px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--accent);
	color: var(--ink);
	font-family: var(--font-button);
	font-size: var(--font-button-size);
	font-weight: 900;
}
.lightbox[hidden] { display: none; }
.lightbox,
.video-lightbox {
	position: fixed;
	z-index: 1000;
	inset: 0;
	background: color-mix(in srgb, var(--lightbox) 96%, transparent);
}
.lightbox {
	display: grid;
	grid-template-columns: 80px 1fr 80px;
	align-items: center;
	padding: 40px;
}
.video-lightbox[hidden] { display: none; }
.video-lightbox {
	display: grid;
	place-items: center;
	padding: 70px 40px 40px;
}
.lightbox figure,
.video-lightbox figure {
	margin: 0;
	text-align: center;
}
.lightbox img { max-width: 100%; max-height: 82vh; margin: auto; object-fit: contain; }
.video-lightbox video,
.video-lightbox iframe {
	width: min(100%, 1200px);
	aspect-ratio: 16 / 9;
	max-height: calc(100vh - 120px);
	background: var(--video-background);
	border: 0;
	border-radius: 10px;
	box-shadow: var(--shadow);
}
.lightbox figcaption,
.video-lightbox figcaption {
	max-width: min(100%, 980px);
	margin: 16px auto 0;
	color: var(--light-text);
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.5;
	white-space: pre-line;
}
.lightbox figcaption[hidden],
.video-lightbox figcaption[hidden] {
	display: none;
}
.lightbox button,
.video-lightbox button {
	border: 0;
	background: transparent;
	color: var(--light-text);
	font-size: 2.4rem;
	cursor: pointer;
}
.lightbox__close,
.video-lightbox__close {
	position: absolute;
	top: 20px;
	right: 28px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--lightbox) 82%, transparent);
	line-height: 1;
}

.contact-page-sections {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
	align-items: start;
	gap: clamp(50px, 9vw, 120px);
}
.contact-information:only-child,
.contact-card:only-child { max-width: 760px; width: 100%; margin-inline: auto; }
.contact-details { display: grid; grid-template-columns: 110px 1fr; gap: 14px 20px; }
.contact-details dt {
	font-family: var(--font-label);
	font-size: var(--contact-info-font-size);
	font-weight: 900;
}
.contact-details dd { margin: 0; font-size: var(--contact-info-font-size); }
.contact-card {
	padding: clamp(28px, 5vw, 58px);
	border-radius: var(--radius);
	background: var(--slate);
	color: var(--light-text);
	box-shadow: var(--shadow);
}
.contact-card label {
	display: block;
	margin-bottom: 22px;
	font-family: var(--font-label);
	font-size: var(--font-label-size);
	font-weight: 800;
}
.contact-card input, .contact-card textarea {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 13px 15px;
	border: 2px solid transparent;
	border-radius: 9px;
	background: var(--white);
	color: var(--ink);
}
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--accent); outline: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-notice { padding: 14px 18px; border-radius: 8px; }
.form-notice--success { background: var(--success-bg); color: var(--success-text); }
.form-notice--error { background: var(--error-bg); color: var(--error-text); }

.showcase { min-height: 78vh; padding-block: 100px; background: var(--ink); }
.showcase__inner h1 { margin-bottom: 50px; }
.showcase__media > .media-placeholder { min-height: 60vh; }
.showcase__media iframe, .showcase__media video { width: 100%; min-height: 60vh; border: 0; }
.showcase__introduction { max-width: 820px; margin-bottom: 2rem; }
.showcase__description { max-width: 920px; margin-top: 2rem; }
.showcase__introduction p, .showcase__description p { margin: 0; }
.contact-page-sections > .suia-page-section,
.contact-card.suia-page-section,
.showcase.suia-page-section {
	background: var(--page-section-background);
	color: var(--page-section-text);
}
.contact-information.suia-page-section {
	padding: clamp(28px, 5vw, 58px);
	border-radius: var(--radius);
}
.contact-card.suia-page-section input,
.contact-card.suia-page-section textarea {
	color: var(--contact-field-text);
	caret-color: var(--contact-field-text);
}
.post-card { padding-block: 30px; border-bottom: 1px solid color-mix(in srgb, var(--ink) 20%, transparent); }
.post-card h2 {
	font-family: var(--font-card-heading);
	font-size: var(--font-card-heading-size);
}

.products-cart-link { margin-top: 22px; }
.products-empty-message { max-width: 760px; }
.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
.testimonial-card {
	min-height: 320px;
	padding: clamp(28px, 4vw, 44px);
	border-radius: var(--radius);
	background: var(--ink-soft);
	box-shadow: var(--shadow);
}
.testimonial-card blockquote {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	gap: 24px;
}
.testimonial-card p {
	margin: 0;
	font-size: clamp(1.05rem, 1.7vw, 1.3rem);
	line-height: 1.65;
}
.products-content .woocommerce ul.products li.product {
	padding: 22px;
	border-radius: var(--radius);
	background: var(--ink-soft);
	color: var(--light-text);
}
.products-content .woocommerce ul.products li.product img { border-radius: calc(var(--radius) / 2); }
.products-content .woocommerce-loop-product__title {
	color: var(--light-text);
	font-family: var(--font-card-heading);
	font-size: var(--font-card-heading-size);
}
.products-content .woocommerce-Price-amount { color: var(--accent); }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 999px;
	background: var(--accent);
	color: var(--ink);
	font-family: var(--font-button);
	font-size: var(--font-button-size);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--cream-deep);
	color: var(--ink);
}

.site-footer { background: var(--footer); color: var(--light-text); }
.site-footer__accent { height: 28px; background: var(--slate); }
.site-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: min(calc(100% - 40px), var(--content));
	margin-inline: auto;
	padding-block: 68px 34px;
	gap: 40px;
}
.site-footer h2,
.site-footer p,
.site-footer a,
.site-footer span {
	font-family: var(--font-footer);
	font-size: var(--font-footer-size);
}
.site-footer h2 { font-weight: 900; }
.site-footer a { text-underline-offset: 5px; }
.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.social-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}
.social-icon {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	fill: currentColor;
}
.social-link:hover,
.social-link:focus-visible {
	color: var(--accent);
}
.footer-logos { margin-top: 30px; }
.footer-logos h2 { margin-bottom: 14px; }
.footer-logos__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 14px;
}
.footer-logo-link {
	display: block;
	border-radius: 6px;
}
.footer-logo-link:hover img,
.footer-logo-link:focus-visible img {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
}
.footer-logos__grid img {
	width: 100%;
	height: 64px;
	padding: 7px;
	border-radius: 6px;
	background: color-mix(in srgb, var(--white) 92%, transparent);
	object-fit: contain;
}
.site-footer__copyright { margin: 0; padding: 0 20px 36px; text-align: center; }

@media (max-width: 900px) {
	.site-header__inner { min-height: 92px; }
	.menu-toggle { display: block; }
	.primary-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 20px;
		background: var(--mobile-menu-background);
	}
	.primary-navigation.is-open { display: block; }
	.primary-navigation .menu { flex-direction: column; align-items: stretch; gap: 0; }
	.primary-navigation a { display: block; padding: 14px; }
	.feature-grid { grid-template-columns: repeat(var(--feature-box-count, 3), minmax(220px, 1fr)); }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.services-layout, .contact-page-sections, .testimonials-grid { grid-template-columns: 1fr; }
	.service-categories { display: grid; grid-template-columns: repeat(2, 1fr); }
	.suia-gallery { grid-template-columns: repeat(var(--gallery-tablet-columns, 3), minmax(0, 1fr)); }
	.suia-video-gallery { grid-template-columns: repeat(var(--video-gallery-tablet-columns, 3), minmax(0, 1fr)); }
}

@media (max-width: 782px) {
	.admin-bar.home.suia-hero-first .site-header { top: 46px; }
	.admin-bar.suia-global-header-video .site-header { top: 46px; }
	.admin-bar.suia-sticky-header .site-header { top: 46px; }
	.admin-bar .suia-global-hero-video { top: 46px; }
}

@media (max-width: 640px) {
	.content-width { width: min(calc(100% - 28px), var(--content)); }
	.custom-logo-link { width: clamp(125px, 42vw, 175px); min-height: 68px; }
	.custom-logo { max-height: 76px; }
	.site-branding__placeholder { width: 112px; min-height: 62px; }
	.hero { min-height: 760px; }
	.hero__content { padding-block: 180px 70px; }
	.feature-grid { grid-template-columns: repeat(var(--feature-box-count, 3), minmax(220px, 1fr)); }
	.owner-grid, .site-footer__grid, .form-row { grid-template-columns: 1fr; }
	.owner-photo { min-height: 390px; }
	.section-heading--split { align-items: start; flex-direction: column; gap: 20px; }
	.work-carousel__track { grid-auto-columns: 82%; }
	.carousel-button { display: none; }
	.service-categories { grid-template-columns: 1fr 1fr; }
	.service-price-list--with-descriptions .service-price-list__item,
	.service-price-list--without-descriptions .service-price-list__item {
		grid-template-columns: 1fr;
	}
	.service-price-list__price {
		text-align: left;
		white-space: normal;
	}
	.service-stage__media { height: clamp(380px, 70vh, 620px); }
	.service-stage__media--portrait { height: min(86vh, 780px); min-height: 620px; }
	.suia-gallery { grid-template-columns: repeat(var(--gallery-mobile-columns, 2), minmax(0, 1fr)); }
	.suia-video-gallery { grid-template-columns: repeat(var(--video-gallery-mobile-columns, 2), minmax(0, 1fr)); }
	.lightbox { grid-template-columns: 45px 1fr 45px; padding: 24px 8px; }
	.video-lightbox { padding: 70px 12px 24px; }
	.contact-details { grid-template-columns: 1fr; }
	.contact-details dd { margin-bottom: 16px; }
}
