/*
Theme Name: SH Creative Locks
Theme URI: https://shcreative.ma
Author: SH Creative
Author URI: https://shcreative.ma
Description: Block theme for SH Creative Smart Locks Maroc. Tokens from design-system/smartlockmaroc.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Version: 0.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sh-creative-locks
Tags: block-themes, e-commerce, full-site-editing
*/

:root {
	--sh-navy: #103860;
	--sh-navy-deep: #0a2740;
	--sh-steel: #4088b0;
	--sh-steel-hover: #35749a;
	--sh-surface: #f4f7fa;
	--sh-surface-2: #e8eef3;
	--sh-base: #fbfcfd;
	--sh-text: #12283c;
	--sh-text-mute: #5a7186;
	--sh-border: #d5dee7;
	--sh-on-dark: #f4f7fa;
	--sh-on-dark-mute: #b6c8d6;
	--sh-whatsapp: #25d366;
	--sh-whatsapp-hover: #1ebe5b;
	--sh-promo: #c45c26;
	--sh-radius: 6px;
	--sh-radius-md: 8px;
	--sh-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
	--sh-shadow-md: 0 8px 24px -12px rgba(16, 56, 96, 0.18);
	--sh-shadow-lg: 0 24px 48px -20px rgba(16, 56, 96, 0.22);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--sh-surface);
	color: var(--sh-text);
}

/* Headings default navy on light surfaces (dark bands override below) */
h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	color: var(--sh-navy);
}

.sh-skip-link {
	position: absolute;
	left: 16px;
	top: -100px;
	z-index: 200;
	padding: 10px 16px;
	background: var(--sh-steel);
	color: var(--sh-base);
	border-radius: var(--sh-radius);
	font-weight: 700;
	text-decoration: none;
	transition: top 160ms var(--sh-ease-out);
}

.sh-skip-link:focus {
	top: 16px;
	outline: 2px solid var(--sh-base);
	outline-offset: 2px;
}

a {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

:focus-visible {
	outline: 2px solid var(--sh-steel);
	outline-offset: 3px;
}

/* ------------------------------------------------------------------ */
/* Dark surfaces — force readable light text (a11y contrast)          */
/* ------------------------------------------------------------------ */
.sh-on-dark,
.sh-hero,
.sh-contact-band,
.sh-site-header,
.sh-site-footer,
.wp-block-group.sh-hero,
.wp-block-group.sh-contact-band {
	color: var(--sh-on-dark) !important;
}

.sh-on-dark h1,
.sh-on-dark h2,
.sh-on-dark h3,
.sh-on-dark h4,
.sh-on-dark h5,
.sh-on-dark h6,
.sh-hero h1,
.sh-hero h2,
.sh-hero h3,
.sh-hero .wp-block-heading,
.sh-contact-band h1,
.sh-contact-band h2,
.sh-contact-band h3,
.sh-contact-band .wp-block-heading,
.sh-site-header .wp-block-heading,
.sh-site-header .wp-block-site-title,
.sh-site-footer h1,
.sh-site-footer h2,
.sh-site-footer h3,
.sh-site-footer .wp-block-heading {
	color: var(--sh-on-dark) !important;
}

.sh-hero p,
.sh-contact-band p,
.sh-site-footer p,
.sh-hero .has-text-mute-color,
.sh-contact-band .has-text-mute-color {
	color: var(--sh-on-dark-mute) !important;
}

.sh-hero .has-steel-color,
.sh-contact-band .has-steel-color {
	color: #7eb6d4 !important;
}

.sh-hero a:not(.wp-element-button):not(.sh-wa-cta),
.sh-contact-band a:not(.wp-element-button):not(.sh-wa-cta),
.sh-site-footer a:not(.wp-element-button) {
	color: var(--sh-on-dark-mute);
}

.sh-hero a:not(.wp-element-button):hover,
.sh-contact-band a:not(.wp-element-button):hover,
.sh-site-footer a:hover {
	color: var(--sh-on-dark);
}

/* Outline / secondary CTAs on dark — never inherit body ink */
.sh-hero .wp-block-button.is-style-outline .wp-block-button__link,
.sh-hero .wp-block-button.is-style-outline--2 .wp-block-button__link,
.sh-contact-band .wp-block-button.is-style-outline .wp-block-button__link,
.sh-btn-on-dark .wp-block-button__link,
a.sh-btn-on-dark {
	background: rgba(251, 252, 253, 0.08) !important;
	color: var(--sh-on-dark) !important;
	border: 1px solid rgba(244, 247, 250, 0.28) !important;
	border-radius: var(--sh-radius) !important;
}

.sh-hero .wp-block-button.is-style-outline .wp-block-button__link:hover,
.sh-btn-on-dark .wp-block-button__link:hover,
a.sh-btn-on-dark:hover {
	background: rgba(251, 252, 253, 0.14) !important;
	border-color: rgba(244, 247, 250, 0.45) !important;
	color: var(--sh-on-dark) !important;
}

/* Primary / WhatsApp keep light label on colored fill */
.sh-hero .has-steel-background-color.wp-element-button,
.sh-hero .has-whatsapp-background-color.wp-element-button,
.sh-contact-band .has-whatsapp-background-color.wp-element-button,
.sh-site-header .has-whatsapp-background-color.wp-element-button {
	color: var(--sh-base) !important;
}

/* Sticky header */
.sh-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	background: color-mix(in srgb, var(--sh-navy) 94%, transparent) !important;
	border-bottom: 1px solid rgba(244, 247, 250, 0.1);
}

