:root {
	--pov-navy: #0a0a2c;
	--pov-blue: #2f5597;
	--pov-blue-dark: #244579;
	--pov-gray: #e2e3e3;
	--pov-warm-gray: #e5e3df;
	--pov-paper: #f4f4f2;
	--pov-white: #fff;
	--pov-muted: #626878;
	--pov-line: #d7d9dc;
	--pov-radius: 18px;
	--pov-shadow: 0 18px 50px rgba(10, 10, 44, 0.08);
}

body.pov-uniform-site {
	--theme-palette-color-1: var(--pov-blue);
	--theme-palette-color-2: var(--pov-blue-dark);
	--theme-palette-color-3: var(--pov-navy);
	--theme-palette-color-4: var(--pov-navy);
	--theme-palette-color-5: var(--pov-line);
	--theme-palette-color-6: var(--pov-paper);
	--theme-palette-color-7: var(--pov-paper);
	--theme-link-initial-color: var(--pov-blue);
	--theme-link-hover-color: var(--pov-blue-dark);
	--theme-text-color: var(--pov-navy);
	--theme-headings-color: var(--pov-navy);
	--theme-button-background-initial-color: var(--pov-blue);
	--theme-button-background-hover-color: var(--pov-blue-dark);
	--theme-button-min-height: 50px;
	--header-height: 72px;
	background: var(--pov-paper);
	color: var(--pov-navy);
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.pov-uniform-site h1,
.pov-uniform-site h2,
.pov-uniform-site h3,
.pov-uniform-site h4,
.pov-uniform-site h5,
.pov-uniform-site h6,
.pov-uniform-site [class*="ct-header"] {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 500;
	letter-spacing: -0.025em;
}

.pov-uniform-site p { line-height: 1.7; }
.pov-uniform-site a { transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.pov-uniform-site .ct-header { background: var(--pov-white); }
.pov-uniform-site .ct-header [data-row*="middle"] { --height: 72px; }
.pov-uniform-site .ct-header .site-title,
.pov-uniform-site .ct-header [data-id="menu"] > ul > li > a { font-weight: 500; }
.pov-uniform-site .ct-header [data-id="menu"] > ul > li > a { font-size: 16px; letter-spacing: .025em; text-transform: none; }
.pov-uniform-site .ct-header [data-id="menu"] .sub-menu .ct-menu-link { font-size: 13px; }

.pov-uniform-site .ct-header-cart .ct-cart-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}
.pov-uniform-site .ct-header-cart .ct-label {
	display: none;
}
.pov-uniform-site .ct-header-cart .ct-icon-container svg {
	width: 15px;
	height: 15px;
}
.pov-uniform-site .ct-header-cart .ct-dynamic-count-cart {
	min-width: 16px;
	height: 16px;
	border: 2px solid #fff;
	background: var(--pov-blue);
	font: 500 9px/1 Inter, sans-serif;
}
.pov-uniform-site .ct-header-cart .ct-cart-content {
	border: 1px solid rgba(10, 10, 44, .12);
	background: #fff;
	box-shadow: 0 18px 48px rgba(10, 10, 44, .18);
}
.pov-uniform-site .ct-header-cart .ct-cart-content,
.pov-uniform-site .ct-header-cart .ct-cart-content * {
	--theme-text-color: var(--pov-navy);
}

.pov-cart-credit-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 24px;
	padding: 16px 18px;
	border: 1px solid rgba(47, 85, 151, .2);
	border-radius: 10px;
	background: #eef2f8;
	color: var(--pov-navy);
}
.pov-cart-credit-summary span {
	font-size: 14px;
	font-weight: 500;
}
.pov-cart-credit-summary strong {
	color: var(--pov-blue);
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
}

/* Account Funds remains enabled for its hold/settlement engine. The customer
 * cannot choose, reduce or remove credit; our summary shows the forced maximum. */
.pov-uniform-site tr.account-funds,
.pov-uniform-site tr.account-funds-discount {
	display: none !important;
}

.pov-credit-breakdown th,
.pov-credit-breakdown td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.pov-credit-order-value th,
.pov-credit-order-value td {
	padding-top: 18px !important;
	border-top: 1px solid rgba(10, 10, 44, .14);
}
.pov-credit-estimate td {
	color: var(--pov-blue);
}
.pov-credit-additional th,
.pov-credit-additional td {
	color: var(--pov-navy);
	font-size: 16px;
}
.pov-credit-breakdown-note td {
	padding: 10px 0 18px !important;
	color: var(--pov-muted);
	font-size: 12px;
	line-height: 1.55;
}

