/*
Theme Name: Wisbix One Page Starter
Theme URI: https://wisbix.com/
Author: Wisbix
Description: Minimal block theme for fast one-page WordPress builds.
Version: 0.2.8
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.2
Text Domain: wisbix-onepage-starter
*/

html {
	scroll-behavior: smooth;
	overflow-x: clip;
	--ops-bg: #f8f7f3;
	--ops-surface: #eeebe3;
	--ops-card: #ffffff;
	--ops-text: #191b20;
	--ops-muted-text: #5c6470;
	--ops-accent: #0f766e;
	--ops-accent-strong: #0a5d56;
	--ops-accent-soft: #e4f3ef;
	--ops-border: #ded9ce;
	--ops-dark: #171a1f;
	--ops-dark-text: #ffffff;
	--ops-shadow: 0 16px 36px rgba(23, 26, 31, 0.08);
}

html[data-palette="graphite"] {
	--ops-bg: #f5f5f3;
	--ops-surface: #e9e8e4;
	--ops-card: #ffffff;
	--ops-text: #17181b;
	--ops-muted-text: #5d6168;
	--ops-accent: #4b5563;
	--ops-accent-strong: #2f3742;
	--ops-accent-soft: #eceff3;
	--ops-border: #d8d8d4;
	--ops-dark: #111316;
}

html[data-palette="burgundy"] {
	--ops-bg: #faf7f6;
	--ops-surface: #efe8e5;
	--ops-card: #ffffff;
	--ops-text: #211819;
	--ops-muted-text: #685e60;
	--ops-accent: #8a2432;
	--ops-accent-strong: #681926;
	--ops-accent-soft: #f5e8eb;
	--ops-border: #e1d5d5;
	--ops-dark: #1d1517;
}

html[data-palette="navy"] {
	--ops-bg: #f6f8fa;
	--ops-surface: #e8edf1;
	--ops-card: #ffffff;
	--ops-text: #151b23;
	--ops-muted-text: #596572;
	--ops-accent: #245476;
	--ops-accent-strong: #183c56;
	--ops-accent-soft: #e5eef4;
	--ops-border: #d4dde4;
	--ops-dark: #111a22;
}

html[data-palette="bronze"] {
	--ops-bg: #faf8f3;
	--ops-surface: #eee8dd;
	--ops-card: #ffffff;
	--ops-text: #1f1b16;
	--ops-muted-text: #665f55;
	--ops-accent: #8a5a20;
	--ops-accent-strong: #674116;
	--ops-accent-soft: #f4ecdd;
	--ops-border: #ded4c3;
	--ops-dark: #1b1712;
}

body {
	background: var(--ops-bg);
	color: var(--ops-text);
	font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	overflow-x: clip;
}

body,
button,
input,
select,
textarea {
	font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body h1,
body h2,
body h3 {
	letter-spacing: 0;
}

body h1 {
	font-size: 3.25rem !important;
	line-height: 1.06;
}

body h2 {
	font-size: 1.85rem;
	line-height: 1.16;
}

body h3 {
	font-size: 1.12rem;
	line-height: 1.25;
}

.ops-topbar {
	background: var(--ops-dark);
	color: var(--ops-dark-text);
	font-size: 0.9rem;
}

.ops-topbar a,
.ops-site-header a,
.ops-dark-card a,
footer a {
	color: inherit;
	text-decoration: none;
}

.ops-topbar > .wp-block-group {
	align-items: center;
	gap: 1rem;
}

.ops-site-header {
	background: color-mix(in srgb, var(--ops-bg) 94%, white 6%);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--ops-border);
	position: relative;
	transition: box-shadow 180ms ease, background-color 180ms ease, transform 180ms ease;
	z-index: 2;
}

.ops-sticky-header-wrap {
	position: sticky;
	top: 0;
	z-index: 50;
}

.ops-scrolled .ops-site-header {
	background: color-mix(in srgb, var(--ops-bg) 98%, white 2%);
	box-shadow: var(--ops-shadow);
}

.ops-phone-list {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	font-weight: 750;
	letter-spacing: 0;
	margin: 0;
}

.ops-topbar p {
	margin: 0;
}

.ops-topbar-label {
	align-items: center;
	display: inline-flex;
	line-height: 1;
}

