/*
Theme Name: Velvet & Gloss
Theme URI: https://nyumbanihosting.com/themes/velvet-gloss
Author: Nyumbani
Author URI: https://nyumbanihosting.com
Description: Ultra-premium, animation-led block theme for nail salons and beauty studios. Editorial serif typography, a candlelit Living Nail hero, seasonal accent system and Salonized booking — powered by the Beauty Suite companion plugin.
Version: 2.5.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: velvet-gloss
Tags: block-theme, full-site-editing, portfolio, e-commerce, one-column
*/

/*
 * theme.json owns colour, type and spacing. This file carries only what
 * theme.json cannot express: the signature gloss meniscus, interaction
 * states, view transitions and the horizontal exhibition mechanics.
 */

/* ------------------------------------------------ signature: the meniscus */
.vg-meniscus-title {
	position: relative;
	padding-bottom: 0.65rem;
}

.vg-meniscus-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4.5rem;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: linear-gradient(90deg, var(--wp--preset--color--champagne-bright), transparent);
}

.has-text-align-center.vg-meniscus-title::after {
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent, var(--wp--preset--color--champagne-bright), transparent);
}

/* Eyebrow labels */
.vg-eyebrow {
	font-size: 0.72rem !important;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--vg-accent-text, var(--wp--preset--color--champagne));
}

/* Philosophy styles live in the Beauty Suite plugin (front.css) — the block
   renders them, so they must work on any theme. */

/* =================================================================
   FLYER LANGUAGE — the Reserveren page (and any page that wants it):
   warm cream ground, thin gold inner frame, letterspaced serif title,
   script accents, dark pill badge, divider label, soft glass card.
   ================================================================= */
.vg-flyer {
	position: relative;
	background:
		radial-gradient(120% 80% at 70% 10%, rgba(212, 175, 55, 0.10), transparent 60%),
		linear-gradient(170deg, #F7EFE4, #F2E7D8);
	padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 6vw, 5rem);
	text-align: center;
}

.vg-flyer::before {
	content: "";
	position: absolute;
	inset: clamp(0.9rem, 2.5vw, 1.6rem);
	border: 1px solid rgba(176, 138, 60, 0.55);
	pointer-events: none;
}

.vg-flyer > * { position: relative; }

.vg-flyer .wp-block-site-logo { display: flex; justify-content: center; margin-bottom: 1.4rem; }
.vg-flyer .wp-block-site-logo img { max-height: 110px; width: auto; }

.vg-flyer__title,
.vg-flyer .wp-block-post-title {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(2.2rem, 6vw, 4rem);
	font-weight: 340;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.1;
	color: #7A5A28;
	margin: 0;
	text-wrap: balance;
}

/* Script accent — the handwritten counterpoint under the title. */
.vg-script {
	font-family: var(--wp--preset--font-family--signature, 'Great Vibes', cursive) !important;
	font-size: clamp(1.9rem, 5vw, 3rem) !important;
	line-height: 1.15;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--wp--preset--color--champagne-bright);
}