.pov-uniform-site .ct-header [data-id="logo"] .site-logo-container {
	display: flex;
	align-items: center;
	width: auto;
	height: 52px;
	overflow: visible;
}
.pov-uniform-site .ct-header [data-id="logo"] .site-logo-container img {
	width: auto !important;
	max-width: 220px !important;
	height: 52px !important;
	max-height: 52px !important;
	object-fit: contain;
}
.pov-uniform-site .ct-header [data-id="logo"] .site-logo-container + .site-title-container { display: none; }
.pov-uniform-site .ct-footer { background: var(--pov-navy) !important; color: rgba(255,255,255,.72); }
.pov-uniform-site .ct-footer .ct-footer-copyright { color: rgba(255,255,255,.72); }
.pov-uniform-site .ct-footer a { color: var(--pov-white); }

.pov-footer-main {
	background: var(--pov-navy);
	color: rgba(255,255,255,.72);
	padding: 46px 0 8px;
}
.pov-footer-grid {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px 48px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
.pov-footer-brand {
	margin: 0 0 8px;
	color: #fff;
	font-family: "Space Grotesk", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.pov-footer-main p { margin: 0; max-width: 420px; font-size: 14px; line-height: 1.6; }
.pov-footer-nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.pov-footer-nav a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.pov-footer-nav a:hover { color: #9eb9e8; }

.pov-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.pov-section { padding: clamp(76px, 9vw, 126px) 0; }
.pov-section + .pov-section { border-top: 1px solid rgba(10, 10, 44, 0.08); }

.pov-eyebrow {
	margin: 0 0 15px;
	color: var(--pov-blue);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pov-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
	align-items: end;
	gap: 40px;
	margin-bottom: 42px;
}

.pov-section-heading h2,
.pov-portfolio h2,
.pov-cta h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.02;
}

.pov-section-heading > p,
.pov-portfolio-grid > div > p,
.pov-cta-card > div > p:last-child {
	margin: 0;
	color: var(--pov-muted);
	font-size: 16px;
}

.pov-hero-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1903 / 826;
	background: #d8d4ce;
}
.pov-hero-banner-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 50%;
}
.pov-hero-banner-copy {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: clamp(24px, 4vw, 56px) clamp(24px, 6vw, 96px);
	pointer-events: none;
}
.pov-hero-kicker {
	display: flex;
	align-items: center;
	gap: 16px;
	width: min(36%, 580px);
	margin: 0 0 20px;
	color: var(--pov-navy);
	font-size: clamp(11px, 0.85vw, 13px);
	font-weight: 500;
	letter-spacing: 0.22em;
	line-height: 1;
	text-transform: uppercase;
}
.pov-hero-kicker span { flex: 0 0 auto; }
.pov-hero-kicker::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: currentColor;
}
.pov-hero-banner h1 {
	width: min(36%, 580px);
	margin: 0;
	color: var(--pov-navy);
	font-size: clamp(32px, 4.2vw, 68px);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.95;
	text-transform: uppercase;
}
.pov-hero-banner h1 span {
	display: block;
	white-space: nowrap;
}

.pov-lede {
	max-width: 600px;
	margin: 28px 0 0;
	color: #4f5564;
	font-size: clamp(17px, 1.7vw, 21px);
}

.pov-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.pov-button,
.pov-uniform-site .button,
.pov-uniform-site button,
.pov-uniform-site input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.pov-button-primary,
.pov-uniform-site .button,
.pov-uniform-site button.button,
.pov-uniform-site .woocommerce-button,
.pov-uniform-site input[type="submit"] { background: var(--pov-blue); color: var(--pov-white); }
.pov-button-primary:hover,
.pov-uniform-site .button:hover,
.pov-uniform-site button.button:hover,
.pov-uniform-site .woocommerce-button:hover,
.pov-uniform-site input[type="submit"]:hover { background: var(--pov-blue-dark); color: var(--pov-white); transform: translateY(-1px); }
.pov-button-secondary { border-color: rgba(10, 10, 44, 0.18); background: transparent; color: var(--pov-navy); }
.pov-button-secondary:hover { border-color: var(--pov-navy); color: var(--pov-navy); }
.pov-button-light { background: var(--pov-white); color: var(--pov-navy); }
.pov-button-light:hover { background: var(--pov-warm-gray); color: var(--pov-navy); transform: translateY(-1px); }

.pov-order-callout {
	max-width: 540px;
	margin: 24px 0 0;
	padding-left: 14px;
	border-left: 3px solid var(--pov-blue);
	color: var(--pov-muted);
	font-size: 13px;
}

.pov-sample-media {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--pov-gray);
}

.pov-sample-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pov-sample-media > span,
.pov-sample-badge {
	position: absolute;
	z-index: 3;
	right: 14px;
	bottom: 14px;
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,.65);
	border-radius: 5px;
	background: rgba(10,10,44,.72);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .18em;
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
}

