:root {
	--sh-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	--sh-bg: oklch(1 0 0);
	--sh-fg: oklch(0.25 0.06 258);
	--sh-primary: oklch(0.33 0.11 261);
	--sh-primary-fg: oklch(0.99 0.005 250);
	--sh-secondary: oklch(0.96 0.012 250);
	--sh-muted-fg: oklch(0.52 0.03 255);
	--sh-accent: oklch(0.72 0.19 133);
	--sh-accent-fg: oklch(0.22 0.07 261);
	--sh-border: oklch(0.91 0.014 250);
	--sh-card: oklch(1 0 0);
	--sh-gradient-brand: linear-gradient(135deg, oklch(0.3 0.1 262), oklch(0.42 0.12 258));
	--sh-gradient-accent: linear-gradient(90deg, var(--sh-accent), oklch(0.66 0.16 150));
	--sh-shadow-card: 0 12px 30px -18px oklch(0.28 0.1 262 / 0.5);
	--sh-shadow-elevated: 0 24px 60px -28px oklch(0.28 0.1 262 / 0.55);
	--sh-wrap: 72rem;
	--sh-radius: 0.5rem;
}

html {
	scroll-behavior: smooth;
}

body.sh-site,
body.sh-site .site-main,
body.sh-site .entry-content,
body.sh-site h1,
body.sh-site h2,
body.sh-site h3,
body.sh-site h4,
body.sh-site p,
body.sh-site a,
body.sh-site button,
body.sh-site .ct-header,
body.sh-site .ct-footer {
	font-family: var(--sh-font) !important;
}

body.sh-site {
	background: var(--sh-bg);
	color: var(--sh-fg);
	font-size: 16px;
	line-height: 1.6;
}

body.sh-site .hero-section,
body.sh-site .ct-sidebar,
body.sh-site .ct-comments-container,
body.sh-site .post-meta,
body.sh-site .entry-meta {
	display: none !important;
}

body.sh-site #main-container,
body.sh-site .site-main,
body.sh-site .ct-container,
body.sh-site [data-vertical-spacing] {
	--theme-content-vertical-spacing: 0px;
}

body.sh-site .entry-content {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

body.sh-site .entry-content > .alignfull {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.sh-wrap {
	width: min(100%, var(--sh-wrap));
	max-width: 100%;
	margin-inline: auto;
	padding-inline: 1.25rem;
	box-sizing: border-box;
}

.sh-wrap-narrow {
	width: min(100%, 56rem);
	text-align: center;
}

.sh-section {
	padding: 5rem 0;
}

@media (min-width: 768px) {
	.sh-section {
		padding: 7rem 0;
	}
}

.sh-kicker {
	margin: 0 !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.3em !important;
	text-transform: uppercase !important;
	color: var(--sh-accent) !important;
}

.sh-kicker-accent {
	color: var(--sh-accent) !important;
}

.sh-section h1,
.sh-section h2,
.sh-price-hero h1 {
	margin: 0.75rem 0 0 !important;
	font-weight: 800 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.1 !important;
	color: var(--sh-primary) !important;
	font-size: 1.875rem !important;
}

@media (min-width: 768px) {
	.sh-section h1,
	.sh-section h2,
	.sh-price-hero h1 {
		font-size: 2.25rem !important;
	}
}

.sh-section p {
	color: var(--sh-muted-fg);
	font-size: 1rem;
	line-height: 1.7;
}

/* Header */
body.sh-site .ct-header {
	border-bottom: 1px solid var(--sh-border);
	background: color-mix(in oklab, var(--sh-bg) 90%, transparent) !important;
	backdrop-filter: blur(12px);
}

body.sh-site [data-row="middle"] {
	min-height: 0 !important;
}

body.sh-site [data-row="middle"] .ct-container {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

body.sh-site .site-title,
body.sh-site .site-description {
	display: none !important;
}

body.sh-site .site-logo-container {
	max-width: 9.5rem;
}

body.sh-site .site-logo-container img,
body.sh-site .default-logo {
	height: 4.25rem !important;
	width: auto !important;
	max-width: 100% !important;
	max-height: 68px !important;
	object-fit: contain !important;
}

body.sh-site [data-id="menu"] a {
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	color: var(--sh-muted-fg) !important;
}

body.sh-site [data-id="menu"] a:hover {
	color: var(--sh-primary) !important;
}

body.sh-site [data-id="button"] .ct-button,
body.sh-site [data-id="button"] a {
	background: var(--sh-primary) !important;
	color: var(--sh-primary-fg) !important;
	border: 0 !important;
	border-radius: 6px !important;
	font-size: 0.75rem !important;
	font-weight: 500 !important;
	min-height: 2rem;
	padding: 0 1rem !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 2px oklch(0.28 0.1 262 / 0.2);
}

body.sh-site .ct-header-trigger,
body.sh-site .ct-toggle-close {
	min-width: 44px;
	min-height: 44px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

body.sh-site .ct-drawer-canvas,
body.sh-site #offcanvas {
	z-index: 120 !important;
}

body.sh-site #offcanvas .mobile-menu a {
	display: flex;
	align-items: center;
	min-height: 44px;
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	color: var(--sh-primary-fg) !important;
}

body.sh-site #offcanvas .mobile-menu .current-menu-item > a {
	color: var(--sh-accent) !important;
}

body.sh-site #offcanvas [data-id="button"] {
	margin-top: 1rem;
}