/* Dark pill badge: 📅 VRIJDAG 7 AUGUSTUS · 🕒 15.45 UUR */
.vg-pill {
	display: inline-flex;
	align-items: center;
	gap: 1.6rem;
	background: linear-gradient(150deg, #5C4326, #3E2C17);
	color: #F4EAD8 !important;
	border-radius: 999px;
	padding: 0.85rem 2rem;
	font-size: 0.85rem !important;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	box-shadow: 0 18px 34px -22px rgba(62, 44, 23, 0.8);
}

.vg-pill a { color: inherit; text-decoration: none; }

/* Divider label: ——  K E U Z E   U I T :  —— */
.vg-divider-label {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	justify-content: center;
	font-size: 0.95rem !important;
	font-weight: 500;
	letter-spacing: 0.38em !important;
	text-transform: uppercase;
	color: #8A6A38;
}

.vg-divider-label::before,
.vg-divider-label::after {
	content: "";
	width: clamp(2.5rem, 8vw, 5.5rem);
	height: 1px;
	background: rgba(176, 138, 60, 0.65);
}

/* Icon list: gold-ringed circles with outline icons (emoji or SVG) */
.vg-flyer .vg-icon-list { text-align: left; max-width: 30rem; margin-inline: auto; }

.vg-flyer .vg-icon-list li { margin-bottom: 1rem; list-style: none; }

/* Soft glass card — the "15% korting" moment */
.vg-soft-card {
	background: rgba(255, 253, 248, 0.72);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 1.4rem;
	box-shadow: 0 30px 60px -38px rgba(62, 44, 23, 0.55);
	padding: clamp(1.6rem, 4vw, 2.6rem) clamp(1.4rem, 5vw, 3rem);
	max-width: 38rem;
	margin-inline: auto;
}

.vg-soft-card .vg-big-serif,
.vg-big-serif {
	font-family: var(--wp--preset--font-family--display) !important;
	font-size: clamp(2rem, 5.5vw, 3.2rem) !important;
	font-weight: 380;
	letter-spacing: 0.06em;
	color: #8A6A38;
	line-height: 1.1;
}

/* The Salonized inline widget sits calm inside the flyer */
.vg-flyer .salonized-booking { margin-top: 1.5rem; }

/* ------------------------------------------------ selection & focus */
::selection {
	background: var(--wp--preset--color--champagne-bright);
	color: var(--wp--preset--color--obsidian);
}

:where(a, button, input, textarea, select, summary):focus-visible {
	outline: 2px solid var(--wp--preset--color--champagne);
	outline-offset: 3px;
}

/* ------------------------------------------------ header & navigation */
.vg-header {
	position: sticky;
	top: 0;
	z-index: 90;
	/* No backdrop-filter here: a filter on the header would trap the mobile
	   menu's position:fixed overlay inside it (it becomes the containing
	   block), leaving the open menu stuck behind the hero. */
	background: color-mix(in srgb, var(--wp--preset--color--alabaster) 96%, transparent);
	border-bottom: 1px solid rgba(26, 24, 23, 0.08);
}

.vg-header .wp-block-site-title a {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 420;
	font-size: 1.3rem;
	text-decoration: none;
	color: var(--wp--preset--color--obsidian);
}

/* Logo: auto-scaled to the header band, whatever size is uploaded. */
.vg-header__brand { gap: 0.8rem; align-items: center; }

.vg-header .wp-block-site-logo img {
	max-height: 46px;
	width: auto;
	height: auto;
	max-width: 180px;
	object-fit: contain;
	display: block;
}

/* With a logo uploaded, the logo IS the brand — hide the text title. */
.vg-header__brand:has(.wp-block-site-logo img) .wp-block-site-title,
.vg-footer__brand:has(.wp-block-site-logo img) .wp-block-site-title {
	display: none;
}

.vg-header .wp-block-navigation a {
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--wp--preset--color--obsidian);
	transition: color 0.25s ease;
}

.vg-header .wp-block-navigation a:hover,
.vg-header .wp-block-navigation .current-menu-item > a {
	color: var(--vg-accent-text, var(--wp--preset--color--champagne));
}

/* Dropdown submenus (custom menus with children) */
.vg-header .wp-block-navigation__submenu-container {
	background: var(--wp--preset--color--alabaster) !important;
	border: 1px solid rgba(26, 24, 23, 0.1) !important;
	border-top: 2px solid var(--wp--preset--color--champagne-bright) !important;
	box-shadow: 0 22px 40px -24px rgba(26, 24, 23, 0.4);
	padding: 0.4rem 0;
	min-width: 13rem;
}

.vg-header .wp-block-navigation__submenu-container a {
	font-size: 0.74rem;
	padding: 0.55rem 1.1rem;
	color: var(--wp--preset--color--obsidian) !important;
}

.vg-header .wp-block-navigation__submenu-container a:hover {
	color: var(--vg-accent-text, var(--wp--preset--color--champagne)) !important;
	background: rgba(212, 175, 55, 0.08);
}

/* The toggle exists ONLY on mobile — belt-and-braces on top of WP's own
   breakpoint, so no theme CSS can ever resurface it on desktop. */
@media (min-width: 600px) {
	.vg-header .wp-block-navigation__responsive-container-open:not(.always-shown) { display: none; }
}

/* The open overlay sits above everything on the page — hero included. */
.vg-header .wp-block-navigation__responsive-container.is-menu-open {
	position: fixed;
	inset: 0;
	z-index: 100000;
}

/* =================================================================
   Classic menu (beauty-suite/nav-menu) — Appearance → Menus drives this
   ================================================================= */
.vg-menu__list, .vg-menu__list ul { list-style: none; margin: 0; padding: 0; }

.vg-menu--header .vg-menu__desktop .vg-menu__list {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.vg-menu--header a {
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--wp--preset--color--obsidian);
	transition: color 0.25s ease;
}