.ops-topbar-phones {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	line-height: 1;
}

.ops-section {
	padding-bottom: 4.75rem;
	padding-top: 4.75rem;
}

.ops-section-soft {
	background: var(--ops-surface);
	box-shadow: 0 0 0 100vmax var(--ops-surface);
	clip-path: inset(0 -100vmax);
}

.ops-hero {
	padding-bottom: 5rem;
	padding-top: 0;
}

.ops-kicker {
	align-items: center;
	color: var(--ops-accent);
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 800;
	gap: 0;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ops-kicker::before {
	content: none;
}

.ops-hero h1 {
	font-size: 3.05rem !important;
	hyphens: none;
	max-width: 12em;
	overflow-wrap: normal;
	word-break: normal;
}

.ops-lead {
	color: color-mix(in srgb, var(--ops-text) 82%, var(--ops-muted-text) 18%);
	font-size: 1.08rem;
	max-width: 34rem;
}

.ops-muted {
	color: var(--ops-muted-text);
}

.ops-card {
	background: var(--ops-card);
	border: 1px solid var(--ops-border);
	border-radius: 8px;
	box-shadow: var(--ops-shadow);
	padding: 1.4rem;
	position: relative;
}

.ops-card-flat {
	background: var(--ops-card);
	border: 1px solid var(--ops-border);
	border-radius: 8px;
	padding: 1.35rem;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ops-card-flat:hover {
	border-color: color-mix(in srgb, var(--ops-accent) 36%, var(--ops-border) 64%);
	box-shadow: var(--ops-shadow);
	transform: translateY(-2px);
}

.ops-card h3,
.ops-card-flat h3,
.ops-dark-card h3 {
	align-items: center;
	display: flex;
	gap: 0.65rem;
}

.ops-card h3::before,
.ops-card-flat h3::before,
.ops-dark-card h3::before {
	align-items: center;
	background-color: var(--ops-accent-soft);
	border: 1px solid color-mix(in srgb, var(--ops-accent) 20%, transparent 80%);
	border-radius: 999px;
	content: "";
	display: inline-flex;
	flex: 0 0 auto;
	height: 2.05rem;
	justify-content: center;
	width: 2.05rem;
}

.ops-card-flat h3::before {
	background-position: center;
	background-repeat: no-repeat;
}

.ops-card h3::before {
	background-position: center;
	background-repeat: no-repeat;
}

.ops-icon-call h3::before,
.ops-phone-link::before,
.wp-block-button .wp-block-button__link[href^="tel:"]::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.ops-icon-doctor h3::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6v4h4v6h-4v4H9v-4H5V7h4z'/%3E%3Cpath d='M6 21h12'/%3E%3C/svg%3E");
}

.ops-icon-organize h3::before,
.ops-icon-service h3::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E");
}

.ops-icon-burial h3::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M7 8h10'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}

.ops-icon-cremation h3::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22c4 0 7-2.5 7-6 0-2.5-1.5-4.5-3.8-6.7.1 1.7-.7 3-1.9 3.8.3-3-1.2-5.8-4.4-8.1.4 3.2-2.9 5.1-3.7 8C4.4 16.4 6.9 22 12 22Z'/%3E%3C/svg%3E");
}

.ops-icon-docs h3::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h8l4 4v14H7z'/%3E%3Cpath d='M15 3v5h5'/%3E%3Cpath d='M10 13h7'/%3E%3Cpath d='M10 17h5'/%3E%3C/svg%3E");
}

.ops-icon-transport h3::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17V7a2 2 0 0 1 2-2h8l4 4h2v8'/%3E%3Cpath d='M3 17h18'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
}

.ops-icon-goods h3::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10h16v10H4z'/%3E%3Cpath d='M6 10V7a6 6 0 0 1 12 0v3'/%3E%3Cpath d='M9 15h6'/%3E%3C/svg%3E");
}

.ops-dark-card h3::before {
	background-color: rgba(255, 255, 255, 0.12);
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	border-color: rgba(255, 255, 255, 0.18);
}

.ops-dark-card {
	background: var(--ops-dark);
	border-radius: 8px;
	color: var(--ops-dark-text);
	padding: 1.5rem;
	position: relative;
}

