/*
 * WNYpress Main
 * Theme-specific presentation layered on top of theme.json.
 * Keep functionality in plugins; this file is intentionally visual only.
 */

:root {
	--wny-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.05);
	--wny-shadow-md: 0 12px 34px rgba(16, 24, 40, 0.09);
	--wny-shadow-lg: 0 28px 70px rgba(16, 24, 40, 0.13);
	--wny-radius-sm: 8px;
	--wny-radius: 14px;
	--wny-radius-lg: 24px;
}

/* Prevent long URLs and labels from escaping cards. */
:root :where(.wp-site-blocks) {
	overflow-wrap: anywhere;
}

/* Local site header. Global Core is intentionally responsible for the ecosystem bar. */
.wny-local-header {
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: rgba(255, 255, 255, 0.97);
	position: relative;
	z-index: 20;
}

.wny-local-header__inner {
	min-height: 76px;
}

.wny-local-header .wny-local-brand a,
.wny-local-header .wp-block-navigation-item__content {
	color: var(--wp--preset--color--charcoal);
}

.wny-local-header .wp-block-navigation-item__content:hover,
.wny-local-header .wp-block-navigation-item__content:focus-visible {
	color: var(--wp--preset--color--brand);
}

.wny-local-header .wny-local-brand {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 780;
	letter-spacing: -0.02em;
	line-height: 1;
}

.wny-local-header .wny-local-brand a {
	text-decoration: none;
}

.wny-local-header .wp-block-navigation__responsive-container-open,
.wny-local-header .wp-block-navigation__responsive-container-close {
	border-radius: 7px;
	padding: 0.35rem;
}

/* Shared sections. */
.wny-section {
	padding-top: clamp(4rem, 8vw, 7rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

.wny-section--compact {
	padding-top: clamp(2.75rem, 5vw, 4.5rem);
	padding-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.wny-section--bordered {
	border-top: 1px solid var(--wp--preset--color--line);
}

.wny-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brand);
	margin-bottom: 0.6rem;
}

.wny-kicker::before {
	content: "";
	width: 1.6rem;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.wny-lede {
	color: var(--wp--preset--color--muted);
	font-size: clamp(1.1rem, 1rem + 0.35vw, 1.35rem);
	line-height: 1.62;
	max-width: 720px;
}

.wny-display {
	max-width: 980px;
}

.wny-small {
	font-size: 0.9rem;
	color: var(--wp--preset--color--muted);
}

/* Hero. */
.wny-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 12%, rgba(47, 91, 231, 0.14), transparent 28rem),
		linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.wny-hero::after {
	content: "";
	position: absolute;
	right: -9rem;
	bottom: -12rem;
	width: 32rem;
	height: 32rem;
	border: 1px solid rgba(47, 91, 231, 0.13);
	border-radius: 50%;
	pointer-events: none;
}

.wny-hero__inner {
	position: relative;
	z-index: 2;
}

.wny-hero .wp-block-heading {
	margin-top: 0;
}

.wny-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	color: var(--wp--preset--color--muted);
	font-size: 0.88rem;
	font-weight: 650;
	margin-top: 1.6rem;
}

.wny-hero__trust span::before {
	content: "✓";
	color: var(--wp--preset--color--brand);
	font-weight: 900;
	margin-right: 0.4rem;
}

/* Cards. */
.wny-card {
	height: 100%;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wny-radius);
	background: var(--wp--preset--color--white);
	box-shadow: var(--wny-shadow-sm);
	padding: clamp(1.35rem, 2.6vw, 2rem);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.wny-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--wny-shadow-md);
	border-color: #cfd6e0;
}

.wny-card .wp-block-heading {
	margin-top: 0.9rem;
	margin-bottom: 0.55rem;
}

.wny-card p {
	color: var(--wp--preset--color--muted);
}

.wny-card__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 11px;
	background: var(--wp--preset--color--mist);
	color: var(--wp--preset--color--brand);
	font-size: 1.15rem;
	font-weight: 900;
}

.wny-card__link {
	font-size: 0.92rem;
	font-weight: 750;
}

.wny-card__link a::after {
	content: " →";
}

/* MBOS feature panel. */
.wny-dark-panel {
	position: relative;
	overflow: hidden;
	border-radius: var(--wny-radius-lg);
	background: linear-gradient(135deg, #171717 0%, #222937 100%);
	box-shadow: var(--wny-shadow-lg);
}

.wny-dark-panel::before {
	content: "";
	position: absolute;
	inset: auto -7rem -9rem auto;
	width: 25rem;
	height: 25rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(47, 91, 231, 0.42) 0%, rgba(47, 91, 231, 0) 68%);
}

.wny-dark-panel > * {
	position: relative;
	z-index: 2;
}

.wny-dark-panel .wny-kicker {
	color: #a9bcff;
}

.wny-dark-panel p {
	color: #c9ced8;
}

.wny-dark-panel h2,
.wny-dark-panel h3 {
	color: #ffffff;
}

/* Values / feature rows. */
.wny-value {
	border-top: 1px solid var(--wp--preset--color--line);
	padding-top: 1.4rem;
}

.wny-value strong {
	display: block;
	font-size: 1.08rem;
	margin-bottom: 0.35rem;
}

.wny-value p {
	color: var(--wp--preset--color--muted);
	margin-top: 0;
}

/* Local/WNY panel. */
.wny-local-panel {
	border-radius: var(--wny-radius-lg);
	background:
		linear-gradient(120deg, rgba(47, 91, 231, 0.08), rgba(245, 158, 11, 0.08)),
		var(--wp--preset--color--cloud);
	border: 1px solid var(--wp--preset--color--line);
}

/* CTA. */
.wny-cta {
	border-radius: var(--wny-radius-lg);
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--white);
	box-shadow: var(--wny-shadow-md);
}

.wny-cta h2,
.wny-cta h3,
.wny-cta p {
	color: var(--wp--preset--color--white);
}

.wny-cta p {
	opacity: 0.84;
}

.wny-cta .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: rgba(255,255,255,0.7);
	color: #fff;
}

/* About page. */
.wny-about-hello {
	border-left: 4px solid var(--wp--preset--color--accent);
	padding-left: clamp(1.2rem, 3vw, 2rem);
}

.wny-ecosystem-item {
	padding: 1rem 0;
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.wny-ecosystem-item:last-child {
	border-bottom: 0;
}

.wny-ecosystem-item strong {
	display: block;
}

/* Contact page and Gravity Forms. */
.wny-contact-card {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wny-radius-lg);
	background: #fff;
	box-shadow: var(--wny-shadow-md);
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

.wny-contact-meta {
	border-top: 1px solid var(--wp--preset--color--line);
	padding-top: 1.15rem;
	margin-top: 1.15rem;
}

.wny-contact-form-shell .gform_wrapper {
	margin-top: 1.25rem;
}

.wny-contact-form-shell .gform_wrapper .gfield_label,
.wny-contact-form-shell .gform_wrapper label {
	color: var(--wp--preset--color--charcoal);
	font-weight: 700;
}

.wny-contact-form-shell .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wny-contact-form-shell .gform_wrapper textarea,
.wny-contact-form-shell .gform_wrapper select {
	width: 100%;
	border: 1px solid #cfd6e0;
	border-radius: 8px;
	background: #fff;
	color: var(--wp--preset--color--ink);
	font: inherit;
	padding: 0.78rem 0.9rem;
	box-shadow: none;
}

.wny-contact-form-shell .gform_wrapper input:focus,
.wny-contact-form-shell .gform_wrapper textarea:focus,
.wny-contact-form-shell .gform_wrapper select:focus {
	border-color: var(--wp--preset--color--brand);
	outline: 3px solid rgba(47, 91, 231, 0.16);
	outline-offset: 1px;
}

.wny-contact-form-shell .gform_wrapper input[type="submit"],
.wny-contact-form-shell .gform_wrapper button[type="submit"] {
	border: 0;
	border-radius: 8px;
	background: var(--wp--preset--color--brand);
	color: #fff;
	font: inherit;
	font-weight: 750;
	padding: 0.82rem 1.2rem;
	cursor: pointer;
}

.wny-contact-form-shell .gform_wrapper input[type="submit"]:hover,
.wny-contact-form-shell .gform_wrapper button[type="submit"]:hover {
	background: var(--wp--preset--color--brand-dark);
}

/* Core button refinements. */
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
	box-shadow: 0 5px 15px rgba(47, 91, 231, 0.14);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	transform: translateY(-1px);
	background: var(--wp--preset--color--brand-dark) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--mist);
}

/* Accessible focus treatment. */
:where(a, button, input, textarea, select, .wp-element-button):focus-visible {
	outline: 3px solid rgba(47, 91, 231, 0.36);
	outline-offset: 3px;
}

/* Global Core may add content immediately before/after the theme. Keep theme spacing predictable. */
.wp-site-blocks {
	padding-top: 0;
	padding-bottom: 0;
}

/* Mobile refinements. */
@media (max-width: 781px) {
	.wny-local-header__inner {
		min-height: 66px;
	}

	.wny-local-header .wp-block-buttons {
		display: none;
	}

	.wny-section {
		padding-top: 3.6rem;
		padding-bottom: 3.6rem;
	}

	.wny-dark-panel,
	.wny-local-panel,
	.wny-cta {
		border-radius: 16px;
	}

	.wny-card:hover {
		transform: none;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		padding: 1.25rem;
	}
}

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

/* ================================================================
 * WNYpress Services
 * Site-specific refinements. Commerce behavior remains plugin-owned.
 * ================================================================ */

.wny-services-header .wny-local-brand {
	font-size: 1.1rem;
}

.wny-services-front {
	min-height: 40vh;
}

/* The Service Packages front page is plugin/page-content driven. Remove
 * accidental theme padding so its hero and package sections can remain full width. */
.wny-services-front > .wp-block-post-content {
	margin-block-start: 0;
}

.wny-services-front .wp-block-post-content > :first-child {
	margin-block-start: 0;
}

/* Generic Services page rhythm. */
body.woocommerce-page main,
body.woocommerce main,
.wny-services-project-page {
	--wny-commerce-gap: clamp(1.25rem, 2.2vw, 2rem);
}

/* WooCommerce / WNYpress Services content should use the same maximum width
 * as the rest of the WNYpress design system without forcing plugin internals
 * into a narrow article column. */
body.woocommerce-page .woocommerce,
body.woocommerce .woocommerce,
.wny-services-project-page .woocommerce,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* Store headings and breadcrumb/filter UI. */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.wc-block-breadcrumbs,
.wc-block-components-sort-select {
	color: var(--wp--preset--color--muted);
	font-size: 0.9rem;
}

.woocommerce .woocommerce-breadcrumb a,
.wc-block-breadcrumbs a {
	color: var(--wp--preset--color--muted);
}

.woocommerce .woocommerce-breadcrumb a:hover,
.wc-block-breadcrumbs a:hover {
	color: var(--wp--preset--color--brand);
}

.woocommerce select,
.wc-block-components-select__select,
.wc-block-components-combobox-control input,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce-page input.input-text,
.woocommerce-page textarea {
	border: 1px solid #cfd6e0;
	border-radius: 8px;
	background: #fff;
	color: var(--wp--preset--color--ink);
	font: inherit;
	padding: 0.72rem 0.85rem;
}

/* Legacy Woo product loops. */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 2.6vw, 2.5rem);
	margin-top: 2rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: var(--wny-radius);
	background: var(--wp--preset--color--cloud);
	margin-bottom: 1.1rem;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.woocommerce ul.products li.product:hover a img {
	transform: translateY(-2px);
	box-shadow: var(--wny-shadow-md);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--wp--preset--color--charcoal);
	font-size: 1.05rem;
	font-weight: 720;
	line-height: 1.3;
	padding: 0;
	margin: 0 0 0.35rem;
}

.woocommerce ul.products li.product .price {
	color: var(--wp--preset--color--muted);
	font-size: 0.86rem;
	margin-bottom: 0.8rem;
}

/* WooCommerce Blocks product collection. */
.wc-block-product-template,
.wp-block-woocommerce-product-template {
	gap: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 2.6vw, 2.5rem);
}

.wc-block-product,
.wp-block-woocommerce-product-template > li {
	text-align: center;
}

.wc-block-components-product-image img,
.wc-block-product img {
	border-radius: var(--wny-radius);
	background: var(--wp--preset--color--cloud);
}

.wc-block-components-product-title,
.wc-block-components-product-title a,
.wp-block-post-title a {
	color: var(--wp--preset--color--charcoal);
}

/* Buttons: WooCommerce remains authoritative for actions; theme only styles them. */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	border: 0;
	border-radius: 999px;
	background: var(--wp--preset--color--charcoal);
	color: #fff;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 720;
	line-height: 1.2;
	padding: 0.75rem 1.25rem;
	box-shadow: none;
	transition: transform 120ms ease, background-color 120ms ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	background: var(--wp--preset--color--brand);
	color: #fff;
	transform: translateY(-1px);
}

/* Pagination. */
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 0.35rem;
	justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 2.4rem;
	min-height: 2.4rem;
	display: grid;
	place-items: center;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 8px;
	background: #fff;
	color: var(--wp--preset--color--ink);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--wp--preset--color--brand);
	border-color: var(--wp--preset--color--brand);
	color: #fff;
}

/* My Project / cart. These selectors intentionally stay generic so WNYpress
 * Services can continue changing WooCommerce labels and calculations in PHP. */
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.wc-block-cart__main,
.wc-block-cart__sidebar,
.wc-block-components-sidebar,
.wc-block-components-main {
	border-color: var(--wp--preset--color--line);
}

.cart_totals,
.woocommerce-checkout-review-order,
.wc-block-cart__sidebar,
.wc-block-components-sidebar {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wny-radius);
	background: #fff;
	box-shadow: var(--wny-shadow-sm);
	padding: clamp(1.15rem, 2vw, 1.7rem);
}

.woocommerce table.shop_table {
	border: 0;
	border-collapse: collapse;
	border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding: 0.95rem 0.75rem;
}

.woocommerce table.shop_table th {
	color: var(--wp--preset--color--muted);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order,
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
	width: 100%;
	border-radius: 8px;
	background: var(--wp--preset--color--charcoal);
	color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover {
	background: var(--wp--preset--color--brand);
}

/* Notices and validation. */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wny-radius-sm);
	background: var(--wp--preset--color--cloud);
	color: var(--wp--preset--color--ink);
	box-shadow: none;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: var(--wp--preset--color--brand);
}

/* Single products, should a service/product record be opened directly. */
.woocommerce div.product .product_title {
	font-size: clamp(2rem, 1.5rem + 1.6vw, 3.5rem);
	line-height: 1.08;
}

.woocommerce div.product div.images img {
	border-radius: var(--wny-radius-lg);
	background: var(--wp--preset--color--cloud);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--wp--preset--color--muted);
}