body.sh-site [data-id="button"] .ct-button:hover,
body.sh-site [data-id="button"] a:hover {
	background: color-mix(in oklab, var(--sh-primary) 90%, black) !important;
}

/* Hero */
.sh-hero {
	position: relative;
	overflow: hidden;
}

.sh-hero .wp-block-cover__background {
	background-image: var(--sh-gradient-brand) !important;
	background-color: transparent !important;
	opacity: 0.9 !important;
}

.sh-hero .wp-block-cover__inner-container {
	width: 100%;
}

.sh-hero-inner {
	max-width: 72rem;
}

.sh-hero-title {
	margin: 1.25rem 0 0 !important;
	max-width: 48rem;
	font-size: 2.25rem !important;
	font-weight: 800 !important;
	line-height: 1.08 !important;
	letter-spacing: -0.025em !important;
	color: var(--sh-primary-fg) !important;
}

@media (min-width: 768px) {
	.sh-hero-title {
		font-size: 3.75rem !important;
	}
}

.sh-hero-title em {
	font-style: normal;
	background-image: var(--sh-gradient-accent);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.sh-hero-lead {
	margin: 1.25rem 0 0 !important;
	max-width: 36rem;
	font-size: 1rem !important;
	line-height: 1.7 !important;
	color: color-mix(in oklab, var(--sh-primary-fg) 80%, transparent) !important;
}

@media (min-width: 768px) {
	.sh-hero-lead {
		font-size: 1.125rem !important;
	}
}

.sh-hero-actions {
	margin-top: 2.25rem !important;
	gap: 0.75rem !important;
}

.sh-btn-light .wp-block-button__link {
	background: var(--sh-secondary) !important;
	color: var(--sh-primary) !important;
	border: 0 !important;
	border-radius: 6px !important;
	font-weight: 500 !important;
	padding: 0.55rem 2rem !important;
	box-shadow: 0 1px 2px oklch(0 0 0 / 0.08);
}

.sh-btn-ghost .wp-block-button__link {
	background: transparent !important;
	color: var(--sh-primary-fg) !important;
	border: 1px solid color-mix(in oklab, var(--sh-primary-fg) 40%, transparent) !important;
	border-radius: 6px !important;
	font-weight: 500 !important;
	padding: 0.55rem 2rem !important;
}

.sh-btn-ghost .wp-block-button__link:hover {
	background: color-mix(in oklab, var(--sh-primary-fg) 10%, transparent) !important;
}

.sh-stats {
	margin-top: 3.5rem !important;
	max-width: 42rem;
	padding-top: 2rem !important;
	border-top: 1px solid color-mix(in oklab, var(--sh-primary-fg) 20%, transparent);
}

.sh-stat-value {
	margin: 0 !important;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	color: var(--sh-accent) !important;
}

.sh-stat-label {
	margin: 0.25rem 0 0 !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: color-mix(in oklab, var(--sh-primary-fg) 70%, transparent) !important;
}

/* Cards */
.sh-cards {
	margin-top: 3rem !important;
	gap: 1.5rem !important;
}

.sh-card {
	height: 100%;
	padding: 1.5rem !important;
	border: 1px solid var(--sh-border);
	border-radius: 0.75rem;
	background: var(--sh-card);
	box-shadow: var(--sh-shadow-card);
	transition: transform 0.3s ease;
}

.sh-card:hover {
	transform: translateY(-4px);
}

.sh-card h3 {
	margin: 1.25rem 0 0.5rem !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	color: var(--sh-primary) !important;
}

.sh-card p {
	margin: 0 !important;
	font-size: 0.875rem !important;
	color: var(--sh-muted-fg) !important;
}

.sh-icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: 999px;
	border: 2px solid var(--sh-accent);
	color: var(--sh-accent);
	background: transparent;
	transition: background 0.2s ease, color 0.2s ease;
}