.vg-menu--header a:hover,
.vg-menu--header .current-menu-item > a {
	color: var(--vg-accent-text, var(--wp--preset--color--champagne));
}

/* Desktop: the champagne underline slides in under each top-level link. */
.vg-menu__desktop > .vg-menu__list > li > a {
	position: relative;
	padding: 0.4rem 0;
}

.vg-menu__desktop > .vg-menu__list > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: var(--wp--preset--color--champagne-bright);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.35s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.vg-menu__desktop > .vg-menu__list > li > a:hover::after,
.vg-menu__desktop > .vg-menu__list > li.current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

/* Parent items carry a small champagne chevron. */
.vg-menu__desktop .menu-item-has-children > a { padding-right: 1rem; }

.vg-menu__desktop > .vg-menu__list > .menu-item-has-children > a::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-right: 1.5px solid var(--wp--preset--color--champagne-bright);
	border-bottom: 1.5px solid var(--wp--preset--color--champagne-bright);
	transform: rotate(45deg);
	transition: transform 0.25s ease;
}

.vg-menu__desktop > .vg-menu__list > .menu-item-has-children:hover > a::before {
	transform: rotate(225deg) translate(-2px, -2px);
}

/* Dropdown submenus on desktop */
.vg-menu__desktop .menu-item-has-children { position: relative; }

.vg-menu__desktop .sub-menu {
	position: absolute;
	top: calc(100% + 0.9rem);
	left: -1.1rem;
	min-width: 13rem;
	background: var(--wp--preset--color--alabaster);
	border: 1px solid rgba(26, 24, 23, 0.1);
	border-top: 2px solid var(--wp--preset--color--champagne-bright);
	box-shadow: 0 22px 40px -24px rgba(26, 24, 23, 0.4);
	padding: 0.4rem 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
	z-index: 20;
}

.vg-menu__desktop .menu-item-has-children:hover > .sub-menu,
.vg-menu__desktop .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.vg-menu__desktop .sub-menu a {
	display: block;
	font-size: 0.74rem;
	padding: 0.55rem 1.1rem;
	border-left: 2px solid transparent;
	transition: border-color 0.25s ease, background-color 0.25s ease, padding-left 0.25s ease;
}

.vg-menu__desktop .sub-menu a:hover {
	background: rgba(212, 175, 55, 0.08);
	border-left-color: var(--wp--preset--color--champagne-bright);
	padding-left: 1.35rem;
}

/* Toggle: mobile only */
.vg-menu__toggle {
	display: none;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(140, 109, 46, 0.45);
	border-radius: 50%;
	color: var(--wp--preset--color--obsidian);
	background: transparent;
	cursor: pointer;
	transition: background-color 0.25s ease;
}

.vg-menu__toggle:hover { background: var(--wp--preset--color--champagne-bright); }

@media (max-width: 781px) {
	.vg-menu__desktop { display: none; }
	.vg-menu__toggle { display: grid; }
}

/* Mobile overlay: full alabaster sheet, serif links, staggered entrance */
.vg-menu__overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background:
		radial-gradient(120% 60% at 50% 0%, rgba(212, 175, 55, 0.08), transparent 60%),
		var(--wp--preset--color--alabaster);
	padding: 5.5rem clamp(1.5rem, 8vw, 3.5rem) 3rem;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vg-menu__overlay[hidden] { display: none; }

.vg-menu__close {
	position: absolute;
	top: 1.1rem;
	right: 1.2rem;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(140, 109, 46, 0.45);
	border-radius: 50%;
	color: var(--wp--preset--color--obsidian);
	background: transparent;
	cursor: pointer;
}

/* The overlay sheet breathes in; links carry gold roman numerals. */
.vg-menu__overlay:not([hidden]) { animation: vg-sheet-in 0.32s ease both; }

@keyframes vg-sheet-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

.vg-menu__overlay .vg-menu__list { counter-reset: vg-mi; }

.vg-menu__overlay .vg-menu__list > li {
	counter-increment: vg-mi;
	position: relative;
	border-bottom: 1px solid rgba(26, 24, 23, 0.08);
	padding: 0.7rem 0 0.7rem 3rem;
}

.vg-menu__overlay .vg-menu__list > li::before {
	content: counter(vg-mi, lower-roman);
	position: absolute;
	left: 0.2rem;
	top: 1.15rem;
	font-family: var(--wp--preset--font-family--display);
	font-style: italic;
	font-size: 1.1rem;
	color: var(--wp--preset--color--champagne-bright);
}