.sh-site-header .wp-block-navigation a,
.sh-site-header .wp-block-site-title a,
.sh-site-header .wp-block-navigation-item__label {
	color: var(--sh-on-dark) !important;
	text-decoration: none;
}

.sh-site-header .wp-block-navigation a:hover,
.sh-site-header .wp-block-navigation-item__label:hover {
	color: #7eb6d4 !important;
}

/* Mobile nav overlay — dark panel, light labels */
.wp-block-navigation__responsive-container.is-menu-open {
	background: var(--sh-navy-deep) !important;
	color: var(--sh-on-dark) !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__label,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
	color: var(--sh-on-dark) !important;
}

.wp-block-navigation__responsive-container-close svg {
	fill: var(--sh-on-dark);
	stroke: var(--sh-on-dark);
}

.wp-block-navigation__responsive-container-open svg {
	fill: var(--sh-on-dark);
	stroke: var(--sh-on-dark);
}

.sh-header-wa .wp-block-button__link,
a.sh-header-wa-link {
	background: var(--sh-whatsapp) !important;
	color: var(--sh-base) !important;
	border-radius: var(--sh-radius) !important;
	padding: 10px 18px !important;
	font-weight: 700 !important;
	font-size: 0.875rem !important;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
	line-height: 1.2;
	transition: background 200ms var(--sh-ease-out), transform 160ms var(--sh-ease-out);
}

.sh-header-wa .wp-block-button__link:hover,
a.sh-header-wa-link:hover {
	background: var(--sh-whatsapp-hover) !important;
	color: var(--sh-base) !important;
}

.sh-header-wa .wp-block-button__link:active,
a.sh-header-wa-link:active {
	transform: scale(0.97);
}

/* Buttons */
.wp-element-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .button,
a.sh-wa-cta,
.button.sh-wa-cta {
	border-radius: var(--sh-radius) !important;
	font-family: "Work Sans", system-ui, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0;
	cursor: pointer;
	transition:
		background 200ms var(--sh-ease-out),
		border-color 200ms var(--sh-ease-out),
		color 200ms var(--sh-ease-out),
		transform 160ms var(--sh-ease-out),
		box-shadow 200ms var(--sh-ease-out) !important;
}

.wp-element-button:active,
.wp-block-button__link:active,
.woocommerce a.button:active,
a.sh-wa-cta:active {
	transform: scale(0.97);
}

a.sh-wa-cta,
.button.sh-wa-cta,
.woocommerce a.button.sh-wa-cta {
	background: var(--sh-whatsapp) !important;
	color: #fbfcfd !important;
	border: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px !important;
	text-decoration: none !important;
}

a.sh-wa-cta:hover,
.button.sh-wa-cta:hover {
	background: var(--sh-whatsapp-hover) !important;
	color: #fbfcfd !important;
}

/* ------------------------------------------------------------------ */
/* Hero Section & Hardware Showcase                                   */
/* ------------------------------------------------------------------ */
.sh-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 75% 65% at 80% 25%, rgba(64, 136, 176, 0.38), transparent 60%),
		radial-gradient(circle at 20% 85%, rgba(16, 56, 96, 0.6), transparent 50%),
		linear-gradient(155deg, var(--sh-navy-deep) 0%, var(--sh-navy) 55%, #13466d 100%);
	min-height: min(90dvh, 760px);
	display: flex;
	align-items: center;
}

.sh-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(64, 136, 176, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(64, 136, 176, 0.07) 1px, transparent 1px);
	background-size: 40px 40px;
	pointer-events: none;
	opacity: 0.7;
	mask-image: linear-gradient(180deg, #000 45%, transparent 95%);
	-webkit-mask-image: linear-gradient(180deg, #000 45%, transparent 95%);
}

.sh-hero > * {
	position: relative;
	z-index: 1;
	width: 100%;
}

.sh-live-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(64, 136, 176, 0.16);
	border: 1px solid rgba(64, 136, 176, 0.32);
	border-radius: 9999px;
	padding: 6px 14px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #a3d4f7;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(10, 39, 64, 0.3);
}