/* Avoid legacy theme attribution/footer fragments from plugin fallback layouts. */
.site-info,
.wp-block-site-title + .wp-block-site-tagline:empty {
	display: none;
}

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

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

	.woocommerce ul.products li.product a img {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* --------------------------------------------------------------------------
 * WNYpress network 404
 * -------------------------------------------------------------------------- */
.wny-404 {
	box-sizing: border-box;
	padding: clamp(2.25rem, 5vw, 4.25rem) 1.25rem clamp(3rem, 6vw, 5rem);
	background: #ffffff;
	color: #142239;
}

.wny-404__inner {
	max-width: 760px !important;
	margin-inline: auto;
	text-align: center;
}

.wny-404__code {
	margin: 0 0 .25rem;
	color: #d9dce2;
	font-size: clamp(4.75rem, 10vw, 7.5rem);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .82;
}

.wny-404__title {
	margin: 0 auto clamp(1rem, 2vw, 1.35rem);
	max-width: 720px;
	color: #142239;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.wny-404-media {
	width: min(100%, 410px);
	margin: 0 auto .55rem;
}

.wny-404-media__window {
	padding: 3px;
	border: 1px solid #202020;
	background: #bfbfbf;
	box-shadow:
		0 0 0 1px #f4f4f4 inset,
		0 0 0 2px #6d6d6d,
		0 10px 24px rgba(20, 34, 57, .14);
}

.wny-404-media__titlebar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 27px;
	padding: 3px 5px 3px 8px;
	background: #07379b;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	user-select: none;
}

.wny-404-media__close {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border: 1px solid #1f1f1f;
	background: #d6d6d6;
	box-shadow: 1px 1px 0 #ffffff inset, -1px -1px 0 #707070 inset;
	color: #111111;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.wny-404-media video {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	background: #000000;
}

.wny-404-media__hear {
	display: inline-flex;
	gap: .42rem;
	align-items: center;
	justify-content: center;
	margin: .7rem auto 0;
	padding: .2rem .35rem;
	border: 0;
	background: transparent;
	color: #064cc9;
	font: inherit;
	font-size: .95rem;
	font-weight: 650;
	line-height: 1.35;
	cursor: pointer;
}

.wny-404-media__hear:hover,
.wny-404-media__hear:focus-visible {
	text-decoration: underline;
}

.wny-404-media__hear:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.wny-404-media__speaker {
	font-size: 1.05rem;
	line-height: 1;
}

.wny-404__subtitle {
	margin: .65rem auto .35rem;
	max-width: 640px;
	color: #142239;
	font-size: clamp(1.12rem, 2vw, 1.35rem);
	font-weight: 750;
	line-height: 1.25;
}

.wny-404__copy {
	max-width: 560px;
	margin: 0 auto 1.15rem;
	color: #4e5b6d;
	font-size: 1rem;
	line-height: 1.55;
}

.wny-404__actions {
	gap: .8rem;
	margin: 0 auto 1.1rem;
}

.wny-404__actions .wp-block-button__link {
	min-width: 190px;
	padding: .78rem 1.15rem;
	border-radius: 6px;
	font-weight: 700;
}

.wny-404__home .wp-block-button__link::before {
	content: "⌂";
	margin-right: .45rem;
	font-size: 1.15em;
	vertical-align: -.03em;
}

.wny-404__support .wp-block-button__link::before {
	content: "?";
	display: inline-grid;
	width: 1.2em;
	height: 1.2em;
	margin-right: .45rem;
	place-items: center;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	font-size: .78em;
	font-weight: 800;
	line-height: 1;
	vertical-align: .1em;
}

.wny-404__search-wrap {
	max-width: 410px !important;
	margin-inline: auto;
}

.wny-404__search-label {
	margin: 0 0 .35rem;
	color: #7a828d;
	font-size: .8rem;
}

.wny-404__search.wp-block-search {
	margin: 0;
}

.wny-404__search .wp-block-search__inside-wrapper {
	min-height: 42px;
	padding: 0;
	border: 1px solid #d4d9e0;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.wny-404__search .wp-block-search__input {
	min-width: 0;
	padding: .65rem .8rem;
	border: 0;
	outline: 0;
	background: transparent;
	color: #142239;
	font: inherit;
}

.wny-404__search .wp-block-search__button {
	margin: 0;
	padding: .55rem .7rem;
	border: 0;
	background: transparent;
	color: #334155;
}

.wny-404__search .wp-block-search__button:hover,
.wny-404__search .wp-block-search__button:focus-visible {
	background: #f3f5f8;
}

@media (max-width: 600px) {
	.wny-404 {
		padding-inline: 1rem;
	}

	.wny-404__code {
		font-size: clamp(4.25rem, 24vw, 6rem);
	}

	.wny-404__title {
		font-size: clamp(1.7rem, 8vw, 2.2rem);
	}

	.wny-404-media {
		width: min(100%, 360px);
	}

	.wny-404__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wny-404__actions .wp-block-button,
	.wny-404__actions .wp-block-button__link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wny-404-media video {
		scroll-behavior: auto;
	}
}


/* 0.1.3: live WooCommerce product-category hierarchy; Uncategorized excluded from local navigation. */
.wny-services-header .wp-block-wnypress-services-category-navigation {
	margin: 0;
	min-width: 0;
}

.wnypress-services-category-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wnypress-services-category-nav__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.18rem 0.75rem;
}

@media (min-width: 901px) {
	.wny-services-header .wp-block-wnypress-services-category-navigation {
		width: 100%;
	}

	.wnypress-services-category-nav__list {
		justify-content: center;
		flex-wrap: nowrap;
		gap: 0 .55rem;
	}

	.wnypress-services-category-nav__link {
		font-size: .75rem;
	}
}

.wnypress-services-category-nav__item {
	position: relative;
}

.wnypress-services-category-nav__row {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.wnypress-services-category-nav__link {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	color: var(--wp--preset--color--charcoal);
	font-size: 0.82rem;
	font-weight: 720;
	line-height: 1.2;
	text-decoration: none;
}

.wnypress-services-category-nav__toggle {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--wp--preset--color--charcoal);
	cursor: pointer;
	display: inline-grid;
	place-items: center;
	width: 1.35rem;
	height: 38px;
	padding: 0;
	font: inherit;
}

.wnypress-services-category-nav__toggle span {
	display: inline-block;
	font-size: 0.92rem;
	line-height: 1;
	transition: transform 140ms ease;
}

.wnypress-services-category-nav__item:hover > .wnypress-services-category-nav__row > .wnypress-services-category-nav__link,
.wnypress-services-category-nav__link:focus-visible,
.wnypress-services-category-nav__item.is-current > .wnypress-services-category-nav__row > .wnypress-services-category-nav__link,
.wnypress-services-category-nav__item.is-ancestor > .wnypress-services-category-nav__row > .wnypress-services-category-nav__link {
	color: var(--wp--preset--color--brand);
}

.wnypress-services-category-nav__submenu {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	z-index: 50;
	display: none;
	min-width: 230px;
	max-width: min(340px, 88vw);
	padding: 0.55rem;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--wny-shadow-md);
}

.wnypress-services-category-nav__submenu .wnypress-services-category-nav__item {
	width: 100%;
}

.wnypress-services-category-nav__submenu .wnypress-services-category-nav__row {
	white-space: normal;
}

.wnypress-services-category-nav__submenu .wnypress-services-category-nav__link {
	flex: 1 1 auto;
	min-height: 0;
	padding: 0.62rem 0.7rem;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 650;
}

