/*
Theme Name: Vanbo Fashion
Theme URI: https://example.com/vanbo-fashion
Author: Vanbo
Description: A clean, editorial block theme for a modern fashion storefront.
Version: 0.1.11
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: vanbo-fashion
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: block-theme, e-commerce, full-site-editing, wide-blocks
*/

:root {
	--vf-header-height: 124px;
	--vf-transition: 220ms ease;
	--vf-radius: 2px;
	--vf-shadow-soft: 0 18px 60px rgb(37 37 33 / 8%);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	background: #fbfaf7;
}

/* Split product detail */

body.single-product {
	background: #fff;
}

.vf-product-header {
	position: absolute;
	inset: var(--wp-admin--admin-bar--height, 0) 0 auto;
	z-index: 1000;
	margin: 0;
	font-family: var(--wp--preset--font-family--modern-sans);
}

.vf-product-header__inner {
	display: grid;
	grid-template-columns: minmax(0, 49%) minmax(0, 51%);
	min-height: 112px;
	margin: 0;
}

.vf-product-header__brand,
.vf-product-header__right {
	margin: 0;
}

.vf-product-header__brand {
	gap: clamp(24px, 2.2vw, 44px);
	min-width: 0;
	padding: 28px clamp(24px, 2.4vw, 48px);
	background: transparent;
}

.vf-product-header .vf-wordmark {
	margin: 0;
	font-size: clamp(24px, 1.8vw, 32px);
	font-weight: 800;
	letter-spacing: -0.065em;
	line-height: 1;
}

.vf-product-header__right {
	justify-content: flex-end;
	min-width: 0;
	padding: 28px clamp(24px, 2.4vw, 48px);
	background: #fff;
	border-bottom: 1px solid #eee;
}

.vf-product-header__nav {
	flex: 1 1 auto;
	min-width: 0;
}

.vf-product-header__nav .wp-block-navigation__container {
	column-gap: clamp(16px, 1.8vw, 32px);
}

.vf-product-header__nav .wp-block-navigation-item__content {
	padding: 8px 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.vf-product-header__actions {
	flex: 0 0 auto;
	gap: 18px;
}

.vf-product-header__search {
	margin: 0;
}

.vf-product-header__search .wp-block-search__button {
	width: 42px;
	height: 42px;
	min-width: 42px;
	margin: 0;
	padding: 10px;
	color: #252521;
	background: transparent;
	border: 0;
	border-radius: 50%;
}

.vf-product-header__search .wp-block-search__button:hover {
	color: #fff;
	background: #252521;
}

.vf-product-header__actions .wp-block-woocommerce-customer-account,
.vf-product-header__actions .wp-block-woocommerce-mini-cart {
	margin: 0;
}

.vf-product-header__actions .wc-block-customer-account__account-icon {
	width: 24px;
	height: 24px;
}

.vf-product-header__wishlist {
	display: grid;
	width: 42px;
	height: 42px;
	color: #252521;
	border-radius: 50%;
	place-items: center;
}

.vf-product-header__wishlist:hover {
	background: #f2f2f2;
}

.vf-product-header__wishlist svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.vf-product-header__actions .wc-block-mini-cart__button {
	min-width: 48px;
	min-height: 48px;
	padding: 12px;
	border-radius: 50%;
}

.vf-product-main {
	margin: 0;
	font-family: var(--wp--preset--font-family--modern-sans);
}

.vf-product-main > .woocommerce-notices-wrapper,
.vf-product-main > .wc-block-components-notice-banner {
	position: relative;
	z-index: 1001;
	margin: 112px auto 0;
}

.vf-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 49%) minmax(0, 51%);
	gap: 0;
	min-height: 100svh;
	margin: 0;
}

.vf-product-gallery-pane,
.vf-product-summary-pane {
	min-width: 0;
	margin: 0;
}

.vf-product-gallery-pane {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 0;
	background: #f4f4f4;
}

