/*--------------------------------------------------------------
# Homepage Styling
--------------------------------------------------------------*/

body.home {
	overflow-x: clip;
}

body.home .entry-content--front-page {
	--nyb-home-max: 78.75rem;
	--nyb-home-narrow: 56rem;
	--nyb-home-gutter: clamp(1rem, 3vw, 2rem);
	--nyb-home-surface: #f3f3f1;
	--nyb-home-surface-strong: #ececea;
	--nyb-home-border: rgba(44, 44, 42, 0.1);
	--nyb-home-dark: #10100f;
	--nyb-home-dark-soft: #171716;
	--nyb-home-shadow: 0 1.75rem 3.75rem rgba(15, 15, 15, 0.08);
}

body.home .site-main {
	padding-top: 0;
}

body.home .entry-content--front-page > .wp-block-spacer {
	width: 100%;
	max-width: none;
}

body.home .entry-content--front-page > .wp-block-cover:first-child,
body.home .entry-content--front-page > .wp-block-cover:last-child {
	position: relative;
	overflow: hidden;
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-cover__image-background,
body.home .entry-content--front-page > .wp-block-cover:last-child .wp-block-cover__image-background {
	transform: translate3d(0, var(--nyb-parallax-shift, 0), 0) scale(1.035);
	transform-origin: center center;
	will-change: transform;
}

body.home .entry-content--front-page > .wp-block-cover:first-child {
	min-height: min(56rem, calc(100vh - 2rem));
	background: #141414;
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-cover__background {
	opacity: 1;
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: min(calc(100% - (var(--nyb-home-gutter) * 2)), var(--nyb-home-max));
	max-width: var(--nyb-home-max);
	min-height: min(56rem, calc(100vh - 4rem));
	margin: 0 auto;
	padding: clamp(5.5rem, 10vw, 8rem) 0 clamp(0.9rem, 2vw, 1.5rem);
}

body.home .entry-content--front-page > .wp-block-cover:first-child p.has-small-font-size:first-child {
	margin: 0 0 1.1rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem !important;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > .wp-block-cover:first-child h1 {
	max-width: 44rem;
	margin: 0;
	color: #fff;
	font-size: clamp(3rem, 6vw, 5.8rem);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.035em;
	text-wrap: balance;
	text-align: center;
}

body.home .entry-content--front-page > .wp-block-cover:first-child p.has-medium-font-size {
	max-width: 34rem;
	margin: 1.5rem 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.8vw, 1.2rem) !important;
	font-weight: 300;
	line-height: 1.7;
	text-align: center;
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-buttons {
	gap: 0.85rem;
	margin-top: 2rem;
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-button__link {
	min-height: 3.2rem;
	padding: 0.95rem 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	backdrop-filter: blur(0.5rem);
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #fff;
	border-color: #fff;
	color: #121212;
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-button__link:hover,
body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-button__link:focus-visible {
	background: rgba(255, 255, 255, 0.92);
	color: #111;
	box-shadow: 0 1rem 2.25rem rgba(0, 0, 0, 0.18);
	transform: translateY(-0.0625rem);
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-right: 1rem;
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-column p:first-child {
	margin: 0;
	color: #fff;
	font-family: var(--nyb-font-display);
	font-size: clamp(1.4rem, 2.2vw, 1.9rem);
	font-weight: 400;
	line-height: 1;
}

body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-column p.has-small-font-size {
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.68rem !important;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > p.has-text-align-center.has-small-font-size {
	max-width: none;
	margin: 0 auto 0.85rem;
	color: #8b8b86;
	font-size: 0.72rem !important;
	font-weight: 500;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > h2.has-text-align-center {
	max-width: 42rem;
	margin: 0 auto 1rem;
	color: var(--nyb-ink);
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(2)):not(:has(> .wp-block-column:nth-child(3))):not(:has(> .wp-block-column:first-child > .wp-block-columns)) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 4rem);
	padding: clamp(2rem, 4vw, 2.75rem) 0;
	border-top: 1px solid var(--nyb-home-border);
	border-bottom: 1px solid var(--nyb-home-border);
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(2)):not(:has(> .wp-block-column:nth-child(3))):not(:has(> .wp-block-column:first-child > .wp-block-columns)) .wp-block-column {
	padding-right: clamp(1rem, 3vw, 2rem);
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(2)):not(:has(> .wp-block-column:nth-child(3))):not(:has(> .wp-block-column:first-child > .wp-block-columns)) .wp-block-column + .wp-block-column {
	border-left: 1px solid var(--nyb-home-border);
	padding-left: clamp(1.5rem, 4vw, 3rem);
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(2)):not(:has(> .wp-block-column:nth-child(3))):not(:has(> .wp-block-column:first-child > .wp-block-columns)) h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.6rem, 2.8vw, 2rem);
	line-height: 1.04;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(2)):not(:has(> .wp-block-column:nth-child(3))):not(:has(> .wp-block-column:first-child > .wp-block-columns)) p:last-child {
	margin-top: 1.5rem;
	color: var(--nyb-ink);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(4)) {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(4)) > .wp-block-column {
	padding: 1.7rem 1.4rem 1.5rem;
	border: 1px solid var(--nyb-home-border);
	border-radius: 1.3rem;
	background: #fff;
	box-shadow: 0 1rem 2.125rem rgba(15, 15, 15, 0.04);
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(4)) > .wp-block-column > p:first-child {
	margin: 0 0 1rem;
	color: #9c9b95;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(4)) h4 {
	margin: 0 0 0.8rem;
	font-size: 1.5rem;
	line-height: 1.05;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(4)) p.has-small-font-size {
	margin: 0;
	font-size: 0.9rem !important;
	line-height: 1.8;
}

body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns) {
	padding: clamp(3rem, 6vw, 5rem) 0;
}

body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns) .wp-block-cover__inner-container {
	max-width: none;
}

body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns) .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns) .wp-block-column {
	padding: 1.7rem 1.35rem;
	border: 1px solid rgba(44, 44, 42, 0.07);
	border-radius: 1.3rem;
	background: rgba(255, 255, 255, 0.72);
}