.sh-pulse-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	animation: sh-pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes sh-pulse-ring {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}
	70% {
		box-shadow: 0 0 0 7px rgba(37, 211, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

.sh-hero-title {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(2.35rem, 4.5vw, 3.5rem) !important;
	letter-spacing: -0.025em !important;
	line-height: 1.12 !important;
	margin: 0 0 16px !important;
	color: var(--sh-on-dark) !important;
}

.sh-hero-lead {
	font-size: clamp(1rem, 1.25vw, 1.125rem) !important;
	line-height: 1.65 !important;
	color: var(--sh-on-dark-mute) !important;
	max-width: 50ch;
	margin: 0 0 28px !important;
}

.sh-hero-cta-group {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-bottom: 24px;
}

.sh-btn-lg {
	padding: 14px 26px !important;
	font-size: 0.95rem !important;
}

.sh-btn-sm {
	padding: 8px 16px !important;
	font-size: 0.875rem !important;
}

.sh-btn-primary {
	background: var(--sh-steel) !important;
	color: var(--sh-base) !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid transparent !important;
}

.sh-btn-primary:hover {
	background: var(--sh-steel-hover) !important;
	color: var(--sh-base) !important;
}

.sh-btn-secondary {
	background: transparent !important;
	color: var(--sh-navy) !important;
	border: 1px solid var(--sh-border) !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	padding: 10px 18px !important;
	border-radius: var(--sh-radius) !important;
	font-weight: 600 !important;
	transition: border-color 200ms var(--sh-ease-out), background 200ms var(--sh-ease-out);
}

.sh-btn-secondary:hover {
	border-color: var(--sh-steel) !important;
	background: rgba(64, 136, 176, 0.08) !important;
}

.sh-hero-trust-bullets {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	color: var(--sh-on-dark-mute);
	font-size: 0.8125rem;
	font-weight: 500;
}

.sh-hero-trust-bullets span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sh-icon-check {
	width: 15px;
	height: 15px;
	color: var(--sh-steel);
	flex-shrink: 0;
}

/* Hardware showcase component */
.sh-hero-showcase {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sh-showcase-tabs {
	display: flex;
	gap: 8px;
	z-index: 3;
}

.sh-showcase-tab {
	background: rgba(10, 39, 64, 0.7);
	border: 1px solid rgba(244, 247, 250, 0.18);
	border-radius: var(--sh-radius);
	color: var(--sh-on-dark-mute);
	padding: 8px 14px;
	font-size: 0.8125rem;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	cursor: pointer;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: background 200ms var(--sh-ease-out), color 200ms var(--sh-ease-out), border-color 200ms var(--sh-ease-out);
}

.sh-showcase-tab:hover {
	background: rgba(64, 136, 176, 0.25);
	color: var(--sh-on-dark);
}

.sh-showcase-tab.is-active {
	background: var(--sh-steel);
	color: var(--sh-base);
	border-color: var(--sh-steel);
	box-shadow: 0 4px 14px rgba(64, 136, 176, 0.4);
}

.sh-showcase-stage {
	position: relative;
	background:
		radial-gradient(circle at 50% 30%, rgba(64, 136, 176, 0.25), transparent 65%),
		linear-gradient(160deg, rgba(10, 39, 64, 0.94), rgba(16, 56, 96, 0.98));
	border: 1px solid rgba(244, 247, 250, 0.18);
	border-radius: 16px;
	padding: 36px 24px;
	min-height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--sh-shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.12);
	overflow: hidden;
}

.sh-showcase-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: opacity 300ms var(--sh-ease-out), transform 300ms var(--sh-ease-out);
}

.sh-showcase-img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 340px;
}

.sh-showcase-img-wrap img {
	max-height: 380px;
	width: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 36px rgba(5, 20, 35, 0.8));
	transition: transform 500ms var(--sh-ease-out);
}

@media (prefers-reduced-motion: no-preference) {
	.sh-showcase-img-wrap img {
		animation: sh-float 6s ease-in-out infinite;
	}
}