.vf-product-gallery-pane > .wp-block-woocommerce-product-image-gallery {
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
}

.vf-product-gallery-pane .wc-block-product-gallery {
	width: 100%;
	height: 100%;
	max-width: none;
}

.vf-product-gallery-pane .wc-block-product-gallery-large-image,
.vf-product-gallery-pane .wc-block-product-gallery-large-image__container,
.vf-product-gallery-pane .wc-block-product-gallery-large-image__wrapper,
.vf-product-gallery-pane .wc-block-components-product-image,
.vf-product-gallery-pane .wc-block-components-product-image a {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
}

.vf-product-gallery-pane .wc-block-product-gallery-large-image img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover !important;
}

.vf-product-gallery-pane .wc-block-product-gallery-thumbnails__thumbnail {
	background: #fff;
	border-color: transparent;
}

.vf-product-summary-pane {
	display: flex;
	align-items: center;
	padding: clamp(150px, 15vh, 210px) clamp(48px, 6vw, 112px) 72px;
	background: #fff;
}

.vf-product-summary {
	width: 100%;
	max-width: 720px;
	margin: auto;
}

.vf-product-summary > * {
	margin-block: 0;
}

.vf-product-summary > * + * {
	margin-top: 18px;
}

.vf-product-summary .woocommerce-breadcrumb,
.vf-product-summary .wc-block-breadcrumbs {
	color: #6f6f70;
	font-size: 13px;
	line-height: 1.5;
}

.vf-product-summary .woocommerce-breadcrumb a,
.vf-product-summary .wc-block-breadcrumbs a {
	color: #252521;
	text-decoration: none;
}

.vf-product-stock {
	display: inline-flex;
	width: auto;
	margin-top: 32px !important;
	padding: 7px 12px;
	color: #252521;
	background: #f1f1f1;
	border-radius: 7px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
}

.vf-product-title {
	margin-top: 14px !important;
	font-family: var(--wp--preset--font-family--modern-sans);
	font-size: clamp(38px, 3vw, 54px);
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.vf-product-category {
	margin-top: 8px !important;
	color: #59595b;
	font-size: 16px;
}

.vf-product-category a {
	color: inherit;
	text-decoration: none;
}

.vf-product-price {
	margin-top: 22px !important;
	font-size: 24px;
	font-weight: 700;
}

.vf-product-price .wc-block-components-product-price {
	font-size: inherit;
}

.vf-product-rating {
	margin-top: 18px !important;
}

.vf-product-excerpt {
	max-width: 680px;
	color: #424244;
	font-size: 16px;
	line-height: 1.7;
}

.vf-product-excerpt p {
	margin: 0;
}

.vf-product-meta {
	gap: 6px 12px;
	color: #4d4d4f;
	font-size: 13px;
}

.vf-product-meta a {
	color: inherit;
}

.vf-product-divider {
	margin-top: 24px !important;
	border-color: #e6e6e6;
}

.vf-product-summary .wp-block-woocommerce-add-to-cart-form {
	margin-top: 26px;
}

.vf-product-summary form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: stretch;
	margin: 0;
}

.vf-product-summary form.cart .quantity {
	display: flex;
	min-height: 54px;
	padding: 0 8px;
	background: #f4f4f4;
	border-radius: 9px;
}

.vf-product-summary form.cart .qty {
	width: 54px;
	padding: 0 8px;
	text-align: center;
	background: transparent;
	border: 0;
}

.vf-product-summary form.cart .single_add_to_cart_button {
	min-height: 54px;
	padding: 14px 32px;
	color: #fff;
	background: #25262b;
	border: 1px solid #25262b;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-transform: none;
}

.vf-product-summary form.cart .single_add_to_cart_button:hover {
	color: #fff;
	background: #8c7145;
	border-color: #8c7145;
}

.vf-product-summary table.variations {
	width: 100%;
	margin-bottom: 18px;
}