body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns) h3 {
	margin: 0 0 0.9rem;
	font-size: 1.55rem;
	line-height: 1.05;
}

body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns) p.has-small-font-size {
	margin: 0;
	font-size: 0.9rem !important;
	line-height: 1.8;
}

body.home .entry-content--front-page > .wp-block-group.alignwide {
	padding: 0;
}

body.home .entry-content--front-page .wp-block-woocommerce-product-collection {
	position: relative;
}

body.home .entry-content--front-page .wc-block-product-template__responsive {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem 1.35rem;
	margin: 0;
	padding: 0;
}

body.home .entry-content--front-page .wc-block-product {
	--nyb-tilt-x: 0deg;
	--nyb-tilt-y: 0deg;
	--nyb-glow-x: 50%;
	--nyb-glow-y: 50%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.home .entry-content--front-page .wp-block-woocommerce-product-image {
	margin-bottom: 1rem;
	transform: perspective(75rem) rotateX(var(--nyb-tilt-y)) rotateY(var(--nyb-tilt-x));
	transform-style: preserve-3d;
	transition: transform 0.35s ease;
}

body.home .entry-content--front-page .wc-block-product.is-preview-active .wp-block-woocommerce-product-image,
body.home .entry-content--front-page .wc-block-product:hover .wp-block-woocommerce-product-image,
body.home .entry-content--front-page .wc-block-product:focus-within .wp-block-woocommerce-product-image {
	transform: perspective(75rem) rotateX(var(--nyb-tilt-y)) rotateY(var(--nyb-tilt-x)) translateY(-0.3125rem);
}

body.home .entry-content--front-page .wp-block-woocommerce-product-image a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 1.2rem;
	background: #f3f2ef;
	aspect-ratio: 0.76;
}

body.home .entry-content--front-page .wp-block-woocommerce-product-image a::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(12, 12, 12, 0.08) 100%),
		radial-gradient(circle at var(--nyb-glow-x) var(--nyb-glow-y), rgba(255, 255, 255, 0.35), transparent 42%);
	content: "";
	opacity: 0;
	transition: opacity 0.35s ease;
}

body.home .entry-content--front-page .wc-block-product.is-preview-active .wp-block-woocommerce-product-image a::before,
body.home .entry-content--front-page .wc-block-product:hover .wp-block-woocommerce-product-image a::before,
body.home .entry-content--front-page .wc-block-product:focus-within .wp-block-woocommerce-product-image a::before {
	opacity: 1;
}