.sh-spec-pill {
	position: absolute;
	background: rgba(10, 39, 64, 0.88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(244, 247, 250, 0.2);
	border-radius: 10px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 12px 28px -6px rgba(5, 20, 35, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	z-index: 2;
}

.sh-pill-1 {
	top: 16px;
	left: 8px;
}

.sh-pill-2 {
	bottom: 24px;
	right: 8px;
}

.sh-pill-icon {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: rgba(64, 136, 176, 0.25);
	color: #92cced;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.sh-pill-icon svg {
	width: 18px;
	height: 18px;
}

.sh-spec-pill strong {
	display: block;
	font-family: "Outfit", system-ui, sans-serif;
	font-size: 0.8125rem;
	color: var(--sh-on-dark);
	line-height: 1.2;
}

.sh-spec-pill span {
	font-size: 0.75rem;
	color: var(--sh-on-dark-mute);
}

.sh-showcase-badge {
	position: absolute;
	bottom: 12px;
	left: 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	z-index: 2;
}

.sh-showcase-badge span {
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #88c3e6;
	font-weight: 700;
}

.sh-showcase-badge strong {
	font-family: "Outfit", system-ui, sans-serif;
	font-size: 0.9375rem;
	color: var(--sh-on-dark);
}

/* Animations */
@media (prefers-reduced-motion: no-preference) {
	.sh-hero-copy {
		animation: sh-fade-up 420ms var(--sh-ease-out) both;
	}

	.sh-hero-showcase {
		animation: sh-fade-up 520ms var(--sh-ease-out) 80ms both;
	}
}

@keyframes sh-fade-up {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sh-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

/* Scroll reveals */
.sh-reveal {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: no-preference) {
	.sh-reveal {
		opacity: 0;
		transform: translateY(16px);
		transition:
			opacity 420ms var(--sh-ease-out),
			transform 420ms var(--sh-ease-out);
	}

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

	.sh-reveal-delay-1 {
		transition-delay: 60ms;
	}
	.sh-reveal-delay-2 {
		transition-delay: 120ms;
	}
	.sh-reveal-delay-3 {
		transition-delay: 180ms;
	}
	.sh-reveal-delay-4 {
		transition-delay: 240ms;
	}
}

/* ------------------------------------------------------------------ */
/* Trust & Authority Bar                                              */
/* ------------------------------------------------------------------ */
.sh-trust {
	border-block: 1px solid var(--sh-border);
	background: var(--sh-base);
}

.sh-trust-item {
	display: flex;
	gap: 14px;
	align-items: center;
	height: 100%;
}

.sh-trust-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: var(--sh-radius-md);
	background: rgba(64, 136, 176, 0.12);
	color: var(--sh-steel);
	display: grid;
	place-items: center;
	transition: transform 200ms var(--sh-ease-out), background 200ms var(--sh-ease-out);
}

@media (hover: hover) and (pointer: fine) {
	.sh-trust-item:hover .sh-trust-icon {
		transform: translateY(-2px);
		background: rgba(64, 136, 176, 0.22);
	}
}

.sh-trust-icon svg {
	width: 22px;
	height: 22px;
}

.sh-stat-num {
	display: block;
	color: var(--sh-navy);
	font-family: "Outfit", system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.0625rem;
	line-height: 1.25;
}

.sh-trust-item span {
	color: var(--sh-text-mute);
	font-size: 0.875rem;
	line-height: 1.4;
}

/* ------------------------------------------------------------------ */
/* Section Headers                                                    */
/* ------------------------------------------------------------------ */
.sh-section-header {
	margin-bottom: 40px;
}

.sh-section-header.text-center {
	text-align: center;
}

.sh-section-header.text-center .sh-lead-text {
	margin-inline: auto;
}

.sh-eyebrow {
	display: inline-block;
	font-family: "Outfit", system-ui, sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sh-steel);
	margin-bottom: 8px;
}

.sh-lead-text {
	font-size: 1.0625rem;
	color: var(--sh-text-mute);
	max-width: 62ch;
	line-height: 1.6;
	margin-top: 8px;
}

/* ------------------------------------------------------------------ */
/* Interactive Door Compatibility Quiz                                */
/* ------------------------------------------------------------------ */
.sh-quiz-card {
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: 14px;
	padding: 32px;
	box-shadow: var(--sh-shadow-md);
}

.sh-quiz-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-bottom: 32px;
}

@media (max-width: 860px) {
	.sh-quiz-steps {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.sh-quiz-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Outfit", system-ui, sans-serif;
	font-weight: 700;
	font-size: 0.9375rem;
	color: var(--sh-navy);
	margin-bottom: 12px;
}

.sh-quiz-step-num {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(64, 136, 176, 0.15);
	color: var(--sh-steel);
	font-size: 0.75rem;
	font-weight: 700;
	display: grid;
	place-items: center;
}

.sh-quiz-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sh-quiz-btn {
	background: var(--sh-surface);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius);
	padding: 10px 14px;
	font-family: "Work Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--sh-text);
	text-align: left;
	cursor: pointer;
	transition: background 160ms var(--sh-ease-out), border-color 160ms var(--sh-ease-out), color 160ms var(--sh-ease-out), transform 160ms var(--sh-ease-out);
}

.sh-quiz-btn:hover {
	border-color: var(--sh-steel);
	background: rgba(64, 136, 176, 0.08);
}

.sh-quiz-btn:active {
	transform: scale(0.98);
}

.sh-quiz-btn.is-selected {
	background: var(--sh-steel);
	color: var(--sh-base);
	border-color: var(--sh-steel);
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(64, 136, 176, 0.3);
}