.vf-product-summary table.variations th,
.vf-product-summary table.variations td {
	padding: 8px 12px 8px 0;
	text-align: left;
}

.vf-product-summary table.variations select {
	min-height: 46px;
	padding: 0 42px 0 14px;
	background: #f4f4f4;
	border: 0;
	border-radius: 8px;
}

.vf-product-lower {
	padding: clamp(64px, 7vw, 110px) clamp(24px, 5vw, 84px);
	background: #fff;
}

.vf-product-lower h2,
.vf-product-lower h3 {
	font-family: var(--wp--preset--font-family--modern-sans);
	font-weight: 700;
}

@media (max-width: 1180px) {
	.vf-product-header__right {
		padding-inline: 24px;
	}

	.vf-product-header__nav .wp-block-navigation__container {
		column-gap: 16px;
	}

	.vf-product-header__nav .wp-block-navigation-item__content {
		font-size: 12px;
	}

	.vf-product-header__actions {
		gap: 8px;
	}

	.vf-product-summary-pane {
		padding-inline: 48px;
	}
}

@media (max-width: 900px) {
	.vf-product-header {
		position: absolute;
		background: #fff;
		border-bottom: 1px solid #e9e9e9;
	}

	.vf-product-header__inner {
		display: flex;
		min-height: 84px;
		padding: 0 24px;
		align-items: center;
		justify-content: space-between;
	}

	.vf-product-header__brand,
	.vf-product-header__right {
		padding: 0;
		background: transparent;
		border: 0;
	}

	.vf-product-header__brand {
		gap: 18px;
	}

	.vf-product-header__right {
		flex: 1 1 auto;
		justify-content: flex-end;
	}

	.vf-product-header__nav {
		flex: 0 0 auto;
		order: 2;
	}

	.vf-product-header__actions {
		order: 1;
	}

	.vf-product-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.vf-product-gallery-pane {
		order: -1;
		min-height: 68svh;
		padding: 0;
	}

	.vf-product-gallery-pane .wc-block-product-gallery-large-image img {
		max-height: none;
	}

	.vf-product-summary-pane {
		padding: 64px 40px 80px;
	}
}

@media (max-width: 600px) {
	.vf-product-header__inner {
		min-height: 74px;
		padding-inline: 18px;
	}

	.vf-product-header .vf-wordmark {
		font-size: 26px;
	}

	.vf-product-header__search,
	.vf-product-header__wishlist {
		display: none;
	}

	.vf-product-header__actions {
		gap: 2px;
	}

	.vf-product-header__actions .wc-block-customer-account__account-icon {
		width: 22px;
		height: 22px;
	}

	.vf-product-header__actions .wc-block-mini-cart__button {
		min-width: 42px;
		min-height: 42px;
		padding: 9px;
	}

	.vf-product-gallery-pane {
		min-height: 560px;
		padding: 0;
	}

	.vf-product-gallery-pane .wc-block-product-gallery-large-image img {
		max-height: none;
	}

	.vf-product-summary-pane {
		padding: 48px 22px 64px;
	}

	.vf-product-stock {
		margin-top: 24px !important;
	}

	.vf-product-title {
		font-size: 36px;
	}

	.vf-product-excerpt {
		font-size: 15px;
	}

	.vf-product-summary form.cart {
		align-items: stretch;
	}

	.vf-product-summary form.cart .single_add_to_cart_button {
		flex: 1 1 190px;
	}

	.vf-product-lower {
		padding: 56px 22px;
	}
}

a,
button,
input {
	transition:
		color var(--vf-transition),
		background-color var(--vf-transition),
		border-color var(--vf-transition),
		opacity var(--vf-transition);
}

:where(a, button, input, summary):focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.vf-site-header {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 1000;
	background: rgb(255 255 255 / 96%);
	box-shadow: 0 1px 0 var(--wp--preset--color--line);
	backdrop-filter: blur(14px);
}