.sh-card:hover .sh-icon {
	background: var(--sh-accent);
	color: var(--sh-accent-fg);
}

.sh-icon::before {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background: currentColor;
	mask: var(--sh-mask) center / contain no-repeat;
	-webkit-mask: var(--sh-mask) center / contain no-repeat;
}

.sh-icon-wash { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='20' x='3' y='2' rx='2'/%3E%3Ccircle cx='12' cy='13' r='5'/%3E%3Cpath d='M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5'/%3E%3Cpath d='M6 7h.01'/%3E%3Cpath d='M9 7h.01'/%3E%3C/svg%3E"); }
.sh-icon-building { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z'/%3E%3Cpath d='M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2'/%3E%3Cpath d='M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M10 6h4'/%3E%3Cpath d='M10 10h4'/%3E%3Cpath d='M10 14h4'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E"); }
.sh-icon-shirt { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z'/%3E%3C/svg%3E"); }
.sh-icon-leaf { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 7.2C15.5 6 17 4.8 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/svg%3E"); }
.sh-icon-clock { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E"); }
.sh-icon-shield { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E"); }
.sh-icon-truck { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2'/%3E%3Cpath d='M15 18H9'/%3E%3Cpath d='M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3C/svg%3E"); }
.sh-icon-sparkles { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3-1.9 5.8a2 2 0 0 1-1.3 1.3L3 12l5.8 1.9a2 2 0 0 1 1.3 1.3L12 21l1.9-5.8a2 2 0 0 1 1.3-1.3L21 12l-5.8-1.9a2 2 0 0 1-1.3-1.3Z'/%3E%3C/svg%3E"); }
.sh-icon-phone { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.81.32 1.6.57 2.36a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.76.25 1.55.44 2.36.57A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); }
.sh-icon-mail { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E"); }
.sh-icon-globe { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E"); }
.sh-icon-pin { --sh-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }

/* Why us */
.sh-section-brand {
	background-image: var(--sh-gradient-brand);
	color: var(--sh-primary-fg);
}

.sh-section-brand h1,
.sh-section-brand h2,
.sh-section-brand h3 {
	color: var(--sh-primary-fg) !important;
}

.sh-muted-on-dark {
	color: color-mix(in oklab, var(--sh-primary-fg) 80%, transparent) !important;
}

.sh-why-grid {
	gap: 3.5rem !important;
	align-items: stretch !important;
}

.sh-adv-grid {
	margin-top: 2.5rem !important;
	gap: 1.75rem !important;
}

.sh-adv .sh-icon {
	width: auto;
	height: auto;
	border: 0;
	background: none;
	place-items: start;
}

.sh-adv .sh-icon::before {
	width: 1.25rem;
	height: 1.25rem;
}

.sh-adv h3 {
	margin: 0.75rem 0 0.25rem !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
}

.sh-adv p {
	margin: 0 !important;
	font-size: 0.875rem !important;
	color: color-mix(in oklab, var(--sh-primary-fg) 75%, transparent) !important;
}

.sh-why-photo {
	max-width: 100%;
	overflow: hidden;
}

.sh-why-photo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 200px;
	max-height: 22rem;
	object-fit: cover;
	border-radius: 1rem;
	box-shadow: var(--sh-shadow-elevated);
}

@media (min-width: 782px) {
	.sh-why-photo img {
		height: 100%;
		min-height: 280px;
		max-height: none;
	}
}

.sh-about p {
	margin-top: 1.25rem !important;
}

.sh-person {
	margin-top: 2rem !important;
	color: var(--sh-primary) !important;
	font-size: 0.875rem !important;
}

.sh-person span {
	color: var(--sh-accent);
	font-weight: 500;
}

.sh-contact {
	background: color-mix(in oklab, var(--sh-secondary) 50%, white);
	border-top: 1px solid var(--sh-border);
}

.sh-contact-card {
	padding: 1.75rem !important;
	border: 1px solid var(--sh-border);
	border-radius: 1rem;
	background: var(--sh-card);
	box-shadow: var(--sh-shadow-card);
}

.sh-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
}

.sh-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.sh-contact-list .sh-icon {
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	border: 0;
	background-image: var(--sh-gradient-brand);
	color: var(--sh-primary-fg);
}

.sh-contact-list a,
.sh-contact-list address {
	font-style: normal;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--sh-fg);
	text-decoration: none;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.sh-contact-list a:hover {
	color: var(--sh-accent);
}

.sh-btn-full {
	width: 100%;
	margin-top: 1.75rem !important;
}

.sh-btn-full .wp-block-button__link,
.sh-btn-full.wp-block-button {
	width: 100%;
	background: var(--sh-primary) !important;
	color: var(--sh-primary-fg) !important;
	border-radius: 6px !important;
	font-weight: 500 !important;
}

.sh-map {
	margin-top: 2.5rem;
	max-width: 100%;
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid var(--sh-border);
	box-shadow: var(--sh-shadow-card);
}

.sh-map iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 240px;
	height: 280px;
	border: 0;
}

@media (min-width: 782px) {
	.sh-map iframe {
		min-height: 360px;
		height: 360px;
	}
}

/* Footer */
body.sh-site .ct-footer {
	background-image: var(--sh-gradient-brand) !important;
	color: var(--sh-primary-fg) !important;
}

body.sh-site .ct-footer,
body.sh-site .ct-footer a,
body.sh-site .ct-footer p,
body.sh-site .ct-footer .ct-copyright {
	color: color-mix(in oklab, var(--sh-primary-fg) 70%, transparent) !important;
	font-size: 0.75rem !important;
}

body.sh-site .ct-footer strong {
	color: var(--sh-accent) !important;
	font-weight: 600;
}

.sh-footer-brand {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.sh-footer-brand img {
	height: 3rem;
	width: auto;
	max-width: 140px;
	object-fit: contain;
}

.sh-footer-brand span {
	font-size: 0.75rem;
	color: color-mix(in oklab, var(--sh-primary-fg) 70%, transparent);
}

/* Pricing */
.sh-price-hero {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.sh-price-hero h1 {
	color: var(--sh-primary-fg) !important;
}

.sh-price-jump {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.5rem !important;
	margin: 0 0 2.25rem !important;
}

.sh-price-jump .wp-block-button {
	margin: 0 !important;
}

.sh-price-jump .wp-block-button__link {
	border-radius: 999px !important;
	padding: 0.55rem 1rem !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	min-height: 44px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	border: 1px solid var(--sh-border) !important;
	background: white !important;
	color: var(--sh-muted-fg) !important;
	box-shadow: none !important;
}

.sh-price-jump .wp-block-button__link:hover,
.sh-price-jump .wp-block-button__link:focus {
	background: var(--sh-primary) !important;
	border-color: var(--sh-primary) !important;
	color: var(--sh-primary-fg) !important;
}

.sh-price-category {
	margin: 0 0 2.75rem;
	scroll-margin-top: 6rem;
}

.sh-price-category:last-of-type {
	margin-bottom: 1.5rem;
}

.sh-section .sh-price-category-title,
.sh-price-category-title {
	margin: 0 0 1rem !important;
	font-size: 1.35rem !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em !important;
	color: var(--sh-primary) !important;
}

.sh-price-category .wp-block-table,
.wp-block-table.sh-price-table {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	border: 1px solid var(--sh-border);
	border-radius: 1rem;
	box-shadow: var(--sh-shadow-card);
	background: white;
}

.sh-price-category .wp-block-table table,
.wp-block-table.sh-price-table table,
.wp-block-table.sh-price-table table.has-fixed-layout {
	width: 100%;
	min-width: 0;
	table-layout: auto;
	border-collapse: collapse;
	border: 0;
}

.sh-price-category .wp-block-table table:has(th:nth-child(4)),
.wp-block-table.sh-price-table table:has(th:nth-child(4)) {
	min-width: 36rem;
}

.sh-price-category .wp-block-table table:has(th:nth-child(6)),
.wp-block-table.sh-price-table table:has(th:nth-child(6)) {
	min-width: 44rem;
}

.sh-price-category .wp-block-table th,
.sh-price-category .wp-block-table td,
.wp-block-table.sh-price-table th,
.wp-block-table.sh-price-table td {
	padding: 0.85rem 1rem;
	text-align: left;
	border: 0;
	border-bottom: 1px solid var(--sh-border);
	font-size: 0.875rem;
}

.sh-price-category .wp-block-table thead th,
.wp-block-table.sh-price-table thead th {
	background: var(--sh-primary);
	color: var(--sh-primary-fg);
	font-weight: 600;
	letter-spacing: 0.02em;
}

.sh-price-category .wp-block-table tbody td:first-child,
.wp-block-table.sh-price-table tbody td:first-child {
	font-weight: 600;
	color: var(--sh-primary);
	white-space: normal;
}

.sh-price-category .wp-block-table tbody tr:last-child td,
.wp-block-table.sh-price-table tbody tr:last-child td {
	border-bottom: 0;
}

.sh-price-category .wp-block-table tbody tr:hover td,
.wp-block-table.sh-price-table tbody tr:hover td {
	background: var(--sh-secondary);
}

.sh-price-category .wp-block-table td,
.wp-block-table.sh-price-table td {
	color: var(--sh-fg);
	font-variant-numeric: tabular-nums;
}

.sh-price-gst,
.sh-price-note {
	margin-top: 0.5rem !important;
	font-size: 0.875rem !important;
}

.sh-price-note {
	margin-top: 0.25rem !important;
}

.sh-price-note a {
	color: var(--sh-primary);
	font-weight: 600;
}

@media (max-width: 781px) {
	.sh-section {
		padding: 3.5rem 0;
	}

	.sh-hero.wp-block-cover {
		min-height: 0 !important;
		padding-top: 4.5rem !important;
		padding-bottom: 3.25rem !important;
	}

	.sh-hero-title {
		font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
		overflow-wrap: break-word;
	}

	.sh-hero-actions {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		width: 100%;
		gap: 0.75rem !important;
	}

	.sh-hero-actions .wp-block-button,
	.sh-hero-actions .wp-block-button__link,
	.sh-btn-light .wp-block-button__link,
	.sh-btn-ghost .wp-block-button__link,
	.sh-btn-full .wp-block-button__link,
	body.sh-site [data-id="button"] .ct-button,
	body.sh-site [data-id="button"] a {
		width: 100%;
		min-height: 44px;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}

	body.sh-site [data-id="menu"] a,
	body.sh-site [data-id="button"] .ct-button,
	body.sh-site [data-id="button"] a {
		width: auto;
	}

	body.sh-site #offcanvas [data-id="button"] .ct-button,
	body.sh-site #offcanvas [data-id="button"] a {
		width: auto;
		min-width: 10rem;
	}

	.sh-cards,
	.sh-adv-grid,
	.sh-stats,
	.sh-why-grid,
	.sh-contact .wp-block-columns {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 1.25rem !important;
	}

	.sh-stats {
		grid-template-columns: 1fr 1fr !important;
		gap: 1.25rem 1rem !important;
	}

	.sh-cards .wp-block-column,
	.sh-adv-grid .wp-block-column,
	.sh-stats .wp-block-column,
	.sh-why-grid .wp-block-column,
	.sh-contact .wp-block-column {
		flex-basis: 100% !important;
		width: auto !important;
		max-width: none !important;
	}

	.sh-contact-card {
		padding: 1.25rem !important;
	}

	.sh-price-hero {
		padding-top: 3.25rem;
		padding-bottom: 3.25rem;
	}

	.sh-price-category .wp-block-table th,
	.sh-price-category .wp-block-table td,
	.wp-block-table.sh-price-table th,
	.wp-block-table.sh-price-table td {
		padding: 0.7rem 0.75rem;
		font-size: 0.8125rem;
	}

	.wp-block-table.sh-price-table::before {
		content: "Swipe sideways for more prices →";
		display: block;
		position: sticky;
		left: 0;
		z-index: 1;
		width: max-content;
		max-width: calc(100vw - 2.5rem);
		padding: 0.55rem 0.85rem 0.35rem;
		font-size: 0.75rem;
		color: var(--sh-muted-fg);
		background: white;
	}

	body.sh-site .ct-footer [data-row="bottom"] .ct-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.75rem;
	}

	.sh-footer-brand {
		justify-content: center;
		text-align: center;
	}

	.sh-footer-brand img {
		height: 2.35rem;
	}

	body.sh-site .ct-footer-copyright {
		text-align: center;
		max-width: 22rem;
	}
}

@media (max-width: 689px) {
	body.sh-site [data-row="middle"] .ct-container {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	body.sh-site .site-logo-container {
		max-width: 7.5rem;
	}

	body.sh-site .site-logo-container img,
	body.sh-site .default-logo {
		height: 2.5rem !important;
		max-height: 40px !important;
	}

	body.sh-site [data-device="mobile"] [data-column="end"] {
		display: flex;
		align-items: center;
		gap: 0.35rem;
	}
}

@media (min-width: 600px) and (max-width: 781px) {
	.sh-cards,
	.sh-adv-grid {
		grid-template-columns: 1fr 1fr !important;
	}
}