.pov-category-grid,
.pov-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pov-category-card,
.pov-product-card {
	overflow: hidden;
	border: 1px solid rgba(10,10,44,.08);
	border-radius: var(--pov-radius);
	background: var(--pov-white);
	box-shadow: 0 8px 28px rgba(10,10,44,.045);
}
.pov-category-card .pov-sample-media { aspect-ratio: 1.22 / 1; }
.pov-category-card .pov-sample-media img { transition: transform 300ms ease; }
.pov-category-card:hover .pov-sample-media img { transform: scale(1.025); }
.pov-card-copy { padding: 25px 26px 27px; }
.pov-card-copy h3 { margin: 0; font-size: 24px; line-height: 1.15; }
.pov-card-copy h3 a { color: inherit; text-decoration: none; }
.pov-card-copy p { margin: 12px 0 18px; color: var(--pov-muted); font-size: 14px; }
.pov-text-link { color: var(--pov-blue); font-size: 14px; font-weight: 500; text-decoration: none; }
.pov-text-link:hover { color: var(--pov-navy); }
.pov-text-link span { display: inline-block; margin-left: 5px; }

.pov-section-navy { border: 0 !important; background: var(--pov-navy); color: var(--pov-white); }
.pov-section-navy h2 { color: var(--pov-white); }
.pov-section-navy .pov-eyebrow { color: #9eb9e8; }
.pov-section-navy .pov-section-heading { grid-template-columns: 1fr; }
.pov-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--pov-radius); background: rgba(255,255,255,.16); }
.pov-feature-grid article { min-height: 260px; padding: clamp(28px, 4vw, 48px); background: var(--pov-navy); }
.pov-feature-grid article > span { color: #9eb9e8; font-size: 12px; letter-spacing: .15em; }
.pov-feature-grid h3 { margin: 62px 0 12px; color: #fff; font-size: 23px; }
.pov-feature-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }

.pov-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.pov-process-grid li { min-height: 250px; padding: 28px; border: 1px solid var(--pov-line); border-radius: var(--pov-radius); background: rgba(255,255,255,.5); }
.pov-process-grid li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--pov-blue); color: #fff; font-size: 12px; }
.pov-process-grid h3 { margin: 70px 0 9px; font-size: 22px; }
.pov-process-grid p { margin: 0; color: var(--pov-muted); font-size: 14px; }

.pov-products-section { background: var(--pov-white); }
.pov-products-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px 24px;
	margin-bottom: 36px;
}
.pov-products-heading h2 {
	max-width: none;
	margin: 0;
	font-size: clamp(28px, 3.2vw, 40px);
}
.pov-products-heading .pov-text-link {
	flex: 0 0 auto;
	margin-left: auto;
	white-space: nowrap;
}
.pov-product-grid { grid-template-columns: repeat(3, 1fr); }
.pov-product-card .pov-sample-media { aspect-ratio: 1 / 1; }
.pov-product-card .pov-card-copy { padding: 20px 22px; }
.pov-product-card .pov-card-copy h3 { font-size: 17px; }
.pov-product-card .price { margin: 9px 0 0; color: var(--pov-blue); font-weight: 500; }