.vf-announcement {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	color: #fff;
	background: #000;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.vf-announcement p {
	margin: 0;
}

.vf-announcement a {
	color: inherit;
	font-weight: 800;
	margin-left: 14px;
	text-underline-offset: 3px;
}

.vf-site-header .vf-header-desktop {
	display: block !important;
	width: 100%;
}

.vf-main-header__inner {
	display: grid !important;
	grid-template-columns: minmax(128px, auto) auto minmax(320px, 1fr) auto;
	gap: clamp(16px, 1.5vw, 30px);
	align-items: center;
	width: 100%;
	min-height: 78px;
	padding: 12px clamp(24px, 2.5vw, 48px);
	box-sizing: border-box;
}

.vf-wordmark {
	margin: 0;
	white-space: nowrap;
	font-size: clamp(27px, 2vw, 34px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
}

.vf-wordmark a {
	color: inherit;
	text-decoration: none;
}

.vf-channel-nav,
.vf-category-nav,
.vf-tools-nav {
	white-space: nowrap;
}

.vf-channel-nav .wp-block-navigation-item__content,
.vf-category-nav .wp-block-navigation-item__content,
.vf-tools-nav .wp-block-navigation-item__content {
	text-decoration: none;
}

.vf-channel-nav .wp-block-navigation-item__content {
	padding-block: 9px;
	border-bottom: 3px solid transparent;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.045em;
}

.vf-channel-nav > .wp-block-navigation__container {
	gap: clamp(12px, 1.2vw, 24px);
}

.vf-channel-nav .current-menu-item > .wp-block-navigation-item__content,
.vf-channel-nav .wp-block-navigation-item__content:hover {
	border-bottom-color: currentColor;
}

.vf-header-search {
	width: min(100%, 540px);
	justify-self: end;
}

.vf-header-search .wp-block-search__inside-wrapper {
	min-height: 48px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 999px;
	padding: 4px 6px 4px 20px;
}

.vf-header-search .wp-block-search__input {
	border: 0;
	background: transparent;
	font-size: 14px;
}

.vf-header-search .wp-block-search__button {
	width: 38px;
	height: 38px;
	min-width: 38px;
	padding: 10px;
	border-radius: 999px;
}

.vf-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(14px, 1.2vw, 24px);
	white-space: nowrap;
}

.vf-header-actions a,
.vf-country {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: #111;
	text-decoration: none;
}

.vf-country {
	font-size: 17px;
}

.vf-header-actions svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vf-category-row {
	position: relative;
	min-height: 50px;
	padding-inline: clamp(24px, 2.5vw, 48px);
	border-top: 1px solid var(--wp--preset--color--soft);
}

.vf-category-nav {
	width: 100%;
}

.vf-category-nav > .wp-block-navigation__container {
	position: static;
	width: 100%;
	justify-content: flex-start;
	gap: clamp(18px, 1.5vw, 30px);
}

.vf-category-nav .wp-block-navigation-item__content {
	padding-block: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.vf-category-nav .wp-block-navigation__submenu-icon {
	display: none;
}

.vf-category-nav > .wp-block-navigation__container > .wp-block-navigation-item {
	position: relative;
}

.vf-category-nav > .wp-block-navigation__container > .vf-mega-menu {
	position: static;
}

.vf-category-nav > .wp-block-navigation__container > .wp-block-navigation-item:not(.vf-mega-menu) > .wp-block-navigation__submenu-container {
	min-width: 210px !important;
	padding: 12px 18px !important;
	border: 1px solid var(--wp--preset--color--line) !important;
	background: var(--wp--preset--color--white) !important;
	box-shadow: 0 18px 40px rgb(0 0 0 / 9%);
}

.vf-category-nav > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation__submenu-container .wp-block-navigation-item {
	width: 100%;
}

.vf-category-nav > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	width: 100%;
	padding: 6px 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.vf-category-nav > .wp-block-navigation__container > .vf-mega-menu > .wp-block-navigation__submenu-container {
	right: 0 !important;
	left: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(130px, 1fr)) minmax(210px, 1.12fr);
	gap: clamp(34px, 4vw, 78px);
	width: auto !important;
	min-width: 0 !important;
	padding: 26px clamp(32px, 3.2vw, 64px) 30px !important;
	border: 0 !important;
	border-top: 1px solid var(--wp--preset--color--soft) !important;
	background: var(--wp--preset--color--white) !important;
	box-shadow: var(--vf-shadow-soft);
}