.wnypress-services-category-nav__submenu .wnypress-services-category-nav__link:hover,
.wnypress-services-category-nav__submenu .wnypress-services-category-nav__link:focus-visible {
	background: var(--wp--preset--color--surface, #f7f8fa);
}

.wnypress-services-category-nav__submenu .wnypress-services-category-nav__submenu {
	top: -0.55rem;
	left: calc(100% + 0.35rem);
}

@media (hover: hover) and (min-width: 901px) {
	.wnypress-services-category-nav__item.has-children:hover > .wnypress-services-category-nav__submenu,
	.wnypress-services-category-nav__item.has-children:focus-within > .wnypress-services-category-nav__submenu,
	.wnypress-services-category-nav__item.has-children.is-open > .wnypress-services-category-nav__submenu {
		display: block;
	}
}

.wnypress-services-category-nav__item.is-open > .wnypress-services-category-nav__row .wnypress-services-category-nav__toggle span {
	transform: rotate(180deg);
}

@media (max-width: 900px) {
	.wny-services-header .wny-local-header__inner {
		align-items: flex-start !important;
		flex-wrap: wrap !important;
		gap: 0.35rem 1rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.wny-services-header .wp-block-wnypress-services-category-navigation {
		flex-basis: 100%;
		width: 100%;
	}

	.wnypress-services-category-nav__list {
		align-items: stretch;
		justify-content: flex-start;
		gap: 0.1rem 0.8rem;
	}

	.wnypress-services-category-nav__submenu,
	.wnypress-services-category-nav__submenu .wnypress-services-category-nav__submenu {
		position: static;
		display: none;
		width: 100%;
		min-width: 0;
		max-width: none;
		margin: 0.15rem 0 0.45rem;
		padding: 0.35rem 0 0.35rem 0.65rem;
		border: 0;
		border-left: 2px solid var(--wp--preset--color--line);
		border-radius: 0;
		box-shadow: none;
	}

	.wnypress-services-category-nav__item.is-open > .wnypress-services-category-nav__submenu {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wnypress-services-category-nav__toggle span {
		transition: none;
	}
}

/* --------------------------------------------------------------------------
 * WNYpress personalized service-category archives (theme 0.1.5)
 * -------------------------------------------------------------------------- */
body.tax-product_cat .woocommerce {
	max-width: 100%;
}

body.tax-product_cat .woocommerce-breadcrumb {
	max-width: 1200px;
	margin: 1.45rem auto 1rem;
	padding-inline: clamp(1rem, 3vw, 2rem);
}

.wny-category-hero,
.wny-category-explore,
.wny-category-help-tiles,
.wny-category-rich-content,
.wny-category-main-grid,
.wny-category-products-heading,
body.tax-product_cat .woocommerce > .woocommerce-result-count,
body.tax-product_cat .woocommerce > .woocommerce-ordering,
body.tax-product_cat .woocommerce > ul.products,
body.tax-product_cat .woocommerce > nav.woocommerce-pagination,
.wny-category-final-cta {
	box-sizing: border-box;
}

.wny-category-hero {
	margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
}

.wny-category-hero__inner {
	max-width: 1200px;
	margin-inline: auto;
	padding: clamp(2.4rem, 5vw, 4.7rem) clamp(1rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.wny-category-hero--parent {
	background: radial-gradient(circle at 76% 38%, rgba(29, 115, 207, .34), transparent 36%), #06233e;
	color: #fff;
}

.wny-category-hero--child {
	background: linear-gradient(110deg, #f7fbff 0%, #fff 48%, #edf6ff 100%);
	border-bottom: 1px solid #e2eaf3;
	color: #10233f;
}

.wny-category-hero h1 {
	margin: 0 0 1rem;
	font-size: clamp(2.35rem, 5vw, 4.5rem);
	line-height: .98;
	letter-spacing: -.045em;
}

.wny-category-hero--parent h1 { color: #fff; }
.wny-category-hero__intro {
	max-width: 700px;
	margin: 0;
	font-size: clamp(1rem, 1.3vw, 1.22rem);
	line-height: 1.65;
	color: inherit;
	opacity: .9;
}

.wny-category-hero__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem 1.5rem;
	margin: 1.65rem 0 1.9rem;
}

.wny-category-highlight {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-size: .9rem;
	font-weight: 700;
}

.wny-category-highlight__icon,
.wny-category-button__arrow,
.wny-category-explore-card__icon,
.wny-category-explore-card__arrow,
.wny-category-help-tile__icon,
.wny-category-final-cta__icon,
.wny-category-sidebar-card__icon {
	display: inline-grid;
	place-items: center;
}

.wny-category-highlight__icon svg,
.wny-category-button__arrow svg,
.wny-category-explore-card__icon svg,
.wny-category-explore-card__arrow svg,
.wny-category-help-tile__icon svg,
.wny-category-final-cta__icon svg,
.wny-category-sidebar-card__icon svg {
	width: 1.25em;
	height: 1.25em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wny-category-highlight__icon { color: #ff7a00; }
.wny-category-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	min-height: 48px;
	padding: .82rem 1.25rem;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.wny-category-button--primary {
	background: #ff6a00;
	color: #fff;
	box-shadow: 0 12px 28px rgba(255, 106, 0, .18);
}

.wny-category-button--primary:hover {
	background: #e85f00;
	color: #fff;
	transform: translateY(-1px);
}

.wny-category-hero__art img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 430px;
	object-fit: contain;
	filter: drop-shadow(0 24px 42px rgba(0, 27, 54, .16));
}

.wny-category-explore,
.wny-category-help-tiles,
.wny-category-rich-content,
.wny-category-main-grid,
.wny-category-final-cta,
body.tax-product_cat .woocommerce > .wny-category-products-heading,
body.tax-product_cat .woocommerce > .woocommerce-result-count,
body.tax-product_cat .woocommerce > .woocommerce-ordering,
body.tax-product_cat .woocommerce > ul.products,
body.tax-product_cat .woocommerce > nav.woocommerce-pagination {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 3vw, 2rem);
	padding-right: clamp(1rem, 3vw, 2rem);
}

.wny-category-section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 1rem;
	margin-bottom: 1.3rem;
}

.wny-category-section-heading h2,
.wny-category-products-heading h2 {
	margin: .15rem 0 0;
	font-size: clamp(1.45rem, 2vw, 2rem);
	letter-spacing: -.025em;
}

.wny-category-kicker {
	color: #0d6efd;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.wny-category-explore { margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.wny-category-explore__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
}

.wny-category-explore-card {
	position: relative;
	min-height: 180px;
	padding: 1.2rem;
	display: flex;
	flex-direction: column;
	gap: .7rem;
	border: 1px solid #dce5ef;
	border-radius: 12px;
	background: #fff;
	color: #132238;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(8, 35, 66, .04);
	transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.wny-category-explore-card:hover {
	transform: translateY(-3px);
	border-color: #9dc6f7;
	box-shadow: 0 16px 34px rgba(8, 35, 66, .08);
	color: #132238;
}

.wny-category-explore-card__icon { color: #0d6efd; justify-self: start; font-size: 1.35rem; }
.wny-category-explore-card strong { font-size: .96rem; line-height: 1.25; }
.wny-category-explore-card > span:not(.wny-category-explore-card__icon):not(.wny-category-explore-card__arrow) { color: #667588; font-size: .8rem; line-height: 1.45; }
.wny-category-explore-card__arrow { color: #0d6efd; margin-top: auto; margin-left: auto; }

.wny-category-help-tiles { margin-bottom: clamp(2.8rem, 5vw, 4.5rem); }
.wny-category-help-tiles__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: .8rem;
}
.wny-category-help-tile {
	min-height: 118px;
	padding: 1rem .85rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: .65rem;
	text-align: center;
	border: 1px solid #dce5ef;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(8, 35, 66, .035);
}
.wny-category-help-tile__icon { color: #0d6efd; font-size: 1.45rem; }
.wny-category-help-tile strong { font-size: .86rem; line-height: 1.3; }
.wny-category-help-tiles__note { color: #667588; margin: 1.1rem 0 0; font-size: .9rem; }

.wny-category-rich-content {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.wny-category-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(2rem, 4vw, 3.6rem);
	align-items: start;
	margin-top: 1.5rem;
}

.wny-category-main-grid .wny-category-products-heading {
	padding: 0;
	margin: 0 0 .4rem;
}

.wny-category-main-grid .woocommerce-result-count { float: left; }
.wny-category-main-grid .woocommerce-ordering { float: right; }
.wny-category-main-grid ul.products { clear: both; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1.2rem; }

.wny-category-products-heading { margin-top: 1rem; margin-bottom: .1rem; }

.wny-category-sidebar {
	display: grid;
	gap: 1.2rem;
	position: sticky;
	top: 2rem;
}

.wny-category-sidebar-card {
	padding: 1.25rem;
	border: 1px solid #dce5ef;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(8, 35, 66, .045);
}
.wny-category-sidebar-card--help { background: linear-gradient(145deg, #f7fbff, #fff); }
.wny-category-sidebar-card h3 { margin: 0 0 .9rem; font-size: 1rem; }
.wny-category-sidebar-card p { margin: 0 0 .9rem; color: #667588; font-size: .88rem; line-height: 1.55; }
.wny-category-sidebar-card > a { font-weight: 800; font-size: .88rem; }
.wny-category-sidebar-card__icon { color: #0d6efd; font-size: 2rem; margin-bottom: .75rem; }
.wny-category-sibling-nav { display: grid; gap: .35rem; }
.wny-category-sibling-nav a { padding: .45rem 0; color: #42536a; font-size: .84rem; text-decoration: none; }
.wny-category-sibling-nav a:hover, .wny-category-sibling-nav a.is-current { color: #ff6a00; font-weight: 800; }
.wny-category-sibling-nav__back { margin-top: .65rem; padding-top: .9rem !important; border-top: 1px solid #e5ebf2; color: #0d6efd !important; }
.wny-category-trust-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.wny-category-trust-list li { position: relative; padding-left: 1.35rem; color: #42536a; font-size: .84rem; }
.wny-category-trust-list li::before { content: "✓"; position: absolute; left: 0; color: #0d6efd; font-weight: 900; }

.wny-category-final-cta {
	margin-top: clamp(3rem, 6vw, 5rem);
	margin-bottom: clamp(3rem, 6vw, 5rem);
	padding-top: 1.35rem;
	padding-bottom: 1.35rem;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.2rem;
	align-items: center;
	border: 1px solid #dbe7f4;
	border-radius: 14px;
	background: linear-gradient(110deg, #f6fbff, #fff);
}
.wny-category-final-cta__icon { width: 64px; height: 64px; border-radius: 50%; background: #e7f2ff; color: #0d6efd; font-size: 2rem; }
.wny-category-final-cta__copy h2 { margin: 0 0 .25rem; font-size: 1.3rem; }
.wny-category-final-cta__copy p { margin: 0; color: #667588; font-size: .9rem; }

@media (max-width: 1100px) {
	.wny-category-explore__grid,
	.wny-category-help-tiles__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.wny-category-main-grid { grid-template-columns: minmax(0, 1fr) 260px; }
	.wny-category-main-grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
	.wny-category-hero__inner { grid-template-columns: 1fr; }
	.wny-category-hero__art { order: -1; max-width: 520px; margin-inline: auto; }
	.wny-category-hero__art img { max-height: 310px; }
	.wny-category-main-grid { grid-template-columns: 1fr; }
	.wny-category-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wny-category-sidebar-card:first-child { grid-column: 1 / -1; }
	.wny-category-final-cta { grid-template-columns: auto 1fr; }
	.wny-category-final-cta .wny-category-button { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
	.wny-category-explore__grid,
	.wny-category-help-tiles__grid { grid-template-columns: 1fr 1fr; }
	.wny-category-main-grid ul.products { grid-template-columns: 1fr; }
	.wny-category-sidebar { grid-template-columns: 1fr; }
	.wny-category-final-cta { grid-template-columns: 1fr; text-align: center; }
	.wny-category-final-cta__icon { margin-inline: auto; }
	.wny-category-hero__highlights { display: grid; }
}

/* Category archive card density mirrors the approved WNYpress catalog mockups. */
body.tax-product_cat .woocommerce > ul.products { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2.2rem 1.2rem; }
.wny-category-main-grid ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem 1rem; }
@media (max-width: 1100px) {
  body.tax-product_cat .woocommerce > ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wny-category-main-grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) { body.tax-product_cat .woocommerce > ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { body.tax-product_cat .woocommerce > ul.products, .wny-category-main-grid ul.products { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
 * 0.1.6 — category landing-page rendering corrections
 * Keep the WooCommerce loop native, but let category presentation escape the
 * legacy archive-header/article constraints used by WooCommerce block themes.
 * -------------------------------------------------------------------------- */
body.tax-product_cat .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .term-description {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.tax-product_cat .woocommerce-products-header .term-description {
	margin: 0 !important;
}

body.tax-product_cat .wny-category-hero {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 0;
	overflow: hidden;
}

body.tax-product_cat .wny-category-hero__inner,
body.tax-product_cat .wny-category-help-tiles,
body.tax-product_cat .wny-category-explore,
body.tax-product_cat .wny-category-rich-content,
body.tax-product_cat .wny-category-main-grid,
body.tax-product_cat .wny-category-final-cta,
body.tax-product_cat .woocommerce > .wny-category-products-heading,
body.tax-product_cat .woocommerce > .woocommerce-result-count,
body.tax-product_cat .woocommerce > .woocommerce-ordering,
body.tax-product_cat .woocommerce > ul.products,
body.tax-product_cat .woocommerce > nav.woocommerce-pagination {
	max-width: 1380px;
}

body.tax-product_cat .wny-category-hero__inner {
	min-height: 440px;
	padding-top: clamp(3rem, 5vw, 5rem);
	padding-bottom: clamp(3rem, 5vw, 5rem);
}

body.tax-product_cat .wny-category-hero--child {
	background:
		radial-gradient(circle at 80% 35%, rgba(58, 145, 255, .14), transparent 31%),
		linear-gradient(110deg, #f8fbff 0%, #ffffff 47%, #edf6ff 100%);
}

body.tax-product_cat .wny-category-hero--child .wny-category-hero__copy {
	max-width: 720px;
}

body.tax-product_cat .wny-category-hero--child h1 {
	font-size: clamp(2.7rem, 5.1vw, 4.8rem);
	max-width: 760px;
}

body.tax-product_cat .wny-category-hero__highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem 1.5rem;
	max-width: 760px;
}

body.tax-product_cat .wny-category-highlight {
	align-items: flex-start;
	gap: .7rem;
}

body.tax-product_cat .wny-category-highlight__icon {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	margin-top: .05rem;
	color: #0d6efd;
}

body.tax-product_cat .wny-category-hero--parent .wny-category-highlight__icon {
	color: #ff7a00;
}

body.tax-product_cat .wny-category-highlight__copy {
	display: grid;
	gap: .18rem;
}

body.tax-product_cat .wny-category-highlight__copy strong {
	font-size: .9rem;
	line-height: 1.25;
}

body.tax-product_cat .wny-category-highlight__copy small {
	font-size: .76rem;
	font-weight: 500;
	line-height: 1.45;
	color: #607086;
}

body.tax-product_cat .wny-category-hero--parent .wny-category-highlight__copy small {
	color: rgba(255,255,255,.72);
}

body.tax-product_cat .wny-category-hero__art {
	position: relative;
	min-width: 0;
}

body.tax-product_cat .wny-category-hero__art::before {
	content: "";
	position: absolute;
	inset: 12% 6% 7%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(50, 139, 255, .17), rgba(50, 139, 255, 0) 68%);
	filter: blur(3px);
	pointer-events: none;
}

body.tax-product_cat .wny-category-hero__art img {
	position: relative;
	z-index: 1;
	max-height: 390px;
}

/* Child category: focused help tiles before the catalog. */
body.tax-product_cat .wny-category-help-tiles {
	margin-top: clamp(2.6rem, 5vw, 4.2rem);
	margin-bottom: clamp(2.6rem, 5vw, 4rem);
}

body.tax-product_cat .wny-category-help-tiles .wny-category-kicker {
	display: none;
}

body.tax-product_cat .wny-category-help-tiles__grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: .9rem;
}

body.tax-product_cat .wny-category-help-tile {
	min-height: 136px;
	padding: 1.15rem .9rem;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(8, 35, 66, .045);
}

body.tax-product_cat .wny-category-help-tile__icon {
	font-size: 1.75rem;
}

body.tax-product_cat .wny-category-help-tile strong {
	font-size: .9rem;
}

/* Child category: wide catalog with a compact right rail. */
body.tax-product_cat .wny-category-main-grid {
	grid-template-columns: minmax(0, 1fr) 290px;
	gap: clamp(1.8rem, 3vw, 3rem);
	margin-top: .5rem;
}

body.tax-product_cat .wny-category-main-grid__products {
	min-width: 0;
}

body.tax-product_cat .wny-category-main-grid ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.1rem 1.15rem;
}

body.tax-product_cat .wny-category-main-grid ul.products li.product {
	min-width: 0;
}

body.tax-product_cat .wny-category-main-grid ul.products li.product a img {
	border-radius: 13px;
	margin-bottom: .95rem;
}

body.tax-product_cat .wny-category-main-grid ul.products li.product .woocommerce-loop-product__title {
	font-size: .96rem;
	line-height: 1.28;
}

body.tax-product_cat .wny-category-sidebar {
	top: 1.25rem;
	gap: 1.05rem;
}

body.tax-product_cat .wny-category-sidebar-card {
	padding: 1.35rem;
	border-radius: 13px;
}

body.tax-product_cat .wny-category-final-cta {
	margin-top: clamp(3rem, 5vw, 4.5rem);
	margin-bottom: clamp(2.5rem, 4vw, 4rem);
	padding: 1.5rem clamp(1.25rem, 2.5vw, 2rem);
}

@media (max-width: 1180px) {
	body.tax-product_cat .wny-category-main-grid {
		grid-template-columns: minmax(0, 1fr) 250px;
	}
	body.tax-product_cat .wny-category-main-grid ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	body.tax-product_cat .wny-category-help-tiles__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.tax-product_cat .wny-category-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	body.tax-product_cat .wny-category-hero__art {
		order: 0;
		max-width: 620px;
		margin-inline: auto;
	}
	body.tax-product_cat .wny-category-hero__highlights {
		grid-template-columns: 1fr;
	}
	body.tax-product_cat .wny-category-main-grid {
		grid-template-columns: 1fr;
	}
	body.tax-product_cat .wny-category-main-grid ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.tax-product_cat .wny-category-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.tax-product_cat .wny-category-sidebar-card:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	body.tax-product_cat .wny-category-hero__inner {
		padding-top: 2.4rem;
		padding-bottom: 2.6rem;
	}
	body.tax-product_cat .wny-category-hero--child h1 {
		font-size: clamp(2.25rem, 12vw, 3.2rem);
	}
	body.tax-product_cat .wny-category-help-tiles__grid,
	body.tax-product_cat .wny-category-main-grid ul.products,
	body.tax-product_cat .wny-category-sidebar {
		grid-template-columns: 1fr;
	}
}


/* --------------------------------------------------------------------------
 * 0.1.7 — final category landing-page layout pass
 * -------------------------------------------------------------------------- */

/* The WNYpress hero is rendered before the native shop loop in RC24, so the
 * legacy WooCommerce taxonomy header can be removed completely. */
body.tax-product_cat .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .term-description {
	display: none !important;
}

/* Let the designed category sections use the available viewport even when a
 * block theme places WooCommerce inside a narrower content wrapper. */
body.tax-product_cat .wny-category-help-tiles,
body.tax-product_cat .wny-category-explore,
body.tax-product_cat .wny-category-rich-content,
body.tax-product_cat .wny-category-main-grid,
body.tax-product_cat .wny-category-final-cta,
body.tax-product_cat .woocommerce > .wny-category-products-heading,
body.tax-product_cat .woocommerce > .woocommerce-result-count,
body.tax-product_cat .woocommerce > .woocommerce-ordering,
body.tax-product_cat .woocommerce > ul.products,
body.tax-product_cat .woocommerce > nav.woocommerce-pagination {
	width: min(1440px, calc(100vw - 2rem));
	max-width: 1440px !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

body.tax-product_cat .wny-category-hero {
	margin-bottom: clamp(2rem, 3.5vw, 3.25rem);
}

body.tax-product_cat .wny-category-hero__inner {
	max-width: 1440px !important;
	min-height: 420px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	padding-top: clamp(2.75rem, 4vw, 4.25rem);
	padding-bottom: clamp(2.75rem, 4vw, 4.25rem);
}

body.tax-product_cat .wny-category-hero__art img {
	max-height: 400px;
}

body.tax-product_cat .wny-category-help-tiles,
body.tax-product_cat .wny-category-explore {
	margin-top: clamp(2rem, 3.5vw, 3rem);
	margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
}

body.tax-product_cat .wny-category-main-grid {
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(1.8rem, 2.6vw, 2.8rem);
	margin-top: .4rem;
}

/* WooCommerce legacy selectors frequently assign width:48%/float:left to
 * product cards with greater specificity. These rules deliberately win. */
body.tax-product_cat .woocommerce ul.products,
body.tax-product_cat .woocommerce-page ul.products,
body.tax-product_cat .wny-category-main-grid ul.products {
	display: grid !important;
	float: none !important;
	clear: both !important;
}

body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce-page ul.products li.product,
body.tax-product_cat .wny-category-main-grid ul.products li.product {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

/* Parent departments: five across on large desktop. */
body.tax-product_cat .woocommerce > ul.products {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 2rem 1.2rem !important;
}

/* Child service categories: four across beside the information rail. */
body.tax-product_cat .wny-category-main-grid ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1.85rem 1rem !important;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: none !important;
	left: auto;
	transform: none;
}

body.tax-product_cat .wny-category-main-grid ul.products li.product a img {
	margin-bottom: .75rem;
}

body.tax-product_cat .wny-category-main-grid ul.products li.product .woocommerce-loop-product__title {
	font-size: .92rem;
}

body.tax-product_cat .wny-category-final-cta {
	margin-top: clamp(2.5rem, 4vw, 3.75rem);
	margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

@media (max-width: 1279px) {
	body.tax-product_cat .woocommerce > ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	body.tax-product_cat .wny-category-main-grid {
		grid-template-columns: minmax(0, 1fr) 270px;
	}
	body.tax-product_cat .wny-category-main-grid ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1023px) {
	body.tax-product_cat .woocommerce > ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	body.tax-product_cat .wny-category-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	body.tax-product_cat .wny-category-hero__art {
		max-width: 620px;
		margin-inline: auto;
	}
	body.tax-product_cat .wny-category-main-grid {
		grid-template-columns: 1fr;
	}
	body.tax-product_cat .wny-category-main-grid ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	body.tax-product_cat .wny-category-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.tax-product_cat .wny-category-sidebar-card:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	body.tax-product_cat .woocommerce > ul.products,
	body.tax-product_cat .wny-category-main-grid ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	body.tax-product_cat .wny-category-help-tiles,
	body.tax-product_cat .wny-category-explore,
	body.tax-product_cat .wny-category-rich-content,
	body.tax-product_cat .wny-category-main-grid,
	body.tax-product_cat .wny-category-final-cta,
	body.tax-product_cat .woocommerce > .wny-category-products-heading,
	body.tax-product_cat .woocommerce > .woocommerce-result-count,
	body.tax-product_cat .woocommerce > .woocommerce-ordering,
	body.tax-product_cat .woocommerce > ul.products,
	body.tax-product_cat .woocommerce > nav.woocommerce-pagination {
		width: min(100% - 1.25rem, 1440px);
	}
}

@media (max-width: 520px) {
	body.tax-product_cat .woocommerce > ul.products,
	body.tax-product_cat .wny-category-main-grid ul.products,
	body.tax-product_cat .wny-category-sidebar {
		grid-template-columns: 1fr !important;
	}
}

/* --------------------------------------------------------------------------
 * 0.1.8 — dedicated product-category archive renderer
 * -------------------------------------------------------------------------- */

/* The category template is the layout authority now. Break WooCommerce out of
 * the block theme's 760px contentSize once, rather than breaking every child
 * section out independently. */
body.tax-product_cat main .woocommerce {
	box-sizing: border-box;
	width: min(1440px, calc(100vw - 48px)) !important;
	max-width: 1440px !important;
	margin-left: 50% !important;
	margin-right: 0 !important;
	transform: translateX(-50%);
}

/* Neutralize the older full-bleed transforms now that the WooCommerce canvas
 * itself is wide enough. The hero may still span the full canvas naturally. */
body.tax-product_cat .wny-category-help-tiles,
body.tax-product_cat .wny-category-explore,
body.tax-product_cat .wny-category-rich-content,
body.tax-product_cat .wny-category-main-grid,
body.tax-product_cat .wny-category-final-cta,
body.tax-product_cat .wny-category-catalog,
body.tax-product_cat .woocommerce > .wny-category-products-heading,
body.tax-product_cat .woocommerce > .woocommerce-result-count,
body.tax-product_cat .woocommerce > .woocommerce-ordering,
body.tax-product_cat .woocommerce > ul.products,
body.tax-product_cat .woocommerce > nav.woocommerce-pagination {
	position: static !important;
	left: auto !important;
	transform: none !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.tax-product_cat .wny-category-hero {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 0;
}

body.tax-product_cat .wny-category-hero__inner {
	box-sizing: border-box;
	width: min(1440px, calc(100vw - 48px));
	max-width: 1440px !important;
	margin-inline: auto;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
	grid-template-rows: auto 1fr;
	column-gap: clamp(3rem, 5vw, 6rem);
	row-gap: 1.1rem;
	min-height: 430px;
	padding: 1.55rem 0 clamp(3rem, 5vw, 4.75rem);
}

body.tax-product_cat .wny-category-hero__breadcrumb {
	grid-column: 1 / -1;
	align-self: start;
	font-size: .82rem;
}

body.tax-product_cat .wny-category-hero__breadcrumb .woocommerce-breadcrumb {
	max-width: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: #6a7b90;
}

body.tax-product_cat .wny-category-hero__breadcrumb .woocommerce-breadcrumb span {
	margin-inline: .55rem;
}

body.tax-product_cat .wny-category-hero--parent .wny-category-hero__breadcrumb,
body.tax-product_cat .wny-category-hero--parent .wny-category-hero__breadcrumb a,
body.tax-product_cat .wny-category-hero--parent .wny-category-hero__breadcrumb .woocommerce-breadcrumb {
	color: rgba(255,255,255,.76);
}

body.tax-product_cat .wny-category-hero__copy,
body.tax-product_cat .wny-category-hero__art {
	align-self: center;
}

body.tax-product_cat .wny-category-hero__art {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}

body.tax-product_cat .wny-category-hero__art img {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: min(100%, 650px) !important;
	max-width: 650px !important;
	max-height: 390px !important;
	object-fit: contain;
}

body.tax-product_cat .wny-category-explore,
body.tax-product_cat .wny-category-help-tiles,
body.tax-product_cat .wny-category-rich-content,
body.tax-product_cat .wny-category-catalog,
body.tax-product_cat .wny-category-final-cta {
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
}

body.tax-product_cat .wny-category-explore,
body.tax-product_cat .wny-category-help-tiles {
	margin-top: clamp(2.6rem, 4vw, 4rem);
	margin-bottom: clamp(2.8rem, 4vw, 4.2rem);
}

body.tax-product_cat .wny-category-explore__grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
}

body.tax-product_cat .wny-category-catalog {
	margin-top: .4rem;
	margin-bottom: 0;
}

body.tax-product_cat .wny-category-catalog__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 48px;
	margin: .15rem 0 1.35rem;
}

body.tax-product_cat .wny-category-catalog__toolbar::before,
body.tax-product_cat .wny-category-catalog__toolbar::after {
	display: none !important;
}

body.tax-product_cat .wny-category-catalog__toolbar .woocommerce-result-count,
body.tax-product_cat .wny-category-catalog__toolbar .woocommerce-ordering {
	float: none !important;
	clear: none !important;
	margin: 0 !important;
}

body.tax-product_cat .wny-category-catalog__toolbar .woocommerce-result-count {
	color: #6b7888;
	font-size: .9rem;
}

body.tax-product_cat .wny-category-catalog__toolbar .woocommerce-ordering select {
	min-width: 190px;
}

body.tax-product_cat .wny-category-catalog ul.products {
	display: grid !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.tax-product_cat .wny-category-catalog ul.products::before,
body.tax-product_cat .wny-category-catalog ul.products::after {
	display: none !important;
}

body.tax-product_cat .wny-category-catalog ul.products li.product {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	min-width: 0;
}

body.tax-product_cat .wny-category-catalog--parent ul.products {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 2.35rem 1.35rem !important;
}

body.tax-product_cat .wny-category-catalog--child .wny-category-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(2rem, 3vw, 3.25rem);
	margin-top: 0;
	padding: 0;
}

body.tax-product_cat .wny-category-catalog--child .wny-category-main-grid__products {
	min-width: 0;
}

body.tax-product_cat .wny-category-catalog--child ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 2.1rem 1rem !important;
}

body.tax-product_cat .wny-category-products-heading {
	padding: 0 !important;
	margin: 0 0 .1rem !important;
}

body.tax-product_cat .wny-category-products-heading h2 {
	font-size: clamp(1.45rem, 2vw, 2rem);
}

body.tax-product_cat .wny-category-catalog__pagination {
	margin-top: 2.2rem;
}

body.tax-product_cat .wny-category-catalog__pagination .woocommerce-pagination {
	margin: 0;
}

body.tax-product_cat .wny-category-final-cta {
	margin-top: clamp(3rem, 5vw, 4.5rem);
	margin-bottom: clamp(3rem, 5vw, 4.5rem);
	padding-left: clamp(1.25rem, 2.5vw, 2rem);
	padding-right: clamp(1.25rem, 2.5vw, 2rem);
}

@media (max-width: 1279px) {
	body.tax-product_cat .wny-category-catalog--parent ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	body.tax-product_cat .wny-category-catalog--child .wny-category-main-grid {
		grid-template-columns: minmax(0, 1fr) 270px;
	}
	body.tax-product_cat .wny-category-catalog--child ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1023px) {
	body.tax-product_cat main .woocommerce,
	body.tax-product_cat .wny-category-hero__inner {
		width: min(100% - 32px, 1440px) !important;
	}
	body.tax-product_cat .wny-category-hero__inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}
	body.tax-product_cat .wny-category-hero__breadcrumb,
	body.tax-product_cat .wny-category-hero__copy,
	body.tax-product_cat .wny-category-hero__art {
		grid-column: 1;
	}
	body.tax-product_cat .wny-category-hero__art {
		max-width: 650px;
		margin-inline: auto;
	}
	body.tax-product_cat .wny-category-catalog--parent ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	body.tax-product_cat .wny-category-catalog--child .wny-category-main-grid {
		grid-template-columns: 1fr;
	}
	body.tax-product_cat .wny-category-catalog--child ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	body.tax-product_cat .wny-category-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.tax-product_cat .wny-category-sidebar-card:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	body.tax-product_cat .wny-category-explore__grid,
	body.tax-product_cat .wny-category-help-tiles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.tax-product_cat .wny-category-catalog--parent ul.products,
	body.tax-product_cat .wny-category-catalog--child ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	body.tax-product_cat .wny-category-catalog__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	body.tax-product_cat main .woocommerce,
	body.tax-product_cat .wny-category-hero__inner {
		width: min(100% - 24px, 1440px) !important;
	}
	body.tax-product_cat .wny-category-catalog--parent ul.products,
	body.tax-product_cat .wny-category-catalog--child ul.products,
	body.tax-product_cat .wny-category-sidebar,
	body.tax-product_cat .wny-category-explore__grid,
	body.tax-product_cat .wny-category-help-tiles__grid {
		grid-template-columns: 1fr !important;
	}
}


/* 0.1.9: dedicated category template cleanup. */
body.tax-product_cat .woocommerce-products-header:not(.wny-category-hero),
body.tax-product_cat .wp-block-woocommerce-product-collection > .wp-block-query-title,
body.tax-product_cat .wp-block-woocommerce-product-collection > .wp-block-woocommerce-product-results-count,
body.tax-product_cat .wp-block-woocommerce-product-collection > .wp-block-woocommerce-catalog-sorting {
	display: none !important;
}


/* 0.1.12: compact archive pagination + consistent viewport breathing room. */
body.tax-product_cat {
	--wny-category-gutter: clamp(32px, 4vw, 64px);
	--wny-category-canvas: 1440px;
}

body.tax-product_cat main .woocommerce {
	box-sizing: border-box;
	width: min(var(--wny-category-canvas), calc(100vw - (2 * var(--wny-category-gutter)))) !important;
	max-width: var(--wny-category-canvas) !important;
}

body.tax-product_cat .wny-category-hero__inner,
body.tax-product_cat .wny-category-explore,
body.tax-product_cat .wny-category-help-tiles,
body.tax-product_cat .wny-category-rich-content,
body.tax-product_cat .wny-category-catalog,
body.tax-product_cat .wny-category-final-cta {
	box-sizing: border-box;
	width: min(var(--wny-category-canvas), calc(100vw - (2 * var(--wny-category-gutter)))) !important;
	max-width: var(--wny-category-canvas) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Keep the hero background full-bleed while its content respects the gutter. */
body.tax-product_cat .wny-category-hero {
	width: 100vw !important;
	max-width: 100vw !important;
}

@media (max-width: 760px) {
	body.tax-product_cat {
		--wny-category-gutter: 20px;
	}
}

@media (max-width: 520px) {
	body.tax-product_cat {
		--wny-category-gutter: 16px;
	}
}


/* WNYpress service scope tab — 0.1.14 */
.woocommerce div.product .woocommerce-tabs .panel .wnypress-service-scope--tab {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.wnypress-service-scope__intro {
	max-width: 900px;
	margin: 0 0 2rem;
	font-size: 1.05rem;
	line-height: 1.7;
}

.wnypress-service-scope__tasks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .85rem 3rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wnypress-service-scope__tasks li {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	margin: 0;
	padding: .75rem 0;
	border-bottom: 1px solid var(--wp--preset--color--line);
	font-size: 1rem;
	line-height: 1.55;
}

.wnypress-service-scope__check {
	display: inline-grid;
	place-items: center;
	flex: 0 0 1.55rem;
	width: 1.55rem;
	height: 1.55rem;
	margin-top: .05rem;
	border-radius: 999px;
	background: var(--wp--preset--color--brand);
	color: #fff;
	font-size: .85rem;
	font-weight: 700;
}

.wnypress-service-scope__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--wp--preset--color--line);
}

.wnypress-service-scope__detail h3 {
	margin: 0 0 .9rem;
	font-size: 1.2rem;
}

.wnypress-service-scope__detail p,
.wnypress-service-scope__detail li {
	font-size: .95rem;
	line-height: 1.65;
}

.wnypress-service-scope__detail ul {
	margin: .25rem 0 0;
	padding-left: 1.25rem;
}

@media (max-width: 781px) {
	.wnypress-service-scope__tasks,
	.wnypress-service-scope__details {
		grid-template-columns: 1fr;
	}

	.wnypress-service-scope__tasks {
		gap: 0;
	}

	.wnypress-service-scope__details {
		gap: 1.5rem;
	}
}

/* Related Services section — 0.1.17
 * The theme ships a real WooCommerce related.php override. The stock
 * .related.products selectors are included as a defensive fallback so the
 * separation survives even if WooCommerce bypasses the override.
 */
.single-product .wnypress-related-services,
.single-product .related.products {
	clear: both;
	width: 100%;
	margin: clamp(4rem, 8vw, 7rem) 0 0;
	padding: clamp(3rem, 5vw, 4.5rem) 0 0;
	border-top: 1px solid #d9dee5;
}

.single-product .wnypress-related-services > h2,
.single-product .related.products > h2 {
	margin: 0 0 clamp(2rem, 3vw, 2.75rem);
	padding: 0;
	font-size: clamp(2rem, 1.6rem + 1.25vw, 3rem);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: inherit;
}

@media (max-width: 781px) {
	.single-product .wnypress-related-services,
	.single-product .related.products {
		margin-top: 3.5rem;
		padding-top: 2.5rem;
	}

	.single-product .wnypress-related-services > h2,
	.single-product .related.products > h2 {
		margin-bottom: 1.75rem;
	}
}


/* WooCommerce 10 blockified single-product Related Services — 0.1.18 */
.single-product .wnypress-related-services-heading {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-top: clamp(4rem, 8vw, 7rem) !important;
	margin-bottom: clamp(2rem, 3vw, 2.75rem) !important;
	padding-top: clamp(3rem, 5vw, 4.5rem) !important;
	border-top: 1px solid #d9dee5;
	font-size: clamp(2rem, 1.6rem + 1.25vw, 3rem) !important;
	font-weight: 400 !important;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.single-product .wnypress-related-services-heading + .wp-block-woocommerce-product-collection,
.single-product .wnypress-related-services-heading + .wc-block-product-collection {
	margin-top: 0;
	margin-bottom: clamp(4rem, 7vw, 6rem);
}

/* Keep the classic related-products path comfortably separated from the footer too. */
.single-product .wnypress-related-services,
.single-product .related.products {
	margin-bottom: clamp(4rem, 7vw, 6rem);
}

@media (max-width: 781px) {
	.single-product .wnypress-related-services-heading {
		margin-top: 3.5rem !important;
		margin-bottom: 1.75rem !important;
		padding-top: 2.5rem !important;
	}

	.single-product .wnypress-related-services-heading + .wp-block-woocommerce-product-collection,
	.single-product .wnypress-related-services-heading + .wc-block-product-collection,
	.single-product .wnypress-related-services,
	.single-product .related.products {
		margin-bottom: 3.5rem;
	}
}


/* Single-product metadata stack — 0.1.21 */
.single-product .product_meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
}

.single-product .product_meta > span {
	display: block;
	width: 100%;
	margin: 0 !important;
}

/* Keep long category/tag/brand values wrapping naturally within their own row. */
.single-product .product_meta > span a {
	white-space: normal;
}


/* WooCommerce blockified single-product metadata stack — 0.1.22 */
.single-product .wp-block-woocommerce-product-meta > .wp-block-group,
.single-product .wp-block-woocommerce-product-meta .wp-block-group {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	flex-wrap: nowrap !important;
	gap: 0.35rem !important;
}

.single-product .wp-block-woocommerce-product-meta .wp-block-group > * {
	width: 100% !important;
	margin: 0 !important;
}

.single-product .wp-block-woocommerce-product-meta a {
	white-space: normal;
}

/* Keep the SKU label and value inline while metadata rows remain stacked — 0.1.23 */
.single-product .wp-block-woocommerce-product-sku.product_meta {
	display: flex !important;
	flex-direction: row !important;
	align-items: baseline !important;
	flex-wrap: wrap !important;
	gap: 0 !important;
	width: 100% !important;
}

.single-product .wp-block-woocommerce-product-sku.product_meta .wp-block-post-terms__prefix,
.single-product .wp-block-woocommerce-product-sku.product_meta .sku {
	display: inline !important;
	width: auto !important;
	margin: 0 !important;
}

/* Service Package Included Services tab — 0.1.24 */
.woocommerce div.product .woocommerce-tabs .panel .wnypress-package-included {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.wnypress-package-included__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(2rem, 5vw, 5rem);
	align-items: end;
	margin: 0 0 clamp(2rem, 4vw, 3.5rem);
}

.wnypress-package-included__intro h2 {
	margin: 0 0 .8rem;
	font-size: clamp(1.75rem, 1.5rem + .8vw, 2.4rem);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -.02em;
}

.wnypress-package-included__intro p {
	max-width: 780px;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
}

.wnypress-package-included__summary {
	display: flex;
	gap: 2rem;
	margin: 0;
	padding: 0;
}

.wnypress-package-included__summary > div {
	min-width: 150px;
	margin: 0;
}

.wnypress-package-included__summary dt {
	margin: 0 0 .35rem;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .035em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted, #667085);
}

.wnypress-package-included__summary dd {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.2;
}

.wnypress-package-included__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.wnypress-package-service-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	min-width: 0;
	margin: 0;
	border: 1px solid var(--wp--preset--color--line, #d9dee5);
	border-radius: 12px;
	overflow: hidden;
	background: transparent;
}

.wnypress-package-service-card__image {
	display: block;
	min-height: 100%;
	background: #fff;
}

.wnypress-package-service-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 150px;
	object-fit: cover;
}

.wnypress-package-service-card__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 1.25rem 1.35rem;
}

.wnypress-package-service-card__topline {
	margin-bottom: .55rem;
}

.wnypress-package-service-card__badge,
.wnypress-package-included__relationship {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	padding: .25rem .65rem;
	background: color-mix(in srgb, var(--wp--preset--color--brand, #155eef) 10%, transparent);
	color: var(--wp--preset--color--brand, #155eef);
	font-size: .76rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	flex: 0 0 auto;
	max-width: none;
}

.wnypress-package-service-card h3 {
	margin: 0 0 .55rem;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.25;
}

.wnypress-package-service-card h3 a {
	color: inherit;
	text-decoration: none;
}

.wnypress-package-service-card h3 a:hover,
.wnypress-package-service-card h3 a:focus-visible,
.wnypress-package-service-card__link:hover,
.wnypress-package-service-card__link:focus-visible {
	text-decoration: underline;
	text-underline-offset: .18em;
}

.wnypress-package-service-card p {
	margin: 0 0 1rem;
	font-size: .93rem;
	line-height: 1.55;
	color: inherit;
}

.wnypress-package-service-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: auto;
	padding-top: .9rem;
	border-top: 1px solid var(--wp--preset--color--line, #d9dee5);
}

.wnypress-package-service-card__price {
	font-size: .84rem;
	font-weight: 600;
}

.wnypress-package-service-card__link {
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
}

.wnypress-package-included__requirements {
	margin-top: clamp(2.5rem, 5vw, 4rem);
	padding-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid var(--wp--preset--color--line, #d9dee5);
}

.wnypress-package-included__requirements h3 {
	margin: 0 0 .65rem;
	font-size: 1.35rem;
}

.wnypress-package-included__requirements > p {
	max-width: 780px;
	margin: 0 0 1.35rem;
	line-height: 1.65;
}

.wnypress-package-included__requirements ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 2.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wnypress-package-included__requirements li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-width: 0;
	padding: .8rem 0;
	border-bottom: 1px solid var(--wp--preset--color--line, #d9dee5);
}

.wnypress-package-included__requirement-name {
	min-width: 0;
	font-weight: 600;
}

@media (max-width: 900px) {
	.wnypress-package-included__intro {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.wnypress-package-included__summary {
		flex-wrap: wrap;
	}

	.wnypress-package-included__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.wnypress-package-service-card {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.wnypress-package-service-card__image img {
		min-height: 125px;
	}

	.wnypress-package-service-card__body {
		padding: 1rem;
	}

	.wnypress-package-included__requirements ul {
		grid-template-columns: 1fr;
	}

	.wnypress-package-included__summary {
		gap: 1.25rem 2rem;
	}
}

/* Service Package startup-cost transparency — 0.1.25 */
.wnypress-package-startup-cost {
	margin: 0 0 clamp(2.5rem, 5vw, 4rem);
	padding: clamp(1.5rem, 3vw, 2.25rem) 0;
	border-top: 1px solid var(--wp--preset--color--line, #d9dee5);
	border-bottom: 1px solid var(--wp--preset--color--line, #d9dee5);
}

.wnypress-package-startup-cost__heading {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
	gap: 2rem;
	align-items: start;
	margin-bottom: 1.5rem;
}

.wnypress-package-startup-cost__heading h3 {
	margin: 0;
	font-size: clamp(1.35rem, 1.15rem + .5vw, 1.8rem);
	font-weight: 600;
}

.wnypress-package-startup-cost__heading p {
	margin: 0;
	line-height: 1.65;
}

.wnypress-package-startup-cost__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	background: var(--wp--preset--color--line, #d9dee5);
	border: 1px solid var(--wp--preset--color--line, #d9dee5);
	border-radius: 10px;
	overflow: hidden;
}

.wnypress-package-startup-cost__grid > div {
	min-width: 0;
	padding: 1.25rem;
	background: var(--wp--preset--color--base, #fff);
}

.wnypress-package-startup-cost__grid dt {
	margin: 0 0 .4rem;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .035em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted, #667085);
}

.wnypress-package-startup-cost__grid dd {
	margin: 0 0 .45rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
}

.wnypress-package-startup-cost__grid small {
	display: block;
	font-size: .82rem;
	line-height: 1.45;
}

.wnypress-package-startup-cost__total dd {
	font-size: 1.4rem;
}

.wnypress-package-startup-cost__note {
	margin: 1rem 0 0;
	font-size: .88rem;
	line-height: 1.55;
	color: var(--wp--preset--color--muted, #667085);
}

.wnypress-package-included__requirement-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	gap: .28rem;
}

.wnypress-package-included__requirement-cost {
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.4;
}

.wnypress-package-included__requirement-note {
	max-width: 34rem;
	font-size: .78rem;
	line-height: 1.45;
	color: var(--wp--preset--color--muted, #667085);
}

.wnypress-package-included__requirements li {
	align-items: flex-start;
}

@media (max-width: 1050px) {
	.wnypress-package-startup-cost__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.wnypress-package-startup-cost__heading,
	.wnypress-package-startup-cost__grid {
		grid-template-columns: 1fr;
	}
}


/* Service Package itemized startup-cost cards — 0.1.27 */
.wnypress-package-startup-cost__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wnypress-package-startup-cost__items {
	list-style: none;
	margin: 1rem 0 .85rem;
	padding: 0;
	border-top: 1px solid var(--wp--preset--color--line, #d9dee5);
}

.wnypress-package-startup-cost__items li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .8rem;
	align-items: start;
	padding: .52rem 0;
	border-bottom: 1px solid var(--wp--preset--color--line, #d9dee5);
	font-size: .82rem;
	line-height: 1.4;
}

.wnypress-package-startup-cost__items li span {
	min-width: 0;
}

.wnypress-package-startup-cost__items li strong {
	max-width: 13rem;
	text-align: right;
	font-size: .8rem;
	font-weight: 600;
}

.wnypress-package-startup-cost__items--formula li {
	font-size: .9rem;
}

.wnypress-package-startup-cost__items .wnypress-package-startup-cost__formula-total {
	margin-top: .25rem;
	padding-top: .7rem;
	font-weight: 700;
}

.wnypress-package-startup-cost__formula-total strong {
	font-size: .92rem;
}

@media (max-width: 700px) {
	.wnypress-package-startup-cost__grid {
		grid-template-columns: 1fr;
	}

	.wnypress-package-startup-cost__items li {
		grid-template-columns: 1fr;
		gap: .18rem;
	}

	.wnypress-package-startup-cost__items li strong {
		max-width: none;
		text-align: left;
	}
}


/* Service Package dedicated tabs — 0.1.26 */
.woocommerce div.product .woocommerce-tabs .panel .wnypress-package-tab {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs .panel .wnypress-package-tab--startup-cost .wnypress-package-startup-cost {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	border-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel .wnypress-package-tab--requirements .wnypress-package-included__requirements {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.wnypress-package-tab--requirements .wnypress-package-included__requirements h2 {
	margin: 0 0 .65rem;
	font-size: clamp(1.55rem, 1.35rem + .55vw, 2rem);
	font-weight: 400;
	line-height: 1.2;
}

/* Service Package startup-cost hierarchy — 0.1.29 */
.wnypress-package-startup-cost__highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 0 0 2rem;
}

.wnypress-package-startup-cost__highlight {
	padding: clamp(1.25rem, 2vw, 1.65rem);
	border: 1px solid var(--wp--preset--color--line, #d9dee5);
	border-radius: 10px;
	background: var(--wp--preset--color--base, #fff);
}

.wnypress-package-startup-cost__highlight > span {
	display: block;
	margin-bottom: .45rem;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted, #667085);
}

.wnypress-package-startup-cost__highlight > strong {
	display: block;
	margin-bottom: .45rem;
	font-size: clamp(1.45rem, 1.2rem + .65vw, 2rem);
	line-height: 1.15;
	font-weight: 600;
}

.wnypress-package-startup-cost__highlight > strong em {
	font-size: .55em;
	font-style: normal;
	font-weight: 500;
	white-space: nowrap;
}

.wnypress-package-startup-cost__highlight small {
	display: block;
	font-size: .84rem;
	line-height: 1.5;
	color: var(--wp--preset--color--muted, #667085);
}

.wnypress-package-startup-cost__breakdown-title {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .035em;
}

.wnypress-package-startup-cost__breakdown {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
	margin-bottom: 1.25rem;
}

.wnypress-package-startup-cost__card {
	min-width: 0;
	padding: 1.25rem;
	border: 1px solid var(--wp--preset--color--line, #d9dee5);
	border-radius: 10px;
	background: var(--wp--preset--color--base, #fff);
}

.wnypress-package-startup-cost__card-head {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: baseline;
	padding-bottom: .8rem;
	border-bottom: 1px solid var(--wp--preset--color--line, #d9dee5);
}

.wnypress-package-startup-cost__card-head span {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .035em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted, #667085);
}

.wnypress-package-startup-cost__card-head strong {
	font-size: 1rem;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
}

.wnypress-package-startup-cost__card .wnypress-package-startup-cost__items {
	margin-top: .4rem;
	border-top: 0;
}

.wnypress-package-startup-cost__card .wnypress-package-startup-cost__items li {
	padding: .62rem 0;
	border-color: color-mix(in srgb, var(--wp--preset--color--line, #d9dee5) 70%, transparent);
}

.wnypress-package-startup-cost__card .wnypress-package-startup-cost__items li strong {
	white-space: nowrap;
}

.wnypress-package-startup-cost__card > small {
	display: block;
	margin-top: .35rem;
	font-size: .8rem;
	line-height: 1.45;
	color: var(--wp--preset--color--muted, #667085);
}

.wnypress-package-startup-cost__deposit {
	display: grid;
	grid-template-columns: minmax(13rem, .7fr) minmax(0, 1.3fr);
	gap: 1.25rem;
	align-items: center;
	margin: 1.25rem 0 0;
	padding: 1rem 1.15rem;
	border: 1px solid var(--wp--preset--color--line, #d9dee5);
	border-radius: 8px;
	background: transparent;
}

.wnypress-package-startup-cost__deposit > div {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem .75rem;
	align-items: baseline;
}

.wnypress-package-startup-cost__deposit span {
	font-weight: 600;
}

.wnypress-package-startup-cost__deposit strong {
	white-space: nowrap;
	font-size: 1.05rem;
}

.wnypress-package-startup-cost__deposit p,
.wnypress-package-startup-cost__variables p {
	margin: 0;
	font-size: .86rem;
	line-height: 1.5;
}

.wnypress-package-startup-cost__variables {
	margin-top: 1rem;
	padding: 1rem 0 0;
	border-top: 1px solid var(--wp--preset--color--line, #d9dee5);
}

.wnypress-package-startup-cost__variables strong {
	display: block;
	margin-bottom: .35rem;
	font-size: .9rem;
}

.wnypress-package-startup-cost__variables p,
.wnypress-package-startup-cost__note {
	color: var(--wp--preset--color--muted, #667085);
}

@media (max-width: 760px) {
	.wnypress-package-startup-cost__highlights,
	.wnypress-package-startup-cost__breakdown,
	.wnypress-package-startup-cost__deposit {
		grid-template-columns: 1fr;
	}

	.wnypress-package-startup-cost__card-head {
		align-items: flex-start;
		flex-direction: column;
		gap: .4rem;
	}

	.wnypress-package-startup-cost__card-head strong {
		text-align: left;
	}
}

/* ========================================================================
 * Western New York MBOS first-year offer — Services homepage
 * ===================================================================== */
body.home:has(.wny-local-offer) {
	background: #fff;
}

body.home:has(.wny-local-offer) .wp-site-blocks {
	padding: 0;
}

.wny-local-offer {
	--offer-blue: #0754c7;
	--offer-blue-dark: #062b68;
	--offer-blue-mid: #0e49a8;
	--offer-ink: #0d214a;
	--offer-muted: #52627c;
	--offer-line: #cbd9ed;
	--offer-pale: #f5f9ff;
	--offer-red: #e3262e;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--offer-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.45;
}

.wny-local-offer *,
.wny-local-offer *::before,
.wny-local-offer *::after {
	box-sizing: border-box;
}

.wny-local-offer h1,
.wny-local-offer h2,
.wny-local-offer p {
	margin-top: 0;
}

.wny-local-offer__bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	min-height: 76px;
	padding: 14px clamp(22px, 4vw, 64px);
	border-bottom: 1px solid #e5ebf4;
	background: #fff;
}

.wny-local-offer__brand {
	display: inline-grid;
	grid-template-columns: auto auto;
	align-items: baseline;
	color: #111f36;
	font-size: clamp(1.5rem, 2.25vw, 2.25rem);
	font-weight: 300;
	line-height: .85;
	letter-spacing: -.055em;
	text-decoration: none;
}

.wny-local-offer__brand-wny {
	color: var(--offer-blue);
	font-weight: 800;
}

.wny-local-offer__brand small {
	grid-column: 1 / -1;
	justify-self: center;
	margin-top: 7px;
	font-size: .55rem;
	font-weight: 700;
	letter-spacing: .18em;
}

.wny-local-offer__bar-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.25rem;
	font-size: .9rem;
}

.wny-local-offer__location {
	max-width: 190px;
	color: var(--offer-blue-dark);
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
}

.wny-local-offer__browse,
.wny-local-offer__apply {
	border-radius: 8px;
	background: linear-gradient(135deg, var(--offer-blue), #0a3d96);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.wny-local-offer__browse {
	padding: .8rem 1rem;
	white-space: nowrap;
}

.wny-local-offer__hero {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
	gap: 0;
	min-height: 505px;
	padding-left: clamp(22px, 4vw, 64px);
	background:
		radial-gradient(circle at 62% 16%, rgba(255,255,255,.85), rgba(255,255,255,0) 31%),
		linear-gradient(110deg, #fff 0%, #fff 43%, #eaf4ff 61%, #d8eaf8 100%);
	overflow: hidden;
}

.wny-local-offer__hero-copy {
	position: relative;
	z-index: 2;
	align-self: center;
	padding: 2.6rem 2.5rem 2.7rem 0;
}

.wny-local-offer__eyebrow {
	display: inline-flex;
	margin-bottom: 1rem;
	padding: .42rem .7rem;
	border-radius: 5px;
	background: #ffc944;
	color: #09265a;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .015em;
	text-transform: uppercase;
}

.wny-local-offer__hero h1 {
	max-width: 650px;
	margin-bottom: 1rem;
	color: var(--offer-ink);
	font-size: clamp(2.7rem, 4.4vw, 5.15rem);
	font-weight: 780;
	letter-spacing: -.045em;
	line-height: 1.01;
}

.wny-local-offer__hero h1 strong {
	color: var(--offer-blue);
	font-weight: inherit;
}

.wny-local-offer__lede {
	max-width: 640px;
	margin-bottom: 0;
	font-size: clamp(1.03rem, 1.4vw, 1.35rem);
	line-height: 1.48;
}

.wny-local-offer__devices {
	position: relative;
	min-height: 505px;
	isolation: isolate;
	background:
		linear-gradient(to bottom, rgba(232,244,255,.25), rgba(255,255,255,.6)),
		radial-gradient(ellipse at 68% 78%, rgba(14,79,158,.25), transparent 38%);
}

.wny-local-offer__devices::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(180deg, transparent 0 56%, rgba(16, 65, 122, .08) 56% 57%, transparent 57%),
		repeating-linear-gradient(100deg, transparent 0 63px, rgba(7,84,199,.035) 64px 66px);
	clip-path: polygon(0 0,100% 0,100% 100%,9% 100%,0 86%);
}

.wny-local-offer__devices::after {
	content: "";
	position: absolute;
	right: -10%;
	bottom: 0;
	width: 78%;
	height: 44%;
	z-index: -1;
	background: linear-gradient(165deg, rgba(13,97,160,.08), rgba(6,43,104,.17));
	clip-path: polygon(0 45%, 28% 28%, 45% 39%, 63% 15%, 82% 37%, 100% 10%, 100% 100%, 0 100%);
}

.wny-local-offer__device-label {
	position: absolute;
	top: 26px;
	z-index: 5;
	display: grid;
	gap: .2rem;
	max-width: 145px;
	color: var(--offer-ink);
	font-size: .7rem;
	line-height: 1.25;
	text-align: center;
}

.wny-local-offer__device-label strong {
	color: var(--offer-blue);
	font-size: .75rem;
}

.wny-local-offer__device-label::after {
	content: "";
	justify-self: center;
	width: 2px;
	height: 28px;
	border-left: 2px dotted var(--offer-blue);
}

.wny-local-offer__device-label--laptop { left: 16%; }
.wny-local-offer__device-label--tablet { left: 54%; }
.wny-local-offer__device-label--phone { right: 3%; }

.wny-device {
	position: absolute;
	z-index: 2;
}

.wny-device__screen {
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 35px rgba(5, 28, 64, .23);
}

.wny-device--laptop {
	left: 7%;
	top: 125px;
	width: 53%;
	transform: perspective(900px) rotateY(3deg) rotateX(1deg);
	transform-origin: bottom center;
}

.wny-device--laptop .wny-device__screen {
	aspect-ratio: 1.55;
	border: 8px solid #181d25;
	border-radius: 12px 12px 6px 6px;
}

.wny-device--laptop .wny-device__base {
	position: relative;
	left: -8%;
	width: 116%;
	height: 19px;
	border-radius: 2px 2px 50% 50%;
	background: linear-gradient(#cbd0d8, #8d949e);
	box-shadow: 0 10px 16px rgba(4,24,52,.25);
}

.wny-device--laptop .wny-device__base::after {
	content: "";
	position: absolute;
	left: 43%;
	top: 2px;
	width: 14%;
	height: 5px;
	border-radius: 0 0 5px 5px;
	background: #aeb4bd;
}

.wny-admin-demo {
	display: grid;
	grid-template-columns: 22% 1fr;
	height: 100%;
	font-size: clamp(5px, .5vw, 9px);
	color: #32425d;
}

.wny-admin-demo aside {
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 1.35em 1em;
	background: #142033;
	color: #cdd8e9;
}

.wny-admin-demo aside b { color: #fff; font-size: 1.25em; margin-bottom: 1em; }
.wny-admin-demo__main { padding: 1.5em; background: #f7f9fc; }
.wny-admin-demo__main > small,
.wny-admin-demo__main > b { display: block; }
.wny-admin-demo__main > b { margin: .2em 0 1.25em; color: #142442; font-size: 1.15em; }
.wny-admin-demo__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .7em; }
.wny-admin-demo__stats span { display: grid; padding: .8em; border: 1px solid #e1e6ef; border-radius: .4em; background: #fff; }
.wny-admin-demo__stats b { color: #0b3e95; font-size: 1.4em; }
.wny-admin-demo__stats small { color: #758199; }
.wny-admin-demo__chart { position: relative; height: 35%; margin-top: 1.1em; border: 1px solid #e1e6ef; border-radius: .4em; background: #fff; overflow: hidden; }
.wny-admin-demo__chart::before { content:""; position:absolute; inset:15% 8%; background: repeating-linear-gradient(to bottom, transparent 0 19%, #edf1f6 20%); }
.wny-admin-demo__chart i { position:absolute; left:8%; right:8%; top:46%; height:3px; background:#1e65de; transform:skewY(-9deg); box-shadow: 28px -12px 0 -1px #1e65de, 62px 4px 0 -1px #1e65de, 94px -18px 0 -1px #1e65de; }
.wny-admin-demo__rows { display:grid; grid-template-columns:repeat(3,1fr); gap:.6em; margin-top:.8em; }
.wny-admin-demo__rows span { padding:.65em; border:1px solid #e1e6ef; border-radius:.4em; background:#fff; }

.wny-device--tablet {
	right: 12%;
	top: 183px;
	z-index: 3;
	width: 28%;
	transform: rotate(1.5deg);
}

.wny-device--tablet .wny-device__screen {
	aspect-ratio: .72;
	border: 8px solid #14181d;
	border-radius: 17px;
}

.wny-site-demo {
	height: 100%;
	background: #fff;
	font-size: clamp(5px, .48vw, 8px);
}
.wny-site-demo__head { display:flex; justify-content:space-between; padding:1.2em; color:#153b78; }
.wny-site-demo__hero { min-height:53%; padding:2em 1.4em; background: linear-gradient(135deg,#f5f7f9,#dce6ed); }
.wny-site-demo__hero b { display:block; color:#15305f; font-size:2em; line-height:1.05; }
.wny-site-demo__hero small { display:block; margin-top:.7em; }
.wny-site-demo__hero button { margin-top:1em; padding:.65em .9em; border:0; border-radius:3px; background:#0754c7; color:#fff; font:inherit; }
.wny-site-demo__services { padding:1.2em; text-align:center; }
.wny-site-demo__services > small { font-weight:700; }
.wny-site-demo__services div { display:grid; grid-template-columns:repeat(3,1fr); gap:.5em; margin-top:1em; }
.wny-site-demo__services span { padding:.9em .3em; border-radius:4px; background:#f3f7fd; }

.wny-device--phone {
	right: 1.5%;
	top: 218px;
	z-index: 4;
	width: 14%;
	transform: rotate(-1.3deg);
}

.wny-device--phone .wny-device__screen {
	aspect-ratio: .49;
	border: 6px solid #10151d;
	border-radius: 22px;
}

.wny-phone-demo {
	display:flex;
	flex-direction:column;
	height:100%;
	font-size: clamp(4px, .42vw, 7px);
	background:#f8faff;
}
.wny-phone-demo__head { padding:2.2em 1.1em .7em; background:#0754c7; color:#fff; font-size:1.35em; font-weight:700; }
.wny-phone-demo > small { padding:.8em 1em; color:#72809a; }
.wny-phone-demo > span { display:grid; gap:.15em; margin:0 .8em .7em; padding:.8em; border-radius:5px; background:#fff; box-shadow:0 1px 4px rgba(0,0,0,.06); }
.wny-phone-demo > span b { color:#0a50bb; }
.wny-phone-demo nav { margin-top:auto; padding:1em .2em; background:#0754c7; color:#fff; text-align:center; }

.wny-local-offer__value {
	position: absolute;
	left: 2.5%;
	bottom: 26px;
	z-index: 8;
	display: grid;
	place-items: center;
	width: 150px;
	aspect-ratio: 1;
	padding: 1rem;
	border: 5px solid #fff;
	border-radius: 50%;
	background: radial-gradient(circle at 40% 30%, #0b4da2, #06285d 76%);
	box-shadow: 0 9px 24px rgba(5,34,77,.22);
	color: #fff;
	line-height: 1;
	text-align: center;
}
.wny-local-offer__value small { font-size:.7rem; font-weight:800; }
.wny-local-offer__value strong { font-size:2rem; letter-spacing:-.04em; }
.wny-local-offer__value span { font-size:.9rem; font-weight:800; }
.wny-local-offer__value b { font-size:.68rem; line-height:1.15; }

.wny-local-offer__free-grid,
.wny-local-offer__costs,
.wny-local-offer__fit,
.wny-local-offer__cta {
	width: min(1180px, calc(100% - 44px));
	margin-inline: auto;
}

.wny-local-offer__free-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin-top: -4px;
	border: 1px solid var(--offer-line);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.wny-local-offer__free-grid article {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: center;
	min-height: 120px;
	padding: 1.4rem 1.8rem;
}
.wny-local-offer__free-grid article + article { border-left:1px solid var(--offer-line); }
.wny-local-offer__icon,
.wny-cost-icon { display:grid; place-items:center; color:var(--offer-blue); font-weight:800; }
.wny-local-offer__icon { width:48px; height:48px; border:2px solid currentColor; border-radius:9px; font-size:1.45rem; }
.wny-local-offer__free-grid h2 { margin:0; color:var(--offer-ink); font-size:1rem; line-height:1.12; }
.wny-local-offer__free-grid h2 strong { display:block; margin-top:.2rem; color:var(--offer-blue); font-size:1.25rem; }
.wny-local-offer__free-grid p { margin:.45rem 0 0; font-size:.9rem; }

.wny-local-offer__costs {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:1.15rem;
	margin-top:1.15rem;
}

.wny-cost-card {
	border:1px solid var(--offer-line);
	border-radius:11px;
	background:linear-gradient(#fff,#f7fbff);
	overflow:hidden;
}
.wny-cost-card > header { padding:1rem; text-align:center; }
.wny-cost-card > header h2 { margin:0; color:var(--offer-blue); font-size:1.22rem; }
.wny-cost-card > header span { display:block; margin-top:.15rem; color:var(--offer-blue-dark); font-size:.83rem; font-weight:800; }
.wny-cost-row {
	display:grid;
	grid-template-columns:42px minmax(0,1fr) auto;
	gap:.85rem;
	align-items:center;
	margin:0 1.6rem;
	padding:1rem 0;
	border-top:1px solid #dbe5f2;
}
.wny-cost-row:first-of-type { border-top:0; }
.wny-cost-icon { width:38px; min-height:38px; border:2px solid currentColor; border-radius:8px; font-size:.72rem; }
.wny-cost-row div { display:grid; }
.wny-cost-row b { font-size:.98rem; }
.wny-cost-row small { color:var(--offer-muted); font-size:.78rem; line-height:1.35; }
.wny-cost-row > strong { color:var(--offer-ink); font-size:1.04rem; white-space:nowrap; }
.wny-cost-card > footer {
	display:grid;
	place-items:center;
	padding:1rem 1.5rem 1.2rem;
	border-top:1px solid #dbe5f2;
	background:#f2f8ff;
	text-align:center;
}
.wny-cost-card > footer small { color:var(--offer-blue); font-weight:800; }
.wny-cost-card > footer strong { color:var(--offer-blue); font-size:1.8rem; letter-spacing:-.03em; }
.wny-cost-card > footer strong em { font-size:1rem; font-style:normal; font-weight:500; }
.wny-cost-card > footer span { font-size:.85rem; }
.wny-cost-card--renewal > footer { background:linear-gradient(135deg,#0754c7,#073687); color:#fff; }
.wny-cost-card--renewal > footer small,
.wny-cost-card--renewal > footer strong { color:#fff; }

.wny-local-offer__fit {
	display:grid;
	grid-template-columns:.72fr 1.28fr;
	gap:1.2rem 1.5rem;
	margin-top:1.15rem;
	padding:1.5rem;
	border:1px solid var(--offer-line);
	border-radius:11px;
	background:#fff;
}
.wny-local-offer__area { display:grid; grid-template-columns:170px 1fr; gap:1.1rem; align-items:center; }
.wny-local-offer__map { position:relative; width:160px; height:190px; border:2px solid #93add1; border-radius:46% 54% 58% 42% / 27% 33% 67% 73%; background:linear-gradient(145deg,#fff 45%,#eaf2fd 46%); transform:rotate(-8deg); }
.wny-local-offer__map::before { content:""; position:absolute; left:-11px; bottom:48px; width:105px; height:66px; background:linear-gradient(90deg,#064cae,#1a62d0); clip-path:polygon(0 25%,76% 2%,100% 21%,91% 90%,19% 100%); }
.wny-local-offer__map span { position:absolute; left:38px; bottom:80px; z-index:2; color:#fff; font-size:2.3rem; line-height:1; }
.wny-local-offer__fit h2 { margin-bottom:.5rem; color:var(--offer-ink); font-size:1.15rem; }
.wny-local-offer__area p,
.wny-local-offer__ideal p { margin:0; font-size:.86rem; }
.wny-local-offer__ideal ul { display:grid; grid-template-columns:1fr 1fr; gap:.45rem 1rem; margin:1rem 0 0; padding:0; list-style:none; font-size:.84rem; font-weight:650; }
.wny-local-offer__ideal li { position:relative; padding-left:1.55rem; }
.wny-local-offer__ideal li::before { content:"✓"; position:absolute; left:0; top:.05rem; display:grid; place-items:center; width:1rem; height:1rem; border-radius:50%; background:var(--offer-blue); color:#fff; font-size:.7rem; }
.wny-local-offer__not-yet {
	grid-column:1 / -1;
	display:grid;
	grid-template-columns:1.2fr .8fr;
	gap:1.5rem;
	align-items:center;
	padding:1rem 1.2rem;
	border:1px solid #ff9fa4;
	border-radius:9px;
	background:#fff8f8;
}
.wny-local-offer__not-yet h2 { margin:0 0 .3rem; color:var(--offer-red); font-size:1.1rem; }
.wny-local-offer__not-yet p { margin:0; font-size:.86rem; }
.wny-local-offer__not-yet ul { display:grid; grid-template-columns:repeat(3,1fr); gap:.8rem; margin:0; padding:0; list-style:none; }
.wny-local-offer__not-yet li { display:grid; place-items:center; padding:.5rem; border-left:1px solid #f2b2b5; color:var(--offer-red); font-size:.78rem; font-weight:700; text-align:center; }
.wny-local-offer__not-yet li:first-child { border-left:0; }
.wny-local-offer__not-yet li span { display:block; margin-bottom:.25rem; font-size:2rem; font-weight:400; line-height:1; }

.wny-local-offer__cta {
	display:grid;
	justify-items:center;
	padding:1.35rem 1rem 1rem;
	text-align:center;
}
.wny-local-offer__cta h2 { margin:0; color:var(--offer-ink); font-size:1.45rem; }
.wny-local-offer__cta p { margin:.35rem 0 .9rem; font-size:.86rem; }
.wny-local-offer__apply { display:grid; min-width:min(390px,100%); padding:.65rem 1.4rem; line-height:1.1; }
.wny-local-offer__apply strong { font-size:1.2rem; }
.wny-local-offer__apply span { margin-top:.15rem; font-size:.83rem; font-weight:500; }
.wny-local-offer__skip { margin-top:.45rem; color:var(--offer-blue) !important; font-size:.78rem; font-weight:650; text-decoration:none !important; }

.wny-local-offer__footer {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:1rem;
	padding:1rem clamp(22px, 7vw, 90px) .75rem;
	background:linear-gradient(135deg,#062b68,#051d47);
	color:#fff;
}
.wny-local-offer__footer > div { display:grid; grid-template-columns:42px 1fr; gap:.65rem; align-items:center; }
.wny-local-offer__footer > div > b { display:grid; place-items:center; width:42px; height:42px; border:1px solid #9db8e4; border-radius:50%; font-size:1.05rem; }
.wny-local-offer__footer span { display:grid; font-size:.75rem; line-height:1.35; }
.wny-local-offer__footer span strong { font-size:.72rem; }
.wny-local-offer__footer > p { grid-column:1 / -1; margin:.1rem 0 0; font-size:.72rem; text-align:center; }

@media (max-width: 1040px) {
	.wny-local-offer__hero { grid-template-columns:1fr; padding:0 clamp(22px,4vw,44px) 1rem; }
	.wny-local-offer__hero-copy { padding:2.2rem 0 0; }
	.wny-local-offer__devices { min-height:470px; margin-top:-.5rem; }
	.wny-local-offer__device-label--laptop { left:18%; }
	.wny-local-offer__device-label--tablet { left:58%; }
	.wny-device--laptop { left:14%; width:50%; }
	.wny-device--tablet { right:13%; width:27%; }
	.wny-device--phone { right:2%; width:13%; }
	.wny-local-offer__value { left:7%; }
	.wny-local-offer__fit { grid-template-columns:1fr; }
	.wny-local-offer__not-yet { grid-column:auto; }
	.wny-local-offer__area { grid-template-columns:150px 1fr; }
}

@media (max-width: 780px) {
	.wny-local-offer__bar { align-items:flex-start; }
	.wny-local-offer__bar-actions { align-items:flex-end; flex-direction:column; gap:.5rem; }
	.wny-local-offer__location { display:none; }
	.wny-local-offer__browse { padding:.6rem .75rem; font-size:.78rem; }
	.wny-local-offer__hero h1 { font-size:clamp(2.35rem,10vw,4.4rem); }
	.wny-local-offer__devices { min-height:430px; }
	.wny-local-offer__device-label { display:none; }
	.wny-device--laptop { left:4%; top:75px; width:62%; }
	.wny-device--tablet { right:8%; top:128px; width:34%; }
	.wny-device--phone { right:0; top:182px; width:17%; }
	.wny-local-offer__value { left:2%; bottom:18px; width:125px; }
	.wny-local-offer__value strong { font-size:1.65rem; }
	.wny-local-offer__free-grid,
	.wny-local-offer__costs { grid-template-columns:1fr; }
	.wny-local-offer__free-grid article + article { border-left:0; border-top:1px solid var(--offer-line); }
	.wny-local-offer__free-grid article { min-height:auto; }
	.wny-cost-row { margin-inline:1rem; }
	.wny-local-offer__area { grid-template-columns:120px 1fr; }
	.wny-local-offer__map { width:118px; height:150px; }
	.wny-local-offer__map::before { width:80px; height:52px; }
	.wny-local-offer__map span { left:25px; bottom:66px; }
	.wny-local-offer__ideal ul { grid-template-columns:1fr; }
	.wny-local-offer__not-yet { grid-template-columns:1fr; }
	.wny-local-offer__not-yet li { border-left:0; border-top:1px solid #f2b2b5; }
	.wny-local-offer__not-yet li:first-child { border-top:0; }
	.wny-local-offer__footer { grid-template-columns:1fr 1fr; }
}

@media (max-width: 520px) {
	.wny-local-offer__bar { min-height:66px; padding:12px 16px; }
	.wny-local-offer__brand { font-size:1.3rem; }
	.wny-local-offer__brand small { font-size:.42rem; }
	.wny-local-offer__browse { max-width:150px; text-align:center; white-space:normal; }
	.wny-local-offer__hero { padding-inline:16px; }
	.wny-local-offer__eyebrow { font-size:.66rem; }
	.wny-local-offer__lede { font-size:1rem; }
	.wny-local-offer__devices { min-height:330px; }
	.wny-device--laptop { left:0; top:55px; width:72%; }
	.wny-device--tablet { right:5%; top:94px; width:35%; }
	.wny-device--phone { right:-1%; top:137px; width:18%; }
	.wny-local-offer__value { left:0; bottom:8px; width:100px; border-width:3px; }
	.wny-local-offer__value strong { font-size:1.35rem; }
	.wny-local-offer__value span { font-size:.72rem; }
	.wny-local-offer__value b { font-size:.56rem; }
	.wny-local-offer__free-grid,
	.wny-local-offer__costs,
	.wny-local-offer__fit,
	.wny-local-offer__cta { width:calc(100% - 24px); }
	.wny-local-offer__free-grid article { grid-template-columns:42px 1fr; padding:1rem; }
	.wny-local-offer__icon { width:40px; height:40px; font-size:1.1rem; }
	.wny-cost-row { grid-template-columns:36px minmax(0,1fr); gap:.65rem; }
	.wny-cost-row > strong { grid-column:2; justify-self:start; font-size:.95rem; }
	.wny-cost-card > footer strong { font-size:1.55rem; }
	.wny-local-offer__fit { padding:1rem; }
	.wny-local-offer__area { grid-template-columns:1fr; }
	.wny-local-offer__map { margin-inline:auto; }
	.wny-local-offer__not-yet ul { grid-template-columns:1fr; }
	.wny-local-offer__footer { grid-template-columns:1fr; padding-inline:20px; }
}


/* 0.1.31 — Full-width homepage splash geometry and pricing-card hardening. */
body.home .wny-services-front,
body.home .wny-services-front > .wp-block-post-content,
body.home .wny-services-front .wp-block-shortcode:has(.wny-local-offer) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.home .wny-services-front .wp-block-shortcode:has(.wny-local-offer) {
	position: relative;
	left: 50%;
	width: 100vw !important;
	margin-left: -50vw !important;
}

.wny-local-offer {
	font-size: 16px;
}

.wny-local-offer__hero {
	grid-template-columns: minmax(420px, .9fr) minmax(620px, 1.1fr);
	min-height: 560px;
	padding-left: max(28px, calc((100vw - 1440px) / 2 + 48px));
}

.wny-local-offer__hero-copy {
	padding-right: clamp(2rem, 4vw, 4.5rem);
}

.wny-local-offer__devices {
	min-height: 560px;
}

.wny-local-offer__free-grid,
.wny-local-offer__costs,
.wny-local-offer__fit,
.wny-local-offer__cta {
	width: min(1320px, calc(100% - 64px));
}

.wny-local-offer__free-grid {
	margin-top: 1.5rem;
}

.wny-local-offer__free-grid article {
	min-height: 132px;
}

.wny-local-offer__costs {
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.wny-cost-card > header {
	padding: 1.3rem 1.5rem 1rem;
}

.wny-cost-row {
	grid-template-columns: 48px minmax(220px, 1fr) minmax(140px, max-content);
	column-gap: 1.1rem;
	margin-inline: 2rem;
	padding: 1.25rem 0;
}

.wny-cost-row > strong {
	justify-self: end;
	min-width: 140px;
	font-size: 1.06rem;
	line-height: 1.25;
	text-align: right;
	word-break: normal;
	overflow-wrap: normal;
}

.wny-cost-row div,
.wny-cost-row b,
.wny-cost-row small {
	min-width: 0;
	word-break: normal;
	overflow-wrap: normal;
}

.wny-cost-card > footer {
	min-height: 118px;
}

.wny-local-offer__fit {
	margin-top: 1.5rem;
	padding: 2rem;
}

@media (max-width: 1180px) {
	.wny-local-offer__hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 0 32px 1.5rem;
	}
	.wny-local-offer__hero-copy {
		padding: 3rem 0 1rem;
	}
	.wny-local-offer__devices {
		min-height: 500px;
	}
	.wny-local-offer__free-grid,
	.wny-local-offer__costs,
	.wny-local-offer__fit,
	.wny-local-offer__cta {
		width: min(1040px, calc(100% - 48px));
	}
}

@media (max-width: 900px) {
	.wny-local-offer__costs {
		grid-template-columns: 1fr;
	}
	.wny-cost-row {
		grid-template-columns: 48px minmax(0,1fr) minmax(132px,max-content);
	}
}

@media (max-width: 620px) {
	body.home .wny-services-front .wp-block-shortcode:has(.wny-local-offer) {
		left: auto;
		width: 100% !important;
		margin-left: 0 !important;
	}
	.wny-local-offer__hero {
		padding-inline: 18px;
	}
	.wny-local-offer__free-grid,
	.wny-local-offer__costs,
	.wny-local-offer__fit,
	.wny-local-offer__cta {
		width: calc(100% - 28px);
	}
	.wny-cost-row {
		grid-template-columns: 42px minmax(0,1fr);
		margin-inline: 1.1rem;
	}
	.wny-cost-row > strong {
		grid-column: 2;
		justify-self: start;
		min-width: 0;
		text-align: left;
	}
}

/* 0.1.32 — Static Western New York offer popup. */
body.home { margin:0; background:#041b3d; }
body.home .wp-site-blocks { min-height:100vh; padding:0 !important; }
.wny-static-offer-shell {
  --mbos-jade:#008f72;
  --mbos-jade-bright:#00b894;
  --mbos-jade-dark:#064e3b;
  --mbos-jade-deep:#023b32;
  --mbos-jade-ink:#073f37;
  position:fixed;
  z-index:999999;
  inset:0;
  box-sizing:border-box;
  overflow-y:auto;
  padding:clamp(24px,4vw,64px);
  background:rgba(2,36,31,.94);
  color:var(--mbos-jade-ink);
  font-family:inherit;
  overscroll-behavior:contain;
}
.wny-static-offer-shell[hidden] {
  display:none !important;
}
.wny-static-offer,
.wny-static-offer * { box-sizing:border-box; }
.wny-static-offer {
  position:relative;
  width:min(1460px,100%);
  margin:0 auto;
  overflow:hidden;
  border:1px solid rgba(195,255,235,.48);
  border-radius:28px;
  background:#fff;
  box-shadow:0 30px 90px rgba(0,30,24,.55);
}
.wny-static-offer__exit {
  position:absolute;
  z-index:20;
  top:22px;
  right:22px;
  display:flex;
  align-items:center;
  gap:.6rem;
  min-height:52px;
  padding:.45rem 1rem .45rem .55rem;
  border:2px solid var(--mbos-jade-dark);
  border-radius:999px;
  background:#fff;
  color:var(--mbos-jade-dark) !important;
  box-shadow:0 8px 24px rgba(0,78,59,.2);
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease;
}
.wny-static-offer__exit:hover { transform:translateY(-2px); box-shadow:0 12px 30px rgba(0,78,59,.28); }
.wny-static-offer__exit span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:var(--mbos-jade-dark); color:#fff; font-size:1.75rem; font-weight:400; line-height:1; }
.wny-static-offer__exit strong { font-size:.9rem; letter-spacing:.02em; white-space:nowrap; }

.wny-static-offer__hero {
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);
  align-items:center;
  min-height:620px;
  padding:clamp(52px,6vw,92px) clamp(30px,5vw,76px) 34px;
  background:linear-gradient(120deg,#fff 0%,#fff 44%,#e9fbf5 100%);
}
.wny-static-offer__hero-copy { position:relative; z-index:2; max-width:650px; }
.wny-static-offer__eyebrow { display:inline-block; margin:0 0 1.6rem; padding:.48rem .8rem; border-radius:6px; background:#bff5df; color:var(--mbos-jade-dark); font-size:.78rem; font-weight:800; letter-spacing:.02em; text-transform:uppercase; }
.wny-static-offer__hero h1 { margin:0; color:var(--mbos-jade-ink); font-size:clamp(3rem,5vw,5.6rem); font-weight:700; line-height:.98; letter-spacing:-.05em; }
.wny-static-offer__hero h1 strong { display:inline; color:var(--mbos-jade); font-weight:700; }
.wny-static-offer__lede { max-width:620px; margin:1.5rem 0 0; color:#24584f; font-size:clamp(1rem,1.4vw,1.25rem); line-height:1.55; }
.wny-static-offer__hero-art { position:relative; align-self:center; min-width:0; padding:28px 0 8px 8px; }
.wny-static-offer__hero-art img { display:block; width:132%; max-width:none; height:auto; margin-left:-15%; object-fit:contain; object-position:center; filter:drop-shadow(0 18px 24px rgba(0,78,59,.14)); }
.wny-static-offer__device-labels { position:relative; z-index:2; display:grid; grid-template-columns:1.45fr 1fr .65fr; gap:1rem; width:105%; margin:0 0 -1.2rem -5%; color:var(--mbos-jade); text-align:center; }
.wny-static-offer__device-labels span { position:relative; display:block; padding-bottom:1.35rem; }
.wny-static-offer__device-labels span::after { content:""; position:absolute; left:50%; bottom:.1rem; width:1px; height:1rem; background:#6bcab3; }
.wny-static-offer__device-labels b { display:block; font-size:.72rem; line-height:1.15; }
.wny-static-offer__device-labels small { display:block; margin-top:.25rem; color:#24584f; font-size:.62rem; line-height:1.25; }
.wny-static-offer__value { position:absolute; z-index:3; left:-4px; right:auto; bottom:4px; display:grid; place-items:center; width:148px; aspect-ratio:1; border:5px solid #fff; border-radius:50%; background:linear-gradient(145deg,var(--mbos-jade),var(--mbos-jade-deep)); color:#fff; box-shadow:0 8px 25px rgba(0,65,50,.28); text-align:center; }
.wny-static-offer__value span,.wny-static-offer__value b,.wny-static-offer__value small { display:block; }
.wny-static-offer__value span { font-size:.65rem; }
.wny-static-offer__value strong { font-size:2rem; line-height:1; }
.wny-static-offer__value b { font-size:.7rem; }
.wny-static-offer__value small { max-width:90px; font-size:.52rem; font-weight:800; line-height:1.15; }

.wny-static-offer__free-grid,
.wny-static-offer__costs,
.wny-static-offer__fit,
.wny-static-offer__cta { width:calc(100% - clamp(48px,8vw,128px)); margin-inline:auto; }
.wny-static-offer__free-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:20px; border:1px solid #b9ded3; border-radius:16px; overflow:hidden; background:#fff; }
.wny-static-offer__free-grid article { display:grid; grid-template-columns:58px 1fr; gap:1rem; min-height:134px; padding:1.45rem 1.6rem; align-items:center; }
.wny-static-offer__free-grid article + article { border-left:1px solid #b9ded3; }
.wny-static-offer__feature-icon,.wny-static-cost-icon { display:grid; place-items:center; border:2px solid var(--mbos-jade); border-radius:10px; color:var(--mbos-jade); font-weight:800; }
.wny-static-offer__feature-icon { width:52px; height:52px; font-size:1.35rem; }
.wny-static-offer__free-grid h2 { margin:0; font-size:1rem; line-height:1.3; }
.wny-static-offer__free-grid h2 strong { display:block; margin-top:.1rem; color:var(--mbos-jade); font-size:1.35rem; }
.wny-static-offer__free-grid p { margin:.35rem 0 0; font-size:.82rem; }

.wny-static-offer__costs { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:22px; }
.wny-static-cost-card { overflow:hidden; border:1px solid #b9ded3; border-radius:16px; background:#fff; }
.wny-static-cost-card > header { padding:1.2rem 1.3rem .9rem; text-align:center; }
.wny-static-cost-card > header h2 { margin:0; color:var(--mbos-jade); font-size:1.25rem; }
.wny-static-cost-card > header p { margin:.18rem 0 0; color:var(--mbos-jade-ink); font-size:.75rem; font-weight:800; }
.wny-static-cost-row { display:grid; grid-template-columns:46px minmax(0,1fr) auto; gap:1rem; align-items:center; margin:0 1.7rem; padding:1.2rem 0; border-top:1px solid #d5ebe5; }
.wny-static-cost-row:first-of-type { border-top:0; }
.wny-static-cost-icon { width:42px; height:42px; font-size:.72rem; }
.wny-static-cost-row div { display:grid; gap:.15rem; min-width:0; }
.wny-static-cost-row b { font-size:.95rem; }
.wny-static-cost-row small { color:#4b6f67; font-size:.75rem; line-height:1.35; }
.wny-static-cost-row > strong { min-width:max-content; color:var(--mbos-jade-ink); font-size:1.05rem; white-space:nowrap; text-align:right; }
.wny-static-cost-row > strong.wny-static-cost-free { color:#16803a; font-weight:800; }
.wny-static-cost-card > footer { display:grid; justify-items:center; gap:.12rem; padding:1.15rem 1rem 1.25rem; background:linear-gradient(135deg,var(--mbos-jade),var(--mbos-jade-deep)); color:#fff; text-align:center; }
.wny-static-cost-card > footer small { color:#fff; font-size:.73rem; font-weight:800; }
.wny-static-cost-card > footer strong { color:#fff; font-size:1.8rem; line-height:1.1; }
.wny-static-cost-card > footer strong em { font-size:.75em; font-style:normal; font-weight:500; }
.wny-static-cost-card > footer span { font-size:.74rem; }
.wny-static-cost-card--renewal > footer { background:#e5f8f1; color:var(--mbos-jade-ink); }
.wny-static-cost-card--renewal > footer small,.wny-static-cost-card--renewal > footer strong { color:var(--mbos-jade); }

.wny-static-offer__fit { display:grid; grid-template-columns:.42fr .58fr; gap:2rem; margin-top:22px; padding:1.8rem; border:1px solid #b9ded3; border-radius:16px; }
.wny-static-offer__area { display:grid; grid-template-columns:145px 1fr; gap:1rem; align-items:center; }
.wny-static-offer__map { position:relative; width:140px; height:178px; border:2px solid #87c5b5; border-radius:45% 55% 52% 48% / 28% 34% 66% 72%; background:#f3fcf9; transform:rotate(-4deg); }
.wny-static-offer__map::before { content:""; position:absolute; left:-9px; bottom:54px; width:94px; height:59px; background:var(--mbos-jade); clip-path:polygon(0 25%,76% 2%,100% 21%,91% 90%,19% 100%); }
.wny-static-offer__map span { position:absolute; z-index:2; left:26px; bottom:78px; color:#fff; font-size:2rem; }
.wny-static-offer__fit h2 { margin:0 0 .45rem; color:var(--mbos-jade-ink); font-size:1.1rem; }
.wny-static-offer__fit p { margin:0; color:#315f55; font-size:.84rem; line-height:1.5; }
.wny-static-offer__ideal ul { display:grid; grid-template-columns:1fr 1fr; gap:.45rem 1.3rem; margin:1rem 0 0; padding:0; list-style:none; font-size:.82rem; font-weight:650; }
.wny-static-offer__ideal li { position:relative; padding-left:1.45rem; }
.wny-static-offer__ideal li::before { content:"✓"; position:absolute; left:0; top:.05rem; display:grid; place-items:center; width:1rem; height:1rem; border-radius:50%; background:var(--mbos-jade); color:#fff; font-size:.65rem; }
.wny-static-offer__not-yet { grid-column:1/-1; display:grid; grid-template-columns:1.2fr .8fr; gap:1.3rem; align-items:center; margin-top:.25rem; padding:1rem 1.2rem; border:1px solid #ff9ea5; border-radius:12px; background:#fff8f8; }
.wny-static-offer__not-yet h2 { color:#d9222c; }
.wny-static-offer__not-yet ul { display:grid; grid-template-columns:repeat(3,1fr); gap:.6rem; margin:0; padding:0; list-style:none; }
.wny-static-offer__not-yet li { display:grid; justify-items:center; gap:.25rem; color:#d9222c; font-size:.76rem; font-weight:800; text-align:center; }
.wny-static-offer__not-yet li span { font-size:1.75rem; }

.wny-static-offer__cta { display:grid; justify-items:center; padding:2rem 1rem 1.4rem; text-align:center; }
.wny-static-offer__cta h2 { margin:0; color:var(--mbos-jade-ink); font-size:1.55rem; }
.wny-static-offer__cta p { margin:.45rem 0 1rem; font-size:.86rem; }
.wny-static-offer__apply { display:grid; min-width:min(430px,100%); padding:.8rem 1.5rem; border-radius:10px; background:linear-gradient(135deg,var(--mbos-jade-bright),var(--mbos-jade)); color:#fff !important; box-shadow:0 8px 20px rgba(0,143,114,.25); line-height:1.1; text-decoration:none !important; }
.wny-static-offer__apply strong { font-size:1.25rem; }
.wny-static-offer__apply span { margin-top:.2rem; font-size:.8rem; }
.wny-static-offer__skip { margin-top:.6rem; padding:.25rem; border:0; background:transparent; color:var(--mbos-jade) !important; cursor:pointer; font:inherit; font-size:.78rem; font-weight:700; }
.wny-static-offer__footer { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; padding:1.2rem clamp(24px,5vw,72px) .9rem; background:linear-gradient(135deg,var(--mbos-jade),var(--mbos-jade-deep)); color:#fff; }
.wny-static-offer__footer > div { display:grid; grid-template-columns:40px 1fr; gap:.7rem; align-items:center; }
.wny-static-offer__footer > div > b { display:grid; place-items:center; width:40px; height:40px; border:1px solid #a8dfd0; border-radius:50%; }
.wny-static-offer__footer span { display:grid; font-size:.73rem; line-height:1.35; }
.wny-static-offer__footer span strong { font-size:.7rem; }
.wny-static-offer__footer > p { grid-column:1/-1; margin:.15rem 0 0; font-size:.7rem; text-align:center; }

@media (max-width:1050px) {
  .wny-static-offer-shell { padding:24px; }
  .wny-static-offer__hero { grid-template-columns:1fr; min-height:auto; padding-top:92px; }
  .wny-static-offer__hero-copy { max-width:none; }
  .wny-static-offer__hero-art { padding:26px 0 0; }
  .wny-static-offer__hero-art img { width:100%; margin-left:0; }
  .wny-static-offer__device-labels { width:100%; margin-left:0; }
  .wny-static-offer__value { left:8px; right:auto; bottom:4px; }
  .wny-static-offer__fit { grid-template-columns:1fr; }
  .wny-static-offer__not-yet { grid-column:auto; }
}
@media (max-width:800px) {
  .wny-static-offer-shell { padding:14px; }
  .wny-static-offer { border-radius:20px; }
  .wny-static-offer__exit { top:12px; right:12px; min-height:48px; padding-right:.7rem; }
  .wny-static-offer__exit strong { display:none; }
  .wny-static-offer__hero { padding:82px 22px 24px; }
  .wny-static-offer__hero h1 { font-size:clamp(2.5rem,12vw,4.3rem); }
  .wny-static-offer__free-grid,.wny-static-offer__costs { grid-template-columns:1fr; }
  .wny-static-offer__free-grid article + article { border-left:0; border-top:1px solid #b9ded3; }
  .wny-static-offer__costs { gap:14px; }
  .wny-static-offer__area { grid-template-columns:120px 1fr; }
  .wny-static-offer__ideal ul { grid-template-columns:1fr; }
  .wny-static-offer__not-yet { grid-template-columns:1fr; }
  .wny-static-offer__footer { grid-template-columns:1fr 1fr; }
}
@media (max-width:540px) {
  .wny-static-offer-shell { padding:8px; }
  .wny-static-offer { border-radius:16px; }
  .wny-static-offer__hero { padding-inline:16px; }
  .wny-static-offer__eyebrow { max-width:80%; font-size:.66rem; }
  .wny-static-offer__value { position:absolute; left:6px; bottom:0; width:106px; margin:0; }
  .wny-static-offer__hero-art { margin-top:.5rem; }
  .wny-static-offer__free-grid,.wny-static-offer__costs,.wny-static-offer__fit,.wny-static-offer__cta { width:calc(100% - 20px); }
  .wny-static-offer__free-grid article { grid-template-columns:48px 1fr; padding:1rem; }
  .wny-static-cost-row { grid-template-columns:40px minmax(0,1fr); margin-inline:1rem; }
  .wny-static-cost-row > strong { grid-column:2; justify-self:start; margin-top:.15rem; white-space:normal; text-align:left; }
  .wny-static-offer__area { grid-template-columns:1fr; }
  .wny-static-offer__map { margin-inline:auto; }
  .wny-static-offer__not-yet ul { grid-template-columns:1fr 1fr 1fr; }
  .wny-static-offer__footer { grid-template-columns:1fr; }
}

@media (max-width:600px) {
  .wny-static-offer__device-labels { gap:.35rem; width:100%; margin-bottom:-.5rem; }
  .wny-static-offer__device-labels b { font-size:.58rem; }
  .wny-static-offer__device-labels small { font-size:.52rem; }
}

/* Category artwork bridge — v0.1.42 */
body.tax-product_cat .wny-category-hero__art .wny-category-hero__term-image {
	width: min(100%, 440px) !important;
	max-width: 440px !important;
	max-height: 360px !important;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 58px rgba(0, 24, 52, .18);
	filter: none;
}

body.tax-product_cat .wny-category-hero--child .wny-category-hero__art .wny-category-hero__term-image {
	box-shadow: 0 20px 50px rgba(8, 35, 66, .10);
}

body.tax-product_cat .wny-category-explore-card.has-category-artwork {
	min-height: 330px;
	padding-top: .85rem;
}

body.tax-product_cat .wny-category-explore-card.has-category-artwork .wny-category-explore-card__icon {
	display: none;
}

body.tax-product_cat .wny-category-explore-card__image {
	display: grid;
	place-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: -.1rem 0 .1rem;
	border-radius: 10px;
	background: #f8fbff;
	overflow: hidden;
}

body.tax-product_cat .wny-category-explore-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 720px) {
	body.tax-product_cat .wny-category-hero__art .wny-category-hero__term-image {
		width: min(100%, 360px) !important;
		max-width: 360px !important;
		max-height: 320px !important;
	}

	body.tax-product_cat .wny-category-explore-card.has-category-artwork {
		min-height: 310px;
	}
}