.pov-portfolio { background: var(--pov-warm-gray); }
.pov-portfolio-grid { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.pov-portfolio-grid > div > p:last-child { max-width: 690px; margin-top: 24px; font-size: 17px; }
.pov-proof-card { padding: clamp(34px, 5vw, 56px); border-radius: var(--pov-radius); background: var(--pov-white); box-shadow: var(--pov-shadow); }
.pov-proof-card .pov-proof-number { margin: 0; color: var(--pov-blue); font-family: "Space Grotesk", sans-serif; font-size: clamp(72px, 9vw, 120px); line-height: .8; }
.pov-proof-card > p:nth-child(2) { max-width: 270px; margin: 26px 0; color: var(--pov-muted); }
.pov-proof-card > div { display: flex; flex-wrap: wrap; gap: 7px; }
.pov-proof-card span { padding: 7px 10px; border-radius: 99px; background: var(--pov-paper); color: var(--pov-navy); font-size: 11px; }

.pov-cta { border: 0 !important; }
.pov-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(38px, 6vw, 72px); border-radius: 24px; background: var(--pov-blue); color: #fff; }
.pov-cta-card h2 { color: var(--pov-white); }
.pov-cta-card .pov-eyebrow { color: #d9e4f6; }
.pov-cta-card > div > p:last-child { max-width: 630px; margin-top: 18px; color: rgba(255,255,255,.78); }
.pov-cta-card .pov-button { flex: 0 0 auto; }
.pov-cta-card .pov-actions { margin-top: 0; }
.pov-cta-card .pov-button-secondary {
	border-color: rgba(255,255,255,.42);
	color: #fff;
}
.pov-cta-card .pov-button-secondary:hover {
	border-color: #fff;
	color: #fff;
}

/* WooCommerce and account screens */
.pov-uniform-site .site-main,
.pov-uniform-site [data-content="normal"] > article { color: var(--pov-navy); }
.pov-uniform-site.woocommerce-page .site-main,
.pov-uniform-site.woocommerce-account .site-main { padding-top: 28px; padding-bottom: 80px; }
.pov-uniform-site .hero-section[data-type="type-2"] {
	background: transparent !important;
	--container-padding: 28px 0 4px !important;
}
.pov-uniform-site .hero-section[data-type="type-2"] .entry-header {
	display: block;
	width: min(1180px, calc(100% - 48px));
	max-width: none;
	min-height: 0 !important;
	margin-inline: auto;
	padding: 20px 0 8px !important;
	text-align: left;
}
.pov-uniform-site .hero-section .page-title {
	max-width: 1180px;
	margin: 0 auto;
	width: min(1180px, calc(100% - 48px));
	color: var(--pov-navy);
	font-size: clamp(32px, 4.4vw, 48px);
	line-height: 1.08;
	text-align: left;
}
.pov-uniform-site.page-template-page-about .hero-section,
.pov-uniform-site.page-template-page-contact .hero-section { display: none; }
.pov-uniform-site .woocommerce-products-header { display: none; }
.pov-uniform-site .products .product { position: relative; overflow: hidden; border: 1px solid rgba(10,10,44,.08); border-radius: var(--pov-radius); background: #fff; padding-bottom: 20px; }
.pov-uniform-site .products .product > :not(figure):not(.pov-sample-badge) { margin-inline: 20px; }
.pov-uniform-site .products .product > figure { position: relative; width: 100%; margin: 0; }
.pov-uniform-site .products .product .ct-media-container { display: block; width: 100%; overflow: hidden; aspect-ratio: 1 / 1; }
.pov-uniform-site .products .product .ct-media-container img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pov-uniform-site .products .product .pov-sample-badge { top: 14px; bottom: auto; }
.pov-uniform-site .products .product .woocommerce-loop-product__title { margin: 16px 0 6px; font-size: 17px; line-height: 1.25; }
.pov-uniform-site .products .product .price { margin: 0 0 8px; color: var(--pov-blue); font-weight: 500; }
.pov-uniform-site .products .product .entry-meta { margin-bottom: 12px; color: var(--pov-muted); letter-spacing: .08em; }
.pov-uniform-site .products .product .button { width: calc(100% - 40px); }
.pov-uniform-site .woocommerce-product-gallery { position: relative; overflow: hidden; border-radius: var(--pov-radius); }
.pov-uniform-site .woocommerce-product-gallery::after { content: "SAMPLE"; position: absolute; top: 14px; right: 14px; z-index: 3; padding: 7px 10px; border-radius: 5px; background: rgba(10,10,44,.72); color: #fff; font-size: 10px; letter-spacing: .18em; }
.pov-uniform-site form.variations_form table.variations { margin-bottom: 18px; border: 0; }
.pov-uniform-site form.variations_form table.variations th,
.pov-uniform-site form.variations_form table.variations td { display: block; width: 100%; padding: 0 0 7px; border: 0; text-align: left; }
.pov-uniform-site form.variations_form table.variations th { margin-top: 8px; font-size: 13px; font-weight: 500; }
.pov-uniform-site form.variations_form table.variations select { width: min(100%, 360px); min-height: 46px; }
.pov-uniform-site form.variations_form .reset_variations { display: none !important; }
.pov-uniform-site form.variations_form .pov-size-select { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pov-size-options { display: flex; flex-wrap: wrap; gap: 8px; margin: 3px 0 8px; }
.pov-uniform-site .pov-size-option { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; min-height: 44px; padding: 8px 13px; border: 1px solid #cfd2d7; border-radius: 8px; background: #fff; color: var(--pov-navy); font-family: "Inter", sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; }
.pov-uniform-site .pov-size-option:hover { border-color: var(--pov-blue); color: var(--pov-blue); }
.pov-uniform-site .pov-size-option.is-selected { border-color: var(--pov-navy); background: var(--pov-navy); color: #fff; box-shadow: 0 0 0 1px var(--pov-navy); }
.pov-uniform-site .pov-size-option:focus-visible { outline: 2px solid var(--pov-blue); outline-offset: 2px; }
.pov-uniform-site .pov-size-option:disabled { border-color: #e4e5e7; background: #f2f2f1; color: #9a9da4; cursor: not-allowed; }
.pov-uniform-site form.variations_form .pov-color-select { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pov-uniform-site form.variations_form .pov-color-heading {
	display: block;
	margin-bottom: 4px;
	color: var(--pov-navy);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.pov-color-current {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.pov-color-options { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 10px; }
.pov-uniform-site .pov-color-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 5px;
	border: 2px solid transparent;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.pov-uniform-site .pov-color-option:hover { border-color: #c5c8ce; }
.pov-uniform-site .pov-color-option.is-selected { border-color: var(--pov-navy); }
.pov-uniform-site .pov-color-option:focus-visible { outline: 2px solid var(--pov-blue); outline-offset: 2px; }
.pov-uniform-site .pov-color-option:disabled { opacity: .35; cursor: not-allowed; }
.pov-color-swatch {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(10, 10, 44, .18);
}
.pov-product-notes {
	box-sizing: border-box;
	margin-top: 36px;
	margin-bottom: 56px;
	padding: 32px 36px;
	border: 1px solid var(--pov-line);
	border-radius: var(--pov-radius);
	background: #fff;
}
.pov-product-notes h2 { margin: 0 0 16px; font-size: 22px; }
.pov-product-notes p {
	margin: 0;
	color: var(--pov-muted);
	font-size: 15px;
	line-height: 1.7;
}
.pov-product-notes p + p { margin-top: 14px; }
.pov-message-widget {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 99990;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.admin-bar .pov-message-widget { bottom: 54px; }
.pov-uniform-site .pov-message-widget__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	min-width: 56px;
	min-height: 56px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--pov-navy);
	color: #fff;
	box-shadow: 0 10px 28px rgba(10, 10, 44, .28);
	cursor: pointer;
}
.pov-uniform-site .pov-message-widget__toggle:hover {
	background: var(--pov-blue);
	color: #fff;
	transform: none;
}
.pov-message-widget__icon { width: 22px; height: 22px; display: block; }
.pov-message-widget__panel {
	width: min(calc(100vw - 44px), 360px);
	padding: 18px 18px 16px;
	border: 1px solid var(--pov-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--pov-shadow);
}
.pov-message-widget__panel[hidden] { display: none !important; }
.pov-message-widget__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}
.pov-message-widget__eyebrow {
	margin: 0 0 2px;
	color: var(--pov-blue);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.pov-message-widget__head h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}
.pov-uniform-site .pov-message-widget__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--pov-muted);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}
.pov-uniform-site .pov-message-widget__close:hover {
	background: var(--pov-paper);
	color: var(--pov-navy);
	transform: none;
}
.pov-message-widget__note {
	margin: 0 0 12px;
	color: var(--pov-muted);
	font-size: 13px;
	line-height: 1.5;
}
.pov-message-widget__form textarea {
	display: block;
	width: 100%;
	min-height: 118px;
	margin: 0 0 10px;
	padding: 12px 13px;
	resize: vertical;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
}
.pov-message-widget__status {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--pov-navy);
}
.pov-message-widget__status.is-error { color: #9b2335; }
.pov-message-widget__status.is-success { color: #1f6b3a; }
.pov-uniform-site .pov-message-widget__submit {
	width: 100%;
	min-height: 46px;
}
.pov-uniform-site .single_variation_wrap .woocommerce-variation { margin-bottom: 14px; }
.pov-uniform-site input,
.pov-uniform-site select,
.pov-uniform-site textarea { border-color: #cfd2d7; border-radius: 8px; background: #fff; }
.pov-uniform-site form:is(.login, .register, .edit-account, .lost_reset_password) .show-password-input {
	top: 50% !important;
	right: 12px !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%) !important;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.pov-uniform-site form:is(.login, .register, .edit-account, .lost_reset_password) .password-input input {
	padding-right: 44px;
}
.pov-uniform-site.woocommerce-account:not(.logged-in) .woocommerce {
	max-width: 480px;
	margin: 12px auto 0;
	padding: 32px 28px 36px;
	border: 1px solid var(--pov-line);
	border-radius: var(--pov-radius);
	background: #fff;
	box-shadow: var(--pov-shadow);
}
.pov-uniform-site.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}
.pov-uniform-site.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-login__submit {
	width: 100%;
	margin-top: 8px;
}
.pov-uniform-site .woocommerce-checkout-review-order,
.pov-uniform-site .woocommerce-MyAccount-content,
.pov-uniform-site .woocommerce-cart-form,
.pov-uniform-site .cart-collaterals { border-radius: var(--pov-radius); }
.pov-checkout-note { margin: 4px 0 20px; padding: 16px 18px; border-left: 3px solid var(--pov-blue); border-radius: 5px; background: #eef2f8; color: #41495a; font-size: 13px; line-height: 1.6; }
.pov-checkout-note strong { color: var(--pov-navy); }
.pov-uniform-site.woocommerce-checkout #payment ul.wc_payment_methods { display: none; }
.pov-account-dashboard { display: grid; gap: 26px; }
.pov-account-welcome { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding: clamp(28px, 4vw, 44px); border-radius: 18px; background: var(--pov-navy); color: #fff; }
.pov-account-eyebrow { display: block; margin-bottom: 12px; color: #aebfdf; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.pov-account-welcome h2 { margin: 0; color: #fff; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; }
.pov-account-welcome p { min-height: 1.5em; margin: 12px 0 0; color: rgba(255,255,255,.7); }
.pov-account-logout { flex: 0 0 auto; padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; color: #fff; font-size: 13px; text-decoration: none; }
.pov-account-logout:hover { border-color: #fff; color: #fff; }
.pov-account-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pov-account-summary article { display: flex; min-height: 158px; flex-direction: column; padding: 22px; border: 1px solid var(--pov-line); border-radius: 14px; background: #fff; }
.pov-account-summary article > span { margin-bottom: 16px; color: var(--pov-muted); font-size: 12px; }
.pov-account-summary strong { overflow-wrap: anywhere; color: var(--pov-navy); font-family: "Space Grotesk", sans-serif; font-size: clamp(21px, 2.4vw, 28px); font-weight: 500; line-height: 1.15; }
.pov-account-summary small { margin-top: 8px; color: var(--pov-muted); font-size: 12px; }
.pov-account-actions-section,
.pov-account-recent { padding: 26px; border: 1px solid var(--pov-line); border-radius: 14px; background: #fff; }
.pov-account-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.pov-account-section-heading h3 { margin: 0; font-size: 21px; }
.pov-account-section-heading p { margin: 5px 0 0; color: var(--pov-muted); font-size: 12px; }
.pov-account-section-heading > a { color: var(--pov-blue); font-size: 12px; font-weight: 500; text-decoration: none; }
.pov-account-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.pov-account-actions > a { display: grid; gap: 5px; min-height: 88px; align-content: center; padding: 17px 18px; border: 1px solid var(--pov-line); border-radius: 10px; background: var(--pov-paper); color: var(--pov-navy); text-decoration: none; transition: border-color .15s ease, transform .15s ease; }
.pov-account-actions > a:hover { border-color: var(--pov-blue); color: var(--pov-navy); transform: translateY(-1px); }
.pov-account-actions strong { font-size: 14px; font-weight: 500; }
.pov-account-actions span { color: var(--pov-muted); font-size: 11px; }
.pov-account-order-list { border-top: 1px solid var(--pov-line); }
.pov-account-order-list > a { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 16px; padding: 16px 4px; border-bottom: 1px solid var(--pov-line); color: var(--pov-muted); font-size: 12px; text-decoration: none; }
.pov-account-order-list > a:hover { color: var(--pov-blue); }
.pov-account-order-list strong,
.pov-account-order-number { color: var(--pov-navy); font-weight: 500; }
.pov-order-list-payment { display: inline-flex; min-width: 0; flex-direction: column; gap: 3px; line-height: 1.25; }
.pov-order-list-payment__value { color: var(--pov-navy); font-weight: 500; }
.pov-order-list-payment__value small { color: var(--pov-muted); font-size: 10px; font-weight: 400; }
.pov-order-list-payment__split { color: var(--pov-muted); font-size: 10px; font-weight: 400; white-space: nowrap; }
.pov-account-order-list .pov-order-list-payment { align-items: flex-end; text-align: right; }
.pov-uniform-site .woocommerce-MyAccount-orders { width: 100%; table-layout: fixed; }
.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-number { width: 10%; }
.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-date { width: 19%; }
.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-status { width: 13%; }
.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-total { width: 46%; }
.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions { width: 12%; }
.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date,
.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status { white-space: nowrap; }
.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total { vertical-align: middle; }
.pov-account-order-payment { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; margin: 0; text-align: left; }
.pov-account-order-payment__total,
.pov-account-order-payment__parts > span { display: grid; min-width: 0; align-content: center; gap: 3px; padding: 5px 11px; border-left: 1px solid var(--pov-line); }
.pov-account-order-payment__total { padding-left: 0; border-left: 0; }
.pov-account-order-payment__total > strong { color: var(--pov-navy); font-size: 16px; font-weight: 500; white-space: nowrap; }
.pov-account-order-payment__total > small { overflow: hidden; color: var(--pov-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.pov-account-order-payment__parts { display: contents; }
.pov-account-order-payment__parts small { color: var(--pov-muted); font-size: 9px; white-space: nowrap; }
.pov-account-order-payment__parts strong { overflow-wrap: normal; color: var(--pov-navy); font-size: 13px; font-weight: 500; white-space: nowrap; }
.pov-account-order-status { justify-self: start; padding: 5px 8px; border-radius: 99px; background: #e9eef7; color: var(--pov-blue-dark); font-size: 10px; font-weight: 500; }
.pov-order-tracking {
	margin: 18px 0 8px;
	padding: 16px 18px;
	border: 1px solid var(--pov-line);
	border-radius: 12px;
	background: #fff;
}
.pov-order-tracking__eyebrow {
	margin: 0 0 2px;
	color: var(--pov-blue);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.pov-order-tracking h2 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.15;
}
.pov-order-tracking__label {
	margin: 0 0 2px;
	color: var(--pov-muted);
	font-size: 11px;
}
.pov-order-tracking__number {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .02em;
	overflow-wrap: anywhere;
}
.pov-order-tracking__number a { color: var(--pov-navy); text-decoration: underline; text-underline-offset: 2px; }
.pov-account-empty { padding: 24px; border-radius: 10px; background: var(--pov-paper); text-align: center; }
.pov-account-empty p { margin: 0 0 15px; color: var(--pov-muted); }
.pov-report-heading { margin-bottom: 28px; }
.pov-report-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); }
.pov-report-heading > p:last-child { margin: 10px 0 0; color: var(--pov-muted); }
.pov-report-filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin-bottom: 18px; padding: 18px; border: 1px solid var(--pov-line); border-radius: 12px; background: #fff; }
.pov-report-filters label { display: grid; gap: 5px; color: var(--pov-muted); font-size: 12px; }
.pov-report-filters input[type="date"] { min-height: 44px; }
.pov-report-filters .button { min-height: 44px; }
.pov-report-clear { align-self: center; color: var(--pov-blue); font-size: 13px; }
.pov-report-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.pov-report-summary > div { padding: 18px; border: 1px solid var(--pov-line); border-radius: 12px; background: #fff; }
.pov-report-summary > div > span { display: block; margin-bottom: 7px; color: var(--pov-muted); font-size: 12px; }
.pov-report-summary strong { color: var(--pov-navy); font-family: "Space Grotesk", sans-serif; font-size: 24px; font-weight: 500; white-space: nowrap; }
.pov-credit-state { display: inline-block; margin-right: 3px; padding: 2px 7px; border-radius: 999px; font-size: 10px; font-weight: 500; line-height: 1.5; text-transform: uppercase; }
.pov-credit-state--reserved { background: #fff3d6; color: #765500; }
.pov-credit-state--used { background: #e9f5ed; color: #176331; }
.pov-report-table-wrap { overflow-x: auto; border: 1px solid var(--pov-line); border-radius: 12px; }
.pov-report-table { margin: 0 !important; border: 0 !important; }
.pov-report-table th { white-space: nowrap; background: #f1f2f3; color: var(--pov-navy); font-size: 12px; font-weight: 500; letter-spacing: .04em; }
.pov-report-table td { min-width: 120px; font-size: 13px; }
.pov-report-table th:first-child,
.pov-report-table td:first-child { padding-left: 18px !important; }
.pov-status { display: inline-block; padding: 5px 8px; border-radius: 99px; background: #e9eef7; color: var(--pov-blue-dark); font-size: 11px; font-weight: 500; }
.pov-report-items { display: flex; flex-wrap: wrap; gap: 7px; min-width: 230px; }
.pov-report-item { display: inline-flex; flex: 0 1 190px; align-items: center; gap: 8px; min-width: 0; padding: 5px 8px 5px 5px; border: 1px solid var(--pov-line); border-radius: 8px; background: #fff; }
.pov-report-item__thumb { flex: 0 0 38px; width: 38px; height: 38px; overflow: hidden; border-radius: 5px; background: var(--pov-gray); }
.pov-report-item__thumb img { width: 100%; height: 100%; object-fit: cover; }
.pov-report-item__copy { display: grid; min-width: 0; line-height: 1.25; }
.pov-report-item__copy strong { overflow: hidden; color: var(--pov-navy); font-size: 11px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.pov-report-item__copy small { margin-top: 3px; color: var(--pov-muted); font-size: 10px; }

.pov-page-hero {
	padding: clamp(36px, 6vw, 72px) 0 12px;
}
.pov-page-hero h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(40px, 6vw, 72px);
	line-height: 1.02;
}
.pov-contact-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
	gap: 22px;
}
.pov-contact-card,
.pov-contact-aside {
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid var(--pov-line);
	border-radius: var(--pov-radius);
	background: #fff;
}
.pov-contact-card h2,
.pov-contact-aside h2 { margin: 0 0 12px; font-size: 24px; }
.pov-contact-card p,
.pov-contact-aside p { margin: 0 0 14px; color: var(--pov-muted); }
.pov-contact-card ul { margin: 0 0 22px; padding-left: 18px; color: var(--pov-navy); }
.pov-contact-card li { margin: 0 0 8px; }
.pov-contact-aside strong { display: block; margin-bottom: 6px; font-size: 18px; }

@media (max-width: 960px) {
	.pov-hero-banner {
		aspect-ratio: auto;
		height: min(72vh, 640px);
		min-height: 520px;
	}
	.pov-hero-banner-image { object-position: 32% 16%; }
	.pov-hero-banner-copy {
		justify-content: flex-end;
		align-items: stretch;
		padding: 28px 24px 32px;
		background: linear-gradient(180deg, transparent 42%, rgba(226, 223, 218, 0.92) 76%);
	}
	.pov-hero-kicker,
	.pov-hero-banner h1 { width: 100%; }
	.pov-hero-banner h1 { font-size: clamp(36px, 9vw, 52px); }
}

@media (max-width: 1000px) {
	.pov-category-grid { grid-template-columns: repeat(2, 1fr); }
	.pov-category-card:last-child { grid-column: 1 / -1; }
	.pov-category-card:last-child { display: grid; grid-template-columns: 1fr 1fr; }
	.pov-process-grid { grid-template-columns: repeat(2, 1fr); }
	.pov-product-grid { grid-template-columns: repeat(2, 1fr); }
	.pov-report-summary { grid-template-columns: repeat(2, 1fr); }
	.pov-contact-panel { grid-template-columns: 1fr; }
	.pov-footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
	.pov-uniform-site .ct-header [data-id="logo"] .site-logo-container { width: auto; height: 40px; }
	.pov-uniform-site .ct-header [data-id="logo"] .site-logo-container img { width: auto !important; max-width: 168px !important; height: 40px !important; max-height: 40px !important; }
	.pov-shell { width: min(100% - 28px, 1180px); }
	.pov-section { padding: 66px 0; }
	.pov-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
	.pov-hero-banner { height: min(78vh, 620px); }
	.pov-hero-banner-image { object-position: 30% 14%; }
	.pov-hero-banner-copy { padding: 24px 20px 28px; }
	.pov-category-grid,
	.pov-product-grid,
	.pov-feature-grid,
	.pov-process-grid,
	.pov-portfolio-grid { grid-template-columns: 1fr; }
	.pov-category-card:last-child { display: block; grid-column: auto; }
	.pov-feature-grid { gap: 1px; }
	.pov-feature-grid article { min-height: 220px; }
	.pov-feature-grid h3 { margin-top: 50px; }
	.pov-process-grid li { min-height: 215px; }
	.pov-process-grid h3 { margin-top: 48px; }
	.pov-cta-card { align-items: flex-start; flex-direction: column; gap: 28px; }
	.pov-actions .pov-button { width: 100%; }
	.pov-hero-section .page-title,
	.pov-uniform-site .hero-section .page-title { width: min(100% - 28px, 1180px); }
	.pov-report-summary { grid-template-columns: 1fr; }
	.pov-report-filters label { width: 100%; }
	.pov-report-filters input[type="date"] { width: 100%; }
	.pov-report-items { min-width: 0; }
	.pov-report-item { flex-basis: min(100%, 190px); }
	.pov-account-welcome { align-items: flex-start; flex-direction: column; }
	.pov-account-summary,
	.pov-account-actions { grid-template-columns: 1fr; }
	.pov-account-order-list > a { grid-template-columns: 1fr auto; gap: 7px 14px; }
	.pov-account-order-status { justify-self: end; }
	.pov-uniform-site .woocommerce-MyAccount-orders { table-layout: auto; }
	.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-number,
	.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-date,
	.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-status,
	.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-total,
	.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions { width: auto; }
	.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		text-align: right !important;
	}
	.pov-uniform-site .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number::before {
		content: attr(data-title) ":";
		font-weight: 500;
	}
	.pov-product-notes {
		padding: 24px 20px;
		margin-top: 24px;
		margin-bottom: 40px;
	}
	.pov-message-widget { right: 16px; bottom: 16px; }
	.pov-message-widget__panel { width: min(100vw - 32px, 360px); }
	.admin-bar .pov-message-widget { bottom: 62px; }
	.pov-account-order-payment { width: min(68vw, 260px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-left: auto; }
	.pov-account-order-payment__total { grid-column: 1 / -1; padding: 0 0 7px; border-bottom: 1px solid var(--pov-line); }
	.pov-account-order-payment__parts > span { padding: 3px 8px; }
	.pov-account-order-payment__parts > span:first-child { padding-left: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.pov-uniform-site *,
	.pov-uniform-site *::before,
	.pov-uniform-site *::after { scroll-behavior: auto !important; transition: none !important; }
}