.ops-dark-card a {
	color: #ffffff;
}

.ops-hero-image img,
.ops-gallery img {
	aspect-ratio: 4 / 3;
	display: block;
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ops-section-soft .ops-grid-tight .ops-gallery img {
	height: 11.5rem;
}

.ops-hero-image {
	position: relative;
}

.ops-hero-badge {
	background: var(--ops-card);
	border: 1px solid var(--ops-border);
	border-radius: 8px;
	bottom: 1rem;
	box-shadow: var(--ops-shadow);
	max-width: 19rem;
	padding: 1rem;
	position: absolute;
	right: 1rem;
}

.ops-grid-tight {
	gap: 1rem;
}

.ops-checklist {
	margin-bottom: 0;
	margin-top: 0.75rem;
	padding-left: 1.25rem;
}

.ops-checklist li + li {
	margin-top: 0.45rem;
}

.ops-button-row {
	gap: 0.75rem;
}

.wp-block-button .wp-block-button__link {
	align-items: center;
	border-radius: 999px;
	box-shadow: none;
	display: inline-flex;
	gap: 0.55rem;
	line-height: 1.2;
	transition: box-shadow 180ms ease, transform 180ms ease;
	white-space: normal;
}

.wp-block-button .wp-block-button__link:hover {
	box-shadow: 0 12px 26px color-mix(in srgb, var(--ops-accent) 18%, transparent 82%);
	transform: translateY(-1px);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--ops-accent);
	color: #ffffff;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	background: var(--ops-accent-strong);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: var(--ops-border);
	color: var(--ops-text);
}

.wp-block-button .wp-block-button__link[href^="tel:"]::before,
.ops-phone-link::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.05rem;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 1.1rem;
	width: 1.1rem;
}

.ops-phone-link {
	align-items: center;
	display: inline-flex;
	gap: 0.35rem;
	text-decoration: none;
}

.ops-phone-plain {
	color: inherit;
	text-decoration: none;
}

.ops-card h3::before,
.ops-card-flat h3::before,
.ops-dark-card h3::before,
.ops-phone-link::before,
.wp-block-button .wp-block-button__link[href^="tel:"]::before {
	background-color: var(--ops-accent) !important;
	background-image: none !important;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 1.1rem;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 1.1rem;
}

.ops-card h3::before,
.ops-card-flat h3::before,
.ops-dark-card h3::before {
	border: 0;
}

.ops-icon-call h3::before,
.ops-phone-link::before,
.wp-block-button .wp-block-button__link[href^="tel:"]::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.ops-phone-icon h3::before {
	background-color: var(--ops-accent) !important;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.1rem;
	height: 2.35rem;
	mask-image: none !important;
	-webkit-mask-image: none !important;
	width: 2.35rem;
}

.ops-icon-doctor h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6v4h4v6h-4v4H9v-4H5V7h4z'/%3E%3Cpath d='M6 21h12'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6v4h4v6h-4v4H9v-4H5V7h4z'/%3E%3Cpath d='M6 21h12'/%3E%3C/svg%3E");
}

.ops-icon-organize h3::before,
.ops-icon-service h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E");
}

.ops-icon-burial h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M7 8h10'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M7 8h10'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}

.ops-icon-cremation h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22c4 0 7-2.5 7-6 0-2.5-1.5-4.5-3.8-6.7.1 1.7-.7 3-1.9 3.8.3-3-1.2-5.8-4.4-8.1.4 3.2-2.9 5.1-3.7 8C4.4 16.4 6.9 22 12 22Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22c4 0 7-2.5 7-6 0-2.5-1.5-4.5-3.8-6.7.1 1.7-.7 3-1.9 3.8.3-3-1.2-5.8-4.4-8.1.4 3.2-2.9 5.1-3.7 8C4.4 16.4 6.9 22 12 22Z'/%3E%3C/svg%3E");
}

.ops-icon-docs h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h8l4 4v14H7z'/%3E%3Cpath d='M15 3v5h5'/%3E%3Cpath d='M10 13h7'/%3E%3Cpath d='M10 17h5'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h8l4 4v14H7z'/%3E%3Cpath d='M15 3v5h5'/%3E%3Cpath d='M10 13h7'/%3E%3Cpath d='M10 17h5'/%3E%3C/svg%3E");
}