.vg-menu__overlay-foot {
	margin-top: 2.2rem;
	text-align: center;
}

.vg-menu__overlay-foot .vg-cta {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: #F4EEE2;
	background: var(--vg-accent, var(--wp--preset--color--oxblood));
	padding: 0.95rem 2.2rem;
}

.vg-menu__overlay a {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.6rem, 6.5vw, 2.2rem);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	color: var(--wp--preset--color--obsidian);
}

.vg-menu__overlay .current-menu-item > a { color: var(--vg-accent-text, var(--wp--preset--color--champagne)); }

.vg-menu__overlay .sub-menu { padding: 0.2rem 0 0 1.2rem; }

.vg-menu__overlay .sub-menu a {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.95rem;
	padding: 0.35rem 0;
}

@media (prefers-reduced-motion: no-preference) {
	.vg-menu__overlay .vg-menu__list > li { animation: vg-menu-in 0.55s cubic-bezier(0.2, 0.6, 0.2, 1) both; }
	.vg-menu__overlay .vg-menu__list > li:nth-child(2) { animation-delay: 0.06s; }
	.vg-menu__overlay .vg-menu__list > li:nth-child(3) { animation-delay: 0.12s; }
	.vg-menu__overlay .vg-menu__list > li:nth-child(4) { animation-delay: 0.18s; }
	.vg-menu__overlay .vg-menu__list > li:nth-child(5) { animation-delay: 0.24s; }
	.vg-menu__overlay .vg-menu__list > li:nth-child(n+6) { animation-delay: 0.3s; }
}

/* Footer menu */
.vg-menu--footer .vg-menu__list { display: flex; flex-direction: column; gap: 0.35rem; }

.vg-menu--footer a {
	font-size: 0.92rem;
	text-decoration: none;
	color: #C9C0AE;
	transition: color 0.25s ease, padding-left 0.25s ease;
}

.vg-menu--footer a:hover { color: var(--wp--preset--color--champagne-bright); padding-left: 0.3rem; }

.vg-menu__hint { font-size: 0.8rem; color: var(--wp--preset--color--champagne); }

/* =================================================================
   Page cover — the title lives IN the header image
   ================================================================= */
.vg-page-cover { min-height: 360px; display: grid; }

.vg-page-cover .wp-block-cover__inner-container { text-align: center; }

.vg-page-cover h1 {
	color: #F7F1E5;
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	position: relative;
	padding-bottom: 0.7rem;
	text-shadow: 0 2px 26px rgba(0, 0, 0, 0.35);
}

.vg-page-cover h1::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 4.5rem;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: linear-gradient(90deg, transparent, var(--wp--preset--color--champagne-bright), transparent);
}

.vg-page-cover .vg-eyebrow { color: var(--wp--preset--color--champagne-bright) !important; }

/* Hamburger + close controls: generous tap targets, champagne ring */
.vg-header .wp-block-navigation__responsive-container-open,
.vg-header .wp-block-navigation__responsive-container-close {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(140, 109, 46, 0.45);
	border-radius: 50%;
	color: var(--wp--preset--color--obsidian);
	background: transparent;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.vg-header .wp-block-navigation__responsive-container-open:hover,
.vg-header .wp-block-navigation__responsive-container-close:hover {
	background: var(--wp--preset--color--champagne-bright);
	color: var(--wp--preset--color--obsidian);
}

.vg-header .wp-block-navigation__responsive-container-open svg,
.vg-header .wp-block-navigation__responsive-container-close svg {
	width: 22px;
	height: 22px;
}

/* Mobile overlay menu — full alabaster sheet, editorial serif links,
   staggered entrance, meniscus underline on the active page. */
.vg-header .wp-block-navigation__responsive-container.is-menu-open {
	background:
		radial-gradient(120% 60% at 50% 0%, rgba(212, 175, 55, 0.08), transparent 60%),
		var(--wp--preset--color--alabaster);
	padding: 5.5rem clamp(1.5rem, 8vw, 3.5rem) 3rem;
}

.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	gap: 0.4rem;
}

.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
	border-bottom: 1px solid rgba(26, 24, 23, 0.08);
	padding: 0.7rem 0;
}

.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.6rem, 6.5vw, 2.2rem);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.2;
	display: block;
	width: 100%;
}

.vg-header .wp-block-navigation__responsive-container.is-menu-open .current-menu-item > a {
	color: var(--vg-accent-text, var(--wp--preset--color--champagne));
}