.sh-quiz-result {
	background: radial-gradient(circle at 10% 20%, rgba(64, 136, 176, 0.1), transparent 60%), #f4f8fb;
	border: 1px solid color-mix(in srgb, var(--sh-steel) 35%, var(--sh-border));
	border-radius: 12px;
	padding: 24px 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
	.sh-quiz-result {
		flex-direction: column;
		align-items: flex-start;
	}
}

.sh-result-tag {
	display: inline-block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: var(--sh-steel);
	margin-bottom: 4px;
}

.sh-result-title {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-size: 1.25rem !important;
	color: var(--sh-navy) !important;
	font-weight: 700 !important;
	margin: 0 0 6px !important;
}

.sh-result-desc {
	font-size: 0.9375rem !important;
	color: var(--sh-text-mute) !important;
	margin: 0 !important;
	max-width: 58ch;
}

.sh-result-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.sh-result-cta {
		align-items: flex-start;
		width: 100%;
	}
	.sh-result-cta .sh-wa-cta {
		width: 100%;
		text-align: center;
	}
}

.sh-result-note {
	font-size: 0.75rem;
	color: var(--sh-text-mute);
}

/* ------------------------------------------------------------------ */
/* Segmented Solutions Bento Grid                                     */
/* ------------------------------------------------------------------ */
.sh-solutions-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 900px) {
	.sh-solutions-grid {
		grid-template-columns: 1fr;
	}
}

.sh-solution-card {
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius-md);
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	transition: transform 200ms var(--sh-ease-out), box-shadow 200ms var(--sh-ease-out), border-color 200ms var(--sh-ease-out);
}

.sh-solution-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--sh-shadow-lg);
	border-color: color-mix(in srgb, var(--sh-steel) 40%, var(--sh-border));
}

.sh-solution-card.is-highlighted {
	border-color: var(--sh-steel);
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	box-shadow: var(--sh-shadow-md);
	position: relative;
}

.sh-sol-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(64, 136, 176, 0.12);
	color: var(--sh-steel);
	display: grid;
	place-items: center;
	margin-bottom: 20px;
}

.sh-sol-icon svg {
	width: 24px;
	height: 24px;
}

.sh-sol-badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sh-text-mute);
	margin-bottom: 8px;
}

.sh-badge-primary {
	color: var(--sh-steel) !important;
}

.sh-solution-card h3 {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-size: 1.35rem !important;
	color: var(--sh-navy) !important;
	margin: 0 0 12px !important;
	line-height: 1.25;
}

.sh-solution-card p {
	font-size: 0.9375rem;
	color: var(--sh-text-mute);
	line-height: 1.6;
	margin-bottom: 20px;
}

.sh-sol-list {
	list-style: none !important;
	padding: 0 !important;
	margin: auto 0 0 !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid var(--sh-border);
	padding-top: 20px !important;
}

.sh-sol-list li {
	font-size: 0.875rem;
	color: var(--sh-text);
	display: flex;
	align-items: flex-start;
	gap: 8px;
	line-height: 1.45;
}

.sh-sol-list li::before {
	content: "✓";
	color: var(--sh-steel);
	font-weight: 700;
	flex-shrink: 0;
}

/* ------------------------------------------------------------------ */
/* Partner Brands Section                                             */
/* ------------------------------------------------------------------ */
.sh-brand-panel {
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius-md);
	padding: 32px 28px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 200ms var(--sh-ease-out), border-color 200ms var(--sh-ease-out), transform 200ms var(--sh-ease-out);
}

.sh-brand-panel:hover {
	border-color: color-mix(in srgb, var(--sh-steel) 45%, var(--sh-border));
	box-shadow: var(--sh-shadow-md);
	transform: translateY(-3px);
}

.sh-brand-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.sh-brand-mark {
	display: inline-flex;
	align-items: center;
	font-family: "Outfit", system-ui, sans-serif;
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sh-steel);
	background: rgba(64, 136, 176, 0.12);
	border: 1px solid rgba(64, 136, 176, 0.28);
	border-radius: 4px;
	padding: 5px 10px;
}

.sh-mark-ezviz {
	color: #216ba5;
	background: rgba(33, 107, 165, 0.12);
	border-color: rgba(33, 107, 165, 0.28);
}

.sh-brand-tag {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--sh-text-mute);
}

.sh-brand-highlights {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 0.875rem;
	color: var(--sh-text);
	margin: 18px 0 24px;
	padding: 14px;
	background: var(--sh-surface);
	border-radius: var(--sh-radius);
}

.sh-brand-link a {
	font-weight: 700;
	font-size: 0.9375rem;
	text-decoration: none;
	color: var(--sh-steel);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: gap 200ms var(--sh-ease-out);
}

.sh-brand-link a:hover {
	gap: 10px;
	color: var(--sh-steel-hover);
}

/* ------------------------------------------------------------------ */
/* Curated Hardware Showcase Grid                                     */
/* ------------------------------------------------------------------ */
.sh-hardware-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
}

