/*
Theme Name: Soho Pro Lab Redesign
Theme URI: https://sohoprolab.com/
Description: A mobile-first, quote-only B2B catalog child theme for Soho Pro Lab.
Author: Soho Pro Lab
Template: astra
Version: 1.0.14
Text Domain: soho-prolab
*/

:root {
	--soho-navy-950: #071426;
	--soho-navy-900: #0a1b33;
	--soho-navy-800: #102746;
	--soho-blue-700: #0751b6;
	--soho-blue-600: #0967dd;
	--soho-blue-500: #1681ef;
	--soho-cyan-400: #31b8ee;
	--soho-slate-700: #33445c;
	--soho-slate-600: #526178;
	--soho-slate-500: #6e7b8d;
	--soho-slate-300: #c8d0dc;
	--soho-slate-200: #dfe5ed;
	--soho-slate-100: #edf2f7;
	--soho-slate-50: #f6f8fb;
	--soho-white: #fff;
	--soho-success: #087f5b;
	--soho-shadow-sm: 0 10px 26px rgba(7, 20, 38, 0.08);
	--soho-shadow-md: 0 20px 50px rgba(7, 20, 38, 0.12);
	--soho-radius-sm: 10px;
	--soho-radius-md: 18px;
	--soho-radius-lg: 28px;
	--soho-container: 1240px;
}

html {
	scroll-behavior: smooth;
}

body.soho-redesign {
	margin: 0;
	background: var(--soho-white);
	color: var(--soho-navy-950);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.soho-redesign *,
.soho-redesign *::before,
.soho-redesign *::after {
	box-sizing: border-box;
}

.soho-redesign a {
	color: inherit;
	text-decoration: none;
}

.soho-redesign img {
	display: block;
	max-width: 100%;
	height: auto;
}

.soho-redesign h1,
.soho-redesign h2,
.soho-redesign h3,
.soho-redesign h4 {
	margin: 0 0 0.55em;
	color: var(--soho-navy-950);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.soho-redesign h1 { font-size: clamp(2.5rem, 5vw, 5rem); }
.soho-redesign h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
.soho-redesign h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
.soho-redesign p { margin: 0 0 1.2em; }

.soho-container {
	width: min(calc(100% - 40px), var(--soho-container));
	margin-inline: auto;
}

.soho-main {
	min-height: 60vh;
}

body.soho-redesign #primary.soho-main {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

.soho-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	transform: translateY(-160%);
	padding: 12px 18px;
	border-radius: 8px;
	background: var(--soho-white);
	box-shadow: var(--soho-shadow-md);
	font-weight: 700;
}

.soho-skip-link:focus { transform: translateY(0); }

.soho-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--soho-blue-600);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.soho-eyebrow::before {
	width: 30px;
	height: 2px;
	background: currentColor;
	content: "";
}

.soho-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 13px 23px;
	border: 1px solid var(--soho-blue-600);
	border-radius: 9px;
	background: var(--soho-blue-600);
	box-shadow: 0 10px 24px rgba(9, 103, 221, 0.22);
	color: var(--soho-white) !important;
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1.2;
	transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.soho-button:hover,
.soho-button:focus-visible {
	background: var(--soho-blue-700);
	box-shadow: 0 14px 32px rgba(9, 103, 221, 0.3);
	transform: translateY(-2px);
}

.soho-button-ghost {
	border-color: rgba(255,255,255,.45);
	background: rgba(255,255,255,.08);
	box-shadow: none;
	backdrop-filter: blur(8px);
}

.soho-button-ghost:hover,
.soho-button-ghost:focus-visible { background: rgba(255,255,255,.16); }

.soho-button-dark { background: var(--soho-navy-950); border-color: var(--soho-navy-950); box-shadow: none; }
.soho-button-dark:hover { background: var(--soho-navy-800); }
.soho-button-light { background: var(--soho-white); border-color: var(--soho-white); color: var(--soho-navy-950) !important; }

.soho-text-link,
.soho-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--soho-blue-600) !important;
	font-weight: 750;
}

.soho-text-link:hover,
.soho-card-link:hover { color: var(--soho-blue-700) !important; }
.soho-text-link span,
.soho-card-link span { transition: transform 180ms ease; }
.soho-text-link:hover span,
.soho-card-link:hover span { transform: translateX(4px); }

/* Header */
.soho-site-header {
	position: relative;
	z-index: 90;
	border-bottom: 1px solid var(--soho-slate-200);
	background: rgba(255,255,255,.98);
}

.soho-utility-bar {
	background: var(--soho-navy-950);
	color: #d8e4f3;
	font-size: 0.77rem;
	font-weight: 650;
	letter-spacing: 0.02em;
}

.soho-utility-inner {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
}

.soho-utility-inner > div { display: flex; gap: 25px; }
.soho-utility-inner a { color: var(--soho-white); }

.soho-header-main {
	display: grid;
	min-height: 94px;
	grid-template-columns: auto minmax(280px, 1fr) auto;
	align-items: center;
	gap: 34px;
}

.soho-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--soho-navy-950);
}

.soho-brand-mark {
	display: grid;
	width: 45px;
	height: 45px;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(145deg, var(--soho-blue-500), var(--soho-blue-700));
	box-shadow: 0 8px 20px rgba(9,103,221,.2);
}

.soho-brand-mark svg { width: 29px; fill: none; stroke: #fff; stroke-linecap: round; stroke-width: 2.2; }
.soho-brand-copy { display: flex; flex-direction: column; }
.soho-brand-copy strong { font-size: 1.12rem; letter-spacing: -0.03em; line-height: 1.05; }
.soho-brand-copy em { color: var(--soho-blue-600); font-style: normal; }
.soho-brand-copy small { margin-top: 5px; color: var(--soho-slate-500); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }

.soho-product-search {
	display: flex;
	width: 100%;
	min-height: 50px;
	align-items: center;
	border: 1px solid var(--soho-slate-200);
	border-radius: 10px;
	background: var(--soho-slate-50);
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.soho-product-search:focus-within {
	border-color: var(--soho-blue-500);
	box-shadow: 0 0 0 4px rgba(22,129,239,.12);
}

.soho-product-search input[type="search"] {
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 0 16px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--soho-navy-950);
	font: inherit;
}

.soho-product-search button {
	display: grid;
	width: 52px;
	height: 48px;
	flex: 0 0 52px;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--soho-blue-600);
	cursor: pointer;
}

.soho-product-search button svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }

.soho-header-cta { white-space: nowrap; }
.soho-menu-toggle { display: none; }