/* Submenus inside the overlay: quiet indented list under their parent */
.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	background: transparent !important;
	border: none !important;
	box-shadow: none;
	padding: 0.2rem 0 0 1.2rem;
	min-width: 0;
}

.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container a {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.95rem !important;
	padding: 0.35rem 0;
}

@media (prefers-reduced-motion: no-preference) {
	.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item {
		animation: vg-menu-in 0.55s cubic-bezier(0.2, 0.6, 0.2, 1) both;
	}
	.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:nth-child(2) { animation-delay: 0.06s; }
	.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:nth-child(3) { animation-delay: 0.12s; }
	.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4) { animation-delay: 0.18s; }
	.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5) { animation-delay: 0.24s; }
	.vg-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:nth-child(n+6) { animation-delay: 0.3s; }
}

@keyframes vg-menu-in {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: none; }
}

/* ------------------------------------------------ footer */
.vg-footer {
	background: var(--wp--preset--color--velvet);
	color: #B8AF9F;
}

.vg-footer a { color: var(--wp--preset--color--champagne-bright); text-decoration: none; }
.vg-footer a:hover { color: #F2DFA0; }

.vg-footer .wp-block-site-title a {
	font-family: var(--wp--preset--font-family--display);
	color: #EDE7DB;
	text-decoration: none;
}

.vg-footer__brand { gap: 0.7rem; align-items: center; margin-bottom: 0.8rem; }

.vg-footer .wp-block-site-logo img {
	max-height: 38px;
	width: auto;
	height: auto;
	max-width: 130px;
	object-fit: contain;
	display: block;
	filter: brightness(1.15);
}

/* Credit line: © {site name} · Website door Nyumbani Hosting */
.vg-footer__credit { gap: 0.35rem; }
.vg-footer__credit p { margin: 0; color: #A59D8E; }

.vg-footer__credit .wp-block-site-title {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.8rem;
	font-weight: 600;
	color: #C9C0AE;
	letter-spacing: 0.02em;
}

.vg-footer__credit a { color: var(--wp--preset--color--champagne-bright); text-decoration: none; }
.vg-footer__credit a:hover { color: #F2DFA0; }

/* Footer navigation (custom menu) */
.vg-footer .wp-block-navigation { --wp--style--block-gap: 0.35rem; }

.vg-footer .wp-block-navigation a {
	font-size: 0.92rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #C9C0AE;
	transition: color 0.25s ease, padding-left 0.25s ease;
}

.vg-footer .wp-block-navigation a:hover {
	color: var(--wp--preset--color--champagne-bright);
	padding-left: 0.3rem;
}

/* ------------------------------------------------ reveals (motion.js) */
@media (prefers-reduced-motion: no-preference) {
	.vg-reveal {
		opacity: 0;
		transform: translateY(26px);
		transition: opacity 0.9s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
	}

	.vg-reveal.is-inview { opacity: 1; transform: none; }
}

/* ------------------------------------------------ horizontal exhibition */
@media (min-width: 782px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
	.vg-hscroll { position: relative; }
	.vg-hscroll.is-ready { height: var(--vg-hscroll-height, 240vh); }

	.vg-hscroll.is-ready .vg-hscroll__viewport {
		position: sticky;
		top: 0;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
	}

	.vg-hscroll.is-ready .vg-lookbook__track {
		overflow: visible;
		will-change: transform;
	}
}

/* ------------------------------------------------ soft page transitions */
@view-transition {
	navigation: auto;
}

@media (prefers-reduced-motion: no-preference) {
	::view-transition-old(root) {
		animation: vg-fade-out 0.28s ease both;
	}

	::view-transition-new(root) {
		animation: vg-fade-in 0.42s ease 0.08s both;
	}
}

@keyframes vg-fade-out { to { opacity: 0; } }
@keyframes vg-fade-in { from { opacity: 0; } }

/* ------------------------------------------------ imagery */
.vg-duotone img {
	transition: filter 0.6s ease, transform 0.6s ease;
}

.vg-duotone:hover img { filter: saturate(1.06) contrast(1.02); }

/* ------------------------------------------------ scrollbar (subtle) */
@media (min-width: 782px) {
	::-webkit-scrollbar { width: 10px; }
	::-webkit-scrollbar-track { background: var(--wp--preset--color--alabaster); }
	::-webkit-scrollbar-thumb {
		background: rgba(140, 109, 46, 0.4);
		border-radius: 5px;
		border: 2px solid var(--wp--preset--color--alabaster);
	}
}