.sh-hw-card {
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 200ms var(--sh-ease-out), box-shadow 200ms var(--sh-ease-out), border-color 200ms var(--sh-ease-out);
}

.sh-hw-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--sh-shadow-lg);
	border-color: color-mix(in srgb, var(--sh-steel) 45%, var(--sh-border));
}

.sh-hw-card.is-popular {
	border-color: var(--sh-steel);
}

.sh-hw-media {
	position: relative;
	background:
		radial-gradient(circle at 50% 40%, rgba(64, 136, 176, 0.25), transparent 70%),
		linear-gradient(155deg, var(--sh-navy-deep), var(--sh-navy));
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	overflow: hidden;
}

.sh-hw-media img {
	max-height: 180px;
	width: auto;
	object-fit: contain;
	filter: drop-shadow(0 14px 20px rgba(5, 20, 35, 0.6));
	transition: transform 300ms var(--sh-ease-out);
}

.sh-hw-card:hover .sh-hw-media img {
	transform: scale(1.05);
}

.sh-hw-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(10, 39, 64, 0.85);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(244, 247, 250, 0.2);
	color: var(--sh-on-dark);
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 4px 8px;
	border-radius: 4px;
	z-index: 1;
}

.sh-badge-popular {
	background: var(--sh-promo) !important;
	border-color: var(--sh-promo) !important;
	color: #fff !important;
}

.sh-hw-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.sh-hw-brand {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sh-steel);
	margin-bottom: 4px;
}

.sh-hw-title {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	color: var(--sh-navy) !important;
	margin: 0 0 6px !important;
}

.sh-hw-title a {
	color: inherit;
	text-decoration: none;
}

.sh-hw-short {
	font-size: 0.875rem;
	color: var(--sh-text-mute);
	line-height: 1.5;
	margin: 0 0 16px;
}

.sh-hw-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
}

.sh-hw-specs span {
	font-size: 0.75rem;
	background: var(--sh-surface);
	border: 1px solid var(--sh-border);
	padding: 3px 8px;
	border-radius: 4px;
	color: var(--sh-text);
}

.sh-hw-footer {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid var(--sh-border);
	padding-top: 16px;
}

.sh-hw-price {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--sh-text-mute);
}

.sh-hw-footer .sh-wa-cta {
	width: 100%;
	justify-content: center;
}

/* ------------------------------------------------------------------ */
/* Installation Stepper                                               */
/* ------------------------------------------------------------------ */
.sh-timeline-stepper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	position: relative;
}

@media (max-width: 900px) {
	.sh-timeline-stepper {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.sh-timeline-item {
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius-md);
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	transition: transform 200ms var(--sh-ease-out), box-shadow 200ms var(--sh-ease-out);
}

.sh-timeline-item:hover {
	transform: translateY(-3px);
	box-shadow: var(--sh-shadow-md);
	border-color: color-mix(in srgb, var(--sh-steel) 40%, var(--sh-border));
}

.sh-timeline-badge {
	font-family: "Outfit", system-ui, sans-serif;
	font-weight: 800;
	font-size: 1.25rem;
	color: var(--sh-steel);
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(64, 136, 176, 0.12);
	display: grid;
	place-items: center;
	margin-bottom: 16px;
}

.sh-timeline-content h4 {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-size: 1.125rem !important;
	color: var(--sh-navy) !important;
	margin: 0 0 8px !important;
}

.sh-timeline-content p {
	font-size: 0.875rem;
	color: var(--sh-text-mute);
	line-height: 1.55;
	margin: 0;
}

/* ------------------------------------------------------------------ */
/* Marrakech Showroom & Testimonials                                  */
/* ------------------------------------------------------------------ */
.sh-showroom-card {
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius-md);
	padding: 36px 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.sh-showroom-title {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-size: 1.75rem !important;
	color: var(--sh-navy) !important;
	margin: 8px 0 16px !important;
}

.sh-showroom-card p {
	font-size: 0.9375rem;
	color: var(--sh-text-mute);
	line-height: 1.6;
	margin: 0 0 12px;
}

.sh-showroom-meta {
	background: var(--sh-surface);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius);
	padding: 16px;
	margin: 16px 0 24px;
	font-size: 0.875rem;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sh-showroom-meta a {
	color: var(--sh-steel);
	font-weight: 700;
	text-decoration: none;
}

.sh-reviews-block {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sh-reviews-title {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-size: 1.5rem !important;
	color: var(--sh-navy) !important;
	margin: 8px 0 4px !important;
}

.sh-review-item {
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius);
	padding: 20px 22px;
}

.sh-review-stars {
	color: #f59e0b;
	font-size: 0.875rem;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.sh-review-quote {
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--sh-text);
	margin: 0 0 10px;
	font-style: italic;
}

.sh-review-author {
	font-size: 0.8125rem;
	color: var(--sh-text-mute);
}

.sh-review-author strong {
	color: var(--sh-navy);
}

/* ------------------------------------------------------------------ */
/* Accordion FAQ                                                      */
/* ------------------------------------------------------------------ */
.sh-accordion details {
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius-md);
	padding: 18px 22px;
	margin-bottom: 12px;
	transition: border-color 200ms var(--sh-ease-out), box-shadow 200ms var(--sh-ease-out);
}