body.home .entry-content--front-page .wp-block-woocommerce-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

body.home .entry-content--front-page .wc-block-product.is-preview-active .wp-block-woocommerce-product-image img,
body.home .entry-content--front-page .wc-block-product:hover .wp-block-woocommerce-product-image img,
body.home .entry-content--front-page .wc-block-product:focus-within .wp-block-woocommerce-product-image img {
	transform: scale(1.05);
}

body.home .entry-content--front-page .wc-block-product .wp-block-post-title {
	margin: 0 0 0.25rem !important;
	font-size: 1.25rem !important;
	line-height: 1.06;
}

body.home .entry-content--front-page .wc-block-product .wp-block-post-title a {
	color: var(--nyb-ink);
	text-decoration: none;
}

body.home .entry-content--front-page .wc-block-product .wp-block-post-title a:hover,
body.home .entry-content--front-page .wc-block-product .wp-block-post-title a:focus-visible {
	color: #000;
}

body.home .entry-content--front-page .wc-block-components-product-price,
body.home .entry-content--front-page .wp-block-woocommerce-product-price {
	color: #918d85;
	font-family: var(--nyb-font-body);
	font-size: 0.7rem !important;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > .wp-block-buttons:last-of-type {
	justify-content: center;
}

body.home .entry-content--front-page > .wp-block-buttons:last-of-type .wp-block-button__link {
	min-height: 3.35rem;
	padding: 0.95rem 1.55rem;
	border: 1px solid var(--nyb-line);
	border-radius: 999px !important;
	background: transparent;
	color: var(--nyb-ink);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
}

body.home .entry-content--front-page > .wp-block-buttons:last-of-type .wp-block-button__link:hover,
body.home .entry-content--front-page > .wp-block-buttons:last-of-type .wp-block-button__link:focus-visible {
	background: var(--nyb-ink);
	color: #fff;
	box-shadow: none;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) {
	padding: clamp(3rem, 6vw, 4.5rem);
	background:
		radial-gradient(circle at top center, rgba(255, 255, 255, 0.05), transparent 26%),
		linear-gradient(180deg, #111111 0%, #0a0a0a 100%);
	box-shadow: 0 1.875rem 4.375rem rgba(0, 0, 0, 0.18);
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-cover__background {
	display: none;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-cover__inner-container > p.has-small-font-size,
body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) h2,
body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) p {
	color: rgba(255, 255, 255, 0.88);
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) > .wp-block-cover__inner-container > p.has-small-font-size {
	margin-bottom: 0.75rem;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.72rem !important;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 4vw, 3rem);
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) > .wp-block-cover__inner-container > p.has-text-align-center {
	max-width: 48rem;
	margin-right: auto;
	margin-left: auto;
	color: rgba(255, 255, 255, 0.7);
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-columns.alignwide {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.3rem;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-column {
	padding: 0;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-column > p.has-small-font-size {
	margin-bottom: 0.75rem;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.68rem !important;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-image img,
body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-image {
	display: block;
	width: 100%;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.08);
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) > .wp-block-column:first-child > .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) > .wp-block-column:first-child > .wp-block-columns > .wp-block-column {
	padding: 1.5rem 1rem;
	border: 1px solid var(--nyb-home-border);
	border-radius: 1.2rem;
	background: #fff;
	text-align: center;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) h3.has-text-align-center {
	margin: 0 0 0.35rem;
	font-size: clamp(2rem, 3vw, 2.6rem);
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) p.has-small-font-size {
	margin: 0;
	font-size: 0.68rem !important;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) > .wp-block-column:last-child {
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border-left: 1px solid var(--nyb-home-border);
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) > .wp-block-column:last-child > p:first-child {
	margin: 0;
	color: var(--nyb-ink);
	font-family: var(--nyb-font-display);
	font-size: clamp(1.9rem, 3vw, 2.25rem);
	line-height: 1.15;
}

body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) > .wp-block-column:last-child > p.has-small-font-size {
	margin-top: 1.1rem;
	color: #8f8a82;
	font-size: 0.76rem !important;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: none;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) h2,
body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) h4,
body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) p {
	color: #fff;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) .wp-block-columns {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: flex-start;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) h2 {
	font-size: clamp(2.2rem, 4vw, 2rem);
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:last-child h4 {
	margin: 0 0 0.35rem;
	font-size: 1.35rem;
}

body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:last-child p.has-small-font-size {
	margin: 0 0 1.35rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.88rem !important;
	line-height: 1.8;
}

body.home .entry-content--front-page > .wp-block-cover:last-child {
	min-height: 40rem;
	background: #1a1a1a;
}

body.home .entry-content--front-page > .wp-block-cover:last-child .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: min(calc(100% - (var(--nyb-home-gutter) * 2)), var(--nyb-home-max));
	max-width: var(--nyb-home-max);
	min-height: 34rem;
	margin: 0 auto;
}