.vf-category-nav > .wp-block-navigation__container > .vf-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item {
	align-self: start;
}

.vf-category-nav > .wp-block-navigation__container > .vf-mega-menu > .wp-block-navigation__submenu-container > .vf-mega-column > .wp-block-navigation-item__content {
	padding: 0 0 8px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.vf-category-nav > .wp-block-navigation__container > .vf-mega-menu > .wp-block-navigation__submenu-container > .vf-mega-column:not(.vf-mega-column--primary) > .wp-block-navigation-item__content {
	text-transform: uppercase;
}

.vf-category-nav > .wp-block-navigation__container > .vf-mega-menu > .wp-block-navigation__submenu-container > .vf-mega-column > .wp-block-navigation__submenu-container {
	position: static;
	display: block;
	width: 100%;
	height: auto;
	min-width: 0;
	padding: 2px 0 10px;
	overflow: visible;
	border: 0;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
}

.vf-category-nav > .wp-block-navigation__container > .vf-mega-menu > .wp-block-navigation__submenu-container > .vf-mega-column > .wp-block-navigation__submenu-icon {
	display: none;
}

.vf-category-nav .vf-mega-column--primary .wp-block-navigation-item__content {
	font-weight: 700 !important;
}

.vf-category-nav .vf-mega-promo > .wp-block-navigation-item__content {
	display: block;
	padding: 0 !important;
	font-weight: 800 !important;
}

.vf-category-nav .vf-mega-promo > .wp-block-navigation-item__content::before {
	display: block;
	width: 100%;
	aspect-ratio: 1.22;
	margin-bottom: 10px;
	background-color: var(--wp--preset--color--soft);
	background-image: url("assets/images/studio-collection-wide.jpg");
	background-position: left center;
	background-size: 400% auto;
	background-repeat: no-repeat;
	content: "";
}

.vf-category-nav .wp-block-navigation-item.has-child:focus-within > .wp-block-navigation__submenu-container {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.vf-sale-link > .wp-block-navigation-item__content {
	color: var(--wp--preset--color--sale);
}

.vf-site-header .vf-header-mobile {
	display: none !important;
}

.vf-compact-main {
	display: grid !important;
	grid-template-columns: auto minmax(260px, 1fr) auto auto;
	align-items: center;
	gap: clamp(16px, 2vw, 28px);
	min-height: 80px;
	padding: 10px 24px;
	box-sizing: border-box;
}

.vf-compact-search {
	width: 100%;
	margin: 0;
}

.vf-compact-search .wp-block-search__inside-wrapper {
	min-height: 54px;
	padding: 4px 8px 4px 20px;
	border: 2px solid #e2e2e2;
	border-radius: 999px;
	background: #fff;
}

.vf-compact-search .wp-block-search__input {
	min-width: 0;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: clamp(15px, 1.8vw, 18px);
}

.vf-compact-search .wp-block-search__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-width: 42px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 999px;
	color: #111;
	background: transparent;
}

.vf-compact-search .wp-block-search__button svg {
	width: 23px;
	height: 23px;
}

.vf-compact-actions {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2vw, 24px);
	white-space: nowrap;
}

.vf-compact-actions a,
.vf-compact-actions .vf-country {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #111;
	text-decoration: none;
}