.sh-accordion details[open] {
	border-color: color-mix(in srgb, var(--sh-steel) 45%, var(--sh-border));
	box-shadow: var(--sh-shadow-md);
}

.sh-accordion summary {
	cursor: pointer;
	font-family: "Outfit", system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--sh-navy);
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.sh-accordion summary::-webkit-details-marker {
	display: none;
}

.sh-accordion summary::after {
	content: "";
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	background: no-repeat center / 20px
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234088B0' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
	transition: transform 200ms var(--sh-ease-out);
}

.sh-accordion details[open] summary::after {
	transform: rotate(45deg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234088B0' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}

.sh-accordion details p {
	margin: 14px 0 0;
	color: var(--sh-text-mute);
	line-height: 1.6;
	font-size: 0.9375rem;
}

/* ------------------------------------------------------------------ */
/* Contact Band                                                       */
/* ------------------------------------------------------------------ */
.sh-contact-band {
	background:
		radial-gradient(ellipse 70% 80% at 20% 100%, rgba(64, 136, 176, 0.32), transparent 50%),
		linear-gradient(145deg, var(--sh-navy-deep), var(--sh-navy));
}

.sh-cta-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sh-cta-title {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-size: clamp(2rem, 3.5vw, 2.75rem) !important;
	font-weight: 700 !important;
	color: var(--sh-on-dark) !important;
	margin: 8px 0 14px !important;
}

.sh-cta-lead {
	font-size: 1.1rem;
	line-height: 1.6;
	color: var(--sh-on-dark-mute);
	max-width: 58ch;
	margin: 0 0 28px;
}

.sh-cta-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-bottom: 20px;
}

.sh-cta-guarantee {
	font-size: 0.8125rem;
	color: var(--sh-on-dark-mute);
	margin: 0;
}

/* ------------------------------------------------------------------ */
/* Floating WhatsApp FAB & Mobile Action Bar                          */
/* ------------------------------------------------------------------ */
.sh-floating-wa {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 99;
	background: var(--sh-whatsapp);
	color: #fff !important;
	width: 58px;
	height: 58px;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px -4px rgba(37, 211, 102, 0.5), 0 4px 8px rgba(10, 39, 64, 0.2);
	text-decoration: none !important;
	transition: transform 200ms var(--sh-ease-out), background 200ms var(--sh-ease-out), width 250ms var(--sh-ease-out);
	overflow: hidden;
}

.sh-floating-wa:hover {
	background: var(--sh-whatsapp-hover);
	transform: scale(1.06);
}

.sh-floating-wa:active {
	transform: scale(0.96);
}

.sh-wa-pulse {
	position: absolute;
	inset: 0;
	border-radius: 9999px;
	box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
	animation: sh-pulse-ring 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	pointer-events: none;
}

.sh-wa-fab-label {
	display: none;
	font-family: "Work Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	margin-left: 8px;
	white-space: nowrap;
}

@media (min-width: 1024px) {
	.sh-floating-wa:hover {
		width: 165px;
		padding-inline: 16px;
		border-radius: 30px;
	}
	.sh-floating-wa:hover .sh-wa-fab-label {
		display: inline;
	}
}

/* Mobile Sticky Action Bar */
.sh-mobile-sticky-bar {
	display: none;
}

@media (max-width: 768px) {
	.sh-floating-wa {
		bottom: 80px;
		right: 18px;
		width: 52px;
		height: 52px;
	}

	.sh-mobile-sticky-bar {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 98;
		background: rgba(10, 39, 64, 0.95);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		border-top: 1px solid rgba(244, 247, 250, 0.15);
		padding: 10px 14px;
		gap: 10px;
		transform: translateY(100%);
		transition: transform 250ms var(--sh-ease-out);
	}

	.sh-mobile-sticky-bar.is-visible {
		transform: translateY(0);
	}

	.sh-mobile-bar-wa {
		flex: 1;
		background: var(--sh-whatsapp);
		color: #fff !important;
		font-family: "Work Sans", sans-serif;
		font-weight: 700;
		font-size: 0.875rem;
		border-radius: var(--sh-radius);
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 12px;
		text-decoration: none !important;
	}

	.sh-mobile-bar-call {
		background: rgba(251, 252, 253, 0.1);
		color: var(--sh-on-dark) !important;
		border: 1px solid rgba(244, 247, 250, 0.25);
		font-family: "Work Sans", sans-serif;
		font-weight: 700;
		font-size: 0.8125rem;
		border-radius: var(--sh-radius);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 12px 16px;
		text-decoration: none !important;
		white-space: nowrap;
	}
}


/* Legal pages */
.sh-legal-content {
	max-width: 720px;
}

.sh-legal-content h2 {
	margin-top: 2rem;
	color: var(--sh-navy);
}

.sh-legal-content p,
.sh-legal-content li {
	color: var(--sh-text);
	max-width: 65ch;
}

.sh-legal-content ul {
	padding-left: 1.25rem;
}

/* WooCommerce catalog */
.woocommerce ul.products,
ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

@media (max-width: 900px) {
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: 1fr;
	}
}