.ops-icon-transport h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17V7a2 2 0 0 1 2-2h8l4 4h2v8'/%3E%3Cpath d='M3 17h18'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17V7a2 2 0 0 1 2-2h8l4 4h2v8'/%3E%3Cpath d='M3 17h18'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
}

.ops-icon-goods h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10h16v10H4z'/%3E%3Cpath d='M6 10V7a6 6 0 0 1 12 0v3'/%3E%3Cpath d='M9 15h6'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10h16v10H4z'/%3E%3Cpath d='M6 10V7a6 6 0 0 1 12 0v3'/%3E%3Cpath d='M9 15h6'/%3E%3C/svg%3E");
}

.ops-phone-lines {
	display: grid;
	gap: 0.45rem;
}

.ops-topbar .ops-phone-link::before,
.ops-dark-card .ops-phone-link::before,
.wp-block-button:not(.is-style-outline) .wp-block-button__link[href^="tel:"]::before {
	background-color: #ffffff !important;
}

footer .ops-phone-link::before {
	background-color: var(--ops-accent) !important;
}

.ops-footer,
.ops-footer .wp-block-group,
.ops-footer p {
	text-align: center;
}

.ops-footer p {
	margin-bottom: 0;
	margin-top: 0;
}

.ops-footer p + p {
	margin-top: 0.35rem;
}

.ops-wisbix {
	color: #F82D64;
	font-weight: 800;
}

.ops-location-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 2rem auto 0;
	max-width: var(--wp--style--global--wide-size);
}

.ops-contact-locations {
	margin-top: 2rem;
}

.ops-contact-locations > h3 {
	margin-bottom: 0;
}

.ops-location-grid--contact {
	margin-top: 1rem;
}

.ops-map-card {
	background: var(--ops-card);
	border: 1px solid var(--ops-border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(23, 26, 31, 0.06);
	overflow: hidden;
}

.ops-map-card__body {
	padding: 1.25rem;
}

.ops-map-card h3,
.ops-map-card h4 {
	font-size: 1.2rem;
	margin: 0.35rem 0 0.75rem;
}

.ops-map-link {
	color: var(--ops-accent-strong);
	font-weight: 800;
	text-decoration: none;
}

.ops-map-link:hover {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ops-map-frame {
	background: var(--ops-surface);
	border-top: 1px solid var(--ops-border);
	border: 1px solid var(--ops-border);
	border-radius: 8px;
	height: 280px;
	margin-top: 1rem;
	overflow: hidden;
}

.ops-map-card .ops-map-frame {
	border: 0;
	border-radius: 0;
	margin-top: 0;
}

.ops-map-frame--wide {
	height: 340px;
}

.ops-map-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ops-mobile-call-toggle {
	display: none;
}

.ops-phone-modal[hidden] {
	display: none;
}

.ops-phone-modal {
	inset: 0;
	position: fixed;
	z-index: 1000;
}

.ops-phone-modal__backdrop {
	background: rgba(17, 19, 22, 0.58);
	border: 0;
	cursor: pointer;
	inset: 0;
	padding: 0;
	position: absolute;
}

.ops-phone-modal__panel {
	background: var(--ops-card);
	border: 1px solid var(--ops-border);
	border-radius: 8px 8px 0 0;
	bottom: 0;
	box-shadow: var(--ops-shadow);
	color: var(--ops-text);
	left: 0;
	padding: 1.4rem;
	position: absolute;
	right: 0;
}

.ops-phone-modal__panel h2 {
	font-size: 1.5rem;
	margin-top: 0.3rem;
}

.ops-phone-modal__close {
	align-items: center;
	background: var(--ops-accent-soft);
	border: 1px solid var(--ops-border);
	border-radius: 999px;
	color: var(--ops-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.25rem;
	height: 2.25rem;
	justify-content: center;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2.25rem;
}

.ops-palette-switcher {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--ops-border);
	border-radius: 12px;
	box-shadow: var(--ops-shadow);
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	left: auto;
	padding: 0.3rem;
	position: fixed;
	top: auto;
	bottom: 1rem;
	right: 1rem;
	transform: none;
	z-index: 100;
}

.ops-palette-button {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--ops-muted-text);
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.45rem 0.7rem;
}

.ops-palette-button[aria-pressed="true"] {
	background: var(--ops-accent);
	color: #ffffff;
}

.ops-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms ease, transform 650ms ease;
	transition-delay: var(--ops-delay, 0ms);
	will-change: opacity, transform;
}