.soho-primary-nav { border-top: 1px solid var(--soho-slate-100); background: var(--soho-white); }
.soho-nav-inner { display: flex; min-height: 54px; align-items: stretch; justify-content: space-between; gap: 30px; }
.soho-menu { display: flex; align-items: stretch; gap: 7px; margin: 0; padding: 0; list-style: none; }
.soho-menu li { position: relative; display: flex; align-items: stretch; }
.soho-menu a { display: flex; align-items: center; padding: 0 13px; color: var(--soho-slate-700); font-size: 0.88rem; font-weight: 700; }
.soho-menu a:hover,
.soho-menu .current-menu-item > a,
.soho-menu .current_page_item > a { color: var(--soho-blue-600); }
.soho-menu a::after { position: absolute; right: 13px; bottom: -1px; left: 13px; height: 2px; background: var(--soho-blue-600); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.soho-menu a:hover::after,
.soho-menu .current-menu-item > a::after,
.soho-menu .current_page_item > a::after { transform: scaleX(1); }

.soho-nav-phone { display: flex; align-items: center; gap: 9px; color: var(--soho-blue-600); font-size: 0.82rem; font-weight: 750; white-space: nowrap; }
.soho-nav-phone svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

/* Homepage */
.soho-hero {
	position: relative;
	min-height: 680px;
	background:
		linear-gradient(90deg, rgba(7,20,38,.98) 0%, rgba(7,20,38,.94) 38%, rgba(7,20,38,.34) 70%, rgba(7,20,38,.12) 100%),
		var(--soho-hero-image) center/cover no-repeat;
	color: var(--soho-white);
	overflow: hidden;
}

.soho-hero::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 62px 62px;
	content: "";
	mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.soho-hero-grid { position: relative; display: grid; min-height: 680px; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr); align-items: center; }