body.home .entry-content--front-page > .wp-block-cover:last-child p.has-large-font-size {
	margin: 0 0 1rem;
	color: #fff;
	font-family: var(--nyb-font-display);
	font-size: clamp(2rem, 4.5vw, 3rem) !important;
	line-height: 1;
	letter-spacing: -0.03em;
}

body.home .entry-content--front-page > .wp-block-cover:last-child p.has-text-align-center:not(.has-large-font-size) {
	max-width: 34rem;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
}

body.home .entry-content--front-page > .wp-block-cover:last-child .wp-block-buttons {
	justify-content: center;
	margin-top: 2rem;
}

body.home .entry-content--front-page > .wp-block-cover:last-child .wp-block-button__link {
	min-height: 3.3rem;
	padding: 0.95rem 1.55rem;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	backdrop-filter: blur(0.5rem);
}

body.home .entry-content--front-page > .wp-block-cover:last-child .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #fff;
	border-color: #fff;
	color: #121212;
}

body.home .entry-content--front-page > .wp-block-cover:last-child .wp-block-button__link:hover,
body.home .entry-content--front-page > .wp-block-cover:last-child .wp-block-button__link:focus-visible {
	background: rgba(255, 255, 255, 0.94);
	color: #111;
	transform: translateY(-0.0625rem);
}

@media screen and (max-width: 80rem) {
	body.home .entry-content--front-page .wc-block-product-template__responsive {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns) .wp-block-columns,
	body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(4)) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 64rem) {
	body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-columns,
	body.home .entry-content--front-page .wc-block-product-template__responsive,
	body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-columns.alignwide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(2)):not(:has(> .wp-block-column:nth-child(3))):not(:has(> .wp-block-column:first-child > .wp-block-columns)),
	body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns),
	body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) .wp-block-columns {
		grid-template-columns: 1fr;
	}

	body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(2)):not(:has(> .wp-block-column:nth-child(3))):not(:has(> .wp-block-column:first-child > .wp-block-columns)) .wp-block-column + .wp-block-column,
	body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) > .wp-block-column:last-child {
		border-left: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 48rem) {
	body.home .entry-content--front-page > * {
		width: min(calc(100% - 1.25rem), var(--nyb-home-max));
	}

	body.home .entry-content--front-page > .wp-block-cover:first-child,
	body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-cover__inner-container {
		min-height: calc(100vh - 4.75rem);
	}

	body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-cover__inner-container {
		padding-top: 4.5rem;
		padding-bottom: 1.5rem;
	}

	body.home .entry-content--front-page > .wp-block-cover:first-child .wp-block-columns,
	body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns) .wp-block-columns,
	body.home .entry-content--front-page .wc-block-product-template__responsive,
	body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:nth-child(4)),
	body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image) .wp-block-columns.alignwide,
	body.home .entry-content--front-page > .wp-block-columns.alignwide:has(> .wp-block-column:first-child > .wp-block-columns) > .wp-block-column:first-child > .wp-block-columns {
		grid-template-columns: 1fr;
	}

	body.home .entry-content--front-page > .wp-block-cover.is-light:not(:has(.wp-block-cover__image-background)):has(.wp-block-columns),
	body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):has(.wp-block-image),
	body.home .entry-content--front-page > .wp-block-cover:not(.is-light):not(:has(.wp-block-cover__image-background)):not(:has(.wp-block-image)) {
		padding: 2rem 1.25rem;
		border-radius: 1.5rem;
	}

	body.home .entry-content--front-page > .wp-block-cover:last-child,
	body.home .entry-content--front-page > .wp-block-cover:last-child .wp-block-cover__inner-container {
		min-height: 28rem;
	}
}