.woocommerce ul.products li.product,
ul.products li.product,
.wc-block-product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	background: var(--sh-base);
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	transition: transform 200ms var(--sh-ease-out), box-shadow 200ms var(--sh-ease-out);
}

@media (hover: hover) and (pointer: fine) {
	.woocommerce ul.products li.product:hover,
	ul.products li.product:hover,
	.wc-block-product:hover {
		transform: translateY(-4px);
		box-shadow: var(--sh-shadow-lg);
	}
}

.woocommerce ul.products li.product a img,
ul.products li.product a img,
.wc-block-components-product-image img {
	margin: 0 !important;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: linear-gradient(155deg, var(--sh-navy-deep), var(--sh-navy));
	padding: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title,
.wc-block-components-product-title,
.wc-block-components-product-name {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	color: var(--sh-navy) !important;
	padding: 16px 20px 4px !important;
	margin: 0 !important;
}

.woocommerce ul.products li.product .price,
ul.products li.product .price,
.sh-price-on-request,
.wc-block-components-product-price {
	color: var(--sh-text-mute) !important;
	font-size: 0.9375rem !important;
	font-weight: 500 !important;
	padding: 0 20px !important;
	margin: 0 0 12px !important;
}

.woocommerce ul.products li.product .button,
ul.products li.product .button,
.woocommerce ul.products li.product a.sh-wa-cta {
	margin: auto 16px 16px !important;
	width: calc(100% - 32px);
	text-align: center;
}

.woocommerce-result-count,
.woocommerce-ordering {
	color: var(--sh-text-mute);
	font-size: 0.875rem;
}

.woocommerce-ordering select {
	border: 1px solid var(--sh-border);
	border-radius: var(--sh-radius);
	padding: 8px 12px;
	background: var(--sh-base);
	color: var(--sh-text);
}

/* Single product */
@media (min-width: 782px) {
	.single-product div.product {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
		gap: 48px;
		align-items: start;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}
}

.single-product .woocommerce-product-gallery {
	background: linear-gradient(155deg, var(--sh-navy-deep), var(--sh-navy));
	border-radius: 12px;
	padding: 24px;
}

.single-product .woocommerce-product-gallery img {
	border-radius: var(--sh-radius-md);
}

.single-product .product_title,
.single-product .wp-block-post-title {
	font-family: "Outfit", system-ui, sans-serif;
	font-weight: 700;
	color: var(--sh-navy) !important;
	letter-spacing: -0.02em;
}

.single-product .summary .price,
.single-product .sh-price-on-request {
	font-size: 1.25rem !important;
	padding: 0 !important;
	color: var(--sh-text-mute) !important;
}

.single-product .sh-wa-single {
	margin-top: 20px;
}

.single-product .sh-wa-single .sh-wa-cta {
	display: inline-flex;
	min-width: 240px;
}

.woocommerce-breadcrumb {
	font-size: 0.875rem;
	color: var(--sh-text-mute);
	margin-bottom: 24px !important;
}

.woocommerce-breadcrumb a {
	color: var(--sh-steel);
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0 16px;
	border-bottom: 1px solid var(--sh-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0 16px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: var(--sh-text-mute);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
	border-bottom: 2px solid var(--sh-steel);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--sh-navy);
}

.woocommerce div.product .woocommerce-tabs .panel {
	background: transparent;
	border: none;
	box-shadow: none;
	color: var(--sh-text);
}

.sh-shop-header {
	padding-block: 48px 24px;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout {
	max-width: 720px;
}

/* Footer */
.sh-site-footer {
	color: var(--sh-on-dark-mute) !important;
}

.sh-site-footer a {
	color: var(--sh-on-dark-mute);
	text-decoration: none;
	transition: color 200ms var(--sh-ease-out);
}

.sh-site-footer a:hover {
	color: var(--sh-on-dark);
}

.sh-footer-cols {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 32px;
}

@media (max-width: 768px) {
	.sh-footer-cols {
		grid-template-columns: 1fr;
	}
}

/* Icon helper in buttons */
.sh-icon-inline {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	vertical-align: -0.15em;
	margin-right: 0.35em;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.sh-hero-copy,
	.sh-hero-visual,
	.sh-hero-visual img,
	.sh-reveal {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}