.ops-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.ops-reveal,
	.wp-block-button .wp-block-button__link,
	.ops-card-flat,
	.ops-site-header {
		transition: none;
	}

	.ops-reveal {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 780px) {
	main.wp-block-group {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		padding-top: 1.2rem !important;
	}

	.ops-topbar > .wp-block-group {
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}

	.ops-phone-list,
	.ops-topbar-note {
		display: none;
	}

	.ops-mobile-call-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-flex;
		font: inherit;
		font-weight: 800;
		gap: 0.45rem;
		line-height: 1;
		padding: 0.2rem 0;
	}

	.ops-mobile-call-toggle::before {
		background: #ffffff;
		content: "";
		display: inline-block;
		height: 1rem;
		mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
		mask-position: center;
		mask-repeat: no-repeat;
		mask-size: 1rem;
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
		-webkit-mask-position: center;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: 1rem;
		width: 1rem;
	}

	.ops-site-header > .wp-block-group {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0.75rem;
	}

	.ops-site-header .wp-block-site-title {
		flex: 1 1 auto;
		min-width: 0;
	}

	.ops-site-header .wp-block-site-title a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ops-site-header .wp-block-navigation {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.ops-site-header .wp-block-navigation__responsive-container.is-menu-open {
		background: var(--ops-bg);
		background-color: var(--ops-bg) !important;
		bottom: 0 !important;
		box-sizing: border-box;
		color: var(--ops-text);
		display: flex !important;
		height: 100vh !important;
		left: 0 !important;
		opacity: 1 !important;
		overflow-y: auto;
		padding: 5.25rem 1.25rem 2rem;
		position: fixed !important;
		right: 0 !important;
		top: 0 !important;
		transform: none !important;
		width: 100vw !important;
		z-index: 100000;
	}

	.ops-site-header .wp-block-navigation__responsive-dialog,
	.ops-site-header .wp-block-navigation__responsive-container-content {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: auto;
		margin: 0;
		width: 100%;
	}

	.ops-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 0.35rem;
		width: 100%;
	}

	.ops-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
		width: 100%;
	}

	.ops-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		border-bottom: 1px solid var(--ops-border);
		display: block;
		font-size: 1.35rem;
		font-weight: 800;
		line-height: 1.2;
		padding: 1rem 0;
		text-align: left;
		width: 100%;
	}

	.ops-site-header .wp-block-navigation__responsive-container-close {
		align-items: center;
		background: var(--ops-accent-soft);
		border: 1px solid var(--ops-border);
		border-radius: 999px;
		color: var(--ops-text);
		display: inline-flex;
		height: 2.5rem;
		justify-content: center;
		position: fixed;
		right: 1rem;
		top: 1rem;
		width: 2.5rem;
	}

	.ops-section,
	.ops-hero {
		padding-bottom: 3.25rem;
		padding-top: 3.25rem;
	}

	.ops-hero {
		padding-top: 0;
	}

	.ops-hero h1 {
		max-width: 100%;
	}

	.ops-phone-list {
		line-height: 1.5;
	}

	.ops-hero h1 {
		font-size: 2.4rem !important;
	}

	.ops-card,
	.ops-card-flat,
	.ops-dark-card {
		padding: 1.15rem;
	}

	.wp-block-button .wp-block-button__link {
		font-size: 0.92rem;
		line-height: 1.35;
	}

	.ops-palette-switcher {
		border-radius: 12px;
		flex-wrap: wrap;
		left: 0.75rem;
		right: 0.75rem;
		flex-direction: row;
		transform: none;
	}

	.ops-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ops-hero-badge {
		margin-top: 1rem;
		position: static;
	}

	.ops-section-soft .ops-grid-tight .ops-gallery img {
		height: auto;
	}

	.ops-location-grid {
		grid-template-columns: 1fr;
	}

	.ops-map-frame {
		height: 260px;
	}
}