.soho-hero-copy { max-width: 690px; padding: 80px 0; }
.soho-hero .soho-eyebrow { color: #79d4fa; }
.soho-hero h1 { max-width: 730px; color: var(--soho-white); }
.soho-hero-copy > p { max-width: 650px; color: #d4dfec; font-size: clamp(1.06rem, 1.6vw, 1.28rem); line-height: 1.7; }
.soho-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 44px; }
.soho-hero-proof { display: grid; max-width: 660px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.soho-hero-proof div { display: flex; flex-direction: column; padding: 24px 22px 0 0; }
.soho-hero-proof strong { color: var(--soho-white); font-size: 1.45rem; letter-spacing: -0.03em; }
.soho-hero-proof span { color: #aebdd0; font-size: 0.78rem; }

.soho-trust-bar { position: relative; z-index: 2; border-bottom: 1px solid var(--soho-slate-200); background: var(--soho-white); box-shadow: var(--soho-shadow-sm); }
.soho-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.soho-trust-grid > div { display: flex; min-height: 112px; align-items: center; gap: 15px; padding: 20px 25px; border-right: 1px solid var(--soho-slate-200); }
.soho-trust-grid > div:last-child { border-right: 0; }
.soho-trust-grid svg { width: 30px; flex: 0 0 30px; fill: none; stroke: var(--soho-blue-600); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.soho-trust-grid span { display: flex; flex-direction: column; color: var(--soho-slate-500); font-size: 0.75rem; line-height: 1.45; }
.soho-trust-grid strong { color: var(--soho-navy-950); font-size: 0.9rem; }

.soho-section { padding: clamp(78px, 9vw, 124px) 0; }
.soho-section-heading { max-width: 760px; margin-bottom: 48px; }
.soho-section-heading > p { color: var(--soho-slate-600); font-size: 1.08rem; }
.soho-heading-row { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 40px; }
.soho-heading-row > div { max-width: 760px; }
.soho-centered-heading { margin-inline: auto; text-align: center; }
.soho-centered-heading .soho-eyebrow { justify-content: center; }

.soho-categories-section { background: var(--soho-slate-50); }
.soho-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.soho-category-card { display: grid; min-height: 155px; grid-template-columns: 154px minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 10px 24px 10px 10px; border: 1px solid var(--soho-slate-200); border-radius: var(--soho-radius-md); background: var(--soho-white); box-shadow: 0 6px 20px rgba(7,20,38,.035); overflow: hidden; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.soho-category-card:hover { border-color: #b4c9e6; box-shadow: var(--soho-shadow-sm); transform: translateY(-3px); }
.soho-category-image { width: 100%; height: 133px; border-radius: 12px; background: linear-gradient(145deg, #e7eef7, #f8fafc); background-position: center; background-size: contain; background-repeat: no-repeat; }
.soho-category-copy { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.soho-category-copy strong { color: var(--soho-navy-950); font-size: 1.05rem; line-height: 1.3; }
.soho-category-copy small { color: var(--soho-slate-500); }
.soho-card-arrow { color: var(--soho-blue-600); font-size: 1.5rem; }

.soho-services-section { background: var(--soho-white); }
.soho-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.soho-service-card { padding: 38px; border: 1px solid var(--soho-slate-200); border-radius: var(--soho-radius-md); background: var(--soho-white); box-shadow: var(--soho-shadow-sm); transition: transform 180ms ease, box-shadow 180ms ease; }
.soho-service-card:hover { box-shadow: var(--soho-shadow-md); transform: translateY(-5px); }
.soho-service-icon { display: grid; width: 54px; height: 54px; margin-bottom: 26px; place-items: center; border-radius: 14px; background: #eaf4ff; color: var(--soho-blue-600); }
.soho-service-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.soho-service-card p { color: var(--soho-slate-600); }
.soho-service-card > a { color: var(--soho-blue-600); font-weight: 750; }

.soho-featured-products { background: var(--soho-slate-50); }
.soho-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.soho-product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--soho-slate-200); border-radius: var(--soho-radius-md); background: var(--soho-white); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.soho-product-card:hover { box-shadow: var(--soho-shadow-md); transform: translateY(-4px); }
.soho-product-image { display: grid; aspect-ratio: 1.2/1; place-items: center; padding: 22px; background: linear-gradient(145deg, #f9fbfd, #edf2f7); }
.soho-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.soho-product-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px; border-top: 1px solid var(--soho-slate-100); }
.soho-product-card-body > span { min-height: 1.4em; margin-bottom: 9px; color: var(--soho-blue-600); font-size: 0.72rem; font-weight: 750; line-height: 1.4; text-transform: uppercase; }
.soho-product-card-body h3 { flex: 1; margin-bottom: 20px; font-size: 1.05rem; letter-spacing: -0.02em; line-height: 1.32; }

.soho-industries-section { position: relative; background: var(--soho-white); overflow: hidden; }
.soho-industries-section::after { position: absolute; top: -180px; right: -180px; width: 520px; height: 520px; border: 80px solid #eef5fc; border-radius: 50%; content: ""; }
.soho-industries-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.soho-industries-grid > div:first-child p { color: var(--soho-slate-600); font-size: 1.08rem; }
.soho-industry-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.soho-industry-list span { display: flex; min-height: 72px; align-items: center; padding: 17px 20px; border: 1px solid var(--soho-slate-200); border-radius: 12px; background: rgba(255,255,255,.88); color: var(--soho-slate-700); font-weight: 700; }
.soho-industry-list span::before { width: 8px; height: 8px; margin-right: 12px; border-radius: 50%; background: var(--soho-cyan-400); box-shadow: 0 0 0 5px rgba(49,184,238,.13); content: ""; }

.soho-cta-band { padding: 70px 0; background: linear-gradient(120deg, var(--soho-blue-700), var(--soho-blue-500)); color: var(--soho-white); }
.soho-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.soho-cta-inner > div { max-width: 800px; }
.soho-cta-band .soho-eyebrow { color: #b8e9ff; }
.soho-cta-band h2 { color: var(--soho-white); }
.soho-cta-band p { margin: 0; color: #dbeeff; font-size: 1.05rem; }

/* Pages and forms */
.soho-page-hero,
.soho-catalog-hero,
.soho-article-header { position: relative; padding: clamp(78px, 9vw, 128px) 0; background: linear-gradient(135deg, var(--soho-navy-950), var(--soho-navy-800)); color: var(--soho-white); overflow: hidden; }
.soho-page-hero::after,
.soho-catalog-hero::after,
.soho-article-header::after { position: absolute; top: -220px; right: -120px; width: 520px; height: 520px; border: 80px solid rgba(49,184,238,.08); border-radius: 50%; content: ""; }
.soho-page-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; gap: 70px; }
.soho-page-hero h1,
.soho-catalog-hero h1,
.soho-article-header h1 { max-width: 900px; color: var(--soho-white); }
.soho-page-hero p,
.soho-catalog-hero p,
.soho-article-header p { max-width: 770px; color: #ccd9e8; font-size: 1.13rem; }
.soho-page-hero .soho-eyebrow,
.soho-catalog-hero .soho-eyebrow,
.soho-article-header .soho-eyebrow { color: #79d4fa; }
.soho-page-hero-badge { display: grid; width: 190px; height: 190px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(255,255,255,.04); }
.soho-page-hero-badge svg { width: 105px; fill: none; stroke: #79d4fa; stroke-width: 2; }
.soho-page-hero-compact { padding: 82px 0; }

.soho-request-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 70px; }
.soho-request-aside { position: sticky; top: 30px; padding: 34px; border-radius: var(--soho-radius-md); background: var(--soho-slate-50); }
.soho-request-aside h2 { font-size: 1.55rem; }
.soho-request-aside ul { display: grid; gap: 18px; margin: 26px 0 34px; padding: 0; list-style: none; }
.soho-request-aside li { display: grid; grid-template-columns: 26px 1fr; gap: 9px; color: var(--soho-slate-700); }
.soho-request-aside li > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #dff6ed; color: var(--soho-success); font-size: .7rem; font-weight: 900; }
.soho-contact-card { display: flex; flex-direction: column; padding: 22px; border-radius: 12px; background: var(--soho-navy-950); color: var(--soho-white); }
.soho-contact-card small,
.soho-contact-card span { color: #aebdd0; }
.soho-contact-card a { margin: 4px 0; color: var(--soho-white); font-size: 1.35rem; font-weight: 800; }
.soho-form-panel { padding: clamp(28px, 5vw, 54px); border: 1px solid var(--soho-slate-200); border-radius: var(--soho-radius-lg); box-shadow: var(--soho-shadow-sm); }
.soho-form-panel > p { color: var(--soho-slate-500); }

.soho-inquiry-form { display: grid; gap: 20px; margin-top: 30px; }
.soho-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.soho-inquiry-form label { display: grid; gap: 8px; color: var(--soho-slate-700); font-size: .82rem; font-weight: 750; }
.soho-inquiry-form input[type="text"],
.soho-inquiry-form input[type="email"],
.soho-inquiry-form input[type="tel"],
.soho-inquiry-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--soho-slate-300);
	border-radius: 9px;
	outline: 0;
	background: var(--soho-white);
	color: var(--soho-navy-950);
	font: inherit;
	font-weight: 450;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}
.soho-inquiry-form textarea { min-height: 150px; resize: vertical; }
.soho-inquiry-form input:focus,
.soho-inquiry-form textarea:focus { border-color: var(--soho-blue-500); box-shadow: 0 0 0 4px rgba(22,129,239,.11); }
.soho-consent { display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; line-height: 1.5; }
.soho-consent input { margin-top: 4px; }
.soho-inquiry-form .soho-button { justify-self: start; }
.soho-honeypot { position: absolute !important; left: -9999px !important; }
.soho-form-success { display: flex; flex-direction: column; gap: 3px; margin: 18px 0; padding: 18px 20px; border: 1px solid #a9dfcb; border-radius: 10px; background: #effbf6; color: var(--soho-success); }

.soho-prose { max-width: 900px; color: var(--soho-slate-700); font-size: 1.03rem; }
.soho-prose h2,
.soho-prose h3 { margin-top: 1.7em; }
.soho-prose a { color: var(--soho-blue-600); text-decoration: underline; text-underline-offset: 3px; }
.soho-prose ul,
.soho-prose ol { padding-left: 1.35em; }

/* WooCommerce catalog */
.soho-catalog-description { max-width: 800px; color: #ccd9e8; }
.soho-catalog-description p { margin-bottom: 0; }
.soho-woocommerce-content { padding: 60px 0 110px; }
.soho-woocommerce-content .woocommerce-breadcrumb { margin-bottom: 32px; color: var(--soho-slate-500); font-size: .8rem; }
.soho-woocommerce-content .woocommerce-products-header { display: none; }
.soho-woocommerce-content > .page-title { display: none; }
.soho-woocommerce-content .woocommerce-result-count { color: var(--soho-slate-500); font-size: .86rem; }
.soho-woocommerce-content .woocommerce-ordering select { min-height: 44px; padding: 8px 36px 8px 12px; border: 1px solid var(--soho-slate-300); border-radius: 8px; background: var(--soho-white); }

.soho-redesign.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 38px 0 0;
}
.soho-redesign.woocommerce ul.products::before,
.soho-redesign.woocommerce ul.products::after { display: none; }
.soho-redesign.woocommerce ul.products li.product {
	display: flex;
	width: auto !important;
	min-width: 0;
	flex-direction: column;
	float: none !important;
	margin: 0 !important;
	padding: 0 0 22px;
	border: 1px solid var(--soho-slate-200);
	border-radius: var(--soho-radius-md);
	background: var(--soho-white);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}
.soho-redesign.woocommerce ul.products li.product:hover { box-shadow: var(--soho-shadow-md); transform: translateY(-4px); }
.soho-redesign.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.soho-redesign.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1.2/1; margin: 0 0 22px; padding: 22px; background: var(--soho-slate-50); object-fit: contain; mix-blend-mode: multiply; }
.soho-redesign.woocommerce ul.products li.product .woocommerce-loop-product__title { flex: 1; padding: 0 22px; color: var(--soho-navy-950); font-size: 1rem; line-height: 1.35; }
.soho-redesign.woocommerce ul.products li.product .star-rating,
.soho-redesign.woocommerce ul.products li.product .price { display: none; }
.soho-redesign.woocommerce ul.products li.product .soho-card-link { margin: 8px 22px 0; font-size: .85rem; }
.soho-redesign.woocommerce nav.woocommerce-pagination { margin-top: 50px; }
.soho-redesign.woocommerce nav.woocommerce-pagination ul { border: 0; }
.soho-redesign.woocommerce nav.woocommerce-pagination ul li { margin: 0 4px; border: 0; }
.soho-redesign.woocommerce nav.woocommerce-pagination ul li a,
.soho-redesign.woocommerce nav.woocommerce-pagination ul li span { display: grid; min-width: 42px; height: 42px; place-items: center; border-radius: 8px; background: var(--soho-slate-100); color: var(--soho-navy-950); }
.soho-redesign.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--soho-blue-600); color: var(--soho-white); }

.soho-redesign.single-product .soho-woocommerce-content { padding-top: 36px; }
.soho-redesign.single-product div.product { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(40px, 7vw, 90px); }
.soho-redesign.single-product div.product div.images,
.soho-redesign.single-product div.product div.summary { width: auto; float: none; }
.soho-redesign.single-product div.product div.images { position: relative; top: auto; align-self: start; padding: 34px; border: 1px solid var(--soho-slate-200); border-radius: var(--soho-radius-md); background: var(--soho-slate-50); }
.soho-redesign.single-product div.product div.images img { mix-blend-mode: multiply; }
.soho-redesign.single-product div.product .summary { padding-top: 18px; }
.soho-redesign.single-product div.product .product_title { font-size: clamp(2.3rem, 4vw, 4.25rem); }
.soho-redesign.single-product div.product .soho-product-intro { max-width: 640px; color: var(--soho-slate-600); font-size: 1.05rem; }
.soho-redesign.single-product div.product .woocommerce-product-details__short-description { display: none !important; }
.soho-redesign.single-product div.product .product_meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 24px 0; padding: 18px 0; border-block: 1px solid var(--soho-slate-200); color: var(--soho-slate-500); font-size: .82rem; }
.soho-redesign.single-product div.product .product_meta a { color: var(--soho-blue-600); }
.soho-product-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; padding: 25px; border-radius: 14px; background: var(--soho-slate-50); }
.soho-product-cta p { width: 100%; margin-bottom: 0; color: var(--soho-slate-700); }
.soho-product-details { grid-column: 1 / -1; margin-top: 35px; padding-top: 70px; border-top: 1px solid var(--soho-slate-200); }
.soho-detail-panels { display: grid; gap: 12px; }
.soho-detail-panels details { border: 1px solid var(--soho-slate-200); border-radius: 12px; background: var(--soho-white); overflow: hidden; }
.soho-detail-panels summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; padding: 18px 22px; color: var(--soho-navy-950); font-weight: 800; cursor: pointer; list-style: none; }
.soho-detail-panels summary::-webkit-details-marker { display: none; }
.soho-detail-panels summary span { color: var(--soho-blue-600); font-size: 1.35rem; transition: transform 180ms ease; }
.soho-detail-panels details[open] summary span { transform: rotate(45deg); }
.soho-detail-content { padding: 4px 22px 26px; color: var(--soho-slate-700); }
.soho-detail-content h2,
.soho-detail-content h3 { margin-top: 1.4em; font-size: 1.45rem; }
.soho-detail-content table { width: 100%; border-collapse: collapse; }
.soho-detail-content th,
.soho-detail-content td { padding: 12px; border: 1px solid var(--soho-slate-200); text-align: left; }
.soho-detail-content a { color: var(--soho-blue-600); text-decoration: underline; text-underline-offset: 3px; }

/* Blog */
.soho-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.soho-post-card { border: 1px solid var(--soho-slate-200); border-radius: var(--soho-radius-md); background: var(--soho-white); overflow: hidden; }
.soho-post-image { display: grid; aspect-ratio: 1.6/1; place-items: center; background: linear-gradient(145deg, var(--soho-navy-800), var(--soho-blue-600)); color: rgba(255,255,255,.4); font-size: 2rem; font-weight: 900; letter-spacing: .15em; }
.soho-post-image img { width: 100%; height: 100%; object-fit: cover; }
.soho-post-card-body { padding: 25px; }
.soho-post-card-body small { color: var(--soho-blue-600); font-weight: 750; }
.soho-post-card-body h2 { margin-top: 8px; font-size: 1.35rem; }
.soho-post-card-body p { color: var(--soho-slate-600); }
.soho-pagination { grid-column: 1 / -1; margin-top: 30px; }
.soho-article-header-inner { position: relative; z-index: 1; max-width: 980px; }
.soho-article-body { padding: 65px 0 110px; }
.soho-article-image { max-width: 1050px; margin: 0 auto 50px; border-radius: var(--soho-radius-md); overflow: hidden; }
.soho-article-body .soho-prose { margin-inline: auto; }

/* Single articles */
.soho-redesign.single-post .soho-article-header {
	padding: clamp(72px, 7.5vw, 108px) 0 clamp(88px, 9vw, 132px);
}
.soho-redesign.single-post .soho-article-header-inner { max-width: 1080px; }
.soho-redesign.single-post .soho-article-header h1 {
	max-width: 1060px;
	margin-bottom: 24px;
	font-size: clamp(2.75rem, 5.2vw, 4.6rem);
	letter-spacing: -.05em;
	line-height: 1.02;
}
.soho-article-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 22px;
	margin-bottom: 24px;
	color: #aebdd0;
	font-size: .77rem;
	font-weight: 750;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.soho-article-meta > * { display: inline-flex; align-items: center; gap: 10px; }
.soho-article-meta > * + *::before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255,255,255,.36);
	content: "";
}
.soho-article-category { color: #79d4fa !important; }
.soho-article-category::before {
	width: 30px;
	height: 2px;
	background: currentColor;
	content: "";
}
.soho-redesign.single-post .soho-article-header p {
	margin-bottom: 0;
	font-size: clamp(1.05rem, 1.5vw, 1.22rem);
	line-height: 1.65;
}
.soho-redesign.single-post .soho-article-body { padding: 0 0 110px; }
.soho-redesign.single-post .soho-article-image {
	position: relative;
	z-index: 2;
	width: min(100%, 1120px);
	max-width: none;
	margin: -62px auto 0;
	border: 12px solid var(--soho-white);
	border-radius: 24px;
	background: var(--soho-white);
	box-shadow: var(--soho-shadow-md);
}
.soho-redesign.single-post .soho-article-image img {
	width: 100%;
	max-height: 620px;
	border-radius: 13px;
	object-fit: contain;
}
.soho-article-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 780px);
	justify-content: center;
	gap: clamp(42px, 6vw, 78px);
	padding-top: 72px;
}
.soho-article-aside {
	position: sticky;
	top: 28px;
	align-self: start;
	padding: 28px;
	border: 1px solid var(--soho-slate-200);
	border-radius: 16px;
	background: linear-gradient(160deg, var(--soho-slate-50), var(--soho-white));
	box-shadow: var(--soho-shadow-sm);
}
.soho-article-aside-label {
	display: block;
	margin-bottom: 14px;
	color: var(--soho-blue-600);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.soho-article-aside h2 {
	margin-bottom: 14px;
	font-size: 1.32rem;
	letter-spacing: -.025em;
	line-height: 1.18;
}
.soho-article-aside p { color: var(--soho-slate-600); font-size: .9rem; line-height: 1.65; }
.soho-article-aside .soho-button { width: 100%; margin-top: 8px; padding-inline: 15px; font-size: .86rem; }
.soho-article-main { min-width: 0; }
.soho-redesign.single-post .soho-prose {
	max-width: none;
	margin: 0;
	color: var(--soho-slate-700);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: clamp(1rem, 1.2vw, 1.08rem);
	line-height: 1.82;
}
.soho-redesign.single-post .soho-prose p { margin: 0 0 1.55em; }
.soho-redesign.single-post .soho-prose h2 {
	position: relative;
	margin: 2.15em 0 .7em;
	padding-top: 8px;
	font-family: inherit !important;
	font-size: clamp(1.85rem, 3.1vw, 2.55rem);
	letter-spacing: -.04em;
	line-height: 1.12;
}
.soho-redesign.single-post .soho-prose h2::before {
	display: block;
	width: 48px;
	height: 3px;
	margin-bottom: 18px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--soho-blue-600), var(--soho-cyan-400));
	content: "";
}
.soho-redesign.single-post .soho-prose h3,
.soho-redesign.single-post .soho-prose h4 {
	margin: 1.8em 0 .65em;
	font-family: inherit !important;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	letter-spacing: -.025em;
	line-height: 1.25;
}
.soho-redesign.single-post .soho-prose h4 { font-size: 1.15rem; }
.soho-redesign.single-post .soho-prose h1 *,
.soho-redesign.single-post .soho-prose h2 *,
.soho-redesign.single-post .soho-prose h3 *,
.soho-redesign.single-post .soho-prose h4 * {
	color: inherit !important;
	font-family: inherit !important;
}
.soho-redesign.single-post .soho-prose p *,
.soho-redesign.single-post .soho-prose li * {
	font-family: inherit !important;
}
.soho-redesign.single-post .soho-prose p > span[style*="color"],
.soho-redesign.single-post .soho-prose li > span[style*="color"] { color: inherit !important; }
.soho-redesign.single-post .soho-prose ul,
.soho-redesign.single-post .soho-prose ol {
	display: grid;
	gap: 10px;
	margin: 0 0 1.8em;
	padding-left: 1.35em;
}
.soho-redesign.single-post .soho-prose li { padding-left: 5px; }
.soho-redesign.single-post .soho-prose li::marker { color: var(--soho-blue-600); font-weight: 800; }
.soho-redesign.single-post .soho-prose blockquote {
	margin: 2.2em 0;
	padding: 26px 30px;
	border: 0;
	border-left: 4px solid var(--soho-cyan-400);
	border-radius: 0 14px 14px 0;
	background: var(--soho-slate-50);
	color: var(--soho-navy-800);
	font-size: 1.12rem;
}
.soho-redesign.single-post .soho-prose img {
	width: auto;
	max-width: 100%;
	margin: 2.2em auto;
	border-radius: 16px;
	background: var(--soho-white);
	box-shadow: var(--soho-shadow-sm);
}
.soho-redesign.single-post .soho-prose figure { margin: 2.4em 0; }
.soho-redesign.single-post .soho-prose figcaption { margin-top: 10px; color: var(--soho-slate-500); font-size: .78rem; text-align: center; }
.soho-redesign.single-post .soho-prose table {
	display: block;
	width: 100% !important;
	margin: 2.2em 0;
	border: 1px solid var(--soho-slate-200);
	border-radius: 12px;
	border-collapse: collapse;
	overflow-x: auto;
}
.soho-redesign.single-post .soho-prose th,
.soho-redesign.single-post .soho-prose td { padding: 13px 15px; border: 1px solid var(--soho-slate-200); text-align: left; }
.soho-redesign.single-post .soho-prose th { background: var(--soho-navy-950); color: var(--soho-white); }
.soho-article-footer { margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--soho-slate-200); }
.soho-article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.soho-article-tags > span { margin-right: 5px; color: var(--soho-slate-500); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.soho-article-tags a { padding: 6px 11px; border-radius: 99px; background: var(--soho-slate-100); color: var(--soho-blue-700); font-size: .78rem; font-weight: 700; }
.soho-post-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.soho-post-navigation-link {
	display: flex;
	min-height: 120px;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
	border: 1px solid var(--soho-slate-200);
	border-radius: 14px;
	background: var(--soho-white);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.soho-post-navigation-link:hover { border-color: #9ec8f6; box-shadow: var(--soho-shadow-sm); transform: translateY(-2px); }
.soho-post-navigation-link small { display: block; margin-bottom: 7px; color: var(--soho-blue-600); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.soho-post-navigation-link a { font-weight: 750; line-height: 1.35; }
.soho-post-navigation-next { text-align: right; }
.soho-article-cta h2 { max-width: 820px; font-size: clamp(2rem, 3.5vw, 3.35rem); }

.soho-empty-state { display: grid; min-height: 70vh; place-items: center; padding: 90px 0; text-align: center; }
.soho-empty-state .soho-container { max-width: 720px; }
.soho-empty-state .soho-product-search { margin: 28px auto; }
.soho-empty-actions { display: flex; align-items: center; justify-content: center; gap: 22px; }

/* Footer */
.soho-site-footer { background: var(--soho-navy-950); color: #aebdd0; }
.soho-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 70px; padding: 78px 0 64px; }
.soho-brand-footer { color: var(--soho-white); }
.soho-brand-footer .soho-brand-copy small { color: #aebdd0; }
.soho-footer-intro p { max-width: 390px; margin-top: 24px; }
.soho-footer-phone { color: var(--soho-white) !important; font-size: 1.2rem; font-weight: 800; }
.soho-site-footer h2 { margin-bottom: 20px; color: var(--soho-white); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.soho-site-footer ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.soho-site-footer li { font-size: .88rem; }
.soho-site-footer a:hover { color: var(--soho-white); }
.soho-footer-bottom { display: flex; min-height: 75px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.soho-footer-bottom p { margin: 0; }

/* Remove legacy commerce and Astra chrome. */
.soho-redesign .ast-site-header-cart,
.soho-redesign .site-header-primary-section-right,
.soho-redesign .woocommerce-mini-cart,
.soho-redesign .wc-block-cart,
.soho-redesign .wc-block-checkout,
.soho-redesign .woocommerce-message .button.wc-forward,
.soho-redesign .single_add_to_cart_button,
.soho-redesign form.cart,
.soho-redesign .price { display: none !important; }

@media (max-width: 1100px) {
	.soho-header-main { grid-template-columns: auto minmax(250px, 1fr) auto; gap: 20px; }
	.soho-header-cta { display: none; }
	.soho-menu a { padding-inline: 9px; font-size: .82rem; }
	.soho-nav-phone { display: none; }
	.soho-hero { min-height: 610px; }
	.soho-hero-grid { min-height: 610px; grid-template-columns: 1.2fr .8fr; }
	.soho-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.soho-trust-grid > div:nth-child(2) { border-right: 0; }
	.soho-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--soho-slate-200); }
	.soho-product-grid,
	.soho-redesign.woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
	.soho-footer-grid { grid-template-columns: 1.35fr repeat(2, 1fr); gap: 45px; }
	.soho-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
	.soho-container { width: min(calc(100% - 30px), var(--soho-container)); }
	.soho-utility-inner > span,
	.soho-utility-inner > div > span { display: none; }
	.soho-utility-inner { justify-content: center; }
	.soho-header-main { min-height: 78px; grid-template-columns: 1fr auto; }
	.soho-brand-mark { width: 40px; height: 40px; }
	.soho-brand-copy strong { font-size: 1rem; }
	.soho-header-search { grid-column: 1 / -1; grid-row: 2; padding-bottom: 14px; }
	.soho-menu-toggle { display: flex; width: 45px; height: 45px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--soho-slate-200); border-radius: 9px; background: var(--soho-white); cursor: pointer; }
	.soho-menu-toggle span:not(.screen-reader-text) { width: 20px; height: 2px; background: var(--soho-navy-950); transition: transform 180ms ease, opacity 180ms ease; }
	.soho-menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
	.soho-menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
	.soho-menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
	.soho-primary-nav { display: none; }
	.soho-primary-nav.is-open { display: block; border-top: 1px solid var(--soho-slate-200); }
	.soho-nav-inner,
	.soho-menu { display: block; }
	.soho-menu { padding: 8px 0 16px; }
	.soho-menu li,
	.soho-menu a { display: block; }
	.soho-menu a { padding: 12px 5px; }
	.soho-menu a::after { display: none; }
	.soho-hero,
	.soho-hero-grid { min-height: 640px; }
	.soho-hero-grid { display: block; }
	.soho-hero { background: linear-gradient(90deg, rgba(7,20,38,.97), rgba(7,20,38,.78)), var(--soho-hero-image) 67% center/cover no-repeat; }
	.soho-hero-copy { padding: 75px 0; }
	.soho-category-grid,
	.soho-service-grid { grid-template-columns: 1fr; }
	.soho-product-grid,
	.soho-redesign.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.soho-industries-grid,
	.soho-request-layout,
	.soho-redesign.single-product div.product { grid-template-columns: 1fr; gap: 45px; }
	.soho-request-aside,
	.soho-redesign.single-product div.product div.images { position: static; }
	.soho-page-hero-inner { grid-template-columns: 1fr; }
	.soho-page-hero-badge { display: none; }
	.soho-cta-inner { align-items: flex-start; flex-direction: column; }
	.soho-post-grid { grid-template-columns: repeat(2, 1fr); }
	.soho-article-layout { grid-template-columns: 1fr; gap: 42px; }
	.soho-article-aside { position: static; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 28px; }
	.soho-article-aside .soho-article-aside-label,
	.soho-article-aside h2 { grid-column: 1; }
	.soho-article-aside p { grid-column: 1; margin-bottom: 0; }
	.soho-article-aside .soho-button { grid-column: 2; grid-row: 1 / 4; width: auto; }
	.soho-footer-grid { grid-template-columns: repeat(2, 1fr); }
	.soho-footer-intro { grid-column: 1 / -1; }
	.soho-footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
	.soho-redesign h1 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
	.soho-redesign h2 { font-size: clamp(1.85rem, 9vw, 2.5rem); }
	.soho-brand-copy small { display: none; }
	.soho-hero { min-height: 690px; }
	.soho-hero-actions { align-items: stretch; flex-direction: column; }
	.soho-hero-actions .soho-button { width: 100%; }
	.soho-hero-proof { grid-template-columns: 1fr; }
	.soho-hero-proof div { flex-direction: row; align-items: baseline; gap: 10px; padding-top: 14px; }
	.soho-trust-grid { grid-template-columns: 1fr; }
	.soho-trust-grid > div { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--soho-slate-200); }
	.soho-heading-row { align-items: flex-start; flex-direction: column; gap: 5px; }
	.soho-category-card { min-height: 124px; grid-template-columns: 100px minmax(0,1fr) auto; gap: 15px; padding-right: 15px; }
	.soho-category-image { height: 102px; }
	.soho-product-grid,
	.soho-redesign.woocommerce ul.products,
	.soho-industry-list,
	.soho-form-grid,
	.soho-post-grid,
	.soho-footer-grid { grid-template-columns: 1fr; }
	.soho-service-card { padding: 28px; }
	.soho-page-hero,
	.soho-catalog-hero,
	.soho-article-header { padding: 68px 0; }
	.soho-redesign.single-post .soho-article-header { padding: 58px 0 92px; }
	.soho-redesign.single-post .soho-article-header h1 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
	.soho-article-meta { gap: 8px 14px; letter-spacing: .07em; }
	.soho-article-meta > * + *::before { display: none; }
	.soho-redesign.single-post .soho-article-image { margin-top: -42px; border-width: 7px; border-radius: 17px; }
	.soho-redesign.single-post .soho-article-image img { border-radius: 10px; }
	.soho-article-layout { padding-top: 48px; }
	.soho-article-aside { display: block; padding: 24px; }
	.soho-article-aside .soho-button { width: 100%; }
	.soho-redesign.single-post .soho-prose { font-size: 1rem; line-height: 1.75; }
	.soho-redesign.single-post .soho-prose h2 { margin-top: 1.9em; }
	.soho-post-navigation { grid-template-columns: 1fr; }
	.soho-post-navigation-next { text-align: left; }
	.soho-form-panel { padding: 24px 18px; border-radius: 16px; }
	.soho-footer-intro { grid-column: auto; }
	.soho-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
	.soho-empty-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Supplied logo and catalog navigation */
.soho-brand-logo {
	display: block;
	width: clamp(250px, 28vw, 364px);
	max-height: 58px;
	object-fit: contain;
	object-position: left center;
}
.soho-categories-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 13px;
	border: 0;
	background: transparent;
	color: var(--soho-slate-700);
	font: inherit;
	font-size: .88rem;
	font-weight: 700;
	cursor: pointer;
}
.soho-categories-toggle:hover,
.soho-categories-toggle:focus-visible,
.soho-categories-menu-item.is-open > .soho-categories-toggle {
	border-radius: 8px;
	background: #edf6ff;
	color: var(--soho-blue-700);
	outline: 0;
}
.soho-categories-toggle svg {
	width: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: transform 180ms ease;
}
.soho-categories-menu-item.is-open > .soho-categories-toggle svg,
.soho-categories-menu-item:hover > .soho-categories-toggle svg {
	transform: rotate(180deg);
}
.soho-category-dropdown {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	z-index: 120;
	display: grid;
	width: min(390px, calc(100vw - 40px));
	max-height: calc(100vh - 185px);
	gap: 2px;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--soho-slate-200);
	border-radius: 0 0 16px 16px;
	background: var(--soho-white);
	box-shadow: var(--soho-shadow-md);
	list-style: none;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	transform: translateY(10px);
	visibility: hidden;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
.soho-categories-menu-item:hover > .soho-category-dropdown,
.soho-categories-menu-item.is-open > .soho-category-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}
.soho-categories-menu-item:not(.is-open):not(:hover) > .soho-category-dropdown {
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	visibility: hidden;
}
.soho-category-dropdown li {
	display: block;
}
.soho-menu .soho-category-dropdown a {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 9px 12px;
	border-radius: 9px;
	color: var(--soho-slate-700);
	font-size: .82rem;
	line-height: 1.35;
}
.soho-menu .soho-category-dropdown a::after {
	display: none;
}
.soho-menu .soho-category-dropdown a:hover,
.soho-menu .soho-category-dropdown a:focus-visible {
	background: #edf6ff;
	color: var(--soho-blue-700);
	outline: 0;
}
.soho-category-dropdown small {
	flex: 0 0 auto;
	color: var(--soho-slate-500);
	font-size: .69rem;
	font-weight: 650;
	white-space: nowrap;
}
.soho-menu .soho-category-dropdown a:hover small,
.soho-menu .soho-category-dropdown a:focus-visible small {
	color: var(--soho-blue-600);
}

/* Reusable information accordions */
.soho-home-accordion-section {
	padding: 0 0 clamp(78px, 9vw, 118px);
	background: var(--soho-slate-50);
}
.soho-category-accordion-section {
	margin-bottom: 44px;
}
.soho-content-accordion {
	border: 1px solid var(--soho-slate-200);
	border-radius: var(--soho-radius-md);
	background: var(--soho-white);
	box-shadow: var(--soho-shadow-sm);
	overflow: hidden;
}
.soho-content-accordion details + details {
	border-top: 1px solid var(--soho-slate-200);
}
.soho-content-accordion summary {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 22px;
	color: var(--soho-navy-950);
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.35;
	list-style: none;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease;
}
.soho-content-accordion summary::-webkit-details-marker {
	display: none;
}
.soho-content-accordion summary:hover,
.soho-content-accordion summary:focus-visible {
	background: #edf6ff;
	color: var(--soho-blue-700);
	outline: 0;
}
.soho-accordion-icon {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	border-radius: 50%;
	background: var(--soho-slate-100);
	color: var(--soho-blue-600);
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.soho-content-accordion details[open] > summary .soho-accordion-icon {
	background: var(--soho-blue-600);
	color: var(--soho-white);
	transform: rotate(45deg);
}
.soho-accordion-content {
	padding: clamp(24px, 4vw, 46px);
	border-top: 1px solid var(--soho-slate-200);
	color: var(--soho-slate-700);
}
.soho-accordion-content > :last-child {
	margin-bottom: 0;
}
.soho-accordion-content h1,
.soho-accordion-content h2 {
	margin-top: 1.25em;
	font-size: clamp(1.55rem, 2.7vw, 2.25rem);
}
.soho-accordion-content h1:first-child,
.soho-accordion-content h2:first-child {
	margin-top: 0;
}
.soho-accordion-content h3 {
	margin-top: 1.6em;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
}
.soho-accordion-content ul,
.soho-accordion-content ol {
	padding-left: 1.35em;
}
.soho-product-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 6px;
	margin: 0 22px 8px;
	color: var(--soho-slate-500);
	font-size: .71rem;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}
.soho-product-categories a {
	color: var(--soho-blue-600);
}
.soho-product-categories a:hover {
	color: var(--soho-blue-700);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.soho-button-light:hover,
.soho-button-light:focus-visible {
	border-color: var(--soho-navy-950);
	background: var(--soho-navy-950);
	box-shadow: 0 14px 32px rgba(7, 20, 38, .28);
	color: var(--soho-white) !important;
	transform: translateY(-2px);
}

@media (max-width: 820px) {
	.soho-header-main {
		gap: 15px;
	}
	.soho-brand-logo {
		width: min(72vw, 300px);
		max-height: 48px;
	}
	.soho-categories-toggle {
		width: 100%;
		justify-content: space-between;
		padding: 12px 5px;
	}
	.soho-category-dropdown {
		position: static;
		display: none;
		width: 100%;
		max-height: none;
		margin: 0 0 8px;
		padding: 4px 0 4px 12px;
		border: 0;
		border-left: 2px solid var(--soho-blue-500);
		border-radius: 0;
		background: var(--soho-slate-50);
		box-shadow: none;
		opacity: 1;
		overflow: visible;
		pointer-events: auto;
		transform: none;
		visibility: visible;
	}
	.soho-categories-menu-item.is-open > .soho-category-dropdown {
		display: grid;
	}
	.soho-menu .soho-category-dropdown a {
		display: flex;
		padding: 10px 12px;
	}
	.soho-content-accordion summary {
		min-height: 58px;
		padding: 14px 16px;
		font-size: .92rem;
	}
	.soho-accordion-content {
		padding: 22px 18px;
	}
}

@media (max-width: 420px) {
	.soho-brand-logo {
		width: min(70vw, 245px);
	}
}



/* Modern catalog pagination and footer logo */
.soho-redesign.woocommerce nav.woocommerce-pagination {
	clear: both;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	justify-content: safe center;
	margin: clamp(48px, 6vw, 72px) auto 0;
	padding: 10px 2px 6px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-color: var(--soho-slate-300) transparent;
	scrollbar-width: thin;
}
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: inline-flex;
	width: max-content;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 !important;
	padding: 8px !important;
	border: 1px solid var(--soho-slate-200) !important;
	border-radius: 16px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 16px 42px rgba(7, 20, 38, .12);
	list-style: none;
}
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	float: none !important;
	margin: 0 !important;
	border: 0 !important;
}
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers,
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers {
	display: grid;
	width: auto;
	min-width: 44px;
	height: 44px;
	place-items: center;
	padding: 0 13px;
	border: 1px solid var(--soho-slate-200);
	border-radius: 10px;
	background: var(--soho-white);
	box-shadow: 0 4px 12px rgba(7, 20, 38, .06);
	color: var(--soho-navy-950);
	font-size: .88rem;
	font-weight: 800;
	line-height: 1;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:focus-visible {
	border-color: var(--soho-blue-700);
	background: var(--soho-blue-700);
	box-shadow: 0 10px 24px rgba(7, 81, 182, .24);
	color: var(--soho-white);
	outline: 0;
	transform: translateY(-2px);
}
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
	border-color: var(--soho-blue-600);
	background: linear-gradient(145deg, var(--soho-blue-500), var(--soho-blue-700));
	box-shadow: 0 10px 24px rgba(9, 103, 221, .28);
	color: var(--soho-white);
}
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers.dots {
	min-width: 26px;
	padding: 0 4px;
	border-color: transparent;
	background: transparent;
	box-shadow: none;
	color: var(--soho-slate-500);
}
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev,
.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next {
	min-width: 46px;
	font-size: 1.15rem;
}
.soho-brand-footer {
	width: min(100%, 332px);
	justify-content: center;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	background: var(--soho-white);
	box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.soho-brand-footer:hover,
.soho-brand-footer:focus-visible {
	background: #f7fbff;
	box-shadow: 0 20px 44px rgba(0, 0, 0, .28);
	outline: 3px solid rgba(49, 184, 238, .35);
	outline-offset: 3px;
	transform: translateY(-2px);
}
.soho-brand-footer .soho-footer-logo {
	width: 100%;
	max-width: 300px;
	max-height: 48px;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 560px) {
	.soho-redesign.woocommerce nav.woocommerce-pagination {
		justify-content: flex-start;
		margin-top: 42px;
		padding-bottom: 9px;
	}
	.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers {
		gap: 5px;
		padding: 6px !important;
		border-radius: 14px;
	}
	.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers,
	.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers {
		min-width: 40px;
		height: 40px;
		padding: 0 10px;
		border-radius: 9px;
	}
	.soho-redesign.woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers.dots {
		min-width: 20px;
		padding-inline: 2px;
	}
	.soho-brand-footer {
		width: min(100%, 300px);
		padding: 10px 14px;
	}
}


/* About page redesign */
.soho-about-hero {
	position: relative;
	padding: clamp(82px, 10vw, 140px) 0;
	background:
		radial-gradient(circle at 82% 16%, rgba(49,184,238,.16), transparent 28%),
		linear-gradient(135deg, var(--soho-navy-950), var(--soho-navy-800));
	color: var(--soho-white);
	overflow: hidden;
}
.soho-about-hero::after {
	position: absolute;
	top: -250px;
	right: -130px;
	width: 560px;
	height: 560px;
	border: 82px solid rgba(49,184,238,.07);
	border-radius: 50%;
	content: "";
}
.soho-about-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}
.soho-about-copy { max-width: 760px; }
.soho-about-copy .soho-eyebrow { color: #79d4fa; }
.soho-about-copy h1 {
	max-width: 750px;
	color: var(--soho-white);
}
.soho-about-copy > p {
	max-width: 700px;
	color: #ccd9e8;
	font-size: clamp(1.05rem, 1.6vw, 1.22rem);
}
.soho-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}
.soho-about-panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: var(--soho-radius-lg);
	background: rgba(255,255,255,.12);
	box-shadow: 0 24px 70px rgba(0,0,0,.18);
	overflow: hidden;
}
.soho-about-panel small {
	grid-column: 1 / -1;
	padding: 18px 22px;
	background: rgba(255,255,255,.07);
	color: #aebdd0;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.soho-about-panel strong {
	display: grid;
	min-height: 118px;
	place-items: center;
	background: rgba(7,20,38,.72);
	color: var(--soho-white);
	font-size: clamp(1.2rem, 2vw, 1.65rem);
}
.soho-about-services .soho-section-heading { max-width: 780px; }
.soho-about-services .soho-section-heading > p {
	color: var(--soho-slate-600);
	font-size: 1.08rem;
}
.soho-about-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 46px;
}
.soho-about-card-grid article {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	padding: 30px;
	border: 1px solid var(--soho-slate-200);
	border-radius: var(--soho-radius-md);
	background: var(--soho-white);
	box-shadow: var(--soho-shadow-sm);
}
.soho-about-card-grid article > span {
	margin-bottom: 34px;
	color: var(--soho-blue-600);
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .12em;
}
.soho-about-card-grid article p {
	flex: 1;
	color: var(--soho-slate-600);
}
.soho-about-trust { background: var(--soho-slate-50); }
.soho-about-trust-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
	align-items: start;
	gap: clamp(50px, 8vw, 100px);
}
.soho-about-trust-grid > div > p {
	max-width: 680px;
	color: var(--soho-slate-600);
	font-size: 1.05rem;
}
.soho-about-checks {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.soho-about-checks li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 14px;
	padding: 22px;
	border: 1px solid var(--soho-slate-200);
	border-radius: 14px;
	background: var(--soho-white);
}
.soho-about-checks li > span {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: #dff6ed;
	color: var(--soho-success);
	font-size: .8rem;
	font-weight: 900;
}
.soho-about-checks strong {
	display: block;
	margin-bottom: 4px;
	color: var(--soho-navy-950);
}
.soho-about-checks p {
	margin: 0;
	color: var(--soho-slate-600);
	font-size: .92rem;
}
@media (max-width: 980px) {
	.soho-about-hero-grid,
	.soho-about-trust-grid { grid-template-columns: 1fr; }
	.soho-about-panel { max-width: 620px; }
	.soho-about-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.soho-about-hero { padding: 72px 0; }
	.soho-about-panel strong { min-height: 90px; }
	.soho-about-card-grid { grid-template-columns: 1fr; }
	.soho-about-card-grid article { min-height: 0; }
	.soho-about-actions .soho-button { width: 100%; }
}