.vf-compact-actions svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vf-compact-channels {
	width: 100%;
	padding-inline: 24px;
	border-top: 1px solid var(--wp--preset--color--soft);
	border-bottom: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
}

.vf-compact-channels > .wp-block-navigation__container {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	width: 100%;
	gap: 0;
}

.vf-compact-channels .wp-block-navigation-item {
	justify-content: center;
}

.vf-compact-channels .wp-block-navigation-item__content {
	width: 100%;
	padding: 15px 6px 12px;
	border-bottom: 3px solid transparent;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap;
	box-sizing: border-box;
}

.vf-compact-channels .current-menu-item > .wp-block-navigation-item__content,
.vf-compact-channels .wp-block-navigation-item__content:hover {
	border-bottom-color: currentColor;
}

.vf-compact-search--bottom {
	margin: 16px 24px;
	width: calc(100% - 48px);
}

.vf-mobile-nav .wp-block-navigation__responsive-container.is-menu-open {
	padding: 24px;
}

.vf-mobile-nav .wp-block-navigation__responsive-container-content {
	align-items: stretch;
}

.vf-mobile-nav .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
	width: 100%;
	gap: 0;
}

.vf-mobile-nav .wp-block-navigation-item {
	width: 100%;
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.vf-mobile-nav .wp-block-navigation-item__content {
	width: 100%;
	padding: 14px 0;
	font-weight: 750;
}

.vf-mobile-nav .wp-block-navigation__submenu-container {
	width: 100% !important;
	padding-left: 16px !important;
}

.vf-home-section {
	padding: clamp(72px, 8vw, 132px) clamp(18px, 5vw, 96px);
}

.vf-section-heading {
	align-items: flex-end;
	margin-bottom: clamp(30px, 4vw, 56px);
}

.vf-section-heading h2 {
	margin: 0;
	max-width: 760px;
	font-size: var(--wp--preset--font-size--large);
}

.vf-eyebrow {
	margin: 0 0 12px;
	color: var(--wp--preset--color--accent);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

.vf-hero {
	display: grid;
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
	min-height: min(760px, calc(100vh - var(--vf-header-height)));
	padding: 0;
	background: var(--wp--preset--color--soft);
}

.vf-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 680px;
	margin: 0;
	padding: clamp(64px, 8vw, 140px) clamp(32px, 6vw, 112px);
	text-align: left;
	z-index: 1;
}

.vf-hero__copy .has-text-align-center {
	text-align: left;
}

.vf-hero__copy h1 {
	margin: 0 0 24px;
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 400;
	text-transform: none;
}

.vf-hero__copy p {
	max-width: 510px;
	margin: 0 0 28px;
	color: var(--wp--preset--color--muted);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.65;
}

.vf-hero__copy .vf-eyebrow {
	margin-bottom: 18px;
}

.vf-hero__copy .wp-block-buttons {
	justify-content: flex-start !important;
	gap: 10px;
}

.vf-hero__media {
	width: 100%;
	height: 100%;
	min-height: 620px;
	margin: 0;
	background: #ece9e3;
}

.vf-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.vf-editorial-grid,
.vf-category-grid,
.vf-brand-grid {
	display: grid !important;
	gap: 16px;
}

.vf-editorial-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vf-editorial-card {
	position: relative;
	min-height: clamp(420px, 43vw, 720px);
	overflow: hidden;
	background-image: url("assets/images/studio-collection-wide.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: var(--wp--preset--color--soft);
	box-shadow: inset 0 0 0 1px rgb(37 37 33 / 4%);
	transition: transform var(--vf-transition), box-shadow var(--vf-transition);
}

.vf-editorial-card:hover {
	box-shadow: var(--vf-shadow-soft);
	transform: translateY(-4px);
}

.vf-editorial-card--1 {
	background-position: 0 center;
}

.vf-editorial-card--2 {
	background-position: 33.333% center;
}

.vf-editorial-card--3 {
	background-position: 66.666% center;
}

.vf-editorial-card--4 {
	background-position: 100% center;
}

.vf-card-label {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	margin: 0;
	padding: 20px 22px;
	background: rgb(251 250 247 / 94%);
	box-shadow: var(--vf-shadow-soft);
	backdrop-filter: blur(10px);
}

.vf-card-label h3,
.vf-card-label p {
	margin: 0;
}

.vf-card-label p {
	margin-top: 7px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vf-card-label h3 {
	font-size: clamp(20px, 1.6vw, 29px);
}

.vf-card-label a {
	color: inherit;
}

.vf-brand-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--wp--preset--color--line);
	border-left: 1px solid var(--wp--preset--color--line);
}

.vf-brand-tile {
	display: flex;
	min-height: 148px;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border: 0;
	border-right: 1px solid var(--wp--preset--color--line);
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: #fbfaf7;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vf-brand-tile h3,
.vf-brand-tile p {
	margin: 0;
}

.vf-brand-tile p {
	margin-top: 7px;
	color: var(--wp--preset--color--muted);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.vf-brand-tile:hover {
	background: var(--wp--preset--color--soft);
}

.vf-brand-tile a {
	color: inherit;
	text-decoration: none;
}

.vf-category-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(260px, 34vw));
}

.vf-category-card {
	position: relative;
	overflow: hidden;
	background-image: url("assets/images/studio-collection-wide.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: var(--wp--preset--color--soft);
	transition: filter var(--vf-transition);
}

.vf-category-card:hover {
	filter: saturate(0.92) contrast(1.02);
}

.vf-category-card--large {
	grid-column: span 2;
	grid-row: span 2;
	background-position: 0 center;
}

.vf-category-card--soft {
	grid-column: span 2;
	background-position: 52% center;
}

.vf-category-card--dark {
	grid-column: span 2;
	background-position: 100% center;
}

.vf-category-card--wide {
	grid-column: span 2;
	background-position: 48% center;
}

.vf-category-card--small-1 {
	background-position: 68% center;
}

.vf-category-card--small-2 {
	background-position: 100% center;
}

.vf-category-card .vf-card-label {
	right: auto;
	width: fit-content;
}

.vf-category-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
}

.vf-category-card h3,
.vf-category-card p {
	width: fit-content;
	margin: 0;
	padding: 11px 15px;
	background: rgb(251 250 247 / 94%);
	box-shadow: 0 10px 30px rgb(37 37 33 / 6%);
}

.vf-category-card p {
	padding-top: 0;
	font-size: 12px;
}

.vf-category-card a {
	color: inherit;
	text-decoration: none;
}

.vf-promo-band {
	padding: clamp(52px, 6vw, 88px) 16px;
	border-top: 1px solid var(--wp--preset--color--line);
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--soft);
	text-align: center;
}

.vf-promo-band h2 {
	margin: 0;
	text-transform: uppercase;
}

.vf-promo-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.vf-promo-grid > .wp-block-group {
	padding-inline: 24px;
	border-right: 1px solid var(--wp--preset--color--line);
}

.vf-promo-grid > .wp-block-group:last-child {
	border-right: 0;
}

.vf-promo-grid h3,
.vf-promo-grid p {
	margin: 0;
}

.vf-promo-grid h3 {
	font-family: var(--wp--preset--font-family--modern-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.vf-promo-grid p {
	margin-top: 10px;
	color: var(--wp--preset--color--muted);
	font-size: 13px;
}

.vf-site-footer {
	padding: clamp(48px, 6vw, 88px) clamp(16px, 5vw, 96px) 28px;
	background: #24231f;
	color: var(--wp--preset--color--white);
}

.vf-site-footer a {
	color: inherit;
}

.vf-site-footer .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: currentColor;
	color: inherit;
}

.vf-site-footer .wp-block-navigation__container {
	gap: 9px;
}

.vf-footer-grid {
	display: grid !important;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 1fr));
	gap: 40px;
}

.vf-footer-nav .wp-block-navigation__container {
	gap: 10px;
}

.vf-footer-bottom {
	margin-top: 48px;
	padding-top: 22px;
	border-top: 1px solid rgb(255 255 255 / 20%);
}

@media (max-width: 1180px) {
	.vf-site-header .vf-header-desktop {
		display: none !important;
	}

	.vf-site-header .vf-header-mobile {
		display: block !important;
	}

	.vf-brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.vf-site-header {
		top: 0;
	}

	.admin-bar .vf-site-header {
		top: 46px;
	}

	.vf-compact-main {
		display: flex !important;
		gap: 16px;
		min-height: 76px;
		padding: 10px 20px;
	}

	.vf-compact-main .vf-wordmark {
		margin-right: auto;
	}

	.vf-compact-search--top {
		display: none;
	}

	.vf-compact-actions {
		gap: 18px;
	}

	.vf-compact-actions .vf-country {
		display: none;
	}

	.vf-compact-channels {
		padding-inline: 14px;
	}

	.vf-compact-channels .wp-block-navigation-item__content {
		padding-inline: 3px;
		font-size: 14px;
	}

	.vf-compact-search--bottom {
		margin: 16px 20px;
		width: calc(100% - 40px);
	}

	.vf-home-section {
		padding-block: 64px;
	}

	.vf-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 0;
	}

	.vf-hero__copy {
		max-width: 100%;
		padding: 72px 24px 64px;
	}

	.vf-hero__media {
		min-height: 520px;
		margin: 0;
	}

	.vf-hero__media img {
		object-position: left center;
	}

	.vf-editorial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vf-editorial-card {
		min-height: 490px;
	}

	.vf-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: 420px repeat(2, 280px);
	}

	.vf-category-card--large {
		grid-column: span 2;
		grid-row: auto;
	}

	.vf-category-card--wide {
		grid-column: span 2;
	}

	.vf-category-card--soft,
	.vf-category-card--dark {
		grid-column: auto;
	}

	.vf-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.vf-announcement {
		font-size: 11px;
	}

	.vf-announcement a {
		margin-left: 10px;
	}

	.vf-compact-main {
		gap: 11px;
		min-height: 72px;
		padding-inline: 14px;
	}

	.vf-compact-main .vf-wordmark {
		font-size: 27px;
	}

	.vf-compact-actions {
		gap: 12px;
	}

	.vf-compact-actions a {
		width: 25px;
		height: 25px;
	}

	.vf-compact-actions svg {
		width: 24px;
		height: 24px;
	}

	.vf-mobile-nav .wp-block-navigation__responsive-container-open svg {
		width: 30px;
		height: 30px;
	}

	.vf-compact-channels {
		padding-inline: 8px;
	}

	.vf-compact-channels .wp-block-navigation-item__content {
		padding-block: 13px 10px;
		font-size: 12px;
	}

	.vf-compact-search--bottom {
		margin: 16px 14px;
		width: calc(100% - 28px);
	}

	.vf-compact-search .wp-block-search__inside-wrapper {
		min-height: 46px;
		padding-left: 14px;
	}

	.vf-compact-search .wp-block-search__input {
		font-size: 14px;
	}

	.vf-editorial-card {
		min-height: 370px;
	}

	.vf-hero__copy {
		padding: 58px 18px 52px;
	}

	.vf-hero__copy h1 {
		margin-bottom: 18px;
	}

	.vf-hero__media {
		min-height: 430px;
	}

	.vf-brand-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vf-footer-grid {
		grid-template-columns: 1fr;
	}

	.vf-promo-grid {
		grid-template-columns: 1fr;
	}

	.vf-promo-grid > .wp-block-group {
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid rgb(17 17 17 / 18%);
	}

	.vf-promo-grid > .wp-block-group:last-child {
		border-bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition-duration: 0.01ms !important;
	}
}
