/**
 * ==========================================
 * HAND AND VISION - UNIFIED MAIN CSS
 * ==========================================
 *
 * This file consolidates all critical and feature CSS into one production-ready stylesheet.
 * Created: February 2026
 *
 * FILE ORGANIZATION:
 * 1. HEADER - Fixed header, navigation, mobile menu
 * 2. FOOTER - Dark footer with grid layout
 * 3. HOMEPAGE - Hero video, intro, services carousel, artists showcase, gallery
 * 4. COMPONENTS - Premium cards, grids, buttons, CTAs
 * 5. PAGES - Artist pages, Service pages, Archives, Contact
 * 6. UI OPTIMIZATIONS - Animations, scroll behavior, responsive polish
 *
 * CASCADE ORDER: hv-unified.css (tokens + base + components + pages)
 *              → hv-design-refinements.css (client polish)
 *              → hv-store-premium.css (WooCommerce only)
 * All responsive @media queries preserved
 * RTL support maintained throughout
 *
 * @package HandAndVision
 */

/* ==========================================================================
   DESIGN SYSTEM - COLOR PALETTE (CLIENT APPROVED)
   ==========================================================================

   Updated: February 2026

   PRIMARY PALETTE:
   - Deep Red      (#D02E04) → Primary/CTA accent
   - Warm Orange   (#EFAF12) → Highlights, energy
   - Light Yellow  (#FAE4AF) → Warm backgrounds, hover states
   - Light Pink    (#F8CEC8) → Soft accents
   - Soft Pink     (#F5E0E9) → Light backgrounds, cards
   - Lilac         (#D9B6DC) → Brand accent, overlays
   - Light Purple  (#B6A5E7) → Secondary accent
   - Blue-Violet   (#8B95F3) → Links, interactive states
   - Petrol Blue   (#254B61) → Dark accent, headings, footer

   USAGE GUIDE:
   - Use .hv-btn--cta (lilac gradient) for main conversion actions
   - Use .hv-btn--primary (petrol solid) for form submits & strong actions
   - Use --hv-primary (deep red) ONLY for sales, errors, destructive states
   - Use --hv-petrol for headers, footers, and dark text
   - Use --hv-lilac / --hv-purple for brand touches & focus rings
   - Use --hv-cream / --hv-pink-soft for backgrounds
   ========================================================================== */

:root {
	/* ===================================
	   CLIENT COLOR PALETTE
	   =================================== */

	/* Primary CTA Color - USE SPARINGLY */
	--hv-primary: #d02e04; /* Deep Red - ONLY for main CTAs */
	--hv-primary-hover: #b52803; /* Darker Red for hover */
	--hv-primary-soft: rgba(208, 46, 4, 0.12);

	/* Warm Accents - For energy and highlights */
	--hv-orange: #efaf12; /* Warm Orange - Sparingly for warmth */
	--hv-orange-soft: rgba(239, 175, 18, 0.15);
	--hv-yellow: #fae4af; /* Light Yellow - Section backgrounds */
	--hv-yellow-soft: rgba(250, 228, 175, 0.3);

	/* Artist Card Updates */
	--hv-artist-img-radius: 50%; /* Circular images */
	--hv-artist-card-bg: var(--hv-white);

	--hv-pink: #f8cec8; /* Light Pink - Accents */
	--hv-pink-soft: #f5e0e9; /* Soft Pink - Section backgrounds */
	--hv-pink-subtle: rgba(245, 224, 233, 0.4);

	/* Purple Spectrum - BRAND SIGNATURE (like before) */
	--hv-lilac: #d9b6dc; /* Lilac - Overlines, highlights, hovers */
	--hv-lilac-soft: rgba(217, 182, 220, 0.15);
	--hv-lilac-medium: rgba(217, 182, 220, 0.4);
	--hv-purple: #b6a5e7; /* Light Purple - Interactive states */
	--hv-purple-soft: rgba(182, 165, 231, 0.15);

	/* Blue Spectrum */
	--hv-blue: #8b95f3; /* Blue-Violet - Links */
	--hv-blue-soft: rgba(139, 149, 243, 0.12);
	--hv-petrol: #254b61; /* Dark Petrol - Headings, footer, dark text */
	--hv-petrol-soft: rgba(37, 75, 97, 0.08);
	--hv-petrol-light: rgba(37, 75, 97, 0.6);

	/* ===================================
	   NEUTRALS
	   =================================== */
	--hv-black: #0d0d0d;
	--hv-charcoal: #1a1a1a;
	--hv-graphite: #2d2d2d;
	--hv-slate: #4a4a4a;
	--hv-stone: #6a6a6a;
	--hv-silver: #9a9a9a;
	--hv-platinum: #c5c5c5;
	--hv-pearl: #e5e5e5;
	--hv-snow: #f7f7f5;
	--hv-off-white: var(--hv-snow);
	--hv-white: #ffffff;
	--hv-cream: #faf8f5;
	--hv-warm-cream: #f5f1ea;

	/* ===================================
	   SEMANTIC ASSIGNMENTS (PROFESSIONAL)
	   =================================== */

	/* Text Hierarchy */
	--hv-text-primary: var(--hv-petrol); /* Headings, important text */
	--hv-text-secondary: var(--hv-slate); /* Body text */
	--hv-text-muted: var(--hv-stone); /* Subtle text */
	--hv-text-light: var(--hv-silver); /* Disabled, hints */
	--hv-text-inverse: var(--hv-white); /* On dark backgrounds */

	/* Highlight/Accent Text */
	--hv-text-accent: var(--hv-lilac); /* Overlines, labels, highlights */

	/* Section Backgrounds */
	--hv-bg-primary: var(--hv-white);
	--hv-bg-secondary: var(--hv-pink-soft); /* Soft pink sections */
	--hv-bg-tertiary: var(--hv-yellow); /* Warm yellow sections */
	--hv-bg-accent: var(--hv-lilac-soft); /* Purple tinted sections */
	--hv-bg-cream: var(--hv-cream); /* Off-white elegant */
	--hv-bg-dark: var(--hv-petrol); /* Dark sections, footer */

	/* Borders */
	--hv-border-light: var(--hv-pearl);
	--hv-border-medium: var(--hv-platinum);
	--hv-border-accent: var(--hv-lilac);

	/* Interactive States - Purple-based (like before) */
	--hv-link: var(--hv-blue);
	--hv-link-hover: var(--hv-purple);
	--hv-hover-accent: var(--hv-lilac); /* General hover color */
	--hv-focus-ring: var(--hv-lilac);
	--hv-overlay-petrol: rgba(37, 75, 97, 0.35);
	--hv-overlay-dark: rgba(13, 28, 38, 0.82);

	/* Legacy Aliases */
	--brand-lilac: var(--hv-lilac);
	--brand-purple: var(--hv-purple);
	--brand-blue: var(--hv-blue);
	--brand-gold: var(--hv-lilac); /* Gold -> Lilac for consistency */
	--brand-pink: var(--hv-pink);
	--brand-dark: var(--hv-petrol);
	--brand-white: var(--hv-white);
	--brand-cream: var(--hv-cream);
	--brand-lilac-text: var(--hv-lilac);

	/* Gradients */
	--hv-gradient-brand: linear-gradient(135deg, var(--hv-lilac) 0%, var(--hv-purple) 100%);
	--hv-gradient-cool: linear-gradient(135deg, var(--hv-purple) 0%, var(--hv-blue) 100%);
	--hv-gradient-soft: linear-gradient(135deg, var(--hv-pink-soft) 0%, var(--hv-lilac-soft) 100%);
	--hv-gradient-warm: linear-gradient(135deg, var(--hv-yellow) 0%, var(--hv-pink) 100%);
	--hv-gradient-primary: linear-gradient(135deg, var(--hv-primary) 0%, var(--hv-orange) 100%);
	--hv-gradient-petrol: linear-gradient(135deg, var(--hv-petrol) 0%, var(--hv-blue) 100%);

	/* Legacy compat aliases */
	--hv-gray: var(--hv-text-muted);
	--hv-gold: var(--hv-lilac);
	--hv-gold-dark: var(--hv-petrol);
	--hv-gray-300: var(--hv-platinum);
	--hv-gray-900: var(--hv-charcoal);
	--hv-dark: var(--hv-bg-dark);

	/* Typography — fonts */
	--hv-font-display: "Heebo", -apple-system, BlinkMacSystemFont, sans-serif;
	--hv-font-heading: "Heebo", sans-serif;
	--hv-font-body: "Heebo", "Inter", sans-serif;

	/* Typography — scale */
	--hv-text-xs: 0.75rem;
	--hv-text-sm: 0.875rem;
	--hv-text-base: 1rem;
	--hv-text-lg: 1.125rem;
	--hv-text-xl: 1.25rem;
	--hv-text-2xl: 1.5rem;
	--hv-text-3xl: clamp(1.875rem, 3vw, 2.5rem);
	--hv-text-4xl: clamp(2.25rem, 5vw, 3.5rem);
	--hv-text-5xl: clamp(3rem, 7vw, 5rem);

	/* Typography — tracking & leading */
	--hv-tracking-tight: -0.02em;
	--hv-tracking-normal: 0;
	--hv-tracking-wide: 0.05em;
	--hv-tracking-wider: 0.1em;
	--hv-tracking-widest: 0.2em;
	--hv-tracking-ultra: 0.35em;
	--hv-leading-tight: 1.1;
	--hv-leading-snug: 1.25;
	--hv-leading-normal: 1.5;
	--hv-leading-relaxed: 1.7;
	--hv-leading-loose: 2;

	/* Layout */
	--hv-header-height: 80px;
	--hv-container-wide: 1400px;
	--hv-container-narrow: 800px;
	--hv-hero-padding-top: 0;
	--hv-hero-padding-bottom: 48px;
	--hv-page-section-padding-top: 72px;
	--hv-space-1: 4px;
	--hv-space-2: 8px;
	--hv-space-3: 12px;
	--hv-space-4: 16px;
	--hv-space-5: 24px;
	--hv-space-6: 32px;
	--hv-space-7: 48px;
	--hv-space-8: 64px;
	--hv-space-9: 96px;
	--hv-space-10: 128px;
	--hv-space-11: 80px;
	--hv-space-12: 96px;
	--hv-space-16: 160px;

	/*
	 * Semantic spacing aliases. Prefer these in new code.
	 * The numeric --hv-space-{11,12} above have a legacy ordering quirk
	 * (space-11 < space-10, space-12 == space-9) kept for back-compat.
	 */
	--hv-space-2xl: 96px;
	--hv-space-3xl: 128px;
	--hv-space-4xl: 160px;
	--hv-space-5xl: 192px;
	--hv-section-padding-y: 72px;
	--hv-section-padding-x: var(--hv-space-5);

	/* Breakpoints (reference for custom media) */
	--hv-bp-sm: 640px;
	--hv-bp-md: 768px;
	--hv-bp-nav: 900px;
	--hv-bp-lg: 1024px;
	--hv-bp-xl: 1200px;

	/* Border radius */
	--hv-radius-none: 0;
	--hv-radius-sm: 4px;
	--hv-radius-md: 8px;
	--hv-radius-lg: 12px;
	--hv-radius-xl: 24px;
	--hv-radius-2xl: 32px;
	--hv-radius-full: 9999px;

	/* Shadows */
	--hv-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.04);
	--hv-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
	--hv-shadow-soft: 0 2px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
	--hv-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
	--hv-shadow-medium: 0 4px 16px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.04);
	--hv-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.1);
	--hv-shadow-large: 0 8px 32px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
	--hv-shadow-xl: 0 24px 60px rgba(0, 0, 0, 0.16);
	--hv-shadow-elevated: 0 16px 48px rgba(0, 0, 0, 0.1), 0 6px 16px rgba(0, 0, 0, 0.05);
	--hv-shadow-floating: 0 24px 64px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.06);
	--hv-shadow-lilac: 0 8px 24px rgba(217, 182, 220, 0.3);
	--hv-shadow-purple: 0 8px 24px rgba(182, 165, 231, 0.25);
	--hv-shadow-primary: 0 8px 24px rgba(208, 46, 4, 0.2);
	--hv-shadow-gold: 0 8px 32px rgba(217, 182, 220, 0.3);

	/* Motion */
	--hv-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--hv-ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
	--hv-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
	--hv-ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	--hv-ease-premium: var(--hv-ease-out);
	--hv-duration-instant: 100ms;
	--hv-duration-fast: 200ms;
	--hv-duration-normal: 350ms;
	--hv-duration-slow: 500ms;
	--hv-duration-slower: 600ms;
	--hv-duration-elegant: 800ms;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
html,
body {
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--hv-header-height);
}

body {
	font-family: var(--hv-font-body);
	font-size: var(--hv-text-base);
	font-weight: 400;
	color: var(--hv-text-secondary);
	line-height: var(--hv-leading-relaxed);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/* Better wrapping for display copy — modern browsers only, gracefully ignored elsewhere. */
h1, h2, h3, .hv-headline-1, .hv-headline-2, .hv-headline-3, .hv-hero__title,
.hv-service-single-hero__title, .hv-artist-cinema-hero__name {
	text-wrap: balance;
}
p, li, blockquote, .hv-text-body, .hv-hero__subtitle {
	text-wrap: pretty;
}
/* ==========================================
   HEADER HEIGHT & CONTENT OFFSET (single source: --hv-header-height)
   ========================================== */
#content.site-content {
	padding-top: var(--hv-header-height) !important;
}
/* ==========================================
   VIEW TRANSITIONS API
   ========================================== */
@view-transition {
	navigation: auto;
}

/* Stable Header Transition */
.hv-header {
	view-transition-name: main-header;
}

/* Ensure smooth cross-fade */
::view-transition-old(root),
::view-transition-new(root) {
	animation-duration: 0.4s;
}

/* ==========================================
   VIEW TRANSITION ANIMATIONS
   ========================================== */

/* 1. Header Text Slide-in */
::view-transition-old(header-text) {
	animation: 0.3s ease-in both fade-out-up;
	will-change: transform, opacity;
}
::view-transition-new(header-text) {
	animation: 0.4s ease-out both fade-in-up;
	will-change: transform, opacity;
}

/* 2. Lightbox Zoom */
::view-transition-old(lightbox-img),
::view-transition-new(lightbox-img) {
	animation-duration: 0.4s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform, width, height, object-fit;
}

/* 3. Shared element morph for cards → singles (artist / product / service / gallery / post). */
::view-transition-group(*) {
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
::view-transition-old(.hv-shared-media),
::view-transition-new(.hv-shared-media) {
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	mix-blend-mode: normal;
}

/* 4. Default root cross-fade (overrides default duration set above for richer feel). */
::view-transition-old(root) {
	animation: 0.35s ease-out both fade-out;
}
::view-transition-new(root) {
	animation: 0.45s ease-out 0.05s both fade-in;
}

@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes fade-out { from { opacity: 1; } to { opacity: 0; } }

/* 5. Respect reduced motion: disable all VT animations. */
@media (prefers-reduced-motion: reduce) {
	::view-transition-group(*),
	::view-transition-old(*),
	::view-transition-new(*) {
		animation: none !important;
	}
}

@keyframes fade-in-up {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fade-out-up {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-20px);
	}
}

/* ==========================================
   SCROLL-DRIVEN ANIMATIONS (Modern)
   ========================================== */
@keyframes scroll-fade-out {
	to {
		opacity: 0;
		transform: translateY(-50px) scale(0.95);
		filter: blur(10px);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.hv-hero,
	.hv-artist-hero-premium,
	.hv-service-single-hero {
		/* Fade out as it leaves the viewport */
		animation: scroll-fade-out linear both;
		animation-timeline: view();
		animation-range: exit 0% exit 100%;
	}
}
.hv-hero-layout {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	background: var(--hv-white) !important;
	overflow-x: hidden;
	display: block !important;
	min-height: 0;
}
.hv-hero-layout.hv-shop-page,
.hv-hero-layout.hv-gallery-page,
.hv-hero-layout.hv-services-page {
	background: var(--hv-white) !important;
	padding-bottom: 0 !important;
}
.hv-hero-layout.hv-gallery-page {
	min-height: 0 !important;
	display: block !important;
	flex-direction: unset !important;
}
.hv-hero-layout > .hv-hero:first-child {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.hv-hero {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* ==========================================
   PAGE HERO (unified – Services, Artists, Shop, Contact, Gallery)
   ========================================== */
.hv-hero,
.hv-services-hero {
	position: relative;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: var(--hv-petrol);
	background: var(--hv-white);
}
.hv-hero__bg,
.hv-services-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.hv-hero__gradient,
.hv-services-hero__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, var(--hv-white) 0%, var(--hv-cream) 100%);
}
.hv-services-hero__orb,
.hv-services-hero__lines {
	display: none;
}
.hv-hero__content,
.hv-services-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: var(--hv-hero-padding-top) 0 var(--hv-hero-padding-bottom);
}
.hv-hero .hv-container,
.hv-services-hero .hv-container {
	max-width: var(--hv-container-wide);
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}
.hv-hero .hv-breadcrumbs,
.hv-services-hero .hv-breadcrumbs {
	position: static !important;
	top: auto !important;
	inset-inline-start: auto !important;
	margin-bottom: 16px;
	max-width: 100%;
}
.hv-hero__inner,
.hv-services-hero__inner {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.hv-hero__overline,
.hv-services-hero__overline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 16px;
}
.hv-hero__line,
.hv-services-hero__line {
	width: 40px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(38, 70, 83, 0.2) 100%);
}
.hv-hero__line:last-child,
.hv-services-hero__line:last-child {
	background: linear-gradient(90deg, rgba(38, 70, 83, 0.2) 0%, transparent 100%);
}
.hv-hero__text,
.hv-services-hero__text {
	font-family: "Heebo", "Inter", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-stone);
}
.hv-hero__title,
.hv-services-hero__title {
	margin: 0 0 16px;
}
.hv-hero__title-line,
.hv-services-hero__title-line {
	display: block;
	font-family: "Heebo", "Inter", sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 200;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--hv-petrol);
}
.hv-hero__title-line--accent,
.hv-services-hero__title-line--accent {
	font-weight: 300;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	background-image: linear-gradient(135deg, var(--hv-petrol) 0%, var(--hv-lilac) 100%);
}
.hv-hero__subtitle,
.hv-services-hero__subtitle {
	font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
	line-height: 1.6;
	font-weight: 300;
	color: var(--hv-charcoal);
	max-width: 560px;
	margin: 0 auto 24px;
}

/* ==========================================
   1. HEADER
   ========================================== */

/* Custom Header */
.hv-header,
.hv-header.scrolled,
.hv-header.menu-open {
	position: fixed !important;
	top: 0 !important;
	inset-inline: 0 !important;
	z-index: 99999 !important;
	background: transparent !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: block !important;
	visibility: visible !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	transform: none !important;
	perspective: none !important;
	filter: none !important;
	overflow: visible !important;
}

.hv-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index: -1;
}

.hv-header__container {
	width: 100%;
	max-width: var(--hv-container-wide);
	margin: 0 auto;
	padding: 10px 40px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: var(--hv-header-height);
}

/* Header actions cluster: language switcher + cart */
.hv-header__actions {
	position: absolute;
	inset-inline-end: 40px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 2;
}

.hv-header__lang {
	display: flex;
	align-items: center;
	font-family: "Heebo", sans-serif;
	font-size: 0.85rem;
	font-weight: 300;
}

#hv-header-cart-wrap {
	display: flex;
	align-items: center;
	line-height: 0;
}

.hv-lang-link {
	color: var(--hv-petrol);
	text-decoration: none;
	padding: 0 5px;
	transition: all 0.3s ease;
}

.hv-lang-link:hover,
.hv-lang-link.active {
	color: var(--hv-lilac);
	font-weight: 500;
}

.hv-lang-sep {
	color: #ddd;
	margin: 0 2px;
}

/* Centered block: Nav only in flow; Logo positioned on the right (desktop) */
.hv-header__center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.hv-header__logo {
	position: absolute;
	inset-inline-start: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.hv-header__logo img {
	max-height: 50px;
	width: auto;
}

.hv-header__logo-text {
	font-family: "Heebo", sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	color: var(--hv-petrol);
	text-decoration: none;
	white-space: nowrap;
}

/* Navigation Menu */
.hv-header__nav {
	display: flex;
	align-items: center;
}

.hv-nav-menu,
ul.hv-nav-menu {
	display: flex !important;
	flex-direction: row !important;
	gap: 30px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
}

.hv-nav-menu li a {
	color: var(--hv-petrol);
	text-decoration: none;
	font-family: "Heebo", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.hv-nav-menu li a:hover {
	color: var(--hv-lilac);
}

@media (max-width: 1024px) {
	.hv-header__center {
		gap: 20px;
	}

	.hv-nav-menu {
		gap: 15px !important;
	}
}

@media (max-width: 900px) {
	.hv-header__container {
		justify-content: space-between;
		padding: 16px 20px;
	}

	.hv-header__center {
		justify-content: flex-start;
		flex: 1;
		width: auto;
		gap: 0;
		order: -2;
	}

	.hv-header__logo {
		position: static;
		inset-inline-end: auto;
		top: auto;
		transform: none;
	}

	.hv-header__nav {
		display: none;
	}

	.hv-header__actions {
		position: static;
		transform: none;
		top: auto;
		order: 1;
		gap: 8px;
		margin-inline-start: auto;
		margin-inline-end: 0;
	}

	.hv-header__lang {
		margin: 0;
	}

	.hv-header__menu-toggle {
		order: 2;
	}

	[dir="rtl"] .hv-header__actions {
		margin-inline-start: auto;
		margin-inline-end: 0;
	}

	.hv-nav-menu li a {
		padding: 8px 0 !important;
	}
}

.hv-nav-menu a:hover,
.hv-header__nav a:hover {
	color: var(--hv-lilac) !important;
}

/* Mobile Menu Button - hidden on desktop */
.hv-header__menu-toggle {
	display: none;
}

/* Mobile Styles */
@media (max-width: 900px) {
	.hv-header__menu-toggle {
		display: flex !important;
		width: 44px;
		height: 44px;
		background: transparent;
		border: none;
		cursor: pointer;
		padding: 10px;
		z-index: 10001;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		-webkit-tap-highlight-color: transparent;
		tap-highlight-color: transparent;
		outline: none;
		box-shadow: none;
	}
	.hv-header__menu-toggle:active,
	.hv-header__menu-toggle:focus,
	.hv-header__menu-toggle:focus:not(:focus-visible) {
		background: transparent !important;
		outline: none !important;
		box-shadow: none !important;
	}
	.hv-header__menu-toggle:focus-visible {
		outline: 2px solid var(--hv-lilac);
		outline-offset: 2px;
	}

	.hv-hamburger {
		display: flex;
		flex-direction: column;
		gap: 6px;
		width: 24px;
	}

	.hv-hamburger span {
		display: block;
		width: 100%;
		height: 2px;
		background: var(--hv-charcoal);
		transition: transform 0.25s ease, opacity 0.2s ease;
	}

	.hv-header.menu-open .hv-hamburger span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.hv-header.menu-open .hv-hamburger span:nth-child(2) {
		opacity: 0;
	}

	.hv-header.menu-open .hv-hamburger span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.hv-header__nav {
		position: fixed;
		inset: 0;
		background: rgba(255, 255, 255, 0.98);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px);
		transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s step-end, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 10000;
	}

	.hv-header.menu-open .hv-header__nav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		display: flex !important;
	}

	.hv-nav-menu,
	ul.hv-nav-menu,
	.hv-header__nav .menu,
	.hv-header__nav ul {
		flex-direction: column !important;
		gap: 24px !important;
		text-align: center !important;
	}

	.hv-nav-menu a,
	.hv-header__nav a {
		font-size: 1.5rem !important;
	}
}

/* Astra Header Override */
.ast-primary-header-bar,
.ast-desktop-header-wrap,
.ast-mobile-header-wrap,
#ast-desktop-header,
#ast-mobile-header,
.site-header-primary-section-left,
.site-header-primary-section-right {
	display: none !important;
}

.hv-header {
	display: block !important;
}

/* ==========================================
   HEADER CART ICON
   ========================================== */

.hv-header__cart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--hv-petrol);
	transition: color 0.3s ease, transform 0.3s ease;
	padding: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}

.hv-header__cart:hover {
	color: var(--hv-lilac);
	transform: scale(1.1);
}

.hv-cart-icon {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.hv-header__cart:hover .hv-cart-icon {
	transform: translateY(-2px);
}

/* Cart Count Badge */
.hv-cart-count {
	position: absolute;
	top: -2px;
	inset-inline-end: -2px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	font-size: 0.65rem;
	font-weight: 600;
	font-family: "Heebo", sans-serif;
	line-height: 18px;
	text-align: center;
	color: var(--hv-white);
	background: var(--hv-petrol);
	border-radius: 999px;
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	pointer-events: none;
}

.hv-cart-count.has-items {
	opacity: 1;
	transform: scale(1);
	color: var(--hv-white);
	background: var(--hv-gradient-primary);
	box-shadow: var(--hv-shadow-primary);
}

/* Cart icon animation on add to cart */
.hv-header__cart.added {
	animation: cartBounce 0.5s ease;
}

body.ast-mobile-cart-active {
	overflow: hidden !important;
}
.astra-mobile-cart-overlay,
.ast-mobile-cart-active .astra-mobile-cart-overlay {
	position: fixed !important;
	inset: 0 !important;
	z-index: 999999 !important;
	pointer-events: auto !important;
}
#astra-mobile-cart-drawer,
.astra-cart-drawer {
	position: fixed !important;
	z-index: 1000000 !important;
	pointer-events: auto !important;
}
.astra-cart-drawer.active {
	visibility: visible !important;
	pointer-events: auto !important;
}

@keyframes cartBounce {
	0%,
	100% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.2);
	}
	50% {
		transform: scale(0.95);
	}
	75% {
		transform: scale(1.1);
	}
}

/* ==========================================
   2026 UPDATE: PREMIUM & MOBILE ENHANCEMENTS
   ========================================== */

/* 1. ARTIST ARCHIVE - CIRCULAR & EXPANDABLE */
.hv-artist-card-premium__media {
	border-radius: 50% !important;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	box-shadow: var(--hv-shadow-md);
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hv-artist-card-premium:hover .hv-artist-card-premium__media {
	transform: scale(1.05);
	box-shadow: var(--hv-shadow-lg);
}
.hv-artist-card-premium__excerpt-wrap {
	margin-top: 0.5rem;
	text-align: center;
}
.hv-artist-card-premium__excerpt {
	font-size: 0.9rem;
	color: var(--hv-text-secondary);
	margin-bottom: 0.5rem;
	line-height: 1.5;
	text-align: center;
}
.hv-artist-card-premium__expander {
	background: none;
	border: none;
	padding: 0;
	color: var(--hv-lilac);
	font-size: 0.85rem;
	font-weight: 500;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transition: color 0.2s ease;
}
.hv-artist-card-premium__expander:hover {
	color: var(--hv-purple);
}
.hv-artist-card-premium__full-bio {
	margin-top: 0.5rem;
	font-size: 0.9rem;
	color: var(--hv-text-secondary);
	border-top: 1px solid var(--hv-border-light);
	padding-top: 0.5rem;
	text-align: center;
}

/* 2. HOMEPAGE GALLERY - VISUALS */
.hv-gallery-mosaic__item {
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hv-gallery-mosaic__item:hover {
	transform: translateY(-5px) scale(1.01);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
	z-index: 2;
}
.hv-gallery-mosaic__overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.hv-gallery-mosaic__item:hover .hv-gallery-mosaic__overlay {
	opacity: 1;
}

/* 3. MOBILE SHOP - CAROUSEL & COMPACT */
@media (max-width: 768px) {
	.hv-shop-page .hv-shop-grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 12px;
		padding-bottom: 20px;
		margin-inline: -20px; /* Bleed to edge */
		padding-inline: 20px;
		-webkit-overflow-scrolling: touch;
	}
	.hv-shop-page .hv-shop-grid::-webkit-scrollbar {
		display: none;
	}
	/* Category Tabs Scroll */
	.hv-shop-filters__categories {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
		gap: 8px;
		padding-bottom: 10px;
		margin-inline: -20px;
		padding-inline: 20px;
		-webkit-overflow-scrolling: touch;
	}
	/* Product Card Compact */
	.hv-product-card {
		min-width: 150px;
		max-width: 150px;
		flex: 0 0 auto;
		scroll-snap-align: start;
	}
	.hv-product-card__title {
		font-size: 0.9rem;
	}
	.hv-product-card__price {
		font-size: 0.85rem;
	}
	.hv-product-card__actions .hv-btn {
		padding: 6px 12px;
		font-size: 0.75rem;
	}
}

/* 4. SERVICES MOBILE - STACK */
@media (max-width: 768px) {
	.hv-services-showcase .hv-container--wide {
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}
	.hv-service-showcase-card {
		width: 100%;
	}
}

/* 5. FOOTER HEIGHT */
.hv-footer {
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.hv-footer__grid {
	gap: 2rem;
}
@media (max-width: 768px) {
	.hv-footer {
		padding-top: 2rem;
		padding-bottom: 1.5rem;
	}
	.hv-footer__grid {
		gap: 1.5rem;
		text-align: center;
	}
	.hv-footer__brand,
	.hv-footer__column {
		align-items: center;
	}
	.hv-footer__links {
		align-items: center;
	}
}

/* 6. CONTACT PAGE SPACING */
.page-template-page-contact .hv-contact-form-section,
.hv-contact-page .hv-contact-form-section {
	padding-top: 4rem; /* Increase spacing */
}

/* Tablet/Mobile adjustments */
@media (max-width: 900px) {
	.hv-header__cart {
		margin: 0;
	}

	.hv-header__container {
		gap: 12px;
	}
}

/* ==========================================
   LIGHTBOX OVERLAY
   ========================================== */

/* Lightbox Overlay - Hidden by default */
.hv-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hv-lightbox-overlay.active {
	opacity: 1;
	visibility: visible;
}

.hv-lightbox-content {
	max-width: 90vw;
	max-height: 90vh;
	position: relative;
}

.hv-lightbox-image {
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
	display: block;
}

.hv-lightbox-caption {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
	color: var(--hv-white);
	font-size: 0.875rem;
	padding: 0 20px;
}

.hv-lightbox-close {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: var(--hv-white);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.3s ease;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hv-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--hv-white);
	transform: rotate(90deg);
}

.hv-lightbox-nav {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: var(--hv-white);
	font-size: 2.5rem;
	line-height: 1;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.3s ease;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

.hv-lightbox-nav:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: var(--hv-white);
}

.hv-lightbox-prev {
	left: 30px;
}

.hv-lightbox-next {
	right: 30px;
}

/* RTL Support for lightbox */
html[dir="rtl"] .hv-lightbox-close {
	left: 30px;
	right: auto;
}

html[dir="rtl"] .hv-lightbox-prev {
	right: 30px;
	left: auto;
}

html[dir="rtl"] .hv-lightbox-next {
	left: 30px;
	right: auto;
}

/* Mobile lightbox adjustments */
@media (max-width: 768px) {
	.hv-lightbox-close {
		top: 15px;
		right: 15px;
		width: 48px;
		height: 48px;
		font-size: 1.5rem;
		min-width: 48px;
		min-height: 48px;
	}

	.hv-lightbox-nav {
		width: 56px;
		height: 56px;
		min-width: 56px;
		min-height: 56px;
		font-size: 2rem;
	}

	.hv-lightbox-prev {
		left: 15px;
	}

	.hv-lightbox-next {
		right: 15px;
	}

	.hv-lightbox-caption {
		font-size: 0.75rem;
		bottom: -30px;
	}

	html[dir="rtl"] .hv-lightbox-close {
		left: 15px;
		right: auto;
	}

	html[dir="rtl"] .hv-lightbox-prev {
		right: 15px;
		left: auto;
	}

	html[dir="rtl"] .hv-lightbox-next {
		left: 15px;
		right: auto;
	}
}

/* ==========================================
   2. FOOTER
   ========================================== */

/* Critical Footer CSS */
.hv-footer {
	background: var(--hv-petrol) !important;
	color: var(--hv-silver) !important;
	padding: 80px 24px 32px !important;
}

.hv-footer__grid {
	display: grid !important;
	grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
	gap: 48px !important;
	width: 100%;
	max-width: var(--hv-container-wide) !important;
	margin: 0 auto 60px !important;
}

/* Footer Responsive */
@media (max-width: 1024px) {
	.hv-footer__grid {
		grid-template-columns: 1fr 1fr !important;
		gap: 40px !important;
	}
}

@media (max-width: 768px) {
	.hv-footer {
		padding: 60px 20px 24px !important;
	}

	.hv-footer__grid {
		grid-template-columns: 1fr !important;
		gap: 32px !important;
		margin: 0 auto 40px !important;
	}

	.hv-footer__brand,
	.hv-footer__column {
		text-align: center !important;
	}

	.hv-footer__links {
		align-items: center !important;
	}

	.hv-footer__bottom {
		flex-direction: column !important;
		gap: 16px !important;
		text-align: center !important;
	}

	.hv-footer__legal {
		justify-content: center !important;
	}
}

.hv-footer__logo {
	font-family: "Heebo", sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 300 !important;
	letter-spacing: 0.15em !important;
	color: var(--hv-white) !important;
	text-decoration: none !important;
	display: block !important;
	margin-bottom: 16px !important;
}

.hv-footer__tagline {
	font-size: 0.875rem !important;
	line-height: 1.8 !important;
	margin-bottom: 20px !important;
}

.hv-footer__heading {
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	color: var(--hv-white) !important;
	margin-bottom: 20px !important;
}

.hv-footer__links {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.hv-footer__links a,
.hv-footer__links li {
	color: var(--hv-silver) !important;
	text-decoration: none !important;
	font-size: 0.875rem !important;
}

.hv-footer__links a:hover {
	color: var(--hv-lilac) !important;
}

.hv-footer__bottom {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding-top: 32px !important;
	border-top: 1px solid #2a2a2a !important;
	font-size: 0.75rem !important;
	width: 100%;
	max-width: var(--hv-container-wide) !important;
	margin: 0 auto !important;
}

.hv-footer__legal {
	display: flex !important;
	gap: 12px !important;
	align-items: center !important;
}

.hv-footer__legal a {
	color: var(--hv-stone) !important;
	text-decoration: none !important;
}

.hv-footer__legal a:hover {
	color: var(--hv-lilac) !important;
}

.hv-social-link--dark {
	background: rgba(255, 255, 255, 0.1) !important;
	color: var(--hv-silver) !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-inline-end: 8px !important;
}

.hv-social-link--dark:hover {
	background: var(--hv-lilac) !important;
	color: var(--hv-white) !important;
}

@media (max-width: 900px) {
	.hv-footer__grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.hv-footer__brand {
		grid-column: span 2 !important;
	}
}

@media (max-width: 640px) {
	.hv-footer__grid {
		grid-template-columns: 1fr !important;
	}

	.hv-footer__brand {
		grid-column: span 1 !important;
	}

	.hv-footer__bottom {
		flex-direction: column !important;
		gap: 16px !important;
		text-align: center !important;
	}
}

/* ==========================================
   3. HOMEPAGE
   ========================================== */

/* Video Hero Section - FULL WIDTH */
.hv-hero-video {
	position: relative;
	width: 100%;
	max-width: 100vw;
	margin-inline: auto;
	height: 100vh;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--hv-black) !important; /* Dark neutral background for luxury feel */
}

.hv-hero-video__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hv-hero-video__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: hvVideoZoom 20s ease-in-out infinite alternate;
}

@keyframes hvVideoZoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}

.hv-hero-video__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 2;
}

.hv-hero-video__content {
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 40px;
	max-width: 900px;
	animation: hvFadeInUp 0.8s ease-out forwards;
	opacity: 0;
}

@keyframes hvFadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hv-hero-video .hv-overline {
	color: var(--hv-lilac-soft);
	font-size: 0.75rem;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	margin-bottom: 32px;
	display: block;
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 0.1s forwards;
	text-shadow: 0 0 20px rgba(212, 201, 232, 0.4);
}

.hv-hero-video .hv-overline .hv-word-1 {
	display: inline-block;
	color: var(--hv-lilac);
	animation: hvFadeInScale 0.6s ease-out 0.2s forwards;
	opacity: 0;
}

.hv-hero-video .hv-overline .hv-word-2 {
	display: inline-block;
	color: var(--hv-purple);
	animation: hvFadeInScale 0.6s ease-out 0.3s forwards;
	opacity: 0;
}

.hv-hero-video .hv-overline .hv-word-3 {
	display: inline-block;
	color: var(--hv-blue);
	animation: hvFadeInScale 0.6s ease-out 0.4s forwards;
	opacity: 0;
}

@keyframes hvFadeInScale {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.hv-hero-video .hv-display,
.hv-hero-video h1.hv-display,
.hv-hero-video .hv-hero-title-v2 {
	white-space: normal !important;
	word-break: keep-all;
}

.hv-hero-video .hv-display {
	color: var(--hv-white);
	font-family: "Heebo", sans-serif;
	font-size: clamp(2.5rem, 8vw, 6rem);
	font-weight: 200;
	letter-spacing: 0.15em; /* Slightly reduced for better readability */
	margin-bottom: 0.2rem;
	line-height: 1;
	opacity: 0;
	animation: hvSlideInTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
	text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5), 0 0 80px rgba(212, 201, 232, 0.2);
}

@keyframes hvSlideInTitle {
	from {
		opacity: 0;
		transform: translateY(40px) scale(0.95);
		letter-spacing: 0.4em;
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
		letter-spacing: 0.25em;
	}
}

.hv-hero-subtitle-v2 {
	display: block;
	font-family: "Heebo", sans-serif;
	font-size: clamp(0.9rem, 1.5vw, 1.1rem);
	font-weight: 400;
	letter-spacing: 1em; /* Extra airy for the "collective" tagline */
	color: var(--hv-white);
	text-transform: uppercase; /* More premium uppercase */
	margin-top: 0;
	margin-bottom: 40px;
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 0.4s forwards;
	text-shadow: 0 0 20px rgba(199, 178, 224, 0.4);
	position: relative;
	z-index: 2;
}

.hv-hero-video .hv-subtitle {
	color: rgba(255, 255, 255, 0.95);
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	font-weight: 300;
	margin-bottom: 48px;
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 0.6s forwards;
	line-height: 1.8;
	letter-spacing: 0.05em;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.hv-hero-video__actions {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 0.8s forwards;
}

.hv-hero-video__actions .hv-btn.hv-btn--primary {
	background: var(--hv-white);
	color: var(--hv-petrol);
	border-color: var(--hv-white);
}

.hv-hero-video__actions .hv-btn.hv-btn--primary:hover {
	background: #f0f0f0;
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(255, 255, 255, 0.15);
}

.hv-hero-video__actions .hv-btn {
	transform: translateY(0);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-hero-video__scroll {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.7rem;
	letter-spacing: 0.15em;
	z-index: 10;
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 1s forwards, hvBounceScroll 2.5s ease-in-out 3s infinite;
	cursor: pointer;
	transition: color 0.3s ease;
}

.hv-hero-video__scroll:hover {
	color: rgba(255, 255, 255, 1);
}

.hv-hero-video__scroll svg {
	transition: transform 0.3s ease;
}

.hv-hero-video__scroll:hover svg {
	transform: translateY(4px);
}

@keyframes hvBounceScroll {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}
	50% {
		transform: translateX(-50%) translateY(10px);
	}
}

/* Light button variants for dark backgrounds */
.hv-btn.hv-btn--outline-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 36px;
	border: 1.5px solid rgba(255, 255, 255, 0.75);
	color: var(--hv-white);
	background: transparent;
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-sm);
	font-weight: 400;
	letter-spacing: var(--hv-tracking-wider);
	text-decoration: none;
	text-transform: uppercase;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transition:
		background var(--hv-duration-fast) var(--hv-ease-out),
		color var(--hv-duration-fast) var(--hv-ease-out),
		border-color var(--hv-duration-fast) var(--hv-ease-out),
		transform var(--hv-duration-fast) var(--hv-ease-out),
		box-shadow var(--hv-duration-normal) var(--hv-ease-out);
}

.hv-btn.hv-btn--outline-light:hover {
	background: rgba(255, 255, 255, 0.95);
	color: var(--hv-petrol);
	border-color: var(--hv-white);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

.hv-btn.hv-btn.hv-btn--ghost-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 36px;
	border: none;
	color: rgba(255, 255, 255, 0.9);
	background: transparent;
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-sm);
	font-weight: 400;
	letter-spacing: var(--hv-tracking-wider);
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color var(--hv-duration-fast) var(--hv-ease-out),
		transform var(--hv-duration-fast) var(--hv-ease-out);
}

.hv-btn.hv-btn--ghost-light:hover {
	color: var(--hv-lilac);
	transform: translateY(-2px);
	box-shadow: none;
	background: transparent;
}

/* Collective Introduction */
.hv-intro {
	padding: 60px 20px 80px;
	text-align: center;
	background-color: var(--hv-white);
}

.hv-intro__content {
	max-width: 800px;
	margin: 0 auto;
}

.hv-intro__text {
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	line-height: 1.9;
	color: var(--hv-petrol);
}

/* Services Carousel */
.hv-services-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
}

.hv-service-card {
	flex: 1 1 280px;
	max-width: 320px;
	min-width: 0;
	text-align: center;
	padding: 36px 28px;
	background: var(--hv-white);
	border-radius: 20px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(184, 164, 217, 0.08);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.hv-service-card::before {
	content: "";
	position: absolute;
	top: 0;
	inset-inline: 0;
	height: 3px;
	background: var(--hv-gradient-brand);
	transform: scaleX(0);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-service-card:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: var(--hv-shadow-lilac);
	border-color: rgba(217, 182, 220, 0.2);
}

.hv-service-card:hover::before {
	transform: scaleX(1);
}

.hv-service-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	color: var(--hv-lilac);
	margin: 0 auto 28px;
	background: linear-gradient(135deg, rgba(184, 164, 217, 0.08), rgba(212, 201, 232, 0.12));
	border-radius: 50%;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 16px rgba(184, 164, 217, 0.15);
}

.hv-service-card__icon svg {
	width: 40px;
	height: 40px;
	display: block;
}

.hv-service-card:hover .hv-service-card__icon {
	transform: scale(1.1) rotate(5deg);
	background: linear-gradient(135deg, rgba(184, 164, 217, 0.15), rgba(212, 201, 232, 0.2));
	box-shadow: 0 8px 24px rgba(184, 164, 217, 0.3);
}

.hv-service-card__title {
	font-family: "Heebo", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: var(--hv-petrol);
	margin-bottom: 16px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.hv-service-card:hover .hv-service-card__title {
	color: var(--hv-purple);
}

.hv-service-card__desc {
	font-size: 0.9rem;
	color: var(--hv-stone);
	line-height: 1.8;
	margin-bottom: 20px;
}

.hv-service-card__link {
	color: inherit;
	text-decoration: none;
	display: contents;
}

.hv-service-card__link:hover {
	color: inherit;
}

/* Services Carousel (homepage) */
.hv-section--cream .hv-container:has(.hv-services-carousel) {
	overflow-x: visible;
	max-width: none;
	padding: 0;
}

.hv-section--cream .hv-container:has(.hv-services-carousel) .hv-section-header,
.hv-section--cream .hv-container:has(.hv-services-carousel) .hv-text-center.hv-mt-8 {
	padding-inline: 24px;
}

.hv-mt-8 {
	margin-top: 24px;
}

.hv-mt-12 {
	margin-top: 48px;
}

.hv-services-carousel-bleed {
	overflow-x: clip;
	overflow-y: visible;
}

.hv-services-carousel {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 24px;
	overflow-x: auto;
	overflow-y: visible;
	padding: 20px 24px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	cursor: grab;
	user-select: none;
	min-height: 0;
}

.hv-services-carousel::-webkit-scrollbar {
	display: none;
}

.hv-services-carousel.dragging {
	cursor: grabbing;
}

.hv-services-carousel .hv-service-card {
	flex: 0 0 auto;
	width: min(320px, calc(100vw / 4 - 30px));
	min-width: 240px;
	scroll-snap-align: start;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	overflow: visible;
}

.hv-services-carousel .hv-service-card::before {
	display: none;
}

.hv-services-carousel .hv-service-card .hv-service-card__link {
	display: block;
	text-align: center;
	padding: 16px;
}

.hv-service-card__thumb {
	width: 100%;
	aspect-ratio: 4/3;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	background: var(--hv-pearl, #f5f3f0);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.hv-services-carousel .hv-service-card:hover .hv-service-card__thumb {
	box-shadow: 0 12px 40px rgba(184, 164, 217, 0.2);
	transform: scale(1.02);
}

.hv-service-card__thumb .hv-service-card__img,
.hv-service-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.hv-services-carousel .hv-service-card:hover .hv-service-card__thumb img {
	transform: scale(1.05);
}

.hv-service-card__placeholder {
	width: 100%;
	height: 100%;
	min-height: 160px;
	display: block;
}

.hv-services-carousel .hv-service-card .hv-service-card__title {
	margin-bottom: 8px;
	font-size: 1.1rem;
}

.hv-services-carousel .hv-service-card .hv-service-card__desc {
	margin-bottom: 12px;
	font-size: 0.85rem;
	line-height: 1.6;
}

.hv-service-card__cta {
	font-size: 0.9rem;
	color: var(--brand-lilac-text, var(--hv-purple));
	font-weight: 500;
	transition: color 0.2s ease;
}

.hv-services-carousel .hv-service-card:hover .hv-service-card__cta {
	color: var(--hv-petrol);
}

@media (max-width: 900px) {
	.hv-services-carousel .hv-service-card {
		width: min(280px, calc(100vw / 3 - 28px));
		min-width: 200px;
	}
}

@media (max-width: 640px) {
	.hv-services-carousel .hv-service-card {
		width: min(220px, calc(50vw - 20px));
		min-width: 160px;
	}
}

/* Artists Showcase */
.hv-section--white .hv-container:has(.hv-artists-showcase) {
	overflow-x: visible;
	max-width: none;
	padding: 0;
}

.hv-artists-showcase {
	display: flex;
	justify-content: flex-start;
	gap: 24px;
	overflow-x: auto;
	overflow-y: visible;
	padding: 20px 40px;
	margin: 0 -40px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	cursor: grab;
	user-select: none;
}

.hv-artists-showcase::-webkit-scrollbar {
	display: none;
}

.hv-artist-card {
	flex-shrink: 0;
	/* Desktop: 6 items visible */
	width: calc(100% / 6 - 20px);
	min-width: 160px; /* Ensure cards don't get too squashed */
	text-align: center;
	scroll-snap-align: start;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-artist-card:hover {
	transform: translateY(-4px);
}

.hv-artist-card__portrait {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	max-width: 160px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px auto;
	background: linear-gradient(135deg, var(--hv-pearl), var(--hv-pearl));
	position: relative;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	border: 3px solid transparent;
}

.hv-artist-card:hover .hv-artist-card__portrait {
	box-shadow: 0 16px 48px rgba(184, 164, 217, 0.25), 0 4px 16px rgba(0, 0, 0, 0.1);
	border-color: rgba(184, 164, 217, 0.3);
	transform: scale(1.05);
}

.hv-artist-card__portrait img,
.hv-artist-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-artist-card:hover .hv-artist-card__portrait img,
.hv-artist-card:hover .hv-artist-card__img {
	transform: scale(1.1);
}

.hv-artist-card__name {
	font-family: "Heebo", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: var(--hv-petrol);
	margin-bottom: 4px;
}

.hv-artist-card__name a {
	color: var(--hv-petrol);
	text-decoration: none;
}

.hv-artist-card__discipline {
	color: var(--brand-lilac-text, var(--hv-purple));
	font-size: 0.85rem;
	display: block;
	margin-bottom: 8px;
}

/* Mobile adjustments for Artists Carousel */
@media (max-width: 900px) {
	.hv-artist-card {
		/* Mobile: 4 items visible */
		width: calc(100% / 4 - 15px);
		min-width: 0 !important; /* Override the desktop min-width */
	}

	.hv-artist-card__portrait {
		margin-bottom: 12px;
	}

	.hv-artist-card__name {
		font-size: 0.8rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.hv-artist-card__discipline {
		font-size: 0.7rem;
	}

	.hv-artists-showcase {
		gap: 12px;
		padding: 20px;
		margin: 0 -20px;
	}
}

/* Gallery Grid */
.hv-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 200px);
	gap: 12px;
	max-width: var(--hv-container-wide);
	margin: 0 auto;
}

.hv-gallery-item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

.hv-gallery-item:nth-child(2) {
	grid-column: span 1;
	grid-row: span 1;
}

.hv-gallery-item:nth-child(3) {
	grid-column: span 1;
	grid-row: span 2;
}

.hv-gallery-item:nth-child(4) {
	grid-column: span 1;
	grid-row: span 1;
}

.hv-gallery-item:nth-child(5) {
	grid-column: span 1;
	grid-row: span 1;
}

.hv-gallery-item:nth-child(6) {
	grid-column: span 2;
	grid-row: span 1;
}

.hv-gallery-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 8px;
	transform: scale(1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-gallery-item:hover {
	transform: scale(1.02);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.hv-gallery-item__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-gallery-item:hover .hv-gallery-item__image {
	transform: scale(1.1);
}

.hv-gallery-item__overlay {
	position: absolute;
	bottom: 0;
	inset-inline: 0;
	padding: 30px 24px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.hv-gallery-item:hover .hv-gallery-item__overlay {
	opacity: 1;
	transform: translateY(0);
}

.hv-gallery-item__title {
	color: var(--hv-white);
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 6px;
	letter-spacing: 0.02em;
}

.hv-gallery-item:nth-child(1) .hv-gallery-item__title {
	font-size: 1.4rem;
}

.hv-gallery-item__artist {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.9rem;
	font-weight: 300;
}

/* ==========================================================================
   GALLERY MOSAIC - Homepage Featured Gallery
   Responsive masonry-style grid with mobile optimization
   ========================================================================== */

.hv-gallery-mosaic {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 300px; /* Increased from 280px for more impact */
	gap: 20px; /* Increased gap for cleaner look */
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

.hv-gallery-mosaic__item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer;
	background: var(--hv-charcoal);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-gallery-mosaic__item a {
	display: block;
	height: 100%;
	position: relative;
}

.hv-gallery-mosaic__item:hover {
	transform: translateY(-4px);
	z-index: 10;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.hv-gallery-mosaic__item::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: border-color 0.4s ease;
	pointer-events: none;
	z-index: 5;
}

.hv-gallery-mosaic__item:hover::after {
	border-color: rgba(255, 255, 255, 0.2);
}

.hv-gallery-mosaic__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1), filter 0.4s ease;
	display: block;
	filter: brightness(0.95);
}

.hv-gallery-mosaic__item:hover img {
	transform: scale(1.08);
	filter: brightness(1.05);
}

/* Mosaic Pattern - 6 items repeating (Fixed Grid Logic) */
/* Row 1: Item 1 (3x2), Item 2 (3x1) */
.hv-gallery-mosaic__item:nth-child(6n + 1) {
	grid-column: span 3;
	grid-row: span 2;
}

.hv-gallery-mosaic__item:nth-child(6n + 2) {
	grid-column: span 3;
	grid-row: span 1;
}

/* Row 2: Item 1 (cont), Item 3 (1x1), Item 4 (2x1) */
.hv-gallery-mosaic__item:nth-child(6n + 3) {
	grid-column: span 1;
	grid-row: span 1;
}

.hv-gallery-mosaic__item:nth-child(6n + 4) {
	grid-column: span 2;
	grid-row: span 1;
}

/* Row 3: Item 5 (2x1), Item 6 (4x1) */
.hv-gallery-mosaic__item:nth-child(6n + 5) {
	grid-column: span 2;
	grid-row: span 1;
}

.hv-gallery-mosaic__item:nth-child(6n + 6) {
	grid-column: span 4;
	grid-row: span 1;
}

.hv-gallery-mosaic__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0;
	transition: opacity 0.4s ease;
	backdrop-filter: blur(2px);
}

.hv-gallery-mosaic__item:hover .hv-gallery-mosaic__overlay {
	opacity: 1;
}

.hv-gallery-mosaic__title {
	color: var(--hv-white);
	font-family: "Heebo", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0 0 6px 0;
	letter-spacing: 0.02em;
	transform: translateY(20px);
	transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.hv-gallery-mosaic__artist {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.95rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transform: translateY(20px);
	transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
	transition-delay: 0.05s;
}

.hv-gallery-mosaic__item:hover .hv-gallery-mosaic__title,
.hv-gallery-mosaic__item:hover .hv-gallery-mosaic__artist {
	transform: translateY(0);
}

/* Tablet Layout - 4 columns */
@media (max-width: 1200px) {
	.hv-gallery-mosaic {
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: 250px;
		gap: 16px;
	}

	/* Row 1-2: Item 1 (4x2) */
	.hv-gallery-mosaic__item:nth-child(6n + 1) {
		grid-column: span 4;
		grid-row: span 2;
	}

	/* Row 3: Item 2 (2x1), Item 3 (2x1) */
	.hv-gallery-mosaic__item:nth-child(6n + 2),
	.hv-gallery-mosaic__item:nth-child(6n + 3) {
		grid-column: span 2;
		grid-row: span 1;
	}

	/* Row 4: Item 4 (2x1), Item 5 (2x1) */
	.hv-gallery-mosaic__item:nth-child(6n + 4),
	.hv-gallery-mosaic__item:nth-child(6n + 5) {
		grid-column: span 2;
		grid-row: span 1;
	}

	/* Row 5: Item 6 (4x1) */
	.hv-gallery-mosaic__item:nth-child(6n + 6) {
		grid-column: span 4;
		grid-row: span 1;
	}
}

/* Mobile Layout - Single Column Stacked */
@media (max-width: 768px) {
	.hv-gallery-mosaic {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 12px;
		padding: 0;
	}

	.hv-gallery-mosaic__item,
	.hv-gallery-mosaic__item:nth-child(6n + 1),
	.hv-gallery-mosaic__item:nth-child(6n + 2),
	.hv-gallery-mosaic__item:nth-child(6n + 3),
	.hv-gallery-mosaic__item:nth-child(6n + 4),
	.hv-gallery-mosaic__item:nth-child(6n + 5),
	.hv-gallery-mosaic__item:nth-child(6n + 6) {
		grid-column: 1;
		grid-row: auto;
		aspect-ratio: 4/3;
		min-height: 0;
	}

	.hv-gallery-mosaic__item:first-child {
		aspect-ratio: 3/4;
	}

	.hv-gallery-mosaic__overlay {
		opacity: 1;
		padding: 20px 16px;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 55%);
		backdrop-filter: none;
	}

	.hv-gallery-mosaic__title {
		font-size: 1.15rem;
	}

	.hv-gallery-mosaic__artist {
		font-size: 0.8rem;
	}

	.hv-gallery-mosaic__title,
	.hv-gallery-mosaic__artist {
		transform: translateY(0);
	}

	.hv-gallery-mosaic__item:hover {
		transform: none;
	}
}

@media (max-width: 480px) {
	.hv-gallery-mosaic {
		gap: 10px;
	}

	.hv-gallery-mosaic__overlay {
		padding: 16px 12px;
	}

	.hv-gallery-mosaic__title {
		font-size: 1rem;
	}

	.hv-gallery-mosaic__artist {
		font-size: 0.75rem;
	}
}

/* CTA Section — light gallery block (matches services CTA) */
.hv-cta-section {
	background: linear-gradient(180deg, var(--hv-cream) 0%, var(--hv-warm-cream) 100%);
	padding: clamp(80px, 10vw, 120px) 24px;
	color: var(--hv-petrol);
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.hv-cta-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 40%, rgba(217, 182, 220, 0.18) 0%, transparent 68%);
	z-index: 0;
	pointer-events: none;
}

.hv-cta-section::after {
	content: "";
	position: absolute;
	top: 0;
	inset-inline: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--hv-lilac-medium), transparent);
	z-index: 0;
}

.hv-cta-section .hv-container {
	position: relative;
	z-index: 1;
}

.hv-cta-section .hv-headline-2 {
	color: var(--hv-petrol);
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 200;
	margin-bottom: 24px;
	letter-spacing: var(--hv-tracking-tight);
	text-shadow: none;
}

.hv-cta-section .hv-overline,
.hv-cta-section .hv-overline--gold {
	color: var(--hv-lilac);
}

.hv-cta-premium .hv-headline-2 {
	color: var(--hv-white) !important;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 200;
	margin-bottom: 32px;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 1;
}

.hv-cta-premium .hv-subtitle {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.hv-cta-premium .hv-btn {
	position: relative;
	z-index: 1;
}

.hv-cta-text {
	color: var(--hv-slate);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	margin-bottom: 28px;
	font-weight: 300;
	line-height: 1.8;
	max-width: 600px;
	margin-inline: auto;
}

/* .hv-btn--cta — see modifier block after .hv-btn--glass */

/* ==========================================
   4. COMPONENTS
   ========================================== */

/* Premium Hero */
.hv-hero-premium {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-color: var(--hv-petrol);
}

.hv-hero-premium__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hv-hero-premium__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
}

.hv-hero-premium__gradient {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);
}

.hv-hero-premium__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 0%, rgba(10, 10, 10, 0.4) 100%);
	z-index: 2;
}

.hv-hero-premium__content {
	position: relative;
	z-index: 3;
	max-width: 900px;
	padding: 40px;
	color: var(--hv-white);
}

.hv-hero-premium__content .hv-overline {
	display: block;
	margin-bottom: 32px;
	color: var(--hv-lilac);
}

.hv-hero-premium__content .hv-display {
	margin-bottom: 32px;
	color: var(--hv-white);
	text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.hv-hero-premium__content .hv-subtitle {
	color: #c5c5c5;
	max-width: 600px;
	margin: 0 auto 40px;
}

.hv-hero-premium__actions {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.hv-hero-premium__actions .hv-btn--outline {
	border-color: var(--hv-white);
	color: var(--hv-white);
}

.hv-hero-premium__actions .hv-btn--outline:hover {
	background-color: var(--hv-white);
	color: var(--hv-petrol);
}

.hv-hero-premium__actions .hv-btn--ghost {
	color: #c5c5c5;
}

/* Service Cards Grid */
.hv-services-cards {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	max-width: 100%;
}

.hv-services-cards .hv-service-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 500px;
	background: var(--hv-white);
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	transition: all 0.5s ease;
	width: 100%;
}

.hv-services-cards .hv-service-card:nth-child(even) {
	background: var(--hv-cream);
	direction: ltr;
}

.hv-services-cards .hv-service-card:nth-child(even) .hv-service-card__content {
	direction: rtl;
}

html[dir="ltr"] .hv-services-cards .hv-service-card:nth-child(even) {
	direction: rtl;
}

html[dir="ltr"] .hv-services-cards .hv-service-card:nth-child(even) .hv-service-card__content {
	direction: ltr;
}

html[dir="rtl"] .hv-services-cards .hv-service-card:nth-child(odd) .hv-service-card__content {
	order: 1;
}

html[dir="rtl"] .hv-services-cards .hv-service-card:nth-child(odd) .hv-service-card__media {
	order: 2;
}

html[dir="rtl"] .hv-services-cards .hv-service-card:nth-child(even) {
	direction: rtl;
}

html[dir="rtl"] .hv-services-cards .hv-service-card:nth-child(even) .hv-service-card__content {
	direction: rtl;
}

.hv-services-cards .hv-service-card__media {
	position: relative;
	height: 100%;
	min-height: 500px;
	overflow: hidden;
	margin: 0;
}

.hv-services-cards .hv-service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-services-cards .hv-service-card:hover .hv-service-card__media img {
	transform: scale(1.05);
}

.hv-services-cards .hv-service-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 80px;
	text-align: end;
}

.hv-services-cards .hv-service-card__title {
	font-size: 2.5rem;
	font-weight: 300;
	color: var(--hv-petrol);
	margin: 0 0 24px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: start;
}

.hv-services-cards .hv-service-card__desc {
	font-size: 1.1rem;
	line-height: 1.8;
	color: var(--hv-stone);
	margin: 0 0 40px;
	max-width: 500px;
	text-align: start;
}

.hv-services-cards .hv-service-card__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--hv-pink);
	transition: color 0.3s ease;
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
}

.hv-services-cards .hv-service-card:hover .hv-service-card__btn {
	color: var(--hv-pink);
	border-bottom-color: var(--hv-pink);
}

.hv-services-cards .hv-service-card__overlay {
	position: absolute;
	bottom: 20px;
	inset-inline-end: 20px;
	z-index: 10;
}

.hv-services-cards .hv-service-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--hv-petrol);
	font-size: 1.5rem;
	font-weight: 300;
	border-radius: 50%;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.hv-services-cards .hv-service-card__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.hv-services-cards .hv-service-card__placeholder--1 {
	background: linear-gradient(135deg, var(--hv-pink) 0%, var(--hv-lilac) 100%);
}

.hv-services-cards .hv-service-card__placeholder--2 {
	background: linear-gradient(135deg, var(--hv-lilac) 0%, var(--hv-blue-soft) 100%);
}

.hv-services-cards .hv-service-card__placeholder--3 {
	background: linear-gradient(135deg, var(--hv-blue-soft) 0%, var(--hv-pink) 100%);
}

.hv-services-cards .hv-service-card__placeholder--4 {
	background: linear-gradient(135deg, var(--hv-pink) 0%, var(--hv-blue-soft) 100%);
}

/* Buttons — canonical system */
.hv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--hv-space-2);
	padding: 14px 36px;
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-sm);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: var(--hv-tracking-wider);
	text-decoration: none;
	line-height: 1.2;
	color: var(--hv-petrol);
	border: 1px solid var(--hv-petrol);
	background: transparent;
	border-radius: var(--hv-radius-sm);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	transition:
		transform var(--hv-duration-fast) var(--hv-ease-out),
		box-shadow var(--hv-duration-normal) var(--hv-ease-out),
		background var(--hv-duration-fast) var(--hv-ease-out),
		color var(--hv-duration-fast) var(--hv-ease-out),
		border-color var(--hv-duration-fast) var(--hv-ease-out),
		filter var(--hv-duration-fast) var(--hv-ease-out);
}

.hv-btn:focus-visible {
	outline: 2px solid var(--hv-focus-ring);
	outline-offset: 3px;
}

.hv-btn:active {
	transform: translateY(0) scale(0.98);
}

.hv-btn--large,
.hv-btn--lg {
	padding: 18px 52px;
	font-size: var(--hv-text-base);
}

.hv-btn--small {
	padding: 0.625rem 1.25rem;
	font-size: var(--hv-text-xs);
	letter-spacing: var(--hv-tracking-wide);
}

.hv-btn--primary {
	background: var(--hv-petrol);
	color: var(--hv-white);
	border-color: var(--hv-petrol);
	box-shadow: var(--hv-shadow-soft);
}

.hv-btn--primary:hover {
	background: var(--hv-charcoal);
	border-color: var(--hv-charcoal);
	color: var(--hv-white);
	transform: translateY(-2px);
	box-shadow: var(--hv-shadow-medium);
}

.hv-btn--outline {
	background: transparent;
	color: var(--hv-petrol);
	border: 1.5px solid var(--hv-petrol);
}

.hv-btn--outline:hover {
	background: var(--hv-petrol);
	color: var(--hv-white);
	border-color: var(--hv-petrol);
	transform: translateY(-2px);
	box-shadow: var(--hv-shadow-medium);
}

.hv-btn--ghost {
	border: none;
	background: transparent;
	color: var(--hv-petrol);
	padding: 12px 24px;
}

.hv-btn--ghost::after {
	content: "";
	position: absolute;
	bottom: 8px;
	inset-inline: 24px;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: inline-end;
	transition: transform var(--hv-duration-normal) var(--hv-ease-out);
}

.hv-btn--ghost:hover {
	background: transparent;
	color: var(--hv-purple);
	transform: translateY(-1px);
	box-shadow: none;
}

.hv-btn--ghost:hover::after {
	transform: scaleX(1);
	transform-origin: inline-start;
}

.hv-btn--glass {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: var(--hv-white);
}

.hv-btn--glass:hover {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--hv-white);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hv-btn--primary-gold,
.hv-btn--cta {
	background: var(--hv-gradient-brand);
	color: var(--hv-white);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--hv-radius-full);
	padding: 18px 52px;
	box-shadow: var(--hv-shadow-lilac);
}

.hv-btn--primary-gold::before,
.hv-btn--cta::before {
	content: "";
	position: absolute;
	top: 0;
	inset-inline-start: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
	transition: inset-inline-start var(--hv-duration-slow) var(--hv-ease-out);
}

.hv-btn--primary-gold:hover,
.hv-btn--cta:hover {
	transform: translateY(-3px);
	background: var(--hv-gradient-cool);
	box-shadow: var(--hv-shadow-purple), var(--hv-shadow-medium);
	color: var(--hv-white);
	border-color: rgba(255, 255, 255, 0.25);
	filter: brightness(1.03);
}

.hv-btn--primary-gold:hover::before,
.hv-btn--cta:hover::before {
	inset-inline-start: 100%;
}

.hv-btn.loading {
	pointer-events: none;
	opacity: 0.7;
}

.hv-btn.loading::after {
	content: "";
	width: 14px;
	height: 14px;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	animation: hvSpinner 0.6s linear infinite;
	margin-inline-start: var(--hv-space-2);
}

@keyframes hvSpinner {
	to {
		transform: rotate(360deg);
	}
}

/* Section Styles */
.hv-section {
	padding: var(--hv-section-padding-y) var(--hv-section-padding-x);
}

.hv-section--lg {
	padding: var(--hv-space-16) var(--hv-space-5);
}

.hv-section--white {
	background: var(--hv-bg-primary);
}

.hv-section--cream {
	background: var(--hv-cream); /* Simple beige as requested */
}

.hv-section--warm {
	background: var(--hv-bg-tertiary);
}

.hv-section--dark {
	background: var(--hv-bg-dark);
}

#page .ast-container,
.ast-container,
.main-header-container,
.ast-footer-container {
	max-width: var(--hv-container-wide);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--hv-space-6);
	padding-right: var(--hv-space-6);
	box-sizing: border-box;
}

.hv-container {
	width: 100%;
	max-width: var(--hv-container-wide);
	margin: 0 auto;
	padding: 0 var(--hv-space-6);
}

.hv-container--narrow {
	max-width: var(--hv-container-narrow);
}

/* Typography */
.hv-headline-1 {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-5xl);
	font-weight: 200;
	color: var(--hv-text-primary);
	line-height: var(--hv-leading-tight);
	letter-spacing: var(--hv-tracking-tight);
}

.hv-headline-2 {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-3xl);
	font-weight: 300;
	color: var(--hv-text-primary);
	line-height: var(--hv-leading-snug);
	letter-spacing: var(--hv-tracking-tight);
}

.hv-headline-3 {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-2xl);
	font-weight: 400;
	color: var(--hv-text-primary);
	line-height: var(--hv-leading-snug);
}

.hv-overline {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-xs);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: var(--hv-tracking-ultra);
	color: var(--hv-text-accent);
}

.hv-section-header {
	text-align: center;
}

.hv-text-center {
	text-align: center;
}

.hv-subtitle {
	font-family: var(--hv-font-body);
	font-size: var(--hv-text-lg);
	font-weight: 300;
	color: var(--hv-text-muted);
	line-height: var(--hv-leading-loose);
}

.hv-intro-statement {
	font-family: var(--hv-font-body);
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	line-height: var(--hv-leading-loose);
	color: var(--hv-text-secondary);
	font-weight: 300;
	letter-spacing: 0.02em;
}

/* ==========================================
   5. PAGES
   ========================================== */

.hv-artist-hero {
	padding: 24px 20px;
	background-color: var(--hv-snow);
}

.hv-artist-hero__container {
	max-width: var(--hv-container-wide);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 400px;
	align-items: center;
	gap: 80px;
	text-align: start;
}

html[dir="ltr"] .hv-artist-hero__container {
	grid-template-columns: 400px 1fr;
	text-align: start;
}

@media (max-width: 992px) {
	.hv-artist-hero__container {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}

	html[dir="ltr"] .hv-artist-hero__container {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.hv-artist-hero__portrait {
	width: 400px !important;
	height: 400px !important;
	max-width: 100%;
	border-radius: 0 !important;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

@media (max-width: 992px) {
	.hv-artist-hero__portrait {
		width: 300px !important;
		height: 300px !important;
		margin: 0 auto;
	}
}

.hv-artist-hero__portrait:hover {
	border-color: var(--brand-lilac-text, var(--hv-purple));
}

.hv-artist-hero__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-artist-hero__name {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 200;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin: 0;
	color: var(--hv-petrol);
}

.hv-artist-hero__social {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 16px;
}

.hv-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	color: var(--hv-petrol);
	transition: all 0.3s ease;
}

.hv-social-link:hover {
	background: var(--hv-charcoal);
	color: var(--hv-white);
	border-color: var(--hv-petrol);
}

.hv-social-link svg {
	width: 20px;
	height: 20px;
}

/* Service Hero */
.hv-service-hero {
	position: relative;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--hv-snow);
	overflow: hidden;
}

.hv-service-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hv-service-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-service-hero__gradient {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--hv-pink) 0%, var(--hv-lilac) 50%, var(--hv-blue-soft) 100%);
}

.hv-service-hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hv-service-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 2;
}

.hv-service-hero__content {
	position: relative;
	z-index: 3;
	max-width: 800px;
	padding: 60px 20px;
}

.hv-service-hero__title {
	font-size: clamp(2rem, 6vw, 4rem);
	font-weight: 200;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 24px;
	color: var(--hv-petrol);
}

.hv-service-hero__subtitle {
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 300;
	color: #6b6b6b;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.8;
}

/* Service Hero Mobile */
@media (max-width: 768px) {
	.hv-service-hero {
		min-height: 300px;
	}

	.hv-service-hero__content {
		padding: 40px 20px;
	}

	.hv-service-hero__title {
		letter-spacing: 0.1em;
		margin-bottom: 16px;
	}
}

/* Service Features Grid */
.hv-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px;
	margin-top: 60px;
}

.hv-feature-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 40px 30px;
	background: var(--hv-white);
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.hv-feature-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.hv-feature-item__number {
	font-size: 2rem;
	font-weight: 200;
	color: var(--brand-lilac-text, var(--hv-purple));
	line-height: 1;
}

.hv-feature-item__text {
	font-size: 1.1rem;
	color: var(--hv-petrol);
	line-height: 1.7;
	margin: 0;
}

/* Service Content */
.hv-service-content {
	font-size: 1.15rem;
	line-height: 1.9;
	color: var(--hv-slate);
}

.hv-service-content p {
	margin: 0 0 24px;
}

.hv-service-content p:last-child {
	margin-bottom: 0;
}

/* Archive Pages */
.hv-archive-header {
	padding: var(--hv-hero-padding-top) 20px var(--hv-hero-padding-bottom);
	background-color: var(--hv-snow);
	text-align: center;
}

.hv-archive-header__container {
	max-width: 800px;
	margin: 0 auto;
}

.hv-archive-header__title {
	font-size: clamp(2rem, 6vw, 3.5rem);
	font-weight: 200;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 16px;
	color: var(--hv-petrol);
}

.hv-archive-header__subtitle {
	font-size: 1.125rem;
	color: #6b6b6b;
	margin: 0;
	line-height: 1.7;
}

/* Artists Archive Grid */
.hv-artists-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px 40px;
}

.hv-artists-grid .hv-card {
	width: 100%;
	max-width: 250px;
}

@media (max-width: 1024px) {
	.hv-artists-grid {
		grid-template-columns: repeat(3, 1fr);
		max-width: 850px;
	}
}

@media (max-width: 768px) {
	.hv-artists-grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 550px;
		gap: 40px;
	}
}

@media (max-width: 480px) {
	.hv-artists-grid {
		grid-template-columns: 1fr;
	}
}

/* Contact Page */
.hv-contact-header {
	padding: var(--hv-hero-padding-top) 20px var(--hv-hero-padding-bottom);
	background-color: var(--hv-snow);
	text-align: center;
}

.hv-contact-header__container {
	max-width: 800px;
	margin: 0 auto;
}

.hv-contact-header__title {
	font-size: clamp(2rem, 6vw, 3.5rem);
	font-weight: 200;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: var(--hv-petrol);
}

.hv-contact-header__intro {
	font-size: 1.125rem;
	color: #6b6b6b;
	margin: 0;
	line-height: 1.8;
}

.hv-contact-content {
	padding: 100px 20px;
	background-color: var(--hv-white);
}

.hv-contact-content__container {
	max-width: 700px;
	margin: 0 auto;
}

/* Form Styling */
.hv-contact-form input[type="text"],
.hv-contact-form input[type="email"],
.hv-contact-form input[type="tel"],
.hv-contact-form select,
.hv-form-input,
.hv-form-select,
.hv-contact-form textarea {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #e5e5e5;
	background: var(--hv-white);
	font-family: "Heebo", sans-serif;
	font-size: 1rem;
	color: var(--hv-petrol);
	margin-bottom: 20px;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.hv-contact-form input:focus,
.hv-contact-form select:focus,
.hv-form-input:focus,
.hv-form-select:focus,
.hv-contact-form textarea:focus {
	outline: none;
	border-color: var(--hv-lilac);
	box-shadow: 0 0 0 3px rgba(199, 178, 224, 0.1);
}

.hv-contact-form textarea {
	min-height: 180px;
	resize: vertical;
}

.hv-contact-form label,
.hv-form-label {
	display: block;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	color: var(--hv-petrol);
	font-weight: 500;
}

.hv-contact-form input[type="submit"],
.hv-contact-form button,
.hv-form-submit {
	display: inline-block;
	padding: 16px 48px;
	border: 1px solid var(--hv-petrol);
	background: var(--hv-charcoal);
	color: var(--hv-white);
	font-family: "Heebo", sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 4px;
	width: 100%;
}

.hv-contact-form input[type="submit"]:hover,
.hv-contact-form button:hover,
.hv-form-submit:hover {
	background: var(--hv-lilac);
	border-color: var(--hv-lilac);
	color: var(--hv-white);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(199, 178, 224, 0.3);
}

.hv-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 0;
}

.hv-form-group {
	margin-bottom: 20px;
}

.hv-required {
	color: var(--hv-primary); /* WCAG-compliant error red */
}

/* Contact Form Responsive */
@media (max-width: 768px) {
	.hv-form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.hv-contact-form input[type="text"],
	.hv-contact-form input[type="email"],
	.hv-contact-form input[type="tel"],
	.hv-contact-form select,
	.hv-form-input,
	.hv-form-select,
	.hv-contact-form textarea {
		padding: 14px 16px;
		font-size: 16px; /* Prevents zoom on iOS */
	}

	.hv-contact-form input[type="submit"],
	.hv-contact-form button,
	.hv-form-submit {
		padding: 14px 32px;
		font-size: 0.8125rem;
	}

	.hv-contact-page .hv-section {
		padding: 60px 20px;
	}
}

/* ==========================================
   6. UI OPTIMIZATIONS & POLISH
   ========================================== */

/* Global UI/UX Optimizations */
html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--hv-header-height);
}

/* Tactile Feedback for all interactive elements */
.hv-btn:active,
button:active,
a.button:active,
input[type="submit"]:active {
	transform: scale(0.98) translateY(0) !important;
	transition-duration: 0.1s !important;
}

/* Focus Visibility for Accessibility */
:focus-visible {
	outline: 2px solid var(--hv-focus-ring);
	outline-offset: 3px;
	border-radius: var(--hv-radius-sm);
}

/* Crisp Images */
img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hv-animate {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.hv-animate--visible {
	opacity: 1;
	transform: translateY(0);
}

.hv-animate-delay-1 {
	transition-delay: 0.1s;
}
.hv-animate-delay-2 {
	transition-delay: 0.2s;
}
.hv-animate-delay-3 {
	transition-delay: 0.3s;
}

/* Selection Color */
::selection {
	background: var(--hv-lilac-soft);
	color: var(--hv-petrol);
}

/* Legacy Brand Colors - Now referencing main design system (at top of file) */
/* All --brand-* variables are defined in the main :root block */

/* Scroll To Top (base styles — Astra dynamic CSS is dequeued with astra-theme-css) */
#ast-scroll-top {
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	z-index: 1001;
	width: 2.75rem;
	height: 2.75rem;
	color: var(--hv-white);
	background-color: var(--hv-purple);
	border-radius: 2px;
	outline: inherit;
	opacity: 1;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

#ast-scroll-top.show {
	display: flex;
}

#ast-scroll-top:hover {
	background-color: var(--hv-lilac);
	color: var(--hv-white);
	transform: translateY(-5px);
}

#ast-scroll-top .ast-icon.icon-arrow svg {
	margin-inline-start: 0;
	vertical-align: middle;
	transform: translate(0, -20%) rotate(180deg);
	width: 1.6em;
}

.ast-scroll-to-top-right {
	inset-inline-end: 30px;
	bottom: 30px;
}

.ast-scroll-to-top-left {
	inset-inline-start: 30px;
	bottom: 30px;
}

/* Astra Theme Full Width Override */
.home .ast-container,
.home #content,
.home #primary,
.home .site-content,
.home .ast-row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	display: block !important;
}
.home #content,
.home #content.site-content {
	padding: var(--hv-header-height) 0 0 0 !important;
}
.home .ast-container,
.home .hv-full-width-wrapper,
.home #primary,
.home .site-content,
.home .ast-row {
	padding: 0 !important;
}
.home #primary {
	float: none !important;
	width: 100% !important;
}

/* Hero layout pages: Services, Artists, Shop, Contact, Gallery – same layout */
body.hv-hero-layout-page #content,
body.hv-hero-layout-page #content.site-content {
	width: 100% !important;
	max-width: 100% !important;
	padding: var(--hv-header-height) 0 0 0 !important;
	margin: 0 !important;
	display: block !important;
}
body.hv-hero-layout-page #content > .ast-container,
body.hv-hero-layout-page #content > .hv-full-width-wrapper {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
body.hv-hero-layout-page #primary.hv-hero-layout {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	float: none !important;
	flex: none !important;
}
body.hv-hero-layout-page .hv-hero + .hv-services-showcase {
	padding-top: var(--hv-page-section-padding-top);
}
body.hv-hero-layout-page .hv-hero + .hv-gallery-controls {
	padding-top: var(--hv-page-section-padding-top);
}
body.hv-hero-layout-page .hv-hero + .hv-section {
	padding-top: var(--hv-page-section-padding-top);
}

/* Hide Astra defaults on homepage */
.home .entry-header,
.home .ast-single-post-order,
.home .post-navigation {
	display: none;
}

/* RTL Support for Hebrew - Font Priority Swap */
html[dir="rtl"] {
	--hv-font-display: "Heebo", sans-serif;
	--hv-font-heading: "Heebo", sans-serif;
	--hv-font-body: "Heebo", "Inter", sans-serif;
}

/* Mobile Responsive - Homepage Carousels */
@media (max-width: 900px) {
	.hv-artists-showcase {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 2vw !important;
		padding-inline: 20px !important;
		overflow-x: auto !important;
		justify-content: center !important;
		-webkit-overflow-scrolling: touch;
		scroll-padding-inline: 20px;
	}

	.hv-artist-card {
		flex: 0 0 calc((94vw - 40px) / 4) !important;
		width: calc((94vw - 40px) / 4) !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		overflow: visible !important;
	}

	.hv-artist-card__image,
	.hv-artist-card__portrait,
	.hv-artist-card__placeholder {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1 / 1 !important;
		border-radius: 50% !important;
		margin: 0 auto 8px !important;
		display: block !important;
		border-width: 1px !important;
		box-sizing: border-box !important;
		min-width: 0 !important;
		min-height: 0 !important;
	}

	.hv-artist-card__image img,
	.hv-artist-card__portrait img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block !important;
		margin: 0 !important;
		border-radius: 50% !important;
	}

	.hv-artist-card__name {
		font-size: 0.7rem !important;
		line-height: 1.1 !important;
		text-align: center;
		white-space: normal !important;
		height: 2.2em;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		padding: 0 2px !important;
	}

	.hv-artist-card__name a {
		padding: 0;
		display: block;
		color: inherit;
	}

	.hv-artist-card__discipline {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.hv-artists-showcase {
		gap: 16px !important;
		padding-inline: 16px !important;
		scroll-padding-inline: 16px;
	}

	.hv-artist-card {
		flex: 0 0 calc((100vw - 32px) / 3 - 8px) !important;
		width: calc((100vw - 32px) / 3 - 8px) !important;
		min-width: 0 !important;
	}

	.hv-artist-card__name {
		font-size: 0.85rem !important;
		line-height: 1.2 !important;
		height: 2.4em !important;
		-webkit-line-clamp: 2 !important;
		line-clamp: 2 !important;
	}
}

/* Mobile Gallery - Flex Layout */
@media (max-width: 768px) {
	.hv-gallery-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 12px;
		overflow-x: auto;
		overflow-y: visible;
		padding: 16px 20px;
		margin: 0 -20px;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.hv-gallery-grid::-webkit-scrollbar {
		display: none;
	}

	.hv-gallery-item,
	.hv-gallery-item:nth-child(1),
	.hv-gallery-item:nth-child(2),
	.hv-gallery-item:nth-child(3),
	.hv-gallery-item:nth-child(4),
	.hv-gallery-item:nth-child(5),
	.hv-gallery-item:nth-child(6) {
		grid-column: auto;
		grid-row: auto;
		flex-shrink: 0;
		scroll-snap-align: start;
	}

	.hv-gallery-item:nth-child(1) {
		width: 280px;
		height: 320px;
	}

	.hv-gallery-item:nth-child(2),
	.hv-gallery-item:nth-child(4) {
		width: 200px;
		height: 260px;
	}

	.hv-gallery-item:nth-child(3),
	.hv-gallery-item:nth-child(5) {
		width: 220px;
		height: 280px;
	}

	.hv-gallery-item:nth-child(6) {
		width: 260px;
		height: 300px;
	}

	.hv-gallery-item__overlay {
		opacity: 1;
		transform: translateY(0);
		padding: 16px;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	}

	.hv-gallery-item__title {
		font-size: 1rem;
	}

	.hv-gallery-item:nth-child(1) .hv-gallery-item__title {
		font-size: 1.2rem;
	}
}

/* Services Cards Mobile */
@media (max-width: 900px) {
	.hv-services-cards .hv-service-card {
		grid-template-columns: 1fr;
		min-height: auto;
		display: flex;
		flex-direction: column;
	}

	.hv-services-cards .hv-service-card:nth-child(even) {
		direction: rtl;
	}

	html[dir="ltr"] .hv-services-cards .hv-service-card:nth-child(even) {
		direction: ltr;
	}

	.hv-services-cards .hv-service-card__media {
		min-height: 300px;
		aspect-ratio: 4/3;
		width: 100%;
	}

	.hv-services-cards .hv-service-card__content {
		padding: 40px 24px 60px;
	}

	.hv-services-cards .hv-service-card__title {
		font-size: 1.75rem;
	}

	.hv-services-cards .hv-service-card__desc {
		font-size: 1rem;
	}
}

/* Desktop/Tablet Responsive */
@media (min-width: 768px) {
	.hv-hero-video .hv-display {
		font-size: clamp(2.5rem, 4vw, 5.5rem);
		letter-spacing: 0.25em;
	}
}

@media (max-width: 640px) {
	.hv-hero-video .hv-display {
		font-size: 2.5rem;
		letter-spacing: 0.15em;
	}

	.hv-hero-video .hv-subtitle {
		font-size: 1rem;
	}

	.hv-hero-video__actions {
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}

	.hv-hero-video__actions .hv-btn {
		width: 100%;
		max-width: 280px;
		margin-inline: auto;
	}

	.hv-headline-1 {
		font-size: 2rem;
	}

	.hv-headline-2 {
		font-size: 1.75rem;
	}
}

@media (max-width: 480px) {
	.hv-hero-video .hv-display {
		letter-spacing: 0.08em;
	}

	.hv-hero-subtitle-v2 {
		letter-spacing: 0.5em;
	}
}

/* Logo Fixes */
.site-logo-img .custom-logo-link img,
.site-logo-img img,
.custom-logo-link img,
.custom-logo,
.site-branding img {
	width: auto !important;
	height: auto !important;
	max-height: 80px !important;
	object-fit: contain !important;
	transform: none !important;
	aspect-ratio: auto !important;
}

@media (max-width: 900px) {
	.site-logo-img .custom-logo-link img,
	.custom-logo {
		max-height: 60px !important;
	}
}

/* ==========================================
   ADDITIONAL RESPONSIVE FIXES
   ========================================== */

/* Archive Page Hero Responsive */
@media (max-width: 768px) {
	.hv-archive-header,
	.hv-contact-header,
	.hv-page-hero {
		padding: var(--hv-hero-padding-top) 20px 60px;
	}

	.hv-archive-header__title,
	.hv-contact-header__title,
	.hv-page-hero h1 {
		font-size: clamp(1.75rem, 5vw, 2.5rem);
		letter-spacing: 0.1em;
	}

	.hv-archive-header__subtitle,
	.hv-contact-header__intro,
	.hv-page-hero .hv-subtitle,
	.hv-page-hero p {
		font-size: 1rem;
		padding: 0 10px;
	}
}

/* Services Archive Grid Mobile */
@media (max-width: 768px) {
	.hv-services-cards {
		padding: 20px;
	}

	.hv-services-cards .hv-service-card {
		margin-bottom: 40px;
	}

	.hv-services-cards .hv-service-card__title {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}

	.hv-services-cards .hv-service-card__desc {
		font-size: 0.95rem;
	}

	.hv-services-cards .hv-service-card__btn {
		font-size: 0.8125rem;
		padding: 12px 28px;
	}
}

/* Artist Cards Responsive */
@media (max-width: 768px) {
	.hv-artist-hero {
		padding: 24px 20px 60px;
	}

	.hv-artist-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}

	.hv-artist-hero__portrait {
		max-width: 300px;
		margin: 0 auto;
	}
}

/* Section Padding Mobile */
@media (max-width: 768px) {
	.hv-section {
		padding: 60px 20px;
	}

	.hv-section--lg {
		padding: 80px 20px;
	}

	.hv-intro {
		padding: 40px 20px 60px;
	}
}

/* Typography Mobile */
@media (max-width: 640px) {
	.hv-headline-1 {
		font-size: clamp(1.75rem, 7vw, 2.5rem);
	}

	.hv-headline-2 {
		font-size: clamp(1.5rem, 6vw, 2rem);
	}

	.hv-headline-3 {
		font-size: 1.25rem;
	}

	.hv-intro__text,
	.hv-intro-statement {
		font-size: 1.125rem;
		line-height: 1.7;
	}
}

/* Button Responsive */
@media (max-width: 640px) {
	.hv-btn {
		padding: 14px 32px;
		font-size: 0.8125rem;
	}

	.hv-btn--large,
	.hv-btn--lg {
		padding: 16px 40px;
		font-size: 0.875rem;
	}

	.hv-btn--cta,
	.hv-btn--primary-gold {
		padding: 14px 36px;
		font-size: 0.8125rem;
	}
}

/* CTA Section Mobile */
@media (max-width: 768px) {
	.hv-cta-section,
	.hv-cta-premium {
		padding: 48px 20px;
	}

	.hv-cta-section .hv-headline-2 {
		font-size: clamp(1.5rem, 5vw, 2rem);
		margin-bottom: 16px;
	}

	.hv-cta-text {
		font-size: 1rem;
		margin-bottom: 32px;
	}

	.hv-cta-section .hv-container .hv-btn,
	.hv-cta-premium .hv-btn,
	.hv-cta-section .hv-btn--cta,
	.hv-cta-section .hv-btn--primary-gold,
	.hv-services-cta-premium__btn,
	.hv-shop-cta-premium__btn {
		width: 100%;
		max-width: 320px;
		margin-inline: auto;
		display: block;
	}
	.hv-services-cta-premium__btn,
	.hv-shop-cta-premium__btn {
		display: inline-flex;
		justify-content: center;
	}
}

/* Features Grid Mobile */
@media (max-width: 768px) {
	.hv-features-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 40px;
	}

	.hv-feature-item {
		padding: 32px 24px;
	}

	.hv-feature-item__number {
		font-size: 1.75rem;
	}

	.hv-feature-item__text {
		font-size: 1rem;
	}
}

/* Mobile Menu Touch Targets */
@media (max-width: 900px) {
	.hv-header__menu-toggle {
		min-width: 44px;
		min-height: 44px;
	}

	.hv-nav-menu a,
	.hv-header__nav a {
		padding: 12px 0;
		display: block;
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hv-header__lang {
		font-size: 0.9rem;
	}

	.hv-lang-link {
		padding: 8px 10px;
		min-height: 44px;
		display: inline-flex;
		align-items: center;
	}
}

/* Service Content Mobile */
@media (max-width: 768px) {
	.hv-service-content {
		font-size: 1rem;
		line-height: 1.7;
	}

	.hv-service-content p {
		margin: 0 0 16px;
	}
}

/* ==========================================
   WOOCOMMERCE INTEGRATION
   ========================================== */

/**
 * Hand & Vision - WooCommerce Premium Styles
 */

/* Global Wrapper */
/* ==========================================
   WOOCOMMERCE STORE STYLES
   ========================================== */

/**
 * HAND AND VISION - WooCommerce Integration
 * Premium, minimalist styling for the art gallery shop
 * Includes shop page, product cards, single product, cart, and checkout
 */

/* Base WooCommerce Page */
.woocommerce-page {
	background-color: var(--hv-off-white);
}

.woocommerce-page .site-content {
	background-color: transparent;
}

/* Shop Hero Section */
.hv-shop-hero {
	background: linear-gradient(135deg, var(--hv-white) 0%, var(--hv-off-white) 100%);
	padding: var(--hv-hero-padding-top) var(--hv-space-6) var(--hv-hero-padding-bottom);
	margin-bottom: var(--hv-section-padding-y);
}

.hv-shop-hero__content {
	max-width: 800px;
	margin: 0 auto;
}

.hv-shop-subtitle {
	font-size: var(--hv-text-lg);
	line-height: 1.7;
	color: var(--hv-gray);
	margin-top: var(--hv-space-5);
}

.hv-shop-filters__categories {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hv-space-3);
	justify-content: center;
	align-items: center;
}

.hv-filter-btn {
	padding: var(--hv-space-2) var(--hv-space-5);
	background: transparent;
	border: 1px solid var(--hv-charcoal);
	color: var(--hv-charcoal);
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-sm);
	font-weight: 400;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: all var(--hv-duration-normal) var(--hv-ease-out);
	cursor: pointer;
}

.hv-filter-btn:hover {
	background-color: var(--hv-charcoal);
	color: var(--hv-white);
	transform: translateY(-2px);
}

.hv-filter-btn--active {
	background-color: var(--hv-charcoal);
	color: var(--hv-white);
}

/* Shop Category Sections */
.hv-shop-category {
	padding: var(--hv-section-padding-y) 0;
	border-bottom: 1px solid var(--hv-silver);
}

.hv-shop-category:last-of-type {
	border-bottom: none;
}

.hv-shop-category__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: var(--hv-space-8);
	gap: var(--hv-space-6);
}

.hv-shop-category__title-wrap h2 {
	margin-bottom: var(--hv-space-3);
}

.hv-shop-category__description {
	color: var(--hv-gray);
	font-size: var(--hv-text-base);
	line-height: 1.6;
	max-width: 600px;
}

/* Product Grid */
.hv-shop-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: var(--hv-space-6);
	margin-bottom: var(--hv-space-6);
}

@media (min-width: 768px) {
	.hv-shop-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.hv-shop-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Default WooCommerce Product List Override */
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
	gap: var(--hv-space-6) !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

@media (min-width: 768px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (min-width: 1200px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr) !important;
	}
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	background: var(--hv-white);
	border-radius: var(--hv-radius-sm);
	transition: all var(--hv-duration-normal) var(--hv-ease-out);
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product a img {
	border-radius: var(--hv-radius-sm) var(--hv-radius-sm) 0 0;
	margin-bottom: 0 !important;
	transition: transform var(--hv-duration-slow) var(--hv-ease-out);
}

.woocommerce ul.products li.product:hover a img {
	transform: scale(1.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-lg) !important;
	font-weight: 400 !important;
	padding: var(--hv-space-4) var(--hv-space-4) 0 !important;
	color: var(--hv-charcoal);
	margin: 0 !important;
}

.woocommerce ul.products li.product .price {
	font-family: var(--hv-font-body);
	font-size: var(--hv-text-base) !important;
	color: var(--hv-charcoal) !important;
	font-weight: 500;
	padding: 0 var(--hv-space-4) var(--hv-space-4) !important;
	margin: var(--hv-space-2) 0 0 !important;
}

.woocommerce ul.products li.product .price del {
	color: var(--hv-gray);
	font-weight: 400;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-weight: 500;
	color: var(--hv-lilac);
}

.woocommerce ul.products li.product .button {
	background-color: transparent !important;
	color: var(--hv-charcoal) !important;
	border: 1px solid var(--hv-charcoal) !important;
	padding: var(--hv-space-2) var(--hv-space-4) !important;
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-sm) !important;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 0 var(--hv-space-4) var(--hv-space-4) !important;
	transition: all var(--hv-duration-normal) var(--hv-ease-out) !important;
	display: block !important;
	text-align: center;
}

.woocommerce ul.products li.product .button:hover {
	background-color: var(--hv-charcoal) !important;
	color: var(--hv-white) !important;
	transform: translateY(-2px);
}

/* Single Product Page */
.hv-single-product {
	padding-bottom: var(--hv-space-16);
}

.hv-product-main {
	padding: var(--hv-section-padding-y) 0;
	background: var(--hv-white);
}

.hv-product-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hv-space-10);
}

@media (min-width: 768px) {
	.hv-product-layout {
		grid-template-columns: 1fr 1fr;
		gap: var(--hv-section-padding-y);
	}
}

@media (min-width: 1200px) {
	.hv-product-layout {
		grid-template-columns: 1.2fr 1fr;
		gap: var(--hv-space-16);
	}
}

.hv-product-gallery {
	position: sticky;
	top: var(--hv-space-6);
}

.woocommerce-product-gallery {
	margin: 0;
}

.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce-product-gallery img {
	border-radius: var(--hv-radius-sm);
}

.hv-product-info {
	padding: var(--hv-space-6) 0;
}

.hv-product-artist {
	margin-bottom: var(--hv-space-6);
}

.hv-product-artist__link {
	text-decoration: none;
	color: inherit;
	transition: color var(--hv-duration-fast) var(--hv-ease-out);
}

.hv-product-artist__link:hover {
	color: var(--hv-lilac);
}

.hv-product-artist h3 {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-xl);
	font-weight: 400;
	color: var(--hv-charcoal);
	margin: var(--hv-space-2) 0 0;
}

.hv-product-title {
	font-family: var(--hv-font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 300;
	color: var(--hv-charcoal);
	margin: 0 0 var(--hv-space-6);
	line-height: 1.2;
}

.hv-product-price {
	font-size: var(--hv-text-2xl);
	color: var(--hv-charcoal);
	font-weight: 500;
	margin-bottom: var(--hv-space-6);
}

.hv-product-price del {
	color: var(--hv-gray);
	font-weight: 400;
	font-size: var(--hv-text-xl);
	margin-inline-end: var(--hv-space-3);
}

.hv-product-price ins {
	text-decoration: none;
	color: var(--hv-lilac);
}

.hv-product-excerpt {
	font-size: var(--hv-text-base);
	line-height: 1.7;
	color: var(--hv-gray);
	margin-bottom: var(--hv-space-6);
}

.hv-product-meta {
	margin: var(--hv-space-8) 0;
}

/* Inquire-only product (no WooCommerce price set) — graceful fallback to a
   "Request a Quote" path instead of an empty price + broken add-to-cart. */
.hv-product-inquire-note {
	font-size: var(--hv-text-lg);
	line-height: var(--hv-leading-relaxed);
	color: var(--hv-text-secondary);
	margin: 0 0 var(--hv-space-5);
}
.hv-product-inquire-cta {
	display: inline-flex;
	align-items: center;
	gap: var(--hv-space-3);
	margin-bottom: var(--hv-space-6);
}

.hv-product-meta .cart {
	display: flex;
	flex-direction: column;
	gap: var(--hv-space-4);
}

.hv-product-meta .quantity {
	display: flex;
	align-items: center;
	gap: var(--hv-space-2);
}

.hv-product-meta .quantity input[type="number"] {
	width: 80px;
	padding: var(--hv-space-2) var(--hv-space-3);
	border: 1px solid var(--hv-silver);
	font-size: var(--hv-text-base);
	text-align: center;
}

.hv-product-meta .single_add_to_cart_button {
	padding: var(--hv-space-4) var(--hv-space-8);
	background-color: var(--hv-charcoal);
	color: var(--hv-white);
	border: none;
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-base);
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all var(--hv-duration-normal) var(--hv-ease-out);
}

.hv-product-meta .single_add_to_cart_button:hover {
	background-color: var(--hv-black);
	transform: translateY(-2px);
	box-shadow: var(--hv-shadow-md);
}

.hv-product-meta .single_add_to_cart_button:disabled {
	background-color: var(--hv-silver);
	cursor: not-allowed;
	transform: none;
}

.hv-product-status {
	display: flex;
	align-items: center;
	gap: var(--hv-space-2);
	padding: var(--hv-space-3) var(--hv-space-4);
	background: var(--hv-off-white);
	border-radius: var(--hv-radius-sm);
	font-size: var(--hv-text-sm);
	color: var(--hv-gray);
	margin-top: var(--hv-space-6);
}

.hv-product-status--sold {
	color: var(--hv-charcoal);
}

/* Product Description & Specifications */
.hv-product-description {
	padding: var(--hv-section-padding-y) 0;
	background: var(--hv-off-white);
}

.hv-product-tabs {
	display: flex;
	flex-direction: column;
	gap: var(--hv-section-padding-y);
}

.hv-product-tab h2 {
	margin-bottom: var(--hv-space-6);
	padding-bottom: var(--hv-space-4);
	border-bottom: 2px solid var(--hv-charcoal);
}

.hv-product-content {
	font-size: var(--hv-text-base);
	line-height: 1.8;
	color: var(--hv-gray);
}

.hv-product-content p {
	margin-bottom: var(--hv-space-4);
}

.hv-specifications-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: var(--hv-space-4);
}

.hv-spec-item {
	display: flex;
	flex-direction: column;
	gap: var(--hv-space-1);
	padding: var(--hv-space-4);
	background: var(--hv-white);
	border-radius: var(--hv-radius-sm);
}

.hv-spec-label {
	font-size: var(--hv-text-sm);
	color: var(--hv-gray);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.hv-spec-value {
	font-size: var(--hv-text-base);
	color: var(--hv-charcoal);
	font-weight: 400;
}

/* Related Products */
.hv-related-products {
	padding: var(--hv-space-16) 0;
	background: var(--hv-white);
}

.hv-section-header {
	margin-bottom: var(--hv-space-10);
}

/* Shop CTA */
.hv-shop-cta {
	padding: var(--hv-space-16) 0;
	background: linear-gradient(135deg, var(--hv-charcoal) 0%, var(--hv-black) 100%);
	color: var(--hv-white);
	text-align: center;
}

.hv-shop-cta .hv-overline {
	color: var(--hv-lilac);
}

.hv-shop-cta .hv-headline-2 {
	color: var(--hv-white);
}

.hv-shop-cta .hv-subtitle {
	color: rgba(255, 255, 255, 0.8);
}

/* Cart Page */
.hv-cart-page {
	padding: var(--hv-section-padding-y) 0;
	background: var(--hv-off-white);
}

.hv-cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: var(--hv-space-8);
	padding-bottom: var(--hv-space-6);
	border-bottom: 2px solid var(--hv-charcoal);
}

.hv-cart-count {
	font-size: var(--hv-text-base);
	color: var(--hv-gray);
	margin: 0;
}

.hv-cart-table-wrapper {
	background: var(--hv-white);
	border-radius: var(--hv-radius-sm);
	overflow: hidden;
	box-shadow: var(--hv-shadow-sm);
}

.woocommerce-cart-form__contents {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-cart-form__contents thead {
	background: var(--hv-off-white);
	border-bottom: 2px solid var(--hv-silver);
}

.woocommerce-cart-form__contents th {
	padding: var(--hv-space-4);
	text-align: start;
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-sm);
	font-weight: 500;
	color: var(--hv-charcoal);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.woocommerce-cart-form__contents td {
	padding: var(--hv-space-4);
	border-bottom: 1px solid var(--hv-silver);
	vertical-align: middle;
}

.woocommerce-cart-form__contents tbody tr:last-child td {
	border-bottom: none;
}

.product-thumbnail img {
	width: 100px;
	height: 125px;
	object-fit: cover;
	border-radius: var(--hv-radius-xs);
}

.product-name a {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-base);
	color: var(--hv-charcoal);
	text-decoration: none;
	transition: color var(--hv-duration-fast) var(--hv-ease-out);
}

.product-name a:hover {
	color: var(--hv-lilac);
}

.product-price {
	font-weight: 500;
	color: var(--hv-charcoal);
}

.product-subtotal {
	font-weight: 600;
	color: var(--hv-charcoal);
	font-size: var(--hv-text-lg);
}

.product-remove a {
	color: var(--hv-gray);
	transition: color var(--hv-duration-fast) var(--hv-ease-out);
}

.product-remove a:hover {
	color: var(--hv-charcoal);
}

.hv-cart-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hv-space-4);
	align-items: center;
	justify-content: space-between;
	padding: var(--hv-space-6);
	background: var(--hv-off-white);
}

.hv-cart-actions .hv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.75rem;
	padding: 0 1.5rem;
	box-sizing: border-box;
}

.hv-cart-actions .hv-btn::before {
	display: none;
}

.hv-cart-actions .hv-btn--small {
	padding: 0 1.25rem;
	height: 2.75rem;
}

.hv-coupon-wrapper {
	display: flex;
	gap: var(--hv-space-2);
	flex: 1;
	min-width: 300px;
	align-items: center;
}

.hv-coupon-wrapper .hv-input {
	flex: 1;
	height: 2.75rem;
	padding: 0 var(--hv-space-3);
	border: 1px solid var(--hv-silver);
	font-size: var(--hv-text-base);
	box-sizing: border-box;
}

.cart-collaterals {
	margin-top: var(--hv-space-8);
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hv-space-8);
}

@media (min-width: 768px) {
	.cart-collaterals {
		grid-template-columns: 2fr 1fr;
	}
}

.cart_totals {
	background: var(--hv-white);
	padding: var(--hv-space-6);
	border-radius: var(--hv-radius-sm);
	box-shadow: var(--hv-shadow-sm);
}

.cart_totals h2 {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-xl);
	font-weight: 400;
	margin-bottom: var(--hv-space-6);
	padding-bottom: var(--hv-space-4);
	border-bottom: 2px solid var(--hv-charcoal);
}

.cart_totals table {
	width: 100%;
	margin-bottom: var(--hv-space-6);
}

.cart_totals th,
.cart_totals td {
	padding: var(--hv-space-3) 0;
	border-bottom: 1px solid var(--hv-silver);
}

.cart_totals .order-total th,
.cart_totals .order-total td {
	font-size: var(--hv-text-lg);
	font-weight: 600;
	padding-top: var(--hv-space-4);
	border-bottom: none;
}

.wc-proceed-to-checkout .checkout-button {
	width: 100%;
	padding: var(--hv-space-4);
	background-color: var(--hv-charcoal);
	color: var(--hv-white);
	border: none;
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-base);
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all var(--hv-duration-normal) var(--hv-ease-out);
	text-decoration: none;
	display: block;
}

.wc-proceed-to-checkout .checkout-button:hover {
	background-color: var(--hv-black);
	transform: translateY(-2px);
	box-shadow: var(--hv-shadow-md);
}

/* Responsive Cart Table */
@media (max-width: 768px) {
	.hv-cart-table-wrapper {
		overflow-x: auto;
	}

	.woocommerce-cart-form__contents {
		min-width: 600px;
	}

	.hv-cart-header {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--hv-space-2);
	}

	.hv-cart-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hv-coupon-wrapper {
		min-width: 100%;
	}
}

/* Responsive Shop Filters */
@media (max-width: 640px) {
	.hv-shop-filters__categories {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding-bottom: var(--hv-space-2);
	}

	.hv-filter-btn {
		flex-shrink: 0;
		scroll-snap-align: start;
	}

	.hv-shop-category__header {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Empty Cart State */
.woocommerce-info,
.woocommerce-message {
	padding: var(--hv-space-6);
	background: var(--hv-off-white);
	border-left: 4px solid var(--hv-lilac);
	border-radius: var(--hv-radius-sm);
	font-size: var(--hv-text-base);
	color: var(--hv-charcoal);
	margin-bottom: var(--hv-space-6);
}

.return-to-shop {
	margin-top: var(--hv-space-6);
}

.return-to-shop .button {
	padding: var(--hv-space-3) var(--hv-space-6);
	background-color: var(--hv-charcoal);
	color: var(--hv-white);
	border: none;
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-sm);
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: all var(--hv-duration-normal) var(--hv-ease-out);
	display: inline-block;
}

.return-to-shop .button:hover {
	background-color: var(--hv-black);
	transform: translateY(-2px);
}

/* ==========================================
   RTL (RIGHT-TO-LEFT) SUPPORT FOR WOOCOMMERCE
   ========================================== */

/* ==========================================
   RTL (RIGHT-TO-LEFT) SUPPORT
   ========================================== */

/**
 * HAND AND VISION - RTL (Right-to-Left) Styles
 * Hebrew language support. Base CSS uses logical properties (inset-inline, margin-inline, text-align: start/end)
 * so most layout flips automatically. This file only sets document direction and Astra/third-party overrides.
 *
 * @package HandAndVision
 */

html[dir="rtl"],
body.rtl,
.rtl {
	direction: rtl;
	text-align: start;
}

.site-header,
.ast-container,
.main-header-container,
.ast-primary-header-bar,
.ast-builder-header-row,
.ast-site-identity,
.ast-masthead,
#page .ast-container {
	direction: rtl;
}

.main-navigation,
.ast-header-menu-btn,
.ast-mobile-menu-buttons,
.main-header-menu,
.ast-nav-menu,
.ast-header-menu,
.site-branding {
	direction: rtl;
}

.main-header-menu li,
.ast-nav-menu li {
	direction: rtl;
	text-align: end;
}

.ast-builder-menu .menu-item > .menu-link {
	direction: rtl;
	text-align: end;
}

.site-footer,
.ast-footer-container {
	direction: rtl;
	text-align: center;
}

.hv-footer,
.hv-footer__grid {
	direction: rtl;
}

@media (min-width: 901px) {
	.hv-footer__brand,
	.hv-footer__column,
	.hv-footer__heading,
	.hv-footer__links {
		text-align: start;
	}
}

.hv-footer__bottom {
	direction: rtl;
	justify-content: space-between;
}

.hv-footer__legal {
	direction: rtl;
}

.hv-services__grid,
.hv-artists__grid,
.hv-collection__grid,
.hv-gallery__grid,
.hv-services-archive__grid,
.hv-artists-archive__grid,
.hv-gallery-archive__grid,
.hv-artist-gallery__grid,
.hv-service-gallery__grid {
	direction: rtl;
}

html[dir="rtl"] .hv-lightbox-prev svg,
html[dir="rtl"] .hv-lightbox-next svg {
	transform: scaleX(-1);
}

/* === Layout fixes (merged) === */
/**
 * HAND AND VISION - Layout Fixes & Critical CSS moved from functions.php
 * moved to file to allow proper cascading and RTL overrides.
 */

.hv-hidden {
	display: none !important;
}
.hv-mt-4 {
	margin-top: var(--hv-space-4, 1rem);
}

.hv-form-feedback:not(.hv-hidden) {
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 4px;
}
.hv-form-feedback--success {
	background: rgba(76, 175, 80, 0.1);
	color: #2e7d32;
	border: 1px solid rgba(76, 175, 80, 0.3);
}
.hv-form-feedback--error {
	background: rgba(244, 67, 54, 0.1);
	color: var(--hv-primary);
	border: 1px solid rgba(244, 67, 54, 0.3);
}
.hv-btn-loader:not(.hv-hidden) {
	display: inline-block;
}

/* ========================================
   Header Critical CSS
   ======================================== */
/* Custom Header */
.hv-header,
.hv-header.scrolled,
.hv-header.menu-open {
	position: fixed !important;
	top: 0 !important;
	inset-inline: 0 !important;
	z-index: 99999 !important;
	background: transparent !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: block !important;
	visibility: visible !important;
	/* Prevent containment blocks */
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	transform: none !important;
	perspective: none !important;
	filter: none !important;
	overflow: visible !important;
}

.hv-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index: -1;
}

.hv-header__container {
	max-width: var(--hv-container-wide);
	margin: 0 auto;
	padding: 10px 40px;
	display: flex !important;
	justify-content: center; /* Main centering */
	align-items: center;
	position: relative;
	min-height: 80px;
}

/* Header actions cluster: language switcher + cart */
.hv-header__actions {
	position: absolute;
	inset-inline-end: 40px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 2;
}

.hv-header__lang {
	display: flex;
	align-items: center;
	font-family: "Heebo", sans-serif;
	font-size: 0.85rem;
	font-weight: 300;
}

#hv-header-cart-wrap {
	display: flex;
	align-items: center;
	line-height: 0;
}

.hv-lang-link {
	color: var(--hv-petrol);
	text-decoration: none;
	padding: 0 5px;
	transition: all 0.3s ease;
}

.hv-lang-link:hover,
.hv-lang-link.active {
	color: var(--brand-gold, var(--hv-lilac));
	font-weight: 500;
}

.hv-lang-sep {
	color: #ddd;
	margin: 0 2px;
}

/* Centered block: Nav only in flow; Logo positioned on the right (desktop) */
.hv-header__center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.hv-header__logo {
	position: absolute;
	inset-inline-start: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.hv-header__logo img {
	max-height: 50px;
	width: auto;
}

.hv-header__logo-text {
	font-family: "Heebo", sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	color: var(--hv-petrol);
	text-decoration: none;
	white-space: nowrap;
}

/* Navigation Menu */
.hv-header__nav {
	display: flex;
	align-items: center;
}

.hv-nav-menu,
ul.hv-nav-menu {
	display: flex !important;
	flex-direction: row !important;
	gap: 30px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
}

.hv-nav-menu li a {
	color: var(--hv-petrol);
	text-decoration: none;
	font-family: "Heebo", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.hv-nav-menu li a:hover {
	color: var(--brand-gold, var(--hv-lilac));
}

@media (max-width: 1024px) {
	.hv-header__center {
		gap: 20px;
	}
	.hv-nav-menu {
		gap: 15px !important;
	}
}

@media (max-width: 900px) {
	.hv-header__container {
		justify-content: space-between;
	}
	.hv-header__center {
		justify-content: flex-start;
		flex: 1;
		width: auto;
		gap: 0;
		order: -2;
	}
	.hv-header__logo {
		position: static;
		inset-inline-start: auto;
		top: auto;
		transform: none;
	}
	.hv-header__nav {
		display: none;
	}
	.hv-header__actions {
		position: static;
		transform: none;
		top: auto;
		order: 1;
		gap: 8px;
		margin-inline-start: auto;
		margin-inline-end: 0;
	}
	.hv-header__lang {
		margin: 0;
	}
	.hv-header__menu-toggle {
		order: 2;
	}
}

.hv-nav-menu li,
ul.hv-nav-menu li,
.hv-header__nav .menu li,
.hv-header__nav ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hv-nav-menu a,
ul.hv-nav-menu a,
.hv-header__nav .menu a,
.hv-header__nav ul a {
	font-family: "Heebo", sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	letter-spacing: 0.05em !important;
	color: var(--hv-petrol) !important;
	text-decoration: none !important;
	padding: 8px 0 !important;
	display: inline-block !important;
}

.hv-nav-menu a:hover,
.hv-header__nav a:hover {
	color: var(--hv-stone) !important;
}

/* Mobile Menu Button - hidden on desktop */
.hv-header__menu-toggle {
	display: none;
}

/* Mobile Styles */
@media (max-width: 900px) {
	.hv-header__container {
		padding: 16px 20px;
	}

	.hv-header__menu-toggle {
		display: flex !important;
		width: 44px;
		height: 44px;
		background: transparent;
		border: none;
		cursor: pointer;
		padding: 10px;
		z-index: 10001;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		-webkit-tap-highlight-color: transparent;
		tap-highlight-color: transparent;
		outline: none;
		box-shadow: none;
	}
	.hv-header__menu-toggle:active,
	.hv-header__menu-toggle:focus,
	.hv-header__menu-toggle:focus:not(:focus-visible) {
		background: transparent !important;
		outline: none !important;
		box-shadow: none !important;
	}
	.hv-header__menu-toggle:focus-visible {
		outline: 2px solid var(--hv-lilac);
		outline-offset: 2px;
	}

	.hv-hamburger {
		display: flex;
		flex-direction: column;
		gap: 6px;
		width: 24px;
	}

	.hv-hamburger span {
		display: block;
		width: 100%;
		height: 2px;
		background: var(--hv-charcoal);
		transition: transform 0.25s ease, opacity 0.2s ease;
	}

	.hv-header.menu-open .hv-hamburger span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.hv-header.menu-open .hv-hamburger span:nth-child(2) {
		opacity: 0;
	}

	.hv-header.menu-open .hv-hamburger span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.hv-header__nav {
		position: fixed;
		inset: 0;
		background: rgba(255, 255, 255, 0.98);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px);
		transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s step-end, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 10000;
	}

	.hv-header.menu-open .hv-header__nav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.hv-nav-menu,
	ul.hv-nav-menu,
	.hv-header__nav .menu,
	.hv-header__nav ul {
		flex-direction: column !important;
		gap: 24px !important;
		text-align: center !important;
	}

	.hv-nav-menu a,
	.hv-header__nav a {
		font-size: 1.5rem !important;
	}
}

/* ========================================
   Footer Critical CSS
   ======================================== */
.hv-footer {
	background: var(--hv-charcoal) !important;
	color: var(--hv-silver) !important;
	padding: 80px 24px 32px !important;
	position: relative !important;
	clear: both !important;
	width: 100% !important;
	display: block !important;
	z-index: 100 !important;
	border-top: 1px solid #eeeeee !important;
	margin-top: auto !important;
}

.hv-footer__grid {
	display: grid !important;
	grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
	gap: 48px !important;
	max-width: var(--hv-container-wide) !important;
	margin: 0 auto 60px !important;
}

.hv-footer__logo {
	font-family: "Heebo", sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 300 !important;
	letter-spacing: 0.15em !important;
	color: var(--hv-white) !important;
	text-decoration: none !important;
	display: block !important;
	margin-bottom: 16px !important;
}

.hv-footer__tagline {
	font-size: 0.875rem !important;
	line-height: 1.8 !important;
	margin-bottom: 20px !important;
}

.hv-footer__heading {
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	color: var(--hv-white) !important;
	margin-bottom: 20px !important;
}

.hv-footer__links {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.hv-footer__links a,
.hv-footer__links li {
	color: var(--hv-silver) !important;
	text-decoration: none !important;
	font-size: 0.875rem !important;
}

.hv-footer__links a:hover {
	color: var(--hv-lilac) !important;
}

.hv-footer__bottom {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding-top: 32px !important;
	border-top: 1px solid #2a2a2a !important;
	font-size: 0.75rem !important;
	max-width: var(--hv-container-wide) !important;
	margin: 0 auto !important;
}

.hv-footer__legal {
	display: flex !important;
	gap: 12px !important;
	align-items: center !important;
}

.hv-footer__legal a {
	color: var(--hv-stone) !important;
	text-decoration: none !important;
}

.hv-footer__legal a:hover {
	color: var(--hv-lilac) !important;
}

.hv-social-link--dark {
	background: #2a2a2a !important;
	color: var(--hv-silver) !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-inline-end: 8px !important;
}

.hv-social-link--dark:hover {
	background: var(--hv-lilac) !important;
	color: var(--hv-white) !important;
}

@media (max-width: 900px) {
	.hv-footer__grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.hv-footer__brand {
		grid-column: span 2 !important;
	}
}

@media (max-width: 640px) {
	.hv-footer__grid {
		grid-template-columns: 1fr !important;
	}

	.hv-footer__brand {
		grid-column: span 1 !important;
	}

	.hv-footer__bottom {
		flex-direction: column !important;
		gap: 16px !important;
		text-align: center !important;
	}
}

/* ========================================
   Placeholder & Hero CSS
   ======================================== */
/* Fix black placeholder areas with elegant gradients */
.hv-hero-premium__gradient,
.hv-gallery-mosaic__placeholder {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 25%, var(--hv-platinum) 50%, var(--hv-platinum) 75%, var(--hv-platinum) 100%) !important;
}

/* Hero fallback gradient - make it elegant, not black */
.hv-hero-premium {
	background: linear-gradient(135deg, var(--hv-warm-cream) 0%, var(--hv-pearl) 100%) !important;
}

/* When there's an image, restore dark background */
.hv-hero-premium:has(img) {
	background: var(--hv-charcoal) !important;
}

/* Section dark fallback */
.hv-section--dark {
	background: var(--hv-petrol) !important; /* Dark Brand Blue */
}

/* CTA premium section — base styles at .hv-cta-section (light warm block) */

/* Gallery mosaic placeholder styling */
.hv-gallery-mosaic__placeholder {
	min-height: 200px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Card placeholders */
.hv-card__placeholder,
.hv-gallery-archive-item .hv-gallery-mosaic__placeholder {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 50%, var(--hv-platinum) 100%) !important;
	min-height: 250px !important;
}

/* Different placeholder variants */
.hv-card__placeholder--1 {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 100%) !important;
}
.hv-card__placeholder--2 {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 100%) !important;
}
.hv-card__placeholder--3 {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-platinum) 100%) !important;
}
.hv-card__placeholder--4 {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 100%) !important;
}

/* Page hero sections */
.hv-page-hero {
	background: var(--hv-white) !important;
	padding: var(--hv-hero-padding-top) 24px var(--hv-hero-padding-bottom) !important;
}

/* Service hero */
.hv-service-hero {
	background: linear-gradient(135deg, var(--hv-graphite) 0%, #1a1a1a 100%) !important;
}

.hv-service-hero__gradient {
	background: linear-gradient(135deg, var(--hv-graphite) 0%, #3a3a3a 50%, var(--hv-graphite) 100%) !important;
}

/* Artist hero placeholder */
.hv-artist-hero__placeholder {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 100%) !important;
}

.hv-field-placeholder {
	font-style: italic;
	opacity: 0.75;
	color: var(--hv-graphite, #444);
}
.hv-field-placeholder--image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	border: 1px dashed var(--hv-graphite, #444);
	border-radius: 4px;
	background: var(--hv-pearl, #f5f5f5);
}
.hv-field-placeholder--image span {
	font-size: 0.9rem;
}

/* Fix sections with cream background - User prefers Simple Beige */
.hv-section--cream {
	background: var(--hv-cream) !important;
}

/* Fix sections with white background */
.hv-section--white {
	background: var(--hv-bg-primary) !important;
}

/* Map placeholder */
.hv-map-placeholder {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 100%) !important;
	min-height: 350px !important;
}

/* ========================================
   Brand Colors & Global Styles
   ======================================== */
/* NOTE: All brand color variables are defined in the main :root block at the top of this file */
/* The following styles use those variables for consistent theming */

/* Update selection color */
::selection {
	background: var(--hv-lilac-soft);
	color: var(--hv-petrol);
}

/* Typography Highlights */
.hv-overline,
.hv-subtitle {
	color: var(--hv-lilac) !important;
}

/* Service Icons - Unified Brand Style (Lilac/Purple) */
.hv-services-grid .hv-service-card .hv-service-card__icon,
.hv-services-grid .hv-service-block .hv-overline {
	color: var(--hv-lilac) !important;
}

/* Add subtle variation only on hover or specific cards if needed, otherwise keep clean */
.hv-services-grid .hv-service-card:hover .hv-service-card__icon {
	color: var(--hv-purple);
}

/* Gallery Overlays */
.hv-gallery-item__overlay::before {
	background: linear-gradient(to top, rgba(37, 75, 97, 0.9), rgba(139, 149, 243, 0.2)) !important;
}

/* ========================================
   Services Critical CSS
   ======================================== */
.hv-services-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	gap: 24px;
	box-sizing: border-box;
}

.hv-service-block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 500px;
	background: var(--hv-white);
	margin-bottom: 0;
	align-items: center;
}

.hv-service-block:nth-child(even) {
	background: var(--hv-cream);
	/* Subtle background for even items */
}

.hv-service-block__media {
	width: 50%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.hv-service-block__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.hv-service-block:hover .hv-service-block__media img {
	transform: scale(1.05);
}

.hv-service-block__placeholder {
	width: 100%;
	height: 100%;
	background: #f0f0f0;
}

.hv-service-block__content {
	width: 50%;
	padding: 60px 80px;
	box-sizing: border-box;
}

/* Direction variants */
.hv-service-block--right {
	flex-direction: row-reverse;
}

.hv-service-block .hv-overline {
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	margin-bottom: 16px;
	display: block;
	font-weight: 500;
}

.hv-service-block .hv-headline-3 {
	font-size: 2.25rem;
	margin-bottom: 24px;
	font-weight: 300;
	color: var(--hv-petrol);
}

.hv-service-block .hv-body {
	font-size: 1.125rem;
	color: var(--hv-stone);
	margin-bottom: 32px;
	line-height: 1.7;
	max-width: 500px;
}

@media (max-width: 900px) {
	.hv-service-block,
	.hv-service-block--right {
		flex-direction: column;
	}

	.hv-service-block__media,
	.hv-service-block__content {
		width: 100%;
	}

	.hv-service-block__media {
		height: 300px;
	}

	.hv-service-block__content {
		padding: 40px 24px;
	}
}

/* ========================================
   Content Visibility CSS
   ======================================== */
/* Ensure hero content is visible */
.hv-hero-premium__content {
	position: relative !important;
	z-index: 10 !important;
	padding: 40px !important;
	max-width: 900px !important;
	margin: 0 auto !important;
	text-align: center !important;
}

/* Hero text colors - dark on light gradient */
.hv-hero-premium .hv-overline {
	color: var(--hv-lilac) !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.3em !important;
	text-transform: uppercase !important;
	margin-bottom: 16px !important;
	display: block !important;
}

.hv-hero-premium .hv-display {
	color: var(--hv-petrol) !important;
	font-family: "Heebo", sans-serif !important;
	font-size: 4rem !important;
	font-weight: 200 !important;
	letter-spacing: 0.1em !important;
	margin-bottom: 24px !important;
	line-height: 1.1 !important;
}

.hv-hero-premium .hv-subtitle {
	color: var(--hv-slate) !important;
	font-size: 1.25rem !important;
	font-weight: 300 !important;
	margin-bottom: 40px !important;
	text-align: center !important;
}

.hv-hero-premium__actions {
	display: flex !important;
	gap: 16px !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
}

.hv-hero-premium__scroll {
	position: absolute !important;
	bottom: 40px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 8px !important;
	color: var(--hv-stone) !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.1em !important;
}

/* Overlay should not block content */
.hv-hero-premium__overlay {
	z-index: 1 !important;
	pointer-events: none !important;
	background: transparent !important;
}

/* Generic Page Hero - Ensure centering */
.hv-page-hero {
	text-align: center !important;
	position: relative;
}

.hv-page-hero .hv-container {
	margin: 0 auto;
	text-align: center !important;
}

.hv-page-hero .hv-subtitle {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 800px;
	display: block;
}

/* Section styles */
.hv-section {
	padding: var(--hv-section-padding-y) 24px !important;
}

.hv-section--lg {
	padding: clamp(72px, 10vw, 96px) 24px !important;
}

/* Container */
.hv-container {
	max-width: var(--hv-container-wide) !important;
	margin: 0 auto !important;
	padding: 0 var(--hv-space-6) !important;
}

.hv-container--narrow {
	max-width: var(--hv-container-narrow) !important;
}

/* Typography */
.hv-headline-1 {
	font-family: "Heebo", sans-serif !important;
	font-size: 3.5rem !important;
	font-weight: 200 !important;
	color: var(--hv-petrol) !important;
	line-height: 1.1 !important;
}

.hv-headline-2 {
	font-family: "Heebo", sans-serif !important;
	font-size: 2.5rem !important;
	font-weight: 300 !important;
	color: var(--hv-petrol) !important;
	line-height: 1.2 !important;
}

.hv-headline-3 {
	font-family: "Heebo", sans-serif !important;
	font-size: 1.5rem !important;
	font-weight: 400 !important;
	color: var(--hv-petrol) !important;
}

.hv-intro-statement {
	font-size: 1.5rem !important;
	line-height: 1.8 !important;
	color: var(--hv-slate) !important;
	font-weight: 300 !important;
}

/* Text utilities */
.hv-text-center {
	text-align: center !important;
}

.hv-text-white {
	color: var(--hv-white) !important;
}

/* Grid layouts */
.hv-grid {
	display: grid !important;
	gap: 32px !important;
}

.hv-grid--4 {
	grid-template-columns: repeat(4, 1fr) !important;
}

@media (max-width: 1024px) {
	.hv-grid--4 {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.hv-hero-premium .hv-display {
		font-size: 2.5rem !important;
	}
}

@media (max-width: 640px) {
	.hv-grid--4 {
		grid-template-columns: 1fr !important;
	}

	.hv-hero-premium .hv-display {
		font-size: 2rem !important;
	}

	.hv-headline-1 {
		font-size: 2rem !important;
	}

	.hv-headline-2 {
		font-size: 1.75rem !important;
	}
}
/* ========================================
   Artists Archive - Mobile Grid (3 columns)
   ======================================== */
@media (max-width: 900px) {
	.hv-artists-grid {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 20px 12px !important;
		padding: 0 16px !important;
	}

	.hv-artists-grid .hv-card,
	.hv-artists-grid .hv-card--artist {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		display: block !important;
		text-align: center !important;
	}

	.hv-artists-grid .hv-card a {
		display: block !important;
		text-decoration: none !important;
	}

	.hv-artists-grid .hv-card__media {
		width: 80px !important;
		height: 80px !important;
		min-width: 80px !important;
		min-height: 80px !important;
		max-width: 80px !important;
		max-height: 80px !important;
		border-radius: 50% !important;
		overflow: hidden !important;
		margin: 0 auto 8px auto !important;
		background: #e5e5e5 !important;
		position: relative !important;
	}

	.hv-artists-grid .hv-card__media img {
		width: 80px !important;
		height: 80px !important;
		min-width: 80px !important;
		min-height: 80px !important;
		object-fit: cover !important;
		border-radius: 50% !important;
		display: block !important;
	}

	.hv-artists-grid .hv-card__placeholder,
	.hv-artists-grid .hv-card__placeholder--artist {
		width: 80px !important;
		height: 80px !important;
		min-width: 80px !important;
		min-height: 80px !important;
		border-radius: 50% !important;
		background: #d5d5d5 !important;
	}

	.hv-artists-grid .hv-card__content {
		padding: 0 !important;
		text-align: center !important;
	}

	.hv-artists-grid .hv-card__title {
		font-size: 0.75rem !important;
		font-weight: 500 !important;
		margin: 0 0 2px 0 !important;
		line-height: 1.2 !important;
		color: var(--hv-petrol) !important;
	}

	.hv-artists-grid .hv-card__subtitle {
		font-size: 0.65rem !important;
		line-height: 1.2 !important;
		color: var(--hv-lilac) !important;
		margin: 0 !important;
	}
}

/* ========================================
   Homepage Critical CSS
   ======================================== */
/* Video Hero Section - FULL WIDTH */
.hv-hero-video {
	position: relative;
	width: 100vw !important;
	margin-inline: calc(-50vw + 50%) !important;
	height: 100vh;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	/* Fallback to Brand Blue if video doesn't load */
	background: var(--hv-blue) !important;
}

.hv-hero-video__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hv-hero-video__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-hero-video__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(36, 77, 103, 0.95) 0%, rgba(36, 77, 103, 0.8) 50%, rgba(36, 77, 103, 0.95) 100%);
	z-index: 2;
}

.hv-hero-video__content {
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 40px;
	max-width: 900px;
}

.hv-hero-video .hv-overline {
	color: var(--hv-lilac);
	font-size: 0.75rem;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	margin-bottom: 24px;
	display: block;
}

.hv-hero-video .hv-display {
	color: var(--brand-white);
	font-family: "Heebo", sans-serif;
	font-size: 4rem;
	font-weight: 100;
	letter-spacing: 0.3em;
	white-space: nowrap;
	margin-bottom: 24px;
	line-height: 1;
}

.hv-hero-video .hv-subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 48px;
}

.hv-hero-video__actions {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.hv-hero-video__scroll {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.7rem;
	letter-spacing: 0.15em;
	z-index: 10;
}

/* ========================================
   ASTRA THEME FULL WIDTH OVERRIDE (Homepage)
   ======================================== */

/* Force Astra's main layout wrappers to be 100% width */
.home .ast-container,
.home #content,
.home #primary,
.home .site-content,
.home .ast-row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important; /* Override flex/grid constraints */
}

/*
 * GLOBAL FULL WIDTH WRAPPER
 * Replaces .ast-container on Pages, Archives, and Singles
 * to allow sections to span 100% width.
 */
.hv-full-width-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.hv-full-width-wrapper > #primary,
.hv-full-width-wrapper > .ast-primary {
	width: 100% !important;
	max-width: 100% !important;
}

/*
 * Safety: Constrain standard content inside the full-width wrapper
 * so plain text doesn't hit the screen edges.
 * Exempt .hv-section, .alignfull, and .alignwide.
 */
.hv-full-width-wrapper .entry-content > *:not(.alignwide):not(.alignfull):not(.hv-section):not(.hv-hero-video):not(.hv-page-hero):not(.hv-artist-hero) {
	max-width: var(--hv-container-wide);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--hv-space-6);
	padding-right: var(--hv-space-6);
}

/* Ensure no sidebars or columns interfere */
.home #primary {
	float: none !important;
	width: 100% !important;
}

/* Reset the sections to just fill their container (which is now 100%) */
.hv-section--white,
.hv-section--cream,
.hv-section--dark,
.hv-cta-section,
.hv-hero-video {
	width: 100% !important;
	margin: 0 !important;
	padding-inline: 0 !important;
	inset-inline: auto !important;
}

/* 3. Center the Inner Content Safely */
.hv-container {
	width: 100% !important;
	max-width: var(--hv-container-wide) !important;
	margin: 0 auto !important;
	padding: 0 var(--hv-space-6) !important;
	box-sizing: border-box !important;
}

/* 4. Hero video — full viewport; header overlap handled in hv-design-refinements.css */
.hv-hero-video {
	min-height: min(100svh, 900px);
}

.hv-section-header {
	margin-bottom: var(--hv-space-7);
	text-align: center;
}

.hv-section-header .hv-overline {
	color: var(--hv-lilac);
	display: block;
	margin-bottom: 16px;
}

.hv-overline--light {
	color: rgba(255, 255, 255, 0.6) !important;
}

.hv-overline--gold {
	color: var(--hv-lilac) !important;
}

.hv-divider {
	width: 60px;
	height: 1px;
	background: var(--hv-lilac);
	margin: 40px auto;
}

.hv-intro-statement {
	font-size: 1.35rem;
	line-height: 2;
	color: var(--hv-slate);
	font-weight: 300;
}

/* ========================================
   Services Grid - Horizontal Carousel
   ======================================== */
.hv-services-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
}

.hv-service-card {
	flex: 1 1 280px;
	max-width: 320px;
	min-width: 0;
	text-align: center;
	padding: 24px;
	background: var(--hv-white);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
}

.hv-service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.hv-service-card__icon {
	display: block;
	font-size: 2rem;
	color: var(--hv-lilac);
	margin-bottom: 24px;
}

.hv-service-card__title {
	font-family: "Heebo", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	color: var(--hv-petrol);
	margin-bottom: 16px;
}

.hv-service-card__desc {
	font-size: 0.9rem;
	color: var(--hv-stone);
	line-height: 1.8;
	margin-bottom: 20px;
}

.hv-service-card__link {
	color: var(--hv-lilac);
	font-size: 0.85rem;
	text-decoration: none;
	letter-spacing: 0.05em;
}

.hv-service-card__link:hover {
	color: var(--hv-purple);
}

/* ========================================
   Artists Showcase (Homepage)
   ======================================== */
/* Allow parent container to show overflow */
.hv-section--white .hv-container:has(.hv-artists-showcase) {
	overflow-x: visible;
	max-width: none;
	padding: 0;
}

.hv-artists-showcase {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	overflow-y: visible;
	padding: 20px 40px;
	margin: 0 -40px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none; /* Firefox */
	cursor: grab;
	user-select: none;
}

.hv-artists-showcase::-webkit-scrollbar {
	display: none; /* Chrome/Safari */
}

.hv-artists-showcase.dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.hv-artist-card {
	flex-shrink: 0;
	width: 180px;
	text-align: center;
	scroll-snap-align: start;
}

.hv-artist-card__portrait {
	width: 150px;
	height: 150px;
	min-width: 150px;
	min-height: 150px;
	max-width: 150px;
	max-height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 16px auto;
	background: #e5e5e5;
}

.hv-artist-card__portrait img,
.hv-artist-card__img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.hv-artist-card__placeholder {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: linear-gradient(135deg, #d5d5d5 0%, #c5c5c5 100%);
}

.hv-artist-card__info {
	text-align: center;
}

.hv-artist-card__name {
	font-family: "Heebo", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: var(--hv-petrol);
	margin-bottom: 4px;
}

.hv-artist-card__name a {
	color: var(--hv-petrol);
	text-decoration: none;
}

.hv-artist-card__discipline {
	color: var(--hv-lilac);
	font-size: 0.85rem;
	display: block;
	margin-bottom: 8px;
}

.hv-artist-card__quote {
	font-size: 0.8rem;
	font-style: italic;
	color: var(--hv-stone);
	line-height: 1.6;
}

/* ========================================
   Gallery Grid
   ======================================== */
.hv-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 200px);
	gap: 12px;
	max-width: var(--hv-container-wide);
	margin: 0 auto;
}

/* Asymmetric layout - different sizes for different items */
.hv-gallery-item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

.hv-gallery-item:nth-child(2) {
	grid-column: span 1;
	grid-row: span 1;
}

.hv-gallery-item:nth-child(3) {
	grid-column: span 1;
	grid-row: span 2;
}

.hv-gallery-item:nth-child(4) {
	grid-column: span 1;
	grid-row: span 1;
}

.hv-gallery-item:nth-child(5) {
	grid-column: span 1;
	grid-row: span 1;
}

.hv-gallery-item:nth-child(6) {
	grid-column: span 2;
	grid-row: span 1;
}

.hv-gallery-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 8px;
	transform: scale(1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-gallery-item:hover {
	transform: scale(1.02);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.hv-gallery-item__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-gallery-item:hover .hv-gallery-item__image {
	transform: scale(1.1);
}

.hv-gallery-item__overlay {
	position: absolute;
	bottom: 0;
	inset-inline: 0;
	padding: 30px 24px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.hv-gallery-item:hover .hv-gallery-item__overlay {
	opacity: 1;
	transform: translateY(0);
}

.hv-gallery-item__title {
	color: var(--hv-white);
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 6px;
	letter-spacing: 0.02em;
}

.hv-gallery-item:nth-child(1) .hv-gallery-item__title {
	font-size: 1.4rem;
}

.hv-gallery-item__artist {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.9rem;
	font-weight: 300;
}

/* Mobile responsive - horizontal scroll carousel */
@media (max-width: 768px) {
	.hv-gallery-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 12px;
		overflow-x: auto;
		overflow-y: visible;
		padding: 16px 20px;
		margin: 0 -20px;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.hv-gallery-grid::-webkit-scrollbar {
		display: none;
	}

	/* Reset grid positioning for mobile */
	.hv-gallery-item,
	.hv-gallery-item:nth-child(1),
	.hv-gallery-item:nth-child(2),
	.hv-gallery-item:nth-child(3),
	.hv-gallery-item:nth-child(4),
	.hv-gallery-item:nth-child(5),
	.hv-gallery-item:nth-child(6) {
		grid-column: auto;
		grid-row: auto;
		flex-shrink: 0;
		scroll-snap-align: start;
	}

	/* First item - larger featured */
	.hv-gallery-item:nth-child(1) {
		width: 280px;
		height: 320px;
	}

	/* Alternating sizes for interest */
	.hv-gallery-item:nth-child(2),
	.hv-gallery-item:nth-child(4) {
		width: 200px;
		height: 260px;
	}

	.hv-gallery-item:nth-child(3),
	.hv-gallery-item:nth-child(5) {
		width: 220px;
		height: 280px;
	}

	.hv-gallery-item:nth-child(6) {
		width: 260px;
		height: 300px;
	}

	.hv-gallery-item__overlay {
		opacity: 1;
		transform: translateY(0);
		padding: 16px;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	}

	.hv-gallery-item__title {
		font-size: 1rem;
	}

	.hv-gallery-item:nth-child(1) .hv-gallery-item__title {
		font-size: 1.2rem;
	}
}

/* CTA Section — see .hv-cta-section block in HOMEPAGE section */

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 1024px) {
	.hv-hero-video .hv-display {
		font-size: 3.5rem;
	}

	.hv-artists-showcase {
		grid-template-columns: repeat(2, 1fr);
	}

	.hv-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.hv-hero-video .hv-display {
		font-size: 2.5rem;
		letter-spacing: 0.15em;
	}

	.hv-hero-video .hv-subtitle {
		font-size: 1rem;
	}

	.hv-artists-showcase {
		grid-template-columns: 1fr;
	}

	.hv-gallery-grid {
		grid-template-columns: 1fr;
	}

	.hv-hero-video__actions {
		flex-direction: column;
		gap: 12px;
	}
}

/* ========================================
   Menu Styles
   ======================================== */
.hv-lang-switcher {
	display: inline-flex !important;
	align-items: center;
	margin-inline-end: 20px;
	font-family: "Heebo", sans-serif;
	font-weight: 300;
}

.hv-lang-switcher a {
	color: var(--hv-petrol);
	text-decoration: none;
	font-size: 0.9em;
	padding: 0 5px;
	transition: color 0.3s ease;
}

.hv-lang-switcher a:hover,
.hv-lang-switcher a.active {
	color: var(--brand-lilac-text, var(--hv-purple));
	font-weight: 500;
}

.hv-lang-sep {
	color: #ddd;
	font-size: 0.8em;
}

/* === Gallery archive (merged) === */
.hv-gallery-page {
	min-height: 60vh;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.hv-gallery-hero {
	padding: var(--hv-hero-padding-top) 5% var(--hv-hero-padding-bottom);
	text-align: center;
	position: relative;
}
.hv-gallery-hero__line {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--hv-purple), transparent);
	margin: 0 auto 24px;
	opacity: 0.8;
}
.hv-gallery-hero__title {
	font-family: var(--hv-font-heading, serif);
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 300;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-petrol);
	margin: 0 0 12px;
}
.hv-gallery-hero__sub {
	font-size: 1rem;
	color: var(--hv-stone);
	letter-spacing: 0.08em;
	font-weight: 300;
	margin: 0;
}

/* Gallery Controls Section */
.hv-gallery-controls {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 0 5% 40px;
	position: relative;
}

.hv-gallery-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
}
.hv-gallery-filters__btn {
	padding: 10px 20px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	color: var(--hv-slate);
	font-size: 0.9rem;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: border-color 0.2s, color 0.2s, background 0.2s;
	border-radius: 999px;
}
.hv-gallery-filters__btn:hover {
	border-color: var(--hv-purple);
	color: var(--hv-purple);
}
.hv-gallery-filters__btn:focus-visible {
	outline: 2px solid var(--hv-gold, var(--hv-purple));
	outline-offset: 4px;
}
.hv-gallery-filters__btn.is-active {
	background: var(--hv-charcoal);
	border-color: var(--hv-petrol);
	color: var(--hv-white);
}

.hv-gallery-bento {
	max-width: var(--hv-container-wide);
	margin: 0 auto;
	padding: 0 var(--hv-space-6) 80px;
}
.hv-gallery-bento__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* ==========================================
   UTILITIES
   ========================================== */
.hv-text-center {
	text-align: center !important;
}

.hv-text-left {
	text-align: left !important;
}

.hv-text-right {
	text-align: right !important;
}

html[dir="rtl"] .hv-text-left {
	text-align: right !important;
}

html[dir="rtl"] .hv-text-right {
	text-align: left !important;
}

.hv-gallery-bento__item {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.5s ease-out, opacity 0.5s ease-out, box-shadow 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	display: block;
	min-height: 200px;
}

/* Animation: reveal on scroll (handled by JS adding .revealed) */
.hv-gallery-bento__item.revealed {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.hv-gallery-bento__item.revealed {
	opacity: 1 !important;
	transform: translateY(0) !important;
}
.hv-gallery-bento__item:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
	z-index: 2;
}
.hv-gallery-bento__item.hv-gallery-bento__item--hidden {
	display: none !important;
}
.hv-gallery-bento__item--wide {
	grid-column: span 2;
}
.hv-gallery-bento__item--tall {
	grid-row: span 2;
	min-height: 320px;
}

/* Link wrapper - fill the entire item */
.hv-gallery-bento__link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

/* Media container - full size with proper overflow */
.hv-gallery-bento__media {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: inherit;
}

.hv-gallery-bento__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	min-height: 220px;
}
.hv-gallery-bento__item--tall .hv-gallery-bento__img {
	min-height: 100%;
}
.hv-gallery-bento__item:hover .hv-gallery-bento__img {
	transform: scale(1.06);
}

/* Placeholder for items without images */
.hv-gallery-bento__placeholder {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.hv-gallery-bento__placeholder-icon {
	color: #ccc;
	opacity: 0.6;
}

.hv-gallery-bento__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 45%);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
}
.hv-gallery-bento__item:hover .hv-gallery-bento__overlay {
	opacity: 1;
}
.hv-gallery-bento__title {
	color: var(--hv-white);
	font-family: var(--hv-font-heading, serif);
	font-size: 1.15rem;
	margin: 0 0 4px;
	transform: translateY(8px);
	transition: transform 0.25s ease 0.05s;
}
.hv-gallery-bento__meta {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.85rem;
	letter-spacing: 0.03em;
}

.hv-gallery-bento__year {
	opacity: 0.8;
}

.hv-gallery-bento__item:hover .hv-gallery-bento__title {
	transform: translateY(0);
}
.hv-gallery-bento__zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	opacity: 0;
	color: rgba(255, 255, 255, 0.95);
	font-size: 2rem;
	transition: transform 0.25s ease, opacity 0.25s ease;
	pointer-events: none;
}
.hv-gallery-bento__item:hover .hv-gallery-bento__zoom {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.hv-gallery-empty {
	text-align: center;
	padding: 80px 20px;
	color: var(--hv-silver);
	font-size: 1.05rem;
	font-weight: 300;
}

@media (max-width: 1024px) {
	.hv-gallery-bento__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.hv-gallery-bento__item--wide {
		grid-column: span 2;
	}
	.hv-gallery-bento__item--tall {
		grid-row: span 1;
		min-height: 200px;
	}
}
@media (max-width: 600px) {
	.hv-gallery-hero {
		padding: var(--hv-hero-padding-top) 20px 40px;
	}
	.hv-gallery-hero__title {
		font-size: 2rem;
		letter-spacing: 0.12em;
	}
	.hv-gallery-controls {
		padding: 0 16px 32px;
		gap: 16px;
	}
	.hv-gallery-filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		justify-content: flex-start;
		padding: 0 4px 8px;
		gap: 8px;
		max-width: 100%;
	}
	.hv-gallery-filters::-webkit-scrollbar {
		display: none;
	}
	.hv-gallery-filters__btn {
		flex-shrink: 0;
		font-size: 0.8rem;
		padding: 8px 16px;
	}
	.hv-gallery__meta {
		padding: 12px;
	}
	.hv-gallery-bento {
		padding: 0 16px 60px;
	}
	.hv-gallery-bento__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.hv-gallery-bento__item--wide {
		grid-column: span 1;
	}
}

/* ==========================================
   7. SERVICES PAGE OPTIMIZATIONS
   ========================================== */

/* --- Service Archive Hero (full-viewport) --- */
.hv-service-archive-hero {
	position: relative;
	width: 100%;
	height: 85vh;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--hv-black);
}

.hv-service-archive-hero__bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--hv-charcoal) 0%, var(--hv-black) 40%, var(--hv-petrol) 100%);
	z-index: 1;
}

.hv-service-archive-hero__content {
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 40px 24px;
	max-width: 880px;
}

.hv-service-archive-hero__overline {
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: var(--hv-lilac-soft);
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 0.1s forwards;
}

.hv-service-archive-hero__overline .hv-word-1 {
	color: var(--hv-lilac);
}
.hv-service-archive-hero__overline .hv-word-2 {
	color: var(--hv-lilac);
}
.hv-service-archive-hero__overline .hv-word-3 {
	color: var(--hv-blue-soft);
}

.hv-service-archive-hero__title {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2.25rem, 6vw, 4.5rem);
	font-weight: 200;
	letter-spacing: 0.12em;
	color: var(--hv-white);
	margin: 0 0 24px;
	line-height: 1.05;
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 0.25s forwards;
	text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

.hv-service-archive-hero__subtitle {
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	font-weight: 300;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto;
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 0.4s forwards;
}

/* --- Single Service Hero (full-viewport) --- */
.hv-service-hero--full {
	min-height: 100vh;
	height: 100vh;
}

.hv-service-hero--full .hv-service-hero__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.hv-service-hero__content .hv-overline,
.hv-service-hero--full .hv-service-hero__overline {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.75rem;
	letter-spacing: 0.35em;
	margin-bottom: 20px;
}

.hv-service-hero--full .hv-service-hero__title,
.hv-service-hero__title.hv-display {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2rem, 5.5vw, 4rem);
	font-weight: 200;
	letter-spacing: 0.1em;
	color: var(--hv-white);
	margin: 0 0 20px;
	line-height: 1.1;
	text-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);
}

.hv-service-hero__subtitle {
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
	max-width: 580px;
	margin: 0 auto;
	line-height: 1.75;
}

.hv-service-hero .hv-breadcrumb-trail,
.hv-service-hero .hv-breadcrumb-trail a {
	color: rgba(255, 255, 255, 0.85);
}

.hv-service-hero .hv-breadcrumb-trail a:hover {
	color: var(--hv-white);
}

/* --- Hero scroll hint (archive + single) --- */
.hv-hero-scroll {
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.7rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	z-index: 10;
	text-decoration: none;
	opacity: 0;
	animation: hvFadeInUp 0.8s ease-out 0.8s forwards;
	transition: color 0.3s ease;
	cursor: pointer;
}

.hv-hero-scroll:hover {
	color: rgba(255, 255, 255, 1);
}

.hv-hero-scroll svg {
	transition: transform 0.3s ease;
}

.hv-hero-scroll:hover svg {
	transform: translateY(4px);
}

@media (max-width: 768px) {
	.hv-service-archive-hero {
		height: 75vh;
		min-height: 440px;
	}
	.hv-service-hero--full {
		min-height: 100vh;
		height: 100vh;
	}
}

/* --- Features showcase (single service) --- */
.hv-features-showcase .hv-features-grid,
.hv-features-showcase__grid {
	gap: 32px;
	margin-top: 48px;
}

.hv-features-showcase .hv-feature-item {
	padding: 40px 36px;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	border-inline-start: 3px solid var(--hv-lilac);
}

.hv-features-showcase .hv-feature-item__number {
	font-size: 2.25rem;
	font-weight: 200;
	color: var(--hv-lilac);
	margin-bottom: 12px;
}

.hv-artists-grid--narrow {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.hv-cta-subtitle {
	margin: 1.5rem auto 2.5rem;
	max-width: 550px;
}

/* Hero Text Colors (legacy page-hero) */
.hv-service-archive .hv-page-hero .hv-overline {
	color: var(--hv-lilac) !important;
}

.hv-service-archive .hv-page-hero .hv-subtitle.hv-service-intro-text,
.hv-service-archive .hv-page-hero p.hv-service-intro-text {
	color: var(--hv-petrol);
	max-width: 700px;
	margin: 48px auto 0;
	display: block;
}

/* Service Card Premium Polish */
.hv-services-cards .hv-service-card {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.hv-services-cards .hv-service-card .hv-service-card__content {
	padding: 80px 100px;
	align-items: flex-end; /* Align right for RTL default */
}

/* LTR override for content alignment */
html[dir="ltr"] .hv-services-cards .hv-service-card .hv-service-card__content {
	align-items: flex-start;
	text-align: left;
}

/* Odd/Even alignment adjustments */
.hv-services-cards .hv-service-card:nth-child(even) .hv-service-card__content {
	align-items: flex-start;
	background-color: var(--hv-cream);
}

.hv-services-cards .hv-service-card__title {
	font-size: clamp(2rem, 3.5vw, 3rem);
	margin-bottom: 32px;
	text-align: start;
}

.hv-services-cards .hv-service-card__desc {
	font-size: 1.125rem;
	margin-bottom: 48px;
	max-width: 550px;
	font-weight: 300;
	text-align: start;
}

/* Hover State - Image Zoom */
.hv-services-cards .hv-service-card:hover .hv-service-card__media img {
	transform: scale(1.04);
}

/* Button Refinement */
.hv-services-cards .hv-service-card__btn {
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 2px;
	opacity: 0.9;
	transition: all 0.3s ease;
}

.hv-services-cards .hv-service-card:hover .hv-service-card__btn {
	opacity: 1;
	transform: translateX(4px); /* Move slightly */
}

html[dir="rtl"] .hv-services-cards .hv-service-card:hover .hv-service-card__btn {
	transform: translateX(-4px);
}

/* Responsive Styles for Services */
@media (max-width: 1024px) {
	.hv-services-cards .hv-service-card {
		grid-template-columns: 1fr;
		grid-template-rows: 400px auto;
		min-height: auto;
		border-bottom: 10px solid var(--hv-snow);
	}

	.hv-services-cards .hv-service-card:last-child {
		border-bottom: none;
	}

	/* Reset Directions to vertical stack */
	.hv-services-cards .hv-service-card,
	.hv-services-cards .hv-service-card:nth-child(even),
	html[dir="ltr"] .hv-services-cards .hv-service-card:nth-child(even) {
		direction: inherit !important;
	}

	/* Force content order and align */
	.hv-services-cards .hv-service-card__content,
	.hv-services-cards .hv-service-card:nth-child(even) .hv-service-card__content,
	html[dir="ltr"] .hv-services-cards .hv-service-card:nth-child(even) .hv-service-card__content {
		direction: inherit !important;
		padding: 60px 30px;
		text-align: center !important;
		align-items: center !important;
	}

	/* Force Media First */
	.hv-services-cards .hv-service-card__media {
		order: -1 !important;
		min-height: 300px;
	}

	.hv-services-cards .hv-service-card__title {
		margin-bottom: 20px;
	}

	.hv-services-cards .hv-service-card__desc {
		margin-bottom: 32px;
	}
}

@media (max-width: 768px) {
	.hv-services-cards .hv-service-card {
		grid-template-rows: 300px auto;
	}

	.hv-services-cards .hv-service-card__content {
		padding: 48px 20px;
	}
}

/* ========================================
   8. ARTISTS PAGE OPTIMIZATIONS
   ======================================== */

.hv-artists-archive .hv-page-hero {
	margin-bottom: 0;
	padding-bottom: 80px;
}

.hv-artists-archive .hv-page-hero .hv-overline {
	color: var(--hv-lilac) !important;
}

.hv-artists-archive .hv-intro-text {
	max-width: 700px;
	margin: var(--hv-space-6, 48px) auto 0;
	color: var(--hv-petrol);
}

.hv-artists-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	padding-bottom: 80px;
}

.hv-artists-archive .hv-artist-card__name {
	white-space: nowrap !important;
}

/* Base Card Style if missing or specific override */
.hv-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 8px; /* Slightly softer */
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
	text-decoration: none; /* For the anchor */
	height: 100%;
}

.hv-card a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.hv-card--artist {
	background: transparent; /* Clean look */
	border-radius: 12px;
}

.hv-card--artist:hover {
	transform: translateY(-8px);
}

/* Card Media/Image */
.hv-card--artist .hv-card__media {
	position: relative;
	width: 100%;
	aspect-ratio: 3/4; /* Portrait optimization */
	overflow: hidden;
	border-radius: 12px;
	background-color: #f0f0f0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease;
}

.hv-card--artist:hover .hv-card__media {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.hv-card--artist img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	filter: grayscale(20%); /* Artistic touch */
}

.hv-card--artist:hover img {
	transform: scale(1.08); /* Subtle zoom */
	filter: grayscale(0%);
}

.hv-card__placeholder--artist {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.hv-card__placeholder--artist::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-color: #ccc;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3C/svg%3E")
		no-repeat center/contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3C/svg%3E")
		no-repeat center/contain;
}

/* Card Content */
.hv-card--artist .hv-card__content {
	padding: 20px 4px 0;
	text-align: center;
}

.hv-card--artist .hv-card__title {
	font-family: var(--hv-font-heading, "Heebo", sans-serif);
	font-size: 1.15rem;
	font-weight: 500;
	margin: 0 0 6px 0;
	color: var(--hv-petrol);
	transition: color 0.3s ease;
}

.hv-card--artist:hover .hv-card__title {
	color: var(--hv-purple); /* Brand color hint */
}

.hv-card--artist .hv-card__subtitle {
	font-family: "Heebo", sans-serif;
	font-size: 0.9rem;
	color: var(--hv-stone);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}

/* Stagger Animation Base - hidden only when JS has run (.hv-js-ready) */
.hv-js-ready .hv-stagger > * {
	opacity: 0;
	transform: translateY(20px);
	animation: hvFadeUp 0.6s ease forwards;
}
.hv-js-ready .hv-stagger.revealed > * {
	opacity: 1;
	transform: translateY(0);
	animation: none;
}
.hv-js-ready .hv-stagger > *:nth-child(1) {
	animation-delay: 0.05s;
}
.hv-js-ready .hv-stagger > *:nth-child(2) {
	animation-delay: 0.1s;
}
.hv-js-ready .hv-stagger > *:nth-child(3) {
	animation-delay: 0.15s;
}
.hv-js-ready .hv-stagger > *:nth-child(4) {
	animation-delay: 0.2s;
}
.hv-js-ready .hv-stagger > *:nth-child(5) {
	animation-delay: 0.25s;
}
.hv-js-ready .hv-stagger > *:nth-child(6) {
	animation-delay: 0.3s;
}
.hv-js-ready .hv-stagger > *:nth-child(7) {
	animation-delay: 0.35s;
}
.hv-js-ready .hv-stagger > *:nth-child(8) {
	animation-delay: 0.4s;
}
.hv-js-ready .hv-stagger > *:nth-child(9) {
	animation-delay: 0.45s;
}
.hv-js-ready .hv-stagger > *:nth-child(10) {
	animation-delay: 0.5s;
}

@keyframes hvFadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive */
@media (max-width: 1200px) {
	.hv-artists-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}

@media (max-width: 768px) {
	.hv-artists-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.hv-card--artist .hv-card__title {
		font-size: 1.05rem;
	}

	.hv-card--artist .hv-card__subtitle {
		font-size: 0.8rem;
	}
}

@media (max-width: 480px) {
	.hv-artists-grid {
		grid-template-columns: 1fr;
	}

	.hv-card--artist .hv-card__media {
		aspect-ratio: 4/5; /* Slightly shorter on mobile */
	}
}

/* ========================================
   CTA Section - Premium Join Collective
   ======================================== */
.hv-cta-premium {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	padding: clamp(80px, 12vw, 140px) 20px;
	text-align: center !important;
	position: relative;
	overflow: hidden;
}

/* Subtle decorative overlay */
.hv-cta-premium::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(ellipse at center, rgba(240, 164, 212, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

.hv-cta-premium .hv-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hv-cta-premium .hv-overline {
	display: block;
	font-size: var(--hv-text-xs, 0.75rem);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: var(--hv-lilac);
	margin-bottom: 20px;
}

.hv-cta-premium .hv-headline-2 {
	color: var(--hv-white) !important;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 200;
	letter-spacing: 0.05em;
	margin: 0 0 24px;
	line-height: 1.2;
}

.hv-cta-premium .hv-subtitle {
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.8;
	max-width: 550px;
	text-align: center !important;
	margin-inline: auto !important;
}

.hv-cta-premium .hv-btn {
	background: linear-gradient(135deg, var(--hv-lilac) 0%, var(--hv-lilac) 100%);
	color: var(--hv-white);
	border: none;
	padding: 18px 48px;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	display: inline-block;
	margin-top: 16px;
	box-shadow: 0 8px 32px rgba(183, 164, 217, 0.3);
}

.hv-cta-premium .hv-btn:hover {
	background: linear-gradient(135deg, var(--hv-lilac) 0%, var(--hv-lilac-soft) 100%);
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(183, 164, 217, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.hv-cta-premium {
		padding: 60px 20px;
	}

	.hv-cta-premium .hv-btn {
		padding: 16px 36px;
		font-size: 0.9rem;
	}
}

/* ==========================================
   ARTIST LAYOUTS
   ========================================== */

.hv-artist-hero {
	width: 100%;
	position: relative;
	background: var(--hv-white);
	padding: 24px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hv-artist-hero__grid {
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 60px;
	align-items: center;
	max-width: var(--hv-container-wide);
	margin: 0 auto;
}

@media (max-width: 900px) {
	.hv-artist-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}

	.hv-artist-hero__portrait {
		margin: 0 auto;
	}
}

.hv-artist-hero__portrait img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); /* Soft shadow */
}

/* ==========================================
   WOOCOMMERCE INTEGRATION - OPTIMIZED
   ========================================== */

/* Shop Hero Section */
.hv-shop-hero {
	padding: var(--hv-hero-padding-top) 0 var(--hv-hero-padding-bottom);
	background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
	position: relative;
	overflow: hidden;
}

.hv-shop-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
}

.hv-shop-hero__content {
	max-width: 800px;
	margin: 0 auto;
}

.hv-shop-hero h1 {
	margin-bottom: 20px;
}

/* Shop Category Section */
.hv-shop-category {
	padding: clamp(60px, 10vh, 100px) 0;
	background: var(--hv-white);
	position: relative;
}

.hv-shop-category:nth-child(even) {
	background: #fafbfc;
}

.hv-shop-category__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: clamp(40px, 6vh, 60px);
	gap: 30px;
}

.hv-shop-category__title-wrap h2 {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 300;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
	color: var(--hv-petrol);
}

.hv-shop-category__description {
	margin-top: 12px;
	color: var(--hv-stone);
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 600px;
}

/* Shop Grid - Optimized */
.hv-shop-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: clamp(24px, 3vw, 40px);
	margin: 0 auto;
}

/* ==========================================
   PRODUCT CARD - PREMIUM ART GALLERY DESIGN
   ========================================== */

.hv-product-card {
	position: relative;
	background: var(--hv-white);
	border-radius: var(--hv-radius-md, 8px);
	overflow: hidden;
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s ease, border-color 0.25s ease;
	border: 1px solid var(--hv-border-light, rgba(0, 0, 0, 0.06));
	box-shadow: 0 1px 3px rgba(37, 75, 97, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
}

.hv-product-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(165deg, var(--hv-lilac-soft) 0%, transparent 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 1;
}

.hv-product-card:hover,
.hv-product-card:focus-within {
	transform: translateY(-6px);
	border-color: var(--hv-lilac-soft);
	box-shadow: 0 12px 40px rgba(37, 75, 97, 0.1), 0 4px 16px rgba(0, 0, 0, 0.06);
}

.hv-product-card:hover::before {
	opacity: 1;
}

.hv-product-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.hv-product-card__link,
.hv-product-card__content-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.hv-product-card__link {
	position: relative;
	display: block;
}

.hv-product-card__content-link {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.hv-product-card__image {
	position: relative;
	aspect-ratio: 3/4;
	overflow: hidden;
	background: var(--hv-off-white);
}

.hv-product-card__image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(37, 75, 97, 0.08) 100%);
	z-index: 1;
	pointer-events: none;
}

.hv-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hv-product-card:hover .hv-product-card__image img,
.hv-product-card:focus-within .hv-product-card__image img {
	transform: scale(1.04);
}

/* Image Placeholder - Elegant Pattern */
.hv-product-card__placeholder {
	width: 100%;
	height: 100%;
	background: var(--hv-pearl);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hv-silver);
}

.hv-product-card__badge {
	position: absolute;
	top: 12px;
	inset-inline-end: 12px;
	padding: 6px 12px;
	font-size: 0.65rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: var(--hv-radius-sm, 4px);
	z-index: 2;
}

.hv-product-card__badge--sale {
	background: var(--hv-gradient-brand);
	color: var(--hv-white);
}

.hv-product-card__badge--sold {
	background: var(--hv-charcoal);
	color: var(--hv-white);
}

.hv-product-card__badge--new {
	background: var(--hv-lilac);
	color: var(--hv-petrol);
}

.hv-product-card__quick-view {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	z-index: 3;
	color: var(--hv-white);
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	white-space: nowrap;
}

.hv-product-card:hover .hv-product-card__quick-view,
.hv-product-card:focus-within .hv-product-card__quick-view {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.hv-product-card__content {
	padding: 1.25rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	flex: 1;
	text-align: start;
	background: var(--hv-white);
	border-top: 1px solid var(--hv-border-light, rgba(0, 0, 0, 0.06));
}

.hv-product-card__artist {
	display: block;
	font-size: 0.7rem;
	color: var(--hv-stone);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hv-product-card__title {
	font-family: var(--hv-font-heading, "Heebo", sans-serif);
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
	color: var(--hv-petrol);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hv-product-card__price {
	font-family: var(--hv-font-heading, "Heebo", sans-serif);
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--hv-petrol);
	margin-top: 0.5rem;
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.hv-product-card__price del {
	font-size: 0.9em;
	color: var(--hv-stone);
	font-weight: 400;
	text-decoration: line-through;
}

.hv-product-card__price ins {
	text-decoration: none;
	color: var(--hv-petrol);
}

.hv-product-card__price .woocommerce-Price-currencySymbol {
	font-size: 0.8em;
	font-weight: 400;
	margin-inline-end: 2px;
}

.hv-product-card__actions {
	padding: 0 1.5rem 1.5rem;
	margin-top: auto;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	position: relative;
	z-index: 5;
}

.hv-product-card:hover .hv-product-card__actions,
.hv-product-card:focus-within .hv-product-card__actions {
	opacity: 1;
	transform: translateY(0);
}

.hv-product-card__actions .hv-btn,
.hv-product-card__actions .add_to_cart_button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid var(--hv-petrol);
	background: transparent;
	color: var(--hv-petrol);
	border-radius: var(--hv-radius-sm, 4px);
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	text-decoration: none;
}

.hv-product-card__actions .hv-btn:hover,
.hv-product-card__actions .add_to_cart_button:hover {
	background: var(--hv-petrol);
	color: var(--hv-white);
	border-color: var(--hv-petrol);
}

/* Added state animation */
.hv-product-card__actions .added_to_cart {
	display: none !important;
}

.hv-product-card__actions .add_to_cart_button.added {
	background: #2ecc71;
	border-color: #2ecc71;
	color: var(--hv-white);
}

.hv-product-card__actions .add_to_cart_button.loading {
	opacity: 0.7;
	pointer-events: none;
}

/* Product Card Responsive Styles */
@media (max-width: 1024px) {
	.hv-shop-grid {
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		gap: clamp(20px, 2.5vw, 32px);
	}
}

@media (max-width: 768px) {
	.hv-shop-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.hv-product-card:hover,
	.hv-product-card:focus-within {
		transform: translateY(-4px);
	}

	.hv-product-card__image {
		aspect-ratio: 3/4;
	}

	.hv-product-card__content {
		padding: 1rem 1.25rem;
	}

	.hv-product-card__title {
		font-size: 0.95rem;
	}

	.hv-product-card__price {
		font-size: 1rem;
	}

	.hv-product-card__actions {
		padding: 0 1.25rem 1.25rem;
		opacity: 1;
		transform: none;
	}

	.hv-product-card__actions .hv-btn,
	.hv-product-card__actions .add_to_cart_button {
		padding: 0.65rem 1rem;
		font-size: 0.75rem;
	}

	.hv-product-card__badge {
		top: 8px;
		inset-inline-end: 8px;
		padding: 4px 10px;
		font-size: 0.6rem;
	}
}

@media (max-width: 480px) {
	.hv-shop-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.hv-product-card__content {
		padding: 1.25rem 1.5rem;
	}

	.hv-product-card__title {
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.hv-product-card__actions {
		padding: 0 1.5rem 1.5rem;
	}
}

[dir="rtl"] .hv-product-card__price del {
	margin-inline-start: 0.5rem;
	margin-inline-end: 0;
}

/* Shop CTA Section */
.hv-shop-cta {
	padding: clamp(80px, 12vh, 120px) 0;
	background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
	position: relative;
}

.hv-shop-cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
}

/* Artist Products Section */
.hv-artist-products {
	background: #fafbfc;
	padding: clamp(60px, 10vh, 100px) 0;
}

/* ==========================================================================
   GALLERY V2 ENHANCED STYLES
   Modern, accessible gallery with animations and loading states
   ========================================================================== */

/* Gallery Loading States */
.hv-gallery__loading {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 40px 20px;
	color: var(--hv-stone);
	font-size: 0.9rem;
}

.hv-gallery__loading.is-loading {
	display: flex;
}

.hv-gallery__spinner {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-top-color: var(--hv-purple);
	border-radius: 50%;
	animation: hv-gallery-spin 0.8s linear infinite;
}

@keyframes hv-gallery-spin {
	to {
		transform: rotate(360deg);
	}
}

.hv-gallery-bento__grid.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

/* Gallery Meta / Counter */
.hv-gallery__meta {
	display: flex;
	justify-content: center;
	padding: 20px;
	color: var(--hv-silver);
	font-size: 0.85rem;
	letter-spacing: 0.05em;
}

.hv-gallery__counter {
	font-variant-numeric: tabular-nums;
}

/* Enhanced Filter Buttons */
.hv-gallery-filters__btn {
	position: relative;
	overflow: hidden;
}

.hv-gallery-filters__btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(139, 122, 168, 0.1), transparent);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.hv-gallery-filters__btn:hover::before {
	opacity: 1;
}

.hv-gallery-filters__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	margin-inline-start: 8px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	font-size: 0.75rem;
	font-weight: 500;
	transition: all 0.3s ease;
}

.hv-gallery-filters__btn.is-active .hv-gallery-filters__count {
	background: rgba(255, 255, 255, 0.2);
	color: var(--hv-white);
}

/* Gallery Empty State */
.hv-gallery__empty {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
	text-align: center;
}

.hv-gallery__empty[hidden] {
	display: none !important;
}

.hv-gallery__empty:not([hidden]) {
	display: flex;
}

.hv-gallery-bento__grid.no-results + .hv-gallery__empty,
.hv-gallery-bento__grid.no-results ~ .hv-gallery__empty {
	display: flex;
}

.hv-gallery__empty-icon {
	color: #ccc;
	margin-bottom: 24px;
}

.hv-gallery__empty-title {
	font-family: var(--hv-font-heading, "Heebo", sans-serif);
	font-size: 1.5rem;
	font-weight: 300;
	color: var(--hv-petrol);
	margin: 0 0 12px;
}

.hv-gallery__empty-text {
	color: var(--hv-stone);
	font-size: 1rem;
	margin: 0 0 24px;
	max-width: 400px;
}

.hv-gallery__empty-btn {
	padding: 12px 32px;
	background: var(--hv-charcoal);
	color: var(--hv-white);
	border: none;
	border-radius: 4px;
	font-family: var(--hv-font-heading, "Heebo", sans-serif);
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 0.3s ease;
}

.hv-gallery__empty-btn:hover {
	background: #333;
	transform: translateY(-2px);
}

/* Progressive Image Loading */
.hv-gallery-bento__img {
	opacity: 1;
	transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-gallery-bento__img.loaded {
	opacity: 1;
}

.hv-gallery-bento__img.error {
	opacity: 0.5;
	filter: grayscale(100%);
}

/* Skeleton Loading Animation */
.hv-gallery-bento__placeholder {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: hv-skeleton-shimmer 1.5s infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes hv-skeleton-shimmer {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

.hv-gallery-bento__placeholder-icon {
	color: #ccc;
}

/* Enhanced Lightbox */
.hv-lightbox-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.hv-lightbox-overlay.active {
	opacity: 1;
	visibility: visible;
}

.hv-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
}

.hv-lightbox-container {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hv-lightbox-content {
	position: relative;
	max-width: 90vw;
	max-height: 85vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hv-lightbox-image {
	display: block;
	max-width: 100%;
	max-height: 80vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	transition: transform 0.3s ease;
}

.hv-lightbox-caption {
	margin-top: 20px;
	padding: 12px 24px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	color: var(--hv-white);
	font-size: 0.95rem;
	text-align: center;
	max-width: 600px;
}

.hv-lightbox-close {
	position: absolute;
	top: 24px;
	inset-inline-end: 24px;
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: var(--hv-white);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
}

.hv-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(90deg);
}

.hv-lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: var(--hv-white);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
}

.hv-lightbox-nav:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-50%) scale(1.1);
}

.hv-lightbox-prev {
	inset-inline-start: 24px;
}

.hv-lightbox-next {
	inset-inline-end: 24px;
}

.hv-lightbox-counter {
	position: absolute;
	bottom: 24px;
	inset-inline-start: 50%;
	transform: translateX(-50%);
	padding: 8px 16px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	color: var(--hv-white);
	font-size: 0.85rem;
	font-variant-numeric: tabular-nums;
}

.hv-lightbox-loader {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.hv-lightbox-loader.active {
	opacity: 1;
	visibility: visible;
}

.hv-lightbox-spinner {
	width: 40px;
	height: 40px;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-top-color: var(--hv-white);
	border-radius: 50%;
	animation: hv-gallery-spin 0.8s linear infinite;
}

body.hv-lightbox-open {
	overflow: hidden;
}

/* Gallery Footer */
.hv-gallery-footer {
	padding: 40px 20px;
	background: linear-gradient(to bottom, #fff, #fafafa);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
}

.hv-gallery-footer__text {
	color: var(--hv-silver);
	font-size: 0.9rem;
	margin: 0;
}

/* Enhanced Gallery Grid Animations */
.hv-gallery-bento__item {
	will-change: transform, opacity;
}

.hv-gallery-bento__item.revealed {
	animation: hv-reveal-item 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: var(--stagger-delay, 0s);
}

@keyframes hv-reveal-item {
	from {
		opacity: 0;
		transform: translateY(30px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
	.hv-gallery-bento__overlay {
		opacity: 1;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
		transform: translateY(0);
	}

	.hv-gallery-bento__title {
		transform: translateY(0);
	}

	.hv-gallery-bento__zoom {
		display: none;
	}

	.hv-gallery-filters {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0 20px 16px;
		justify-content: flex-start;
	}

	.hv-gallery-filters::-webkit-scrollbar {
		display: none;
	}

	.hv-gallery-filters__btn {
		flex-shrink: 0;
	}
}

/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
	.hv-gallery-bento__item,
	.hv-gallery-bento__img,
	.hv-gallery-filters__btn,
	.hv-lightbox-overlay,
	.hv-gallery__spinner,
	.hv-lightbox-spinner {
		animation: none;
		transition: none;
	}

	.hv-gallery-bento__item {
		transform: none;
		opacity: 1;
	}
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
	.hv-gallery-filters__btn {
		border-width: 2px;
	}

	.hv-gallery-filters__btn.is-active {
		outline: 2px solid currentColor;
		outline-offset: 2px;
	}

	.hv-lightbox-nav,
	.hv-lightbox-close {
		border-width: 2px;
	}
}

/* Gallery Responsive Improvements */
@media (max-width: 768px) {
	.hv-gallery-bento__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		padding: 0 16px 40px;
	}

	.hv-gallery-bento__item--wide {
		grid-column: span 2;
	}

	.hv-gallery-bento__item--tall {
		grid-row: span 1;
		min-height: 200px;
	}

	.hv-gallery-hero {
		padding: var(--hv-hero-padding-top) 20px 32px;
	}

	.hv-gallery-hero__title {
		font-size: 2rem;
	}

	.hv-lightbox-nav {
		width: 44px;
		height: 44px;
	}

	.hv-lightbox-prev {
		inset-inline-start: 12px;
	}

	.hv-lightbox-next {
		inset-inline-end: 12px;
	}

	.hv-lightbox-close {
		top: 12px;
		inset-inline-end: 12px;
	}
}

@media (max-width: 480px) {
	.hv-gallery-bento__grid {
		grid-template-columns: 1fr;
	}

	.hv-gallery-bento__item--wide {
		grid-column: span 1;
	}

	.hv-gallery-filters__btn {
		padding: 8px 16px;
		font-size: 0.85rem;
	}
}

/* RTL Support for Gallery */
html[dir="rtl"] .hv-lightbox-prev {
	transform: translateY(-50%) scaleX(-1);
}

html[dir="rtl"] .hv-lightbox-next {
	transform: translateY(-50%) scaleX(-1);
}

html[dir="rtl"] .hv-gallery-filters__count {
	margin-inline-start: 0;
	margin-inline-end: 8px;
}

/* Print Styles */
@media print {
	.hv-gallery-filters,
	.hv-gallery__loading,
	.hv-gallery__empty,
	.hv-lightbox-overlay {
		display: none !important;
	}

	.hv-gallery-bento__grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		page-break-inside: avoid;
	}

	.hv-gallery-bento__item {
		break-inside: avoid;
	}
}

/* Shop All Section (when no categories) */
.hv-shop-all {
	padding: clamp(60px, 10vh, 100px) 0;
	background: var(--hv-white);
}

/* WooCommerce Overrides */
.woocommerce .woocommerce-pagination {
	margin-top: var(--hv-space-10);
	text-align: center;
}

.woocommerce .woocommerce-pagination ul {
	display: inline-flex;
	gap: 8px;
	border: none;
}

.woocommerce .woocommerce-pagination ul li {
	border: none;
	margin: 0;
}

.woocommerce .woocommerce-pagination ul li a,
.woocommerce .woocommerce-pagination ul li span {
	padding: 10px 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.woocommerce .woocommerce-pagination ul li a:hover,
.woocommerce .woocommerce-pagination ul li span.current {
	background: var(--hv-petrol);
	color: var(--hv-white);
	border-color: var(--hv-petrol);
}

/* WooCommerce Messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: var(--hv-space-5);
	margin-bottom: var(--hv-space-6);
	border-radius: 8px;
	border-left: 4px solid;
}

.woocommerce-message {
	background: var(--hv-lilac-soft);
	border-color: var(--hv-purple);
	color: var(--hv-petrol);
}

.woocommerce-info {
	background: #f0f4ff;
	border-color: var(--hv-blue);
	color: #1a3a7a;
}

.woocommerce-error {
	background: #fff0f0;
	border-color: var(--hv-primary);
	color: #7a1a1a;
}

/* Single Product Page - Optimized */
.single-product .hv-container {
	max-width: var(--hv-container-wide);
}

/* Legacy Breadcrumbs Removed */

.woocommerce-breadcrumb {
	font-size: 0.85rem;
	color: var(--hv-silver);
	font-weight: 400;
}

.woocommerce-breadcrumb a {
	color: var(--hv-silver);
	text-decoration: none;
	transition: color 0.3s ease;
}

.woocommerce-breadcrumb a:hover {
	color: var(--hv-petrol);
}

.hv-product-main {
	padding: clamp(60px, 10vh, 100px) 0;
	background: var(--hv-white);
}

.hv-product-layout {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: clamp(50px, 8vw, 100px);
	align-items: start;
}

/* Product Gallery Enhanced */
.hv-product-gallery .woocommerce-product-gallery {
	position: relative;
	background: #fafbfc;
}

.hv-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.hv-product-gallery .woocommerce-product-gallery__image {
	border-radius: 0;
	overflow: hidden;
	background: var(--hv-snow);
	margin: 0;
}

.hv-product-gallery .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
}

.hv-product-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.hv-product-gallery .flex-control-thumbs li {
	list-style: none;
	margin: 0;
}

.hv-product-gallery .flex-control-thumbs li img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease;
	border: 2px solid transparent;
}

.hv-product-gallery .flex-control-thumbs li:hover img,
.hv-product-gallery .flex-control-thumbs li.flex-active img {
	opacity: 1;
	border-color: var(--hv-petrol);
}

/* Sale Flash Badge */
.woocommerce-product-gallery .onsale {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	background: var(--hv-primary);
	color: var(--hv-white);
	padding: 8px 20px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 0;
	box-shadow: 0 4px 12px rgba(255, 59, 59, 0.3);
}

/* Product Info Section */
.hv-product-artist {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

.hv-product-artist .hv-overline {
	display: block;
	margin-bottom: 10px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--hv-silver);
}

.hv-product-artist__link {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

.hv-product-artist__link:hover {
	color: var(--hv-petrol);
}

.hv-product-artist h3 {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0;
	letter-spacing: -0.01em;
}

.hv-product-title {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 300;
	letter-spacing: -0.03em;
	margin-bottom: 24px;
	color: var(--hv-petrol);
	line-height: 1.15;
}

.hv-product-price {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 600;
	color: var(--hv-petrol);
	margin-bottom: 32px;
	letter-spacing: -0.02em;
}

.hv-product-price del {
	font-size: 0.7em;
	color: var(--hv-silver);
	margin-right: 12px;
	font-weight: 400;
}

.hv-product-price ins {
	text-decoration: none;
	color: var(--hv-primary);
}

/* Stock Status */
.hv-product-meta .stock {
	display: inline-block;
	padding: 8px 16px;
	margin-bottom: 16px;
	font-size: 0.85rem;
	font-weight: 600;
	border-radius: 0;
}

.hv-product-meta .stock.in-stock {
	background: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #a5d6a7;
}

.hv-product-meta .stock.out-of-stock {
	background: #ffebee;
	color: var(--hv-primary);
	border: 1px solid #ef9a9a;
}

.hv-product-excerpt {
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--hv-slate);
	margin-bottom: 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e8e8e8;
}

/* Cart Section */
.hv-product-meta .cart {
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.hv-product-meta .cart .quantity {
	margin-right: 0;
}

.hv-product-meta .cart .quantity input[type="number"] {
	width: 80px;
	padding: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	font-size: 1rem;
	text-align: center;
	transition: border-color 0.3s ease;
}

.hv-product-meta .cart .quantity input[type="number"]:focus {
	outline: none;
	border-color: var(--hv-petrol);
}

.hv-product-meta .cart .button {
	flex: 1;
	min-width: 200px;
	padding: 18px 40px;
	font-size: 1rem;
	font-weight: 600;
	background: var(--hv-petrol);
	color: var(--hv-white);
	border: none;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.hv-product-meta .cart .button:hover {
	background: #1a4a1d;
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(44, 95, 45, 0.3);
}

.hv-product-meta .cart .button:disabled {
	background: #ccc;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

/* Product Variations */
.hv-product-meta .variations {
	margin-bottom: 24px;
}

.hv-product-meta .variations td {
	padding: 8px 0;
	display: block;
}

.hv-product-meta .variations label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--hv-stone);
}

.hv-product-meta .variations select {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	font-size: 1rem;
	background: var(--hv-white);
	cursor: pointer;
	transition: border-color 0.3s ease;
}

.hv-product-meta .variations select:focus {
	outline: none;
	border-color: var(--hv-petrol);
}

.hv-product-meta .variations .reset_variations {
	display: inline-block;
	margin-top: 12px;
	font-size: 0.85rem;
	color: var(--hv-silver);
	text-decoration: none;
	transition: color 0.3s ease;
}

.hv-product-meta .variations .reset_variations:hover {
	color: var(--hv-petrol);
}

.hv-product-status {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 24px;
	border-radius: 0;
	font-weight: 500;
	margin-top: 24px;
	font-size: 0.95rem;
}

.hv-product-status--sold {
	background: rgba(255, 59, 59, 0.08);
	color: var(--hv-primary);
	border: 1px solid rgba(255, 59, 59, 0.2);
}

/* Product Description */
.hv-product-description {
	padding: clamp(60px, 10vh, 100px) 0;
	background: #fafbfc;
}

.hv-product-tabs {
	background: var(--hv-white);
	border-radius: 0;
	padding: clamp(40px, 6vw, 60px);
	border: 1px solid #e8e8e8;
}

.hv-product-tab h2 {
	margin-bottom: 32px;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 300;
	letter-spacing: -0.02em;
}

.hv-product-content {
	font-size: 1.05rem;
	line-height: 1.8;
	color: var(--hv-charcoal);
}

.hv-product-content p {
	margin-bottom: 20px;
}

/* Related Products */
.hv-related-products {
	padding: clamp(60px, 10vh, 100px) 0;
	background: var(--hv-white);
}

.hv-related-products .hv-section-header {
	margin-bottom: clamp(40px, 6vh, 60px);
}

.hv-related-products .hv-shop-grid {
	max-width: none;
}

/* WooCommerce Product Meta */
.product_meta {
	font-size: 0.85rem;
	color: var(--hv-silver);
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #e8e8e8;
}

.product_meta > span {
	display: block;
	margin-bottom: 10px;
}

.product_meta .posted_in,
.product_meta .tagged_as {
	display: flex;
	gap: 8px;
	align-items: center;
}

.product_meta a {
	color: var(--hv-petrol);
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 500;
}

.product_meta a:hover {
	color: #1a4a1d;
	text-decoration: underline;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
	line-height: 1.6;
}

.product_meta .sku {
	font-weight: 600;
	color: var(--hv-slate);
}

/* Responsive Design for Single Product */
@media (max-width: 968px) {
	.hv-product-layout {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}

@media (max-width: 768px) {
	.hv-product-main {
		padding: 50px 0;
	}

	.hv-product-title {
		font-size: 1.8rem;
	}

	.hv-product-price {
		font-size: 1.6rem;
	}

	.hv-product-excerpt {
		font-size: 1rem;
	}

	.hv-product-meta .cart {
		flex-direction: column;
	}

	.hv-product-meta .cart .button {
		width: 100%;
		padding: 16px 32px;
	}

	.hv-product-description {
		padding: 50px 0;
	}

	.hv-product-tabs {
		padding: 30px 20px;
	}
}

/* Responsive Design */
@media (max-width: 1400px) {
	.hv-shop-grid {
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		gap: 30px;
	}
}

@media (max-width: 1200px) {
	.hv-shop-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.hv-shop-category__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}

@media (max-width: 900px) {
	.hv-shop-hero {
		padding: var(--hv-hero-padding-top) 0 50px;
	}

	.hv-shop-category {
		padding: 50px 0;
	}

	.hv-shop-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.hv-product-card__content {
		padding: 16px;
		min-height: 110px;
	}

	.hv-product-card__title {
		font-size: 0.95rem;
	}

	.hv-product-card__price {
		font-size: 1.1rem;
	}

	.hv-product-card__actions {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 600px) {
	.hv-shop-hero {
		padding: var(--hv-hero-padding-top) 0 40px;
	}

	.hv-shop-category {
		padding: 40px 0;
	}

	.hv-shop-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.hv-product-card__image {
		aspect-ratio: 4/5;
	}

	.hv-product-card__badge {
		top: 12px;
		right: 12px;
		padding: 6px 12px;
		font-size: 0.65rem;
	}
}

/* RTL Support for WooCommerce */
[dir="rtl"] .hv-product-card__badge {
	right: auto;
	left: 16px;
}

@media (max-width: 600px) {
	[dir="rtl"] .hv-product-card__badge {
		left: 12px;
	}
}

[dir="rtl"] .hv-product-card__price del {
	margin-right: 0;
	margin-left: 10px;
}

[dir="rtl"] .woocommerce-message,
[dir="rtl"] .woocommerce-info,
[dir="rtl"] .woocommerce-error {
	border-left: none;
	border-right: 4px solid;
}

/* Loading States & Animations */
.hv-product-card.loading {
	pointer-events: none;
	opacity: 0.6;
}

.hv-product-card__actions .button.loading {
	position: relative;
	color: transparent;
}

.hv-product-card__actions .button.loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border: 2px solid transparent;
	border-top-color: currentColor;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Improved Focus States for Accessibility */
.hv-product-card:focus-within {
	outline: 2px solid var(--hv-focus-ring);
	outline-offset: 2px;
}

.hv-product-card__link:focus {
	outline: none;
}

/* ========================================
   BREADCRUMBS
   Elegant, professional breadcrumb navigation
   ======================================== */

/* Legacy Breadcrumb Styles Removed - Consolidated below in Integration section */

/* Legacy Breadcrumb Styles and Animations Removed */

/* ==========================================================================
   BASE COMPONENTS - Container, Button, Typography Utilities
   ========================================================================== */

/* Design tokens — consolidated in :root at top of file */

/* Container */
.hv-container {
	width: 100%;
	max-width: var(--hv-container-wide);
	margin: 0 auto;
	padding: 0 var(--hv-space-6);
}

.hv-container--narrow {
	max-width: var(--hv-container-narrow);
}

/* Text Utilities */
.hv-text-center {
	text-align: center;
}

.hv-overline {
	font-size: var(--hv-text-xs);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: var(--hv-lilac);
	display: inline-block;
	margin-bottom: var(--hv-space-3);
}

.hv-headline-1 {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-5xl);
	font-weight: 200;
	letter-spacing: var(--hv-tracking-tight);
	line-height: var(--hv-leading-tight);
	color: var(--hv-text-primary);
	margin: 0;
}

.hv-headline-2 {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-3xl);
	font-weight: 300;
	letter-spacing: var(--hv-tracking-tight);
	line-height: var(--hv-leading-snug);
	color: var(--hv-text-primary);
	margin: 0;
}

.hv-headline-3 {
	font-family: var(--hv-font-heading);
	font-size: var(--hv-text-2xl);
	font-weight: 300;
	color: var(--hv-text-primary);
	margin: 0;
}

.hv-subtitle {
	font-family: var(--hv-font-body);
	font-size: var(--hv-text-lg);
	font-weight: 300;
	color: var(--hv-text-muted);
	line-height: var(--hv-leading-loose);
}

/* Reveal Animation - hidden only when .hv-js-ready; default visible for no-JS */
.hv-js-ready .hv-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s var(--hv-ease-out), transform 0.6s var(--hv-ease-out);
}
.hv-js-ready .hv-reveal.revealed {
	opacity: 1;
	transform: translateY(0);
}

.hv-js-ready .hv-stagger > * {
	opacity: 0;
	transform: translateY(25px);
	transition: opacity 0.5s var(--hv-ease-out), transform 0.5s var(--hv-ease-out);
}
.hv-js-ready .hv-stagger.revealed > * {
	opacity: 1;
	transform: translateY(0);
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(1) {
	transition-delay: 0ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(2) {
	transition-delay: 80ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(3) {
	transition-delay: 160ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(4) {
	transition-delay: 240ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(5) {
	transition-delay: 320ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(6) {
	transition-delay: 400ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(7) {
	transition-delay: 480ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(8) {
	transition-delay: 560ms;
}

/* ==========================================================================
   WOOCOMMERCE / SHOP PAGE STYLES
   Premium Art Gallery Store Aesthetic
   ========================================================================== */

/* Shop Page Main Container */
.hv-shop-page {
	background: linear-gradient(180deg, var(--hv-cream) 0%, var(--hv-white) 100%);
	padding-bottom: 0;
}

.hv-shop-category-archive {
	background: var(--hv-cream);
}

/* Shop Hero Section */
.hv-shop-hero {
	padding: var(--hv-hero-padding-top) 0 var(--hv-hero-padding-bottom);
	background: linear-gradient(180deg, var(--hv-white) 0%, var(--hv-cream) 100%);
	position: relative;
	overflow: hidden;
}

.hv-shop-hero::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(199, 178, 224, 0.08) 0%, transparent 70%);
	pointer-events: none;
}

.hv-shop-hero__content {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.hv-shop-hero__content .hv-overline {
	color: var(--hv-gold-dark);
}

.hv-shop-hero__content .hv-headline-1 {
	margin-bottom: var(--hv-space-4);
}

/* Shop Category Section */
.hv-shop-category {
	padding: var(--hv-space-9) 0;
	background: var(--hv-white);
	position: relative;
}

.hv-shop-category:nth-child(even) {
	background: var(--hv-cream);
}

.hv-shop-category::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--hv-lilac), transparent);
}

.hv-shop-category__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: var(--hv-space-7);
	gap: var(--hv-space-5);
	flex-wrap: wrap;
}

.hv-shop-category__title-wrap {
	flex: 1;
	min-width: 280px;
}

.hv-shop-category__description {
	font-size: var(--hv-text-base);
	color: var(--hv-gray);
	margin-top: var(--hv-space-3);
	max-width: 500px;
}

/* Product Grid */
.hv-shop-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--hv-space-6);
}

@media (max-width: 1200px) {
	.hv-shop-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.hv-shop-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--hv-space-4);
	}
}

@media (max-width: 500px) {
	.hv-shop-grid {
		grid-template-columns: 1fr;
		gap: var(--hv-space-5);
		max-width: 400px;
		margin: 0 auto;
	}
}

/* WooCommerce Product Class Integration */
.woocommerce-loop-product {
	padding: 0;
	margin: 0;
}

/* ==========================================================================
   SINGLE PRODUCT PAGE
   ========================================================================== */

.hv-single-product {
	background: var(--hv-white);
}

/* Product Main Section */
.hv-product-main {
	padding: var(--hv-space-9) 0;
}

.hv-product-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--hv-space-8);
	align-items: start;
}

@media (max-width: 1024px) {
	.hv-product-layout {
		grid-template-columns: 1fr;
		gap: var(--hv-space-7);
	}
}

/* Product Gallery */
.hv-product-gallery {
	position: sticky;
	top: 120px;
}

.hv-product-gallery .woocommerce-product-gallery {
	margin: 0;
}

.hv-product-gallery .woocommerce-product-gallery__image img {
	border-radius: var(--hv-radius-lg);
	box-shadow: var(--hv-shadow-lg);
}

.hv-product-gallery .flex-control-thumbs {
	display: flex;
	gap: var(--hv-space-3);
	margin-top: var(--hv-space-4);
	padding: 0;
	list-style: none;
}

.hv-product-gallery .flex-control-thumbs li {
	width: 80px;
	height: 80px;
	border-radius: var(--hv-radius-md);
	overflow: hidden;
	opacity: 0.6;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.hv-product-gallery .flex-control-thumbs li.flex-active,
.hv-product-gallery .flex-control-thumbs li:hover {
	opacity: 1;
}

.hv-product-gallery .flex-control-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.hv-product-gallery {
		position: static;
	}
}

/* Product Info */
.hv-product-info {
	padding: var(--hv-space-4) 0;
}

.hv-product-artist {
	margin-bottom: var(--hv-space-5);
}

.hv-product-artist .hv-overline {
	margin-bottom: var(--hv-space-2);
	color: var(--hv-gray);
	letter-spacing: 0.2em;
}

.hv-product-artist h3 {
	font-size: var(--hv-text-lg);
	font-weight: 400;
	color: var(--hv-charcoal);
	margin: 0;
}

.hv-product-artist__link {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

.hv-product-artist__link:hover h3 {
	color: var(--hv-gold-dark);
}

.hv-product-title {
	font-family: "Heebo", sans-serif;
	font-size: var(--hv-text-4xl);
	font-weight: 200;
	color: var(--hv-charcoal);
	line-height: 1.2;
	margin: 0 0 var(--hv-space-5);
}

.hv-product-price {
	font-size: var(--hv-text-2xl);
	color: var(--hv-charcoal);
	margin-bottom: var(--hv-space-6);
}

.hv-product-price del {
	color: var(--hv-light-gray);
	font-size: var(--hv-text-lg);
	margin-inline-end: var(--hv-space-3);
}

.hv-product-price ins {
	text-decoration: none;
	font-weight: 500;
}

.hv-product-excerpt {
	font-size: var(--hv-text-base);
	color: var(--hv-gray);
	line-height: 1.8;
	margin-bottom: var(--hv-space-6);
}

.hv-product-excerpt p {
	margin: 0 0 var(--hv-space-4);
}

/* Product Meta (Add to Cart Form, etc.) */
.hv-product-meta {
	padding: var(--hv-space-6) 0;
	border-top: 1px solid var(--hv-off-white);
}

.hv-product-meta .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2.5rem;
	font-family: "Heebo", sans-serif;
	font-size: var(--hv-text-sm);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	background: var(--hv-charcoal);
	color: var(--hv-white);
	border: none;
	border-radius: var(--hv-radius-full);
	cursor: pointer;
	transition: all 0.4s var(--hv-ease-out);
}

.hv-product-meta .single_add_to_cart_button:hover {
	background: var(--hv-gold-dark);
	transform: translateY(-2px);
	box-shadow: var(--hv-shadow-lg), var(--hv-shadow-gold);
}

.hv-product-meta .quantity {
	margin-inline-end: var(--hv-space-4);
}

.hv-product-meta .quantity input {
	padding: 1rem 1.25rem;
	font-size: var(--hv-text-base);
	border: 1px solid var(--hv-silver);
	border-radius: var(--hv-radius-md);
	width: 80px;
	text-align: center;
}

.hv-product-meta .cart {
	display: flex;
	align-items: center;
	gap: var(--hv-space-4);
	flex-wrap: wrap;
}

/* Product Status */
.hv-product-status {
	display: flex;
	align-items: center;
	gap: var(--hv-space-3);
	padding: var(--hv-space-5);
	background: var(--hv-off-white);
	border-radius: var(--hv-radius-lg);
	font-size: var(--hv-text-base);
	color: var(--hv-gray);
	margin-top: var(--hv-space-6);
}

.hv-product-status--sold {
	background: linear-gradient(135deg, var(--hv-pink) 0%, var(--hv-pink) 100%);
	color: #7a4a4a;
}

.hv-product-status svg {
	flex-shrink: 0;
}

/* Product Description Section */
.hv-product-description {
	padding: var(--hv-space-9) 0;
	background: var(--hv-cream);
}

.hv-product-tabs {
	max-width: var(--hv-container-narrow);
	margin: 0 auto;
}

.hv-product-tab h2 {
	margin-bottom: var(--hv-space-6);
	text-align: center;
}

.hv-product-content {
	font-size: var(--hv-text-base);
	color: var(--hv-medium-gray);
	line-height: 1.9;
}

.hv-product-content p {
	margin: 0 0 var(--hv-space-5);
}

/* Related Products Section */
.hv-related-products {
	padding: var(--hv-space-9) 0;
	background: var(--hv-white);
}

.hv-related-products .hv-section-header {
	margin-bottom: var(--hv-space-7);
}

/* ==========================================================================
   SHOP ALL / CATEGORY ARCHIVE
   ========================================================================== */

.hv-shop-all {
	padding: var(--hv-space-9) 0;
	background: var(--hv-white);
}

/* Pagination */
.woocommerce-pagination {
	margin-top: var(--hv-space-8);
	text-align: center;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	gap: var(--hv-space-3);
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: var(--hv-text-sm);
	color: var(--hv-gray);
	background: var(--hv-white);
	border: 1px solid var(--hv-silver);
	border-radius: var(--hv-radius-full);
	text-decoration: none;
	transition: all 0.3s ease;
}

.woocommerce-pagination .page-numbers:hover {
	border-color: var(--hv-charcoal);
	color: var(--hv-charcoal);
}

.woocommerce-pagination .page-numbers.current {
	background: var(--hv-charcoal);
	color: var(--hv-white);
	border-color: var(--hv-charcoal);
}

.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev {
	width: auto;
	padding: 0 var(--hv-space-5);
}

/* ==========================================================================
   SHOP CTA SECTION
   ========================================================================== */

.hv-shop-cta {
	padding: var(--hv-space-10) 0;
	background: linear-gradient(180deg, var(--hv-cream) 0%, var(--hv-off-white) 100%);
	position: relative;
}

.hv-shop-cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--hv-lilac), transparent);
}

.hv-shop-cta .hv-headline-2 {
	margin-bottom: var(--hv-space-3);
}

.hv-shop-cta .hv-subtitle {
	text-align: center;
	display: block;
	margin: var(--hv-space-5) auto var(--hv-space-7);
	margin-inline: auto;
	max-width: 550px;
}

/* ==========================================================================
   WOOCOMMERCE MESSAGE/NOTICE STYLES
   ========================================================================== */

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	padding: var(--hv-space-5) var(--hv-space-6);
	background: var(--hv-white);
	border: 1px solid var(--hv-silver);
	border-radius: var(--hv-radius-lg);
	font-size: var(--hv-text-base);
	color: var(--hv-gray);
	margin: var(--hv-space-5) 0;
}

.woocommerce-message {
	border-color: var(--hv-sage);
	background: linear-gradient(135deg, #f0f8f5 0%, #e8f4ef 100%);
	color: #2d5a3a;
}

.woocommerce-error {
	border-color: var(--hv-rose);
	background: linear-gradient(135deg, var(--hv-pink-soft) 0%, var(--hv-pink-soft) 100%);
	color: #7a3a4a;
}

/* ==========================================================================
   RESPONSIVE SHOP ADJUSTMENTS
   ========================================================================== */

@media (max-width: 900px) {
	.hv-shop-hero {
		padding: var(--hv-hero-padding-top) 0 var(--hv-space-7);
	}

	.hv-shop-category {
		padding: var(--hv-space-7) 0;
	}

	.hv-shop-category__header {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--hv-space-4);
	}

	.hv-product-title {
		font-size: var(--hv-text-3xl);
	}

	.hv-product-main {
		padding: var(--hv-space-7) 0;
	}

	.hv-shop-cta {
		padding: var(--hv-space-8) 0;
	}
}

@media (max-width: 640px) {
	.hv-container {
		padding: 0 var(--hv-space-4);
	}

	.hv-product-card__content {
		padding: var(--hv-space-4);
	}

	.hv-product-card__title {
		font-size: var(--hv-text-base);
	}

	.hv-product-info {
		padding: var(--hv-space-3) 0;
	}

	.hv-product-title {
		font-size: var(--hv-text-2xl);
	}

	.hv-product-price {
		font-size: var(--hv-text-xl);
	}
}

/* RTL Support for Shop */
[dir="rtl"] .hv-shop-category__header {
	text-align: start;
}

[dir="rtl"] .hv-product-card__content {
	text-align: center;
}

[dir="rtl"] .hv-product-info {
	text-align: start;
}

/* Sale Flash Override */
.woocommerce span.onsale {
	display: none; /* Using custom badge styling */
}

/* ==========================================================================
   PREMIUM SHOP ENHANCEMENTS
   ========================================================================== */

/* Product Card Hover Overlay with Quick View */
.hv-product-card__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0.3) 35%, transparent 100%);
	opacity: 0;
	transition: opacity 0.5s var(--hv-ease-out);
	pointer-events: none;
}

.hv-product-card:hover .hv-product-card__image::after {
	opacity: 1;
}

/* Quick View Icon */
.hv-product-card__quick-view {
	position: absolute;
	bottom: var(--hv-space-5);
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	display: flex;
	align-items: center;
	gap: var(--hv-space-2);
	padding: 0.75rem 1.25rem;
	background: var(--hv-white);
	color: var(--hv-charcoal);
	font-size: var(--hv-text-xs);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border-radius: var(--hv-radius-full);
	opacity: 0;
	transition: all 0.4s var(--hv-ease-out);
	z-index: 5;
}

.hv-product-card:hover .hv-product-card__quick-view {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/* Added to Cart State */
.hv-btn.added::after {
	content: "✓";
	margin-inline-start: var(--hv-space-2);
}

/* Elegant Quantity Input */
.woocommerce .quantity {
	display: inline-flex;
	align-items: center;
	background: var(--hv-white);
	border: 1px solid var(--hv-silver);
	border-radius: var(--hv-radius-md);
	overflow: hidden;
}

.woocommerce .quantity input.qty {
	width: 60px;
	padding: 0.75rem;
	border: none;
	text-align: center;
	font-size: var(--hv-text-base);
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
}

.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .quantity input:focus {
	outline: none;
	box-shadow: inset 0 0 0 2px var(--hv-lilac);
}

/* ================================================================
   CART PAGE STYLES
   Premium, Accessible Cart Experience with Full RTL Support
   ================================================================ */

/* Cart Page Container */
.hv-cart-page {
	max-width: var(--hv-container-wide);
	margin: 0 auto;
	padding: var(--hv-space-8) var(--hv-space-5);
}

/* Cart Form Wrapper */
.woocommerce-cart-form {
	margin-bottom: var(--hv-space-8);
}

.hv-cart-table-wrapper {
	overflow-x: auto;
	border-radius: var(--hv-radius-lg);
	box-shadow: var(--hv-shadow-md);
}

/* Cart Table Base */
.woocommerce-cart-form__contents {
	width: 100%;
	min-width: 600px;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--hv-white);
	border-radius: var(--hv-radius-lg);
	overflow: hidden;
}

/* Table Header */
.woocommerce-cart-form__contents thead {
	background: linear-gradient(135deg, var(--hv-cream) 0%, var(--hv-off-white) 100%);
	border-bottom: 2px solid var(--hv-lilac);
}

.woocommerce-cart-form__contents th {
	padding: var(--hv-space-5) var(--hv-space-4);
	font-size: var(--hv-text-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--hv-charcoal);
	text-align: start;
	white-space: nowrap;
}

.woocommerce-cart-form__contents th.product-thumbnail {
	width: 100px;
}

.woocommerce-cart-form__contents th.product-remove {
	width: 60px;
	text-align: center;
}

.woocommerce-cart-form__contents th.product-quantity {
	width: 120px;
}

/* Table Body */
.woocommerce-cart-form__contents tbody tr {
	border-bottom: 1px solid var(--hv-off-white);
	transition: background-color 0.3s ease;
}

.woocommerce-cart-form__contents tbody tr:hover {
	background: var(--hv-cream);
}

.woocommerce-cart-form__contents tbody tr:last-child {
	border-bottom: none;
}

.woocommerce-cart-form__contents td {
	padding: var(--hv-space-5) var(--hv-space-4);
	vertical-align: middle;
}

/* Product Thumbnail */
.woocommerce-cart-form__contents .product-thumbnail {
	text-align: center;
}

.woocommerce-cart-form__contents .product-thumbnail img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: var(--hv-radius-md);
	box-shadow: var(--hv-shadow-sm);
	transition: all 0.3s ease;
}

.woocommerce-cart-form__contents .product-thumbnail a:hover img {
	transform: scale(1.05);
	box-shadow: var(--hv-shadow-md);
}

/* Product Name */
.woocommerce-cart-form__contents .product-name {
	min-width: 200px;
}

.hv-cart-item__info {
	display: flex;
	flex-direction: column;
	gap: var(--hv-space-2);
}

.woocommerce-cart-form__contents .product-name a {
	color: var(--hv-charcoal);
	text-decoration: none;
	font-weight: 500;
	font-size: var(--hv-text-base);
	transition: color 0.3s ease;
	display: inline-block;
}

.woocommerce-cart-form__contents .product-name a:hover {
	color: var(--hv-gold-dark);
}

.woocommerce-cart-form__contents .product-name dl.variation {
	margin: var(--hv-space-2) 0 0;
	font-size: var(--hv-text-sm);
	color: var(--hv-text-light);
}

/* Product Price */
.woocommerce-cart-form__contents .product-price {
	font-weight: 500;
	font-size: var(--hv-text-base);
	color: var(--hv-charcoal);
}

.woocommerce-cart-form__contents .product-price .amount {
	color: var(--hv-gold-dark);
}

/* Product Quantity */
.woocommerce-cart-form__contents .product-quantity {
	text-align: center;
}

.woocommerce-cart-form__contents .quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--hv-silver);
	border-radius: var(--hv-radius-full);
	overflow: hidden;
	background: var(--hv-white);
}

.woocommerce-cart-form__contents .quantity input[type="number"] {
	width: 60px;
	padding: 0.5rem 0.75rem;
	border: none;
	text-align: center;
	font-weight: 500;
	-moz-appearance: textfield;
	appearance: textfield;
}

.woocommerce-cart-form__contents .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce-cart-form__contents .quantity input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-cart-form__contents .quantity input[type="number"]:focus {
	outline: none;
	background: var(--hv-cream);
}

/* Product Subtotal */
.woocommerce-cart-form__contents .product-subtotal {
	font-weight: 600;
	font-size: var(--hv-text-lg);
	color: var(--hv-charcoal);
}

.woocommerce-cart-form__contents .product-subtotal .amount {
	color: var(--hv-gold-dark);
}

/* Product Remove Button */
.woocommerce-cart-form__contents .product-remove {
	text-align: center;
}

.woocommerce-cart-form__contents .product-remove .remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: transparent;
	color: var(--hv-text-light);
	transition: all 0.3s ease;
	text-decoration: none;
}

.woocommerce-cart-form__contents .product-remove .remove:hover {
	background: #fff0f0;
	color: var(--hv-primary);
	transform: rotate(90deg);
}

/* Cart Actions Row */
.woocommerce-cart-form__contents .actions {
	background: var(--hv-cream);
	padding: var(--hv-space-6) var(--hv-space-5);
}

.woocommerce-cart-form__contents .actions > * {
	display: inline-block;
}

/* Coupon Section */
.woocommerce-cart-form__contents .coupon {
	display: inline-flex;
	gap: var(--hv-space-3);
	align-items: center;
	margin-inline-end: var(--hv-space-6);
}

.woocommerce-cart-form__contents .coupon input[type="text"] {
	padding: 0.75rem 1.25rem;
	border: 1px solid var(--hv-silver);
	border-radius: var(--hv-radius-full);
	font-size: var(--hv-text-sm);
	min-width: 200px;
	transition: all 0.3s ease;
}

.woocommerce-cart-form__contents .coupon input[type="text"]:focus {
	outline: none;
	border-color: var(--hv-lilac);
	box-shadow: 0 0 0 3px rgba(199, 178, 224, 0.2);
}

.woocommerce-cart-form__contents .coupon .button,
.woocommerce-cart-form__contents .actions > .button {
	padding: 0.75rem 1.5rem;
	background: var(--hv-charcoal);
	color: var(--hv-white);
	font-size: var(--hv-text-sm);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: none;
	border-radius: var(--hv-radius-full);
	cursor: pointer;
	transition: all 0.3s ease;
}

.woocommerce-cart-form__contents .coupon .button:hover,
.woocommerce-cart-form__contents .actions > .button:hover {
	background: var(--hv-gold-dark);
	transform: translateY(-2px);
	box-shadow: var(--hv-shadow-md);
}

/* Cart Collaterals (Totals Section) */
.cart-collaterals {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hv-space-6);
	max-width: 500px;
	margin-inline-start: auto;
}

/* Cart Totals Box */
.cart_totals {
	background: linear-gradient(135deg, var(--hv-cream) 0%, var(--hv-off-white) 100%);
	padding: var(--hv-space-7);
	border-radius: var(--hv-radius-lg);
	box-shadow: var(--hv-shadow-lg);
	border: 1px solid var(--hv-lilac);
}

.cart_totals h2 {
	font-size: var(--hv-text-2xl);
	font-weight: 500;
	margin-bottom: var(--hv-space-6);
	color: var(--hv-charcoal);
	padding-bottom: var(--hv-space-3);
	border-bottom: 2px solid var(--hv-lilac);
}

.cart_totals table {
	width: 100%;
	margin-bottom: var(--hv-space-5);
}

.cart_totals th,
.cart_totals td {
	padding: var(--hv-space-4) 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	text-align: start;
}

.cart_totals th {
	font-weight: 500;
	color: var(--hv-text-light);
	font-size: var(--hv-text-sm);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.cart_totals td {
	text-align: end;
	font-weight: 500;
	color: var(--hv-charcoal);
}

.cart_totals .order-total th,
.cart_totals .order-total td {
	font-size: var(--hv-text-xl);
	font-weight: 600;
	padding-top: var(--hv-space-5);
	border-bottom: none;
	color: var(--hv-gold-dark);
}

/* Proceed to Checkout Button */
.cart_totals .wc-proceed-to-checkout {
	margin-top: var(--hv-space-5);
}

.cart_totals .wc-proceed-to-checkout .checkout-button {
	display: block;
	width: 100%;
	padding: 1.25rem 2rem;
	text-align: center;
	background: var(--hv-charcoal);
	color: var(--hv-white);
	font-size: var(--hv-text-base);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border-radius: var(--hv-radius-full);
	text-decoration: none;
	transition: all 0.4s var(--hv-ease-out);
}

.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
	background: var(--hv-gold-dark);
	transform: translateY(-2px);
	box-shadow: var(--hv-shadow-lg), var(--hv-shadow-gold);
}

/* Checkout Form Enhancement */
.woocommerce-checkout .woocommerce-form-row input[type="text"],
.woocommerce-checkout .woocommerce-form-row input[type="email"],
.woocommerce-checkout .woocommerce-form-row input[type="tel"],
.woocommerce-checkout .woocommerce-form-row textarea,
.woocommerce-checkout .woocommerce-form-row select {
	width: 100%;
	padding: 1rem 1.25rem;
	border: 1px solid var(--hv-silver);
	border-radius: var(--hv-radius-md);
	font-size: var(--hv-text-base);
	transition: all 0.3s ease;
}

.woocommerce-checkout .woocommerce-form-row input:focus,
.woocommerce-checkout .woocommerce-form-row textarea:focus,
.woocommerce-checkout .woocommerce-form-row select:focus {
	outline: none;
	border-color: var(--hv-lilac);
	box-shadow: 0 0 0 3px rgba(199, 178, 224, 0.2);
}

.woocommerce-checkout label {
	display: block;
	font-size: var(--hv-text-sm);
	font-weight: 500;
	color: var(--hv-charcoal);
	margin-bottom: var(--hv-space-2);
}

.woocommerce-checkout #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem 3rem;
	background: var(--hv-charcoal);
	color: var(--hv-white);
	font-size: var(--hv-text-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border: none;
	border-radius: var(--hv-radius-full);
	cursor: pointer;
	transition: all 0.4s var(--hv-ease-out);
}

.woocommerce-checkout #place_order:hover {
	background: var(--hv-gold-dark);
	transform: translateY(-2px);
	box-shadow: var(--hv-shadow-lg), var(--hv-shadow-gold);
}

/* Mini Cart Widget */
.widget_shopping_cart {
	background: var(--hv-white);
	padding: var(--hv-space-5);
	border-radius: var(--hv-radius-lg);
	box-shadow: var(--hv-shadow-lg);
}

.widget_shopping_cart .mini_cart_item {
	display: flex;
	gap: var(--hv-space-3);
	padding: var(--hv-space-4) 0;
	border-bottom: 1px solid var(--hv-off-white);
}

.widget_shopping_cart .mini_cart_item:last-child {
	border-bottom: none;
}

.widget_shopping_cart .mini_cart_item img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: var(--hv-radius-sm);
}

.widget_shopping_cart .woocommerce-mini-cart__total {
	padding: var(--hv-space-4) 0;
	font-weight: 500;
	border-top: 1px solid var(--hv-off-white);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
	display: flex;
	gap: var(--hv-space-3);
	margin-top: var(--hv-space-4);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	flex: 1;
	padding: 0.75rem 1rem;
	text-align: center;
	font-size: var(--hv-text-xs);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: var(--hv-radius-full);
	text-decoration: none;
	transition: all 0.3s ease;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child {
	background: transparent;
	color: var(--hv-charcoal);
	border: 1px solid var(--hv-charcoal);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:last-child {
	background: var(--hv-charcoal);
	color: var(--hv-white);
}

/* Empty Cart State */
.woocommerce-cart .cart-empty {
	text-align: center;
	padding: var(--hv-section-padding-y) var(--hv-space-6);
	background: var(--hv-cream);
	border-radius: var(--hv-radius-lg);
	margin: var(--hv-space-8) 0;
}

.woocommerce-cart .cart-empty::before {
	content: "🛒";
	display: block;
	font-size: 5rem;
	margin-bottom: var(--hv-space-5);
	opacity: 0.4;
	animation: emptyCartFloat 3s ease-in-out infinite;
}

@keyframes emptyCartFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

.woocommerce-cart .cart-empty + .return-to-shop {
	text-align: center;
	margin-top: var(--hv-space-6);
}

.woocommerce-cart .return-to-shop .button {
	display: inline-flex;
	align-items: center;
	gap: var(--hv-space-2);
	padding: 1.25rem 2.5rem;
	background: var(--hv-charcoal);
	color: var(--hv-white);
	font-size: var(--hv-text-base);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border-radius: var(--hv-radius-full);
	text-decoration: none;
	transition: all 0.4s var(--hv-ease-out);
	position: relative;
	overflow: hidden;
}

.woocommerce-cart .return-to-shop .button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: var(--hv-gold-dark);
	transform: translate(-50%, -50%);
	transition: width 0.5s ease, height 0.5s ease;
	z-index: 0;
}

.woocommerce-cart .return-to-shop .button:hover::before {
	width: 300%;
	height: 300%;
}

.woocommerce-cart .return-to-shop .button:hover {
	transform: translateY(-3px);
	box-shadow: var(--hv-shadow-lg), var(--hv-shadow-gold);
}

.woocommerce-cart .return-to-shop .button span {
	position: relative;
	z-index: 1;
}

/* Cross-sells Section */
.cart-collaterals .cross-sells {
	margin-bottom: var(--hv-space-8);
}

.cart-collaterals .cross-sells h2 {
	font-size: var(--hv-text-2xl);
	font-weight: 500;
	margin-bottom: var(--hv-space-6);
	color: var(--hv-charcoal);
}

.cart-collaterals .cross-sells ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: var(--hv-space-5);
}

/* RTL Cart Styles */
.rtl .woocommerce-cart-form__contents th,
.rtl .woocommerce-cart-form__contents td {
	text-align: start;
}

.rtl .woocommerce-cart-form__contents th.product-remove,
.rtl .woocommerce-cart-form__contents .product-remove {
	text-align: center;
}

.rtl .cart_totals th {
	text-align: start;
}

.rtl .cart_totals td {
	text-align: start;
}

.rtl .woocommerce-cart-form__contents .coupon {
	margin-inline-start: var(--hv-space-6);
	margin-inline-end: 0;
}

/* Responsive Cart Styles */
@media (max-width: 768px) {
	.hv-cart-page {
		padding: var(--hv-space-5) var(--hv-space-4);
	}

	.hv-cart-table-wrapper {
		margin: 0 calc(var(--hv-space-4) * -1);
		border-radius: 0;
	}

	.woocommerce-cart-form__contents {
		min-width: auto;
		border-radius: 0;
	}

	.woocommerce-cart-form__contents thead {
		display: none;
	}

	.woocommerce-cart-form__contents tbody tr {
		display: grid;
		grid-template-columns: 80px 1fr;
		grid-template-areas:
			"thumb info"
			"thumb price"
			"thumb quantity"
			"thumb subtotal"
			"remove remove";
		gap: var(--hv-space-3);
		padding: var(--hv-space-5);
		border-bottom: 2px solid var(--hv-off-white);
	}

	.woocommerce-cart-form__contents .product-thumbnail {
		grid-area: thumb;
	}

	.woocommerce-cart-form__contents .product-name {
		grid-area: info;
		min-width: auto;
	}

	.woocommerce-cart-form__contents .product-price {
		grid-area: price;
	}

	.woocommerce-cart-form__contents .product-quantity {
		grid-area: quantity;
		text-align: start;
	}

	.woocommerce-cart-form__contents .product-subtotal {
		grid-area: subtotal;
	}

	.woocommerce-cart-form__contents .product-remove {
		grid-area: remove;
		text-align: end;
		padding-top: var(--hv-space-4);
		border-top: 1px solid var(--hv-off-white);
	}

	.woocommerce-cart-form__contents td {
		padding: 0;
	}

	.woocommerce-cart-form__contents td::before {
		content: attr(data-title) ": ";
		font-weight: 600;
		color: var(--hv-text-light);
		font-size: var(--hv-text-xs);
		text-transform: uppercase;
		letter-spacing: 0.05em;
		display: block;
		margin-bottom: var(--hv-space-1);
	}

	.woocommerce-cart-form__contents .product-thumbnail::before,
	.woocommerce-cart-form__contents .product-remove::before {
		display: none;
	}

	/* Actions Row on Mobile */
	.woocommerce-cart-form__contents .actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: var(--hv-space-4);
		padding: var(--hv-space-5);
	}

	.woocommerce-cart-form__contents .coupon {
		display: grid;
		grid-template-columns: 1fr auto;
		margin: 0;
	}

	.woocommerce-cart-form__contents .coupon input[type="text"] {
		min-width: auto;
	}

	/* Cart Totals on Mobile */
	.cart-collaterals {
		max-width: 100%;
		margin-top: var(--hv-space-6);
	}

	.cart_totals {
		padding: var(--hv-space-5);
	}

	.cart_totals h2 {
		font-size: var(--hv-text-xl);
	}
}

@media (max-width: 480px) {
	.woocommerce-cart-form__contents tbody tr {
		grid-template-columns: 1fr;
		grid-template-areas:
			"thumb"
			"info"
			"price"
			"quantity"
			"subtotal"
			"remove";
		text-align: center;
	}

	.woocommerce-cart-form__contents .product-thumbnail {
		text-align: center;
	}

	.woocommerce-cart-form__contents .product-thumbnail img {
		width: 120px;
		height: 120px;
	}

	.woocommerce-cart-form__contents .product-quantity {
		text-align: center;
	}

	.woocommerce-cart-form__contents .coupon {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart-form__contents .coupon .button,
	.woocommerce-cart-form__contents .actions > .button {
		width: 100%;
	}
}

/* Product Price Animation on Hover */
.hv-product-card:hover .hv-product-card__price {
	color: var(--hv-gold-dark);
}

/* Loading Skeleton */
.hv-skeleton {
	background: linear-gradient(90deg, var(--hv-off-white, #f5f4f2) 25%, var(--hv-cream, #faf9f7) 50%, var(--hv-off-white, #f5f4f2) 75%);
	background-size: 200% 100%;
	animation: hvSkeletonLoading 1.5s ease-in-out infinite;
	border-radius: var(--hv-radius-md, 8px);
}

@keyframes hvSkeletonLoading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

/* Service Card Skeleton */
.hv-service-card--skeleton {
	min-height: 320px;
}

.hv-service-card--skeleton .hv-service-card__icon,
.hv-service-card--skeleton .hv-service-card__title,
.hv-service-card--skeleton .hv-service-card__desc {
	background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
	background-size: 200% 100%;
	animation: hvSkeletonLoading 1.5s ease-in-out infinite;
}

.hv-service-card--skeleton .hv-service-card__icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin: 0 auto 28px auto;
}

.hv-service-card--skeleton .hv-service-card__title {
	width: 80%;
	height: 28px;
	border-radius: 4px;
	margin: 0 auto 16px auto;
}

.hv-service-card--skeleton .hv-service-card__desc {
	width: 100%;
	height: 60px;
	border-radius: 4px;
	margin: 0 auto;
}

/* Artist Card Skeleton */
.hv-artist-card--skeleton {
	text-align: center;
}

.hv-artist-card--skeleton .hv-artist-card__portrait,
.hv-artist-card--skeleton .hv-artist-card__name,
.hv-artist-card--skeleton .hv-artist-card__discipline {
	background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
	background-size: 200% 100%;
	animation: hvSkeletonLoading 1.5s ease-in-out infinite;
}

.hv-artist-card--skeleton .hv-artist-card__portrait {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto 16px auto;
}

.hv-artist-card--skeleton .hv-artist-card__name {
	width: 70%;
	height: 20px;
	border-radius: 4px;
	margin: 0 auto 8px auto;
}

.hv-artist-card--skeleton .hv-artist-card__discipline {
	width: 50%;
	height: 16px;
	border-radius: 4px;
	margin: 0 auto;
}

@keyframes hvSkeletonLoading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

/* Section Header for Shop */
.hv-section-header {
	margin-bottom: var(--hv-space-8);
}

.hv-section-header .hv-overline {
	display: block;
	margin-bottom: var(--hv-space-3);
}

/* Empty States */
.hv-empty-state {
	text-align: center;
	padding: 80px 40px;
	max-width: 600px;
	margin: 0 auto;
}

.hv-empty-state__icon {
	font-size: 4rem;
	margin-bottom: 24px;
	opacity: 0.5;
}

.hv-empty-state__title {
	font-family: "Heebo", sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	color: var(--hv-petrol);
	margin-bottom: 12px;
}

.hv-empty-state__message {
	font-size: 1rem;
	color: var(--hv-stone);
	line-height: 1.7;
	margin-bottom: 32px;
}

/* Print Styles for Orders */
@media print {
	.hv-header,
	.hv-footer,
	.hv-shop-cta,
	.hv-breadcrumbs {
		display: none !important;
	}

	.hv-product-card {
		break-inside: avoid;
		box-shadow: none !important;
		border: 1px solid #ddd;
	}
}
/**
 * ==========================================
 * HAND AND VISION - DESIGN REFINEMENTS
 * Perfectionist UI/UX Polish Layer
 * ==========================================
 *
 * This file contains micro-level refinements for a premium,
 * gallery-quality user experience.
 *
 * @package HandAndVision
 * @version 2.0.0
 */

/* ==========================================================================
   1. REFINED CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ========================================================================== */

/* Design tokens — consolidated in :root at top of file */

/* ==========================================================================
   2. REFINED TYPOGRAPHY
   ========================================================================== */

/* Headings - Refined weight and spacing */
.hv-display {
	font-weight: 100 !important;
	letter-spacing: var(--hv-tracking-widest) !important;
	line-height: var(--hv-leading-tight) !important;
}

.hv-headline-1 {
	font-weight: 200 !important;
	letter-spacing: var(--hv-tracking-tight) !important;
	line-height: var(--hv-leading-tight) !important;
}

.hv-headline-2 {
	font-weight: 300 !important;
	letter-spacing: var(--hv-tracking-tight) !important;
	line-height: var(--hv-leading-snug) !important;
}

.hv-headline-3 {
	font-weight: 400 !important;
	letter-spacing: var(--hv-tracking-normal) !important;
	line-height: var(--hv-leading-snug) !important;
}

/* Body text refinements */
p,
.hv-body {
	letter-spacing: 0.01em;
	line-height: var(--hv-leading-relaxed);
}

/* Overline text - more refined */
.hv-overline {
	font-size: 0.6875rem !important; /* 11px - slightly smaller */
	font-weight: 500 !important;
	letter-spacing: var(--hv-tracking-ultra) !important;
	text-transform: uppercase !important;
	opacity: 0.85;
}

/* Intro statement - more elegant */
.hv-intro-statement {
	font-size: clamp(1.25rem, 3vw, 1.5rem) !important;
	font-weight: 300 !important;
	line-height: var(--hv-leading-loose) !important;
	letter-spacing: 0.02em !important;
	color: var(--hv-slate) !important;
}

/* ==========================================================================
   4. REFINED CARD COMPONENTS
   ========================================================================== */

/* Service cards - elevated effect */
.hv-service-card {
	background: var(--hv-white) !important;
	border-radius: var(--hv-radius-xl) !important;
	box-shadow: var(--hv-shadow-soft) !important;
	border: 1px solid rgba(0, 0, 0, 0.03) !important;
	transition: transform var(--hv-duration-normal) var(--hv-ease-premium), box-shadow var(--hv-duration-normal) var(--hv-ease-out), border-color var(--hv-duration-normal) var(--hv-ease-out) !important;
}

.hv-service-card:hover {
	transform: translateY(-8px) scale(1.01) !important;
	box-shadow: var(--hv-shadow-elevated) !important;
	border-color: var(--hv-lilac-soft) !important;
}

/* Service card icon - refined pulse effect */
.hv-service-card__icon {
	width: 64px !important;
	height: 64px !important;
	background: linear-gradient(135deg, var(--hv-lilac-soft), var(--hv-purple-soft)) !important;
	border-radius: var(--hv-radius-lg) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 1.75rem !important;
	color: var(--hv-lilac) !important;
	transition: transform var(--hv-duration-normal) var(--hv-ease-bounce), box-shadow var(--hv-duration-normal) var(--hv-ease-out) !important;
	box-shadow: var(--hv-shadow-soft) !important;
}

.hv-service-card:hover .hv-service-card__icon {
	transform: scale(1.08) rotate(3deg) !important;
	box-shadow: var(--hv-shadow-lilac) !important;
}

/* Artist cards - refined portrait */
.hv-artist-card {
	transition: transform var(--hv-duration-normal) var(--hv-ease-premium) !important;
}

.hv-artist-card:hover {
	transform: translateY(-4px) !important;
}

.hv-artist-card__portrait {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 0 3px transparent !important;
	transition: box-shadow var(--hv-duration-normal) var(--hv-ease-out), transform var(--hv-duration-slow) var(--hv-ease-premium) !important;
	border: 3px solid transparent !important;
}

.hv-artist-card:hover .hv-artist-card__portrait {
	box-shadow: 0 12px 36px rgba(199, 178, 224, 0.25), 0 0 0 3px var(--hv-lilac-soft) !important;
	transform: scale(1.02) !important;
	border-color: rgba(199, 178, 224, 0.15) !important;
}

.hv-artist-card__portrait img {
	transition: transform var(--hv-duration-slower) var(--hv-ease-premium) !important;
}

.hv-artist-card:hover .hv-artist-card__portrait img {
	transform: scale(1.08) !important;
}

/* ==========================================================================
   5. REFINED GALLERY SYSTEM
   ========================================================================== */

/* Gallery mosaic items */
.hv-gallery-mosaic__item {
	border-radius: var(--hv-radius-sm) !important;
	box-shadow: var(--hv-shadow-subtle) !important;
	transition: transform var(--hv-duration-normal) var(--hv-ease-premium), box-shadow var(--hv-duration-normal) var(--hv-ease-out) !important;
}

.hv-gallery-mosaic__item:hover {
	transform: translateY(-4px) scale(1.005) !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.08) !important;
}

.hv-gallery-mosaic__item img {
	transition: transform var(--hv-duration-elegant) var(--hv-ease-premium), filter var(--hv-duration-normal) var(--hv-ease-out) !important;
	filter: brightness(0.96) saturate(1.02);
}

.hv-gallery-mosaic__item:hover img {
	transform: scale(1.06) !important;
	filter: brightness(1) saturate(1.05);
}

/* Gallery overlay - more elegant gradient */
.hv-gallery-mosaic__overlay {
	background: linear-gradient(to top, rgba(13, 13, 13, 0.92) 0%, rgba(13, 13, 13, 0.5) 35%, rgba(13, 13, 13, 0.15) 60%, transparent 100%) !important;
	padding: 28px !important;
	backdrop-filter: blur(1px);
}

/* Gallery text animations */
.hv-gallery-mosaic__title {
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hv-gallery-mosaic__artist {
	font-weight: 400 !important;
	letter-spacing: var(--hv-tracking-wide) !important;
	opacity: 0.85;
}

/* ==========================================================================
   6. REFINED HEADER
   ========================================================================== */

/* Header backdrop - more elegant blur */
.hv-header::before {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%) !important;
	backdrop-filter: blur(24px) saturate(1.2) !important;
	-webkit-backdrop-filter: blur(24px) saturate(1.2) !important;
}

/* Navigation links - refined hover */
.hv-nav-menu li a {
	position: relative !important;
	padding: 8px 0 !important;
}

.hv-nav-menu li a::after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--hv-lilac);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--hv-duration-normal) var(--hv-ease-out);
}

.hv-nav-menu li a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

/* Language switcher refinement */
.hv-lang-link {
	padding: 6px 10px !important;
	border-radius: var(--hv-radius-sm) !important;
	transition: color var(--hv-duration-fast) var(--hv-ease-out), background var(--hv-duration-fast) var(--hv-ease-out) !important;
}

.hv-lang-link:hover {
	background: var(--hv-snow) !important;
}

.hv-lang-link.active {
	background: var(--hv-lilac-soft) !important;
	font-weight: 500 !important;
}

/* ==========================================================================
   7. REFINED FOOTER
   ========================================================================== */

.hv-footer {
	background: linear-gradient(180deg, var(--hv-charcoal) 0%, var(--hv-black) 100%) !important;
	border-top: none !important;
}

.hv-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, var(--hv-lilac) 25%, var(--hv-purple) 50%, var(--hv-blue) 75%, transparent 100%);
	opacity: 0.4;
}

.hv-footer__logo {
	font-weight: 200 !important;
	letter-spacing: var(--hv-tracking-widest) !important;
	opacity: 0.95;
}

.hv-footer__heading {
	font-size: 0.75rem !important;
	letter-spacing: var(--hv-tracking-wider) !important;
	color: var(--hv-platinum) !important;
	margin-bottom: 24px !important;
}

.hv-footer__links a {
	position: relative !important;
	transition: color var(--hv-duration-fast) var(--hv-ease-out), transform var(--hv-duration-fast) var(--hv-ease-out) !important;
	display: inline-block !important;
}

.hv-footer__links a:hover {
	color: var(--hv-lilac) !important;
	transform: translateX(4px);
}

html[dir="rtl"] .hv-footer__links a:hover {
	transform: translateX(-4px);
}

/* Social links - refined */
.hv-social-link--dark {
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	transition: background var(--hv-duration-fast) var(--hv-ease-out), border-color var(--hv-duration-fast) var(--hv-ease-out), transform var(--hv-duration-fast) var(--hv-ease-out),
		color var(--hv-duration-fast) var(--hv-ease-out) !important;
}

.hv-social-link--dark:hover {
	background: var(--hv-lilac) !important;
	border-color: var(--hv-lilac) !important;
	transform: translateY(-2px) !important;
	color: var(--hv-white) !important;
}

/* ==========================================================================
   8. REFINED FORMS
   ========================================================================== */

/* Input fields */
.hv-contact-form input[type="text"],
.hv-contact-form input[type="email"],
.hv-contact-form input[type="tel"],
.hv-contact-form select,
.hv-form-input,
.hv-form-select,
.hv-contact-form textarea {
	border: 1.5px solid var(--hv-pearl) !important;
	border-radius: var(--hv-radius-md) !important;
	padding: 16px 20px !important;
	font-size: 1rem !important;
	background: var(--hv-white) !important;
	transition: border-color var(--hv-duration-fast) var(--hv-ease-out), box-shadow var(--hv-duration-fast) var(--hv-ease-out), background var(--hv-duration-fast) var(--hv-ease-out) !important;
}

.hv-contact-form input:hover,
.hv-contact-form select:hover,
.hv-contact-form textarea:hover {
	border-color: var(--hv-silver) !important;
}

.hv-contact-form input:focus,
.hv-contact-form select:focus,
.hv-form-input:focus,
.hv-form-select:focus,
.hv-contact-form textarea:focus {
	border-color: var(--hv-lilac) !important;
	box-shadow: 0 0 0 4px var(--hv-lilac-soft), var(--hv-shadow-soft) !important;
	background: var(--hv-white) !important;
	outline: none !important;
}

/* Form labels */
.hv-contact-form label,
.hv-form-label {
	font-size: 0.75rem !important;
	font-weight: 500 !important;
	letter-spacing: var(--hv-tracking-wide) !important;
	color: var(--hv-slate) !important;
	margin-bottom: 10px !important;
}

/* Submit button enhancement */
.hv-contact-form input[type="submit"],
.hv-contact-form button[type="submit"],
.hv-form-submit {
	font-weight: 500 !important;
	letter-spacing: var(--hv-tracking-wider) !important;
	padding: 18px 48px !important;
	border-radius: var(--hv-radius-md) !important;
	background: linear-gradient(135deg, var(--hv-charcoal) 0%, var(--hv-graphite) 100%) !important;
	box-shadow: var(--hv-shadow-medium) !important;
	transition: transform var(--hv-duration-fast) var(--hv-ease-out), box-shadow var(--hv-duration-normal) var(--hv-ease-out), background var(--hv-duration-normal) var(--hv-ease-out) !important;
}

.hv-contact-form input[type="submit"]:hover,
.hv-contact-form button[type="submit"]:hover,
.hv-form-submit:hover {
	transform: translateY(-2px) !important;
	box-shadow: var(--hv-shadow-elevated) !important;
	background: linear-gradient(135deg, var(--hv-lilac) 0%, var(--hv-purple) 100%) !important;
}

/* ==========================================================================
   9. REFINED SECTIONS
   ========================================================================== */

/* Section backgrounds with subtle texture */
/* Section backgrounds with subtle texture */
.hv-section--cream {
	background: linear-gradient(135deg, var(--hv-cream) 0%, var(--hv-warm-cream) 100%),
		url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E") !important;
}

/* Section headers - refined spacing */
.hv-section-header {
	margin-bottom: var(--hv-space-7) !important;
}

.hv-section-header .hv-overline {
	margin-bottom: 16px !important;
}

.hv-section-header .hv-headline-2 {
	margin-bottom: 0 !important;
}

/* Divider - more elegant */
.hv-divider {
	width: 48px !important;
	height: 2px !important;
	background: linear-gradient(90deg, var(--hv-lilac), var(--hv-purple)) !important;
	border-radius: 1px !important;
	margin: 48px auto !important;
	opacity: 0.6;
}

/* ==========================================================================
   10. CTA SECTION REFINEMENT
   ========================================================================== */

.hv-cta-section {
	padding: clamp(64px, 9vw, 120px) 24px !important;
	position: relative !important;
	overflow: hidden !important;
}

.hv-cta-section::before {
	content: "";
	position: absolute;
	top: 50%;
	inset-inline-start: 50%;
	width: min(800px, 120vw);
	height: min(800px, 120vw);
	background: radial-gradient(circle, var(--hv-lilac-soft) 0%, transparent 70%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
}

.hv-cta-section .hv-headline-2 {
	font-size: clamp(2rem, 5vw, 3.5rem) !important;
	font-weight: 200 !important;
	letter-spacing: var(--hv-tracking-tight) !important;
	color: var(--hv-petrol) !important;
	margin-bottom: 16px !important;
}

.hv-cta-section .hv-cta-text {
	font-size: clamp(1rem, 2vw, 1.125rem) !important;
	color: var(--hv-slate) !important;
	margin-bottom: 28px !important;
	font-weight: 300 !important;
}

/* ==========================================================================
   11. HERO SECTION REFINEMENTS
   ========================================================================== */

/* Video hero overlay - premium gradient */
.hv-hero-video__overlay {
	background: radial-gradient(ellipse at center top, rgba(36, 77, 103, 0.65) 0%, rgba(26, 26, 26, 0.85) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
}

/* Hero title animation refinement */
.hv-hero-video .hv-display,
.hv-hero-video .hv-hero-title-v2 {
	color: var(--hv-white) !important;
	-webkit-text-fill-color: var(--hv-white) !important;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 0 60px rgba(199, 178, 224, 0.15) !important;
}

/* Hero subtitle - collective */
.hv-hero-subtitle-v2 {
	font-weight: 200 !important;
	letter-spacing: 0.6em !important;
	opacity: 0.8;
	text-transform: lowercase !important;
}

/* Scroll indicator refinement */
.hv-hero-video__scroll {
	opacity: 0.6;
	transition: opacity var(--hv-duration-normal) var(--hv-ease-out), color var(--hv-duration-normal) var(--hv-ease-out) !important;
}

.hv-hero-video__scroll:hover {
	opacity: 1;
	color: var(--hv-white) !important;
}

/* ==========================================================================
   12. LIGHTBOX REFINEMENTS
   ========================================================================== */

.hv-lightbox-overlay {
	background: rgba(0, 0, 0, 0.96) !important;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.hv-lightbox-close {
	width: 48px !important;
	height: 48px !important;
	border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
	background: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: background var(--hv-duration-fast) var(--hv-ease-out), border-color var(--hv-duration-fast) var(--hv-ease-out), transform var(--hv-duration-normal) var(--hv-ease-out) !important;
}

.hv-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
	transform: rotate(90deg) !important;
}

.hv-lightbox-nav {
	width: 56px !important;
	height: 56px !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	background: rgba(255, 255, 255, 0.06) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: background var(--hv-duration-fast) var(--hv-ease-out), border-color var(--hv-duration-fast) var(--hv-ease-out), transform var(--hv-duration-fast) var(--hv-ease-out) !important;
}

.hv-lightbox-nav:hover {
	background: rgba(255, 255, 255, 0.15) !important;
	border-color: rgba(255, 255, 255, 0.4) !important;
	transform: translateY(-50%) scale(1.05) !important;
}

/* ==========================================================================
   13. ACCESSIBILITY REFINEMENTS
   ========================================================================== */

/* Skip link */
.skip-link:focus {
	background: var(--hv-charcoal) !important;
	color: var(--hv-white) !important;
	padding: 12px 24px !important;
	border-radius: var(--hv-radius-md) !important;
	box-shadow: var(--hv-shadow-elevated) !important;
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	.hv-hero-video .hv-display,
	.hv-hero-video .hv-hero-title-v2,
	.hv-hero-video .hv-subtitle,
	.hv-hero-subtitle-v2,
	.hv-hero-video .hv-overline,
	.hv-hero-video .hv-overline .hv-word-1,
	.hv-hero-video .hv-overline .hv-word-2,
	.hv-hero-video .hv-overline .hv-word-3,
	.hv-hero-video__content--center,
	.hv-hero-video__actions {
		opacity: 1 !important;
		animation: none !important;
		transform: none !important;
	}
	.hv-reveal,
	.hv-reveal.revealed,
	.hv-stagger > *,
	.hv-stagger.revealed > * {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
	}
}

/* ==========================================================================
   14. MICRO-INTERACTIONS
   ========================================================================== */

/* Image loading placeholder */
.hv-img-loading {
	background: linear-gradient(90deg, var(--hv-pearl) 0%, var(--hv-snow) 50%, var(--hv-pearl) 100%);
	background-size: 200% 100%;
	animation: hv-shimmer 1.5s ease-in-out infinite;
}

@keyframes hv-shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}

/* Scroll reveal animations - hidden only when .hv-js-ready; default visible for no-JS */
.hv-js-ready .hv-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity var(--hv-duration-slower) var(--hv-ease-out), transform var(--hv-duration-slower) var(--hv-ease-premium);
}
.hv-js-ready .hv-reveal.revealed {
	opacity: 1;
	transform: translateY(0);
}

.hv-js-ready .hv-stagger > * {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity var(--hv-duration-normal) var(--hv-ease-out), transform var(--hv-duration-normal) var(--hv-ease-premium);
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(1) {
	transition-delay: 0ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(2) {
	transition-delay: 50ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(3) {
	transition-delay: 100ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(4) {
	transition-delay: 150ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(5) {
	transition-delay: 200ms;
}
.hv-js-ready .hv-stagger.revealed > *:nth-child(6) {
	transition-delay: 250ms;
}
.hv-js-ready .hv-stagger.revealed > * {
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================================
   15. MOBILE REFINEMENTS
   ========================================================================== */

@media (max-width: 768px) {
	/* Touch-friendly padding */
	.hv-btn {
		padding: 16px 32px !important;
		min-height: 48px;
	}

	/* Larger touch targets */
	.hv-nav-menu li a,
	.hv-footer__links a {
		min-height: 44px;
		display: flex;
		align-items: center;
	}

	/* Reduce shadow intensity on mobile */
	:root {
		--hv-shadow-medium: 0 3px 12px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.03);
		--hv-shadow-large: 0 6px 24px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.04);
	}

	/* Simplified animations */
	.hv-service-card:hover,
	.hv-artist-card:hover,
	.hv-gallery-mosaic__item:hover {
		transform: none !important;
	}
}

/* ==========================================================================
   16. PRINT STYLES
   ========================================================================== */

@media print {
	.hv-header,
	.hv-footer,
	.hv-hero-video__scroll,
	.hv-btn,
	.hv-lightbox-overlay {
		display: none !important;
	}

	body {
		font-size: 12pt;
		line-height: 1.4;
		color: #000;
		background: #fff;
	}

	.hv-hero-video {
		height: auto;
		min-height: auto;
		background: var(--hv-snow);
	}
}

/* ==========================================================================
   17. SELECTION STYLES
   ========================================================================== */

::selection {
	background: var(--hv-lilac) !important;
	color: var(--hv-white) !important;
}

::-moz-selection {
	background: var(--hv-lilac) !important;
	color: var(--hv-white) !important;
}

/* ==========================================================================
   18. SCROLLBAR STYLING
   ========================================================================== */

/* Custom scrollbar for webkit browsers */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: var(--hv-snow);
}

::-webkit-scrollbar-thumb {
	background: var(--hv-platinum);
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--hv-silver);
}

/* Firefox scrollbar */
* {
	scrollbar-width: thin;
	scrollbar-color: var(--hv-platinum) var(--hv-snow);
}

/* ==========================================================================
   MANUAL MERGE FROM REFINEMENTS (User Request)
   ========================================================================== */

/* ==========================================================================
   13. STORE & ARCHIVE REFINEMENTS
   ========================================================================== */

.hv-shop-subtitle {
	margin: var(--hv-space-5) auto 0;
	max-width: 650px;
	color: var(--hv-slate);
	font-weight: 300;
	line-height: var(--hv-leading-loose);
}

/* Ensure consolidated Artist Card Grid works perfectly */
.hv-artists-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 40px;
	width: 100%;
}

@media (max-width: 768px) {
	.hv-artists-grid {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: 24px;
	}
}

/* Fix for artist card placeholder in archives */
.hv-artist-card__placeholder {
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
}

/* Service Archive Refinements */
.hv-service-intro-text {
	margin: var(--hv-space-5) auto 0;
	max-width: 650px;
}

.hv-cta-subtitle {
	margin: var(--hv-space-5) auto var(--hv-space-7);
	max-width: 550px;
}

/* Services Grid Layout */
.hv-services-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	width: 100%;
}

@media (max-width: 1200px) {
	.hv-services-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.hv-services-cards {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

/* Service Card Placeholder Variants */
.hv-service-card__placeholder {
	width: 100%;
	height: 100%;
	min-height: 240px;
	position: absolute;
	inset: 0;
	background-color: var(--hv-cream);
}

.hv-service-card__placeholder--1 {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 100%);
}
.hv-service-card__placeholder--2 {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 100%);
}
.hv-service-card__placeholder--3 {
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-platinum) 100%);
}
.hv-service-card__placeholder--4 {
	background: linear-gradient(135deg, var(--hv-pink) 0%, var(--hv-pink) 100%);
}

.hv-shop-link-wrapper {
	margin-top: var(--hv-space-9);
}

/* ==========================================
   BREADCRUMBS INTEGRATION
   ========================================== */

/* Make hero containers relative to support absolute breadcrumbs */
.hv-shop-hero .hv-container,
.hv-artist-hero .hv-container,
.hv-service-hero .hv-container,
.hv-page-hero .hv-container,
.hv-product-main .hv-container,
.hv-gallery-hero {
	position: relative !important;
}

/* Position exactly at top-start of the container with no visual clutter */
.hv-breadcrumbs {
	position: absolute !important;
	top: 20px !important;
	inset-inline-start: 15px !important;
	z-index: 20;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Remove decorative elements */
.hv-breadcrumbs::before,
.hv-breadcrumbs::after {
	display: none !important;
}

.hv-breadcrumb-trail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-family: "Inter", "Heebo", sans-serif;
	font-size: 0.7rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: inherit;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.hv-breadcrumb-trail:hover {
	opacity: 1;
}

.hv-breadcrumb-item {
	color: inherit;
	text-decoration: none !important;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	border: none !important;
	background: transparent !important;
	padding: 0;
}

.hv-breadcrumb-item:hover {
	opacity: 1;
}

/* Remove all underlines and pseudo-effects */
.hv-breadcrumb-item::before,
.hv-breadcrumb-item::after,
.hv-breadcrumb-home::before,
.hv-breadcrumb-home::after,
.hv-breadcrumb-current::before,
.hv-breadcrumb-current::after {
	display: none !important;
}

.hv-breadcrumb-separator {
	width: 12px;
	height: 12px;
	opacity: 0.4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hv-breadcrumb-current {
	font-weight: 500;
	opacity: 1;
	cursor: default;
	color: inherit;
}

/* Context-Specific Styling */

/* Service Hero typically has dark overlay */
.hv-service-hero .hv-breadcrumb-trail {
	color: var(--hv-white);
	opacity: 0.8;
}

/* Product Single - Align with layout */
.hv-single-product .hv-breadcrumbs {
	top: 0;
}

.hv-shop-hero__content,
.hv-artist-hero__grid,
.hv-service-hero__content {
	padding-top: 0 !important;
}

/* Gallery Archive specific - ensure alignment with container start */
.hv-gallery-hero .hv-breadcrumbs {
	inset-inline-start: 20px !important; /* Match container padding equivalent */
}
/* Note: gallery hero might not have standard container, so we position relative to section */
.hv-gallery-hero {
	position: relative !important;
}

/* ==========================================
   RESTORED / MISSING COMPONENTS (ARTIST & SERVICES)
   ========================================== */

/* --- Animations --- */
.hv-js-ready .hv-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hv-js-ready .hv-reveal.revealed,
.hv-js-ready .hv-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.hv-js-ready .hv-stagger > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.hv-js-ready .hv-stagger.revealed > *,
.hv-js-ready .hv-stagger.is-visible > * {
	opacity: 1;
	transform: translateY(0);
}

/* --- Artists Archive --- */
.hv-artists-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-top: 40px;
}

@media (max-width: 1024px) {
	.hv-artists-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.hv-artists-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media (max-width: 480px) {
	.hv-artists-grid {
		grid-template-columns: 1fr;
	}
}

.hv-artist-card {
	position: relative;
	display: block;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.hv-artist-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.hv-artist-card__portrait {
	position: relative;
	width: 100%;
	aspect-ratio: 4/5;
	overflow: hidden;
	margin-bottom: 24px;
	background-color: #f0f0f0;
}

.hv-artist-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hv-artist-card:hover .hv-artist-card__img {
	transform: scale(1.05);
}

.hv-artist-card__info {
	text-align: center;
}

.hv-artist-card__name {
	font-family: var(--hv-font-heading, "Heebo", sans-serif);
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 0 0 8px 0;
	color: var(--hv-petrol);
}

.hv-artist-card__discipline {
	font-family: var(--hv-font-body, "Heebo", sans-serif);
	font-size: 0.875rem;
	color: var(--hv-stone);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.hv-artist-hero {
	padding: 24px 0 80px;
	background: #fff;
	min-height: 80vh;
	display: flex;
	align-items: center;
}

.hv-artist-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

@media (max-width: 900px) {
	.hv-artist-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.hv-artist-hero {
		padding: 24px 0 60px;
	}
}

.hv-artist-hero__portrait img {
	width: 100%;
	height: auto;
	max-height: 80vh;
	object-fit: cover;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.hv-artist-hero__placeholder {
	width: 100%;
	aspect-ratio: 4/5;
	background: linear-gradient(135deg, var(--hv-pearl) 0%, var(--hv-pearl) 100%);
}

.hv-artist-hero__content {
	max-width: 600px;
}

.hv-artist-hero__bio {
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--hv-slate);
	margin-bottom: 32px;
}

.hv-artist-hero__social {
	display: flex;
	gap: 16px;
}

.hv-social-link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--hv-snow);
	color: var(--hv-petrol);
	transition: all 0.3s ease;
}

.hv-social-link:hover {
	background: var(--brand-gold, var(--hv-lilac));
	color: var(--hv-white);
	transform: translateY(-3px);
}

/* --- Artist Gallery Works Section --- */
.hv-artist-gallery-works {
	background: var(--hv-cream, var(--hv-cream));
}

.hv-artist-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 40px;
}

.hv-artist-gallery__item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: var(--hv-charcoal);
	opacity: 1;
	transform: none;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-out, box-shadow 0.4s ease;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.hv-artist-gallery__item.revealed,
.hv-stagger.revealed .hv-artist-gallery__item,
.hv-stagger.is-visible .hv-artist-gallery__item {
	opacity: 1;
	transform: translateY(0);
	transition-delay: var(--stagger-delay, 0s);
}

.hv-artist-gallery__item:hover {
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
	transform: translateY(-6px);
	z-index: 2;
}

/* Featured item - larger span */
.hv-artist-gallery__item--featured {
	grid-column: span 2;
	grid-row: span 2;
}

/* Wide item variant */
.hv-artist-gallery__item--wide {
	grid-column: span 2;
}

.hv-artist-gallery__link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.hv-artist-gallery__media {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hv-artist-gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 260px;
	transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hv-artist-gallery__item--featured .hv-artist-gallery__img {
	min-height: 540px;
}

.hv-artist-gallery__item--wide .hv-artist-gallery__img {
	min-height: 280px;
}

.hv-artist-gallery__item:hover .hv-artist-gallery__img {
	transform: scale(1.08);
}

.hv-artist-gallery__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.hv-artist-gallery__item:hover .hv-artist-gallery__overlay {
	opacity: 1;
}

.hv-artist-gallery__title {
	color: var(--hv-white);
	font-family: var(--hv-font-heading, "Heebo", sans-serif);
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0 0 6px;
	letter-spacing: 0.03em;
	transform: translateY(12px);
	transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hv-artist-gallery__item--featured .hv-artist-gallery__title {
	font-size: 1.6rem;
}

.hv-artist-gallery__item:hover .hv-artist-gallery__title {
	transform: translateY(0);
}

.hv-artist-gallery__meta {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.85rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transform: translateY(10px);
	opacity: 0;
	transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 0.05s, opacity 0.4s ease 0.05s;
}

.hv-artist-gallery__item:hover .hv-artist-gallery__meta {
	transform: translateY(0);
	opacity: 1;
}

.hv-artist-gallery__zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.7);
	opacity: 0;
	color: rgba(255, 255, 255, 0.95);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease;
	pointer-events: none;
}

.hv-artist-gallery__item:hover .hv-artist-gallery__zoom {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
	.hv-artist-gallery__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.hv-artist-gallery__item--featured {
		grid-column: span 2;
		grid-row: span 1;
	}

	.hv-artist-gallery__item--wide {
		grid-column: span 2;
	}

	.hv-artist-gallery__item--featured .hv-artist-gallery__img {
		min-height: 360px;
	}
}

/* Mobile Responsive */
@media (max-width: 600px) {
	.hv-artist-gallery__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.hv-artist-gallery__item,
	.hv-artist-gallery__item--featured,
	.hv-artist-gallery__item--wide {
		grid-column: span 1;
		grid-row: span 1;
	}

	.hv-artist-gallery__img,
	.hv-artist-gallery__item--featured .hv-artist-gallery__img,
	.hv-artist-gallery__item--wide .hv-artist-gallery__img {
		min-height: 280px;
	}

	.hv-artist-gallery__overlay {
		opacity: 1;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 80%);
		padding: 20px;
	}

	.hv-artist-gallery__title,
	.hv-artist-gallery__meta {
		transform: translateY(0);
		opacity: 1;
	}

	.hv-artist-gallery__zoom {
		display: none;
	}
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
	.hv-artist-gallery__overlay {
		opacity: 1;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
	}

	.hv-artist-gallery__title,
	.hv-artist-gallery__meta {
		transform: translateY(0);
		opacity: 1;
	}

	.hv-artist-gallery__zoom {
		display: none;
	}
}

/* --- Single Service Hero --- */
.hv-service-hero {
	position: relative;
	height: 60vh;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--hv-charcoal);
	color: var(--hv-white);
}

.hv-service-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hv-service-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-service-hero__gradient {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--hv-graphite) 0%, #1a1a1a 100%);
}

.hv-service-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
}

.hv-service-hero__content {
	position: relative;
	z-index: 3;
	width: 100%;
}

.hv-service-hero .hv-headline-1 {
	color: var(--hv-white);
	margin-bottom: 1rem;
}

/* Features Grid */
.hv-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 40px;
}
@media (max-width: 900px) {
	.hv-features-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.hv-features-grid {
		grid-template-columns: 1fr;
	}
}

.hv-feature-item {
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
	transition: transform 0.3s ease;
}
.hv-feature-item:hover {
	transform: translateY(-5px);
}

.hv-feature-item__number {
	display: block;
	font-size: 2rem;
	font-weight: 300;
	color: var(--brand-gold, var(--hv-lilac));
	margin-bottom: 15px;
	font-family: var(--hv-font-heading);
}

.hv-feature-item__text {
	font-size: 1rem;
	color: var(--hv-slate);
	line-height: 1.6;
}

/* ========================================================================
   SERVICE ARCHIVE & SINGLE - PREMIUM REFACTOR
   ======================================================================== */

/* Service Archive Hero */
.hv-service-hero-archive {
	position: relative;
	background: linear-gradient(135deg, var(--hv-cream) 0%, #ffffff 100%);
	padding: 180px 0 120px;
}

.hv-service-hero-archive__inner {
	position: relative;
	z-index: 2;
}

.hv-service-hero-archive__content {
	max-width: 900px;
	margin: 40px auto 0;
	text-align: center;
}

.hv-service-hero-archive__label {
	font-family: "Heebo", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-silver);
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.hv-service-hero-archive__title {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--hv-petrol);
	margin: 0 0 28px;
}

.hv-service-hero-archive__desc {
	font-size: 1.125rem;
	line-height: 1.7;
	color: var(--hv-stone);
	max-width: 700px;
	margin: 0 auto;
}

.hv-service-hero-archive__divider {
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #e0e0e0 50%, transparent 100%);
	margin-top: 80px;
}

/* Service Archive Grid */
.hv-services-archive-grid {
	padding: 100px 0;
	background: var(--hv-white);
}

.hv-services-archive-grid__inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 40px;
}

@media (max-width: 768px) {
	.hv-services-archive-grid__inner {
		grid-template-columns: 1fr;
	}
}

.hv-service-card-archive {
	position: relative;
	background: var(--hv-white);
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-service-card-archive:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	border-color: #e0e0e0;
}

.hv-service-card-archive__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.hv-service-card-archive__media {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: var(--hv-snow);
}

.hv-service-card-archive__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-service-card-archive:hover .hv-service-card-archive__media img {
	transform: scale(1.05);
}

.hv-service-card-archive__placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--hv-pink) 0%, var(--hv-lilac) 50%, var(--hv-blue-soft) 100%);
}

.hv-service-card-archive__overlay {
	position: absolute;
	top: 20px;
	inset-inline-end: 20px;
	z-index: 10;
}

.hv-service-card-archive__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.95);
	color: var(--hv-petrol);
	font-size: 1.125rem;
	font-weight: 300;
	border-radius: 50%;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.hv-service-card-archive__content {
	padding: 40px 32px;
}

.hv-service-card-archive__title {
	font-family: "Heebo", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--hv-petrol);
	margin: 0 0 16px;
	transition: color 0.3s ease;
}

.hv-service-card-archive:hover .hv-service-card-archive__title {
	color: var(--hv-purple);
}

.hv-service-card-archive__desc {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--hv-stone);
	margin: 0 0 24px;
}

.hv-service-card-archive__arrow {
	display: inline-flex;
	align-items: center;
	color: var(--hv-lilac);
	transition: transform 0.3s ease;
}

.hv-service-card-archive:hover .hv-service-card-archive__arrow {
	transform: translateX(8px);
}

.rtl .hv-service-card-archive:hover .hv-service-card-archive__arrow {
	transform: translateX(-8px);
}

.hv-service-card-archive__arrow svg {
	width: 24px;
	height: 24px;
}

/* Services Archive CTA */
.hv-services-cta {
	padding: 120px 0;
	background: linear-gradient(135deg, var(--hv-cream) 0%, var(--hv-warm-cream) 100%);
	text-align: center;
}

.hv-services-cta__content {
	max-width: 700px;
	margin: 0 auto;
}

.hv-services-cta__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-silver);
	margin-bottom: 24px;
}

.hv-services-cta__title {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 300;
	line-height: 1.2;
	color: var(--hv-petrol);
	margin: 0 0 24px;
}

.hv-services-cta__desc {
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--hv-stone);
	margin: 0 0 40px;
}

.hv-services-cta__btn {
	display: inline-block;
}

/* Single Service Hero */
.hv-service-single-hero {
	position: relative;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hv-service-single-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hv-service-single-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-service-single-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.7) 0%, rgba(107, 91, 138, 0.5) 100%);
	z-index: 2;
}

.hv-service-single-hero__gradient {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--hv-petrol) 0%, var(--hv-purple) 100%);
}

.hv-service-single-hero__content {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 180px 0 100px;
	text-align: center;
}

.hv-service-single-hero__inner {
	max-width: 900px;
	margin: 40px auto 0;
}

.hv-service-single-hero__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 24px;
}

.hv-service-single-hero__title {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--hv-white);
	margin: 0 0 28px;
}

.hv-service-single-hero__subtitle {
	font-size: 1.25rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	max-width: 700px;
	margin: 0 auto;
}

.single-product .hv-service-single-hero {
	min-height: 32vh;
}

.single-product .hv-service-single-hero__content {
	padding: 24px 0 36px;
}

/* Service Content Section */
.hv-service-content-section {
	padding: 100px 0;
	background: var(--hv-white);
}

.hv-service-content-text {
	font-size: 1.0625rem;
	line-height: 1.8;
	color: var(--hv-charcoal);
}

.hv-service-content-text p {
	margin: 0 0 1.5em;
}

.hv-service-content-text p:last-child {
	margin-bottom: 0;
}

/* Service Features Section */
.hv-service-features-section {
	padding: 100px 0;
	background: var(--hv-cream);
}

.hv-service-features-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 80px;
}

.hv-service-features-label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-silver);
	margin-bottom: 16px;
}

.hv-service-features-title {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 300;
	line-height: 1.2;
	color: var(--hv-petrol);
	margin: 0;
}

.hv-service-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 32px;
}

@media (max-width: 768px) {
	.hv-service-features-grid {
		grid-template-columns: 1fr;
	}
}

.hv-service-feature-item {
	padding: 36px 28px;
	background: var(--hv-white);
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.hv-service-feature-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border-color: #e0e0e0;
}

.hv-service-feature-number {
	font-size: 2rem;
	font-weight: 200;
	color: var(--hv-lilac);
	margin-bottom: 20px;
}

.hv-service-feature-text {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--hv-charcoal);
	margin: 0;
}

/* Service Gallery Section */
.hv-service-gallery-section {
	padding: 100px 0;
	background: var(--hv-white);
}

.hv-service-gallery-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 60px;
}

.hv-service-gallery-label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-silver);
	margin-bottom: 16px;
}

.hv-service-gallery-title {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 300;
	line-height: 1.2;
	color: var(--hv-petrol);
	margin: 0;
}

.hv-service-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 24px;
}

@media (max-width: 768px) {
	.hv-service-gallery-grid {
		grid-template-columns: 1fr;
	}
}

.hv-service-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.hv-service-gallery-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.hv-service-gallery-media {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: var(--hv-snow);
}

.hv-service-gallery-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-service-gallery-link:hover .hv-service-gallery-media img {
	transform: scale(1.08);
}

.hv-service-gallery-caption {
	padding: 20px 16px;
	font-size: 0.9375rem;
	color: var(--hv-charcoal);
	background: var(--hv-white);
	border: 1px solid #f0f0f0;
	border-top: none;
}

/* Service Artists Section */
.hv-service-artists-section {
	padding: 100px 0;
	background: var(--hv-petrol);
}

.hv-service-artists-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 60px;
}

.hv-service-artists-label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 16px;
}

.hv-service-artists-title {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 300;
	line-height: 1.2;
	color: var(--hv-white);
	margin: 0;
}

.hv-service-artists-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 32px;
}

@media (max-width: 768px) {
	.hv-service-artists-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.hv-service-artists-grid {
		grid-template-columns: 1fr;
	}
}

.hv-service-artist-card {
	text-align: center;
}

.hv-service-artist-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.hv-service-artist-media {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.05);
}

.hv-service-artist-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-service-artist-link:hover .hv-service-artist-media img {
	transform: scale(1.05);
}

.hv-service-artist-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--hv-pink) 0%, var(--hv-lilac) 100%);
}

.hv-service-artist-name {
	font-family: "Heebo", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--hv-white);
	margin: 0;
	transition: color 0.3s ease;
}

.hv-service-artist-link:hover .hv-service-artist-name {
	color: var(--hv-pink);
}

/* Service CTA Section */
.hv-service-cta-section {
	padding: 120px 0;
	background: linear-gradient(135deg, var(--hv-cream) 0%, var(--hv-warm-cream) 100%);
}

.hv-service-cta-content {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.hv-service-cta-label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-silver);
	margin-bottom: 24px;
}

.hv-service-cta-title {
	font-family: "Heebo", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 300;
	line-height: 1.2;
	color: var(--hv-petrol);
	margin: 0 0 24px;
}

.hv-service-cta-desc {
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--hv-stone);
	margin: 0 0 40px;
}

/* Animation: Fade In */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hv-fade-in {
	animation: fadeIn 0.6s ease forwards;
	opacity: 0;
}

/* RTL Adjustments */
.rtl .hv-service-hero-archive__label,
.rtl .hv-services-cta__label,
.rtl .hv-service-single-hero__label,
.rtl .hv-service-features-label,
.rtl .hv-service-gallery-label,
.rtl .hv-service-artists-label,
.rtl .hv-service-cta-label {
	direction: rtl;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.hv-service-hero-archive {
		padding: 140px 0 80px;
	}

	.hv-service-single-hero {
		min-height: 60vh;
	}

	.hv-service-single-hero__content {
		padding: 140px 0 80px;
	}

	.single-product .hv-service-single-hero {
		min-height: 28vh;
	}

	.single-product .hv-service-single-hero__content {
		padding: 20px 0 28px;
	}

	.hv-service-content-section,
	.hv-service-features-section,
	.hv-service-gallery-section,
	.hv-service-artists-section,
	.hv-services-archive-grid,
	.hv-services-cta,
	.hv-service-cta-section {
		padding: 60px 0;
	}

	.hv-service-features-header,
	.hv-service-gallery-header,
	.hv-service-artists-header {
		margin-bottom: 40px;
	}
}

/* ========================================================================
   SERVICES ARCHIVE - PREMIUM REDESIGN 2024 (ELEGANT LIGHT THEME)
   ======================================================================== */

/* --- Services Page Container --- */
.hv-services-page {
	background: var(--hv-white);
	overflow-x: hidden;
}

/* --- Unified page hero (compact, all pages) --- */
.hv-hero,
.hv-services-hero {
	position: relative;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: var(--hv-petrol);
	background: var(--hv-white);
}

.hv-hero__bg,
.hv-services-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hv-hero__gradient,
.hv-services-hero__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, var(--hv-white) 0%, var(--hv-cream) 100%);
}

.hv-services-hero__orb,
.hv-services-hero__lines {
	display: none;
}

.hv-hero__content,
.hv-services-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: var(--hv-hero-padding-top) 0 var(--hv-hero-padding-bottom);
}

.hv-hero__inner,
.hv-services-hero__inner {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.hv-hero__overline,
.hv-services-hero__overline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 16px;
}

.hv-hero__line,
.hv-services-hero__line {
	width: 40px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(38, 70, 83, 0.2) 100%);
}

.hv-hero__line:last-child,
.hv-services-hero__line:last-child {
	background: linear-gradient(90deg, rgba(38, 70, 83, 0.2) 0%, transparent 100%);
}

.hv-hero__text,
.hv-services-hero__text {
	font-family: "Heebo", "Inter", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-stone);
}

.hv-hero__title,
.hv-services-hero__title {
	margin: 0 0 16px;
}

.hv-hero__title-line,
.hv-services-hero__title-line {
	display: block;
	font-family: "Heebo", "Inter", sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 200;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--hv-petrol);
}

.hv-hero__title-line--accent,
.hv-services-hero__title-line--accent {
	font-weight: 300;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	background-image: linear-gradient(135deg, var(--hv-petrol) 0%, var(--hv-lilac) 100%);
}

.hv-hero__subtitle,
.hv-services-hero__subtitle {
	font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
	line-height: 1.6;
	font-weight: 300;
	color: var(--hv-charcoal);
	max-width: 560px;
	margin: 0 auto 24px;
}

.hv-hero__stats,
.hv-services-hero__stats {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin-top: 24px;
}

.hv-hero__stat,
.hv-services-hero__stat {
	text-align: center;
}

.hv-hero__stat-number,
.hv-services-hero__stat-number {
	display: block;
	font-family: "Heebo", "Inter", sans-serif;
	font-size: 1.5rem;
	font-weight: 200;
	color: var(--hv-petrol);
	line-height: 1;
	margin-bottom: 4px;
}

.hv-hero__stat-label,
.hv-services-hero__stat-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--hv-stone);
}

.hv-hero__stat-divider,
.hv-services-hero__stat-divider {
	width: 1px;
	height: 36px;
	background: rgba(38, 70, 83, 0.12);
}

.hv-hero__scroll,
.hv-services-hero__scroll {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: var(--hv-stone);
	animation: scrollBounce 2s ease-in-out infinite;
	cursor: pointer;
}

.hv-hero__scroll span,
.hv-services-hero__scroll span {
	font-size: 0.625rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hv-hero__scroll svg,
.hv-services-hero__scroll svg {
	opacity: 0.5;
}

@keyframes scrollBounce {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}
	50% {
		transform: translateX(-50%) translateY(8px);
	}
}

/* --- Services Showcase Section --- */
.hv-services-showcase {
	padding: 160px 0;
	background: var(--hv-white);
	position: relative;
	z-index: 2;
}

/* Showcase Cards */
.hv-service-showcase-card {
	position: relative;
	margin-bottom: 80px; /* More whitespace */
	background: transparent;
}

.hv-service-showcase-card:last-child {
	margin-bottom: 0;
}

.hv-service-showcase-card__link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0; /* Flush layout */
	text-decoration: none;
	color: inherit;
	align-items: center;
	min-height: 500px;
}

/* Alternating Layout */
.hv-service-showcase-card:nth-child(even) .hv-service-showcase-card__link {
	direction: rtl;
}
.hv-service-showcase-card:nth-child(even) .hv-service-showcase-card__link > * {
	direction: ltr; /* Reset content direction */
}
/* RTL Overrides */
[dir="rtl"] .hv-service-showcase-card:nth-child(even) .hv-service-showcase-card__link {
	direction: ltr;
}
[dir="rtl"] .hv-service-showcase-card:nth-child(even) .hv-service-showcase-card__link > * {
	direction: rtl;
}

/* Featured Card Styling (Subtle distinction) */
.hv-service-showcase-card--featured .hv-service-showcase-card__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
}

/* Card Media */
.hv-service-showcase-card__media {
	position: relative;
	height: 100%;
	min-height: 500px;
	overflow: hidden;
	background: #f0f0f0;
	max-width: 100%;
}

.hv-service-showcase-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.hv-service-showcase-card:hover .hv-service-showcase-card__media img {
	transform: scale(1.05);
}

.hv-service-showcase-card__media-overlay {
	position: absolute;
	inset: 0;
	background: rgba(38, 70, 83, 0.1); /* Subtle dark wash */
	opacity: 0;
	transition: opacity 0.6s ease;
}

.hv-service-showcase-card:hover .hv-service-showcase-card__media-overlay {
	opacity: 1;
}

.hv-service-showcase-card__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--hv-snow);
	color: var(--hv-silver);
}

/* Card Content */
.hv-service-showcase-card__content {
	padding: 80px;
	background: var(--hv-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Featured Content (Light Theme Adaptation) */
.hv-service-showcase-card__header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 32px;
}

.hv-service-showcase-card__number {
	font-family: "Heebo", "Inter", sans-serif;
	font-size: 2rem;
	font-weight: 200;
	color: var(--hv-lilac); /* Accent number */
	line-height: 1;
}

.hv-service-showcase-card__tag {
	display: inline-flex;
	align-items: center;
	padding: 6px 16px;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--hv-stone);
	border: 1px solid #e0e0e0;
	border-radius: 100px;
}

.hv-service-showcase-card__title {
	font-family: "Heebo", "Inter", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 300;
	line-height: 1.1;
	color: var(--hv-petrol);
	margin: 0 0 24px;
	transition: color 0.3s ease;
}

.hv-service-showcase-card:hover .hv-service-showcase-card__title {
	color: var(--hv-lilac);
}

.hv-service-showcase-card__desc {
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--hv-charcoal);
	margin: 0 0 48px;
	max-width: 480px;
}

.hv-service-showcase-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding: 12px 0;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hv-petrol);
	background: transparent;
	border-bottom: 1px solid rgba(38, 70, 83, 0.2);
	transition: all 0.3s ease;
	align-self: flex-start;
}

.hv-service-showcase-card__cta:hover {
	color: var(--hv-lilac);
	border-bottom-color: var(--hv-lilac);
	padding-left: 8px; /* Slight drift */
}

/* RTL Drifting */
[dir="rtl"] .hv-service-showcase-card__cta:hover {
	padding-left: 0;
	padding-right: 8px;
}

/* --- Premium CTA Section (Light & Elegant) --- */
.hv-services-cta-premium {
	position: relative;
	padding: 120px 0;
	background: var(--hv-warm-cream); /* Simple Beige like Homepage CTA */
	overflow: hidden;
	color: var(--hv-petrol);
}

.hv-services-cta-premium__pattern {
	position: absolute;
	inset: 0;
	/* Very subtle warmth */
	background-image: radial-gradient(circle at 50% 50%, #fff0f5 0%, transparent 70%);
	opacity: 0.5;
}

.hv-services-cta-premium__content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.hv-services-cta-premium__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: var(--hv-lilac);
	border: 1px solid rgba(165, 126, 212, 0.2);
	margin-bottom: 40px;
}

.hv-services-cta-premium__overline {
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--hv-stone);
	margin-bottom: 24px;
}

.hv-services-cta-premium__title {
	font-family: "Heebo", "Inter", sans-serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 100; /* Thin */
	line-height: 1.1;
	color: var(--hv-petrol);
	margin: 0 0 32px;
}

.hv-services-cta-premium__desc {
	font-size: 1.25rem;
	line-height: 1.8;
	color: var(--hv-charcoal);
	margin: 0 auto 56px;
	max-width: 650px;
}

.hv-services-cta-premium__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
	.hv-service-showcase-card__link {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.hv-service-showcase-card:nth-child(even) .hv-service-showcase-card__link {
		direction: ltr; /* Reset for stacked */
	}
	[dir="rtl"] .hv-service-showcase-card:nth-child(even) .hv-service-showcase-card__link {
		direction: rtl;
	}

	.hv-service-showcase-card__media {
		aspect-ratio: 16/10;
		min-height: 300px;
	}

	.hv-service-showcase-card__content {
		padding: 56px 40px;
	}
}

@media (max-width: 768px) {
	.hv-hero,
	.hv-services-hero {
		min-height: auto;
		display: block;
	}

	.hv-hero__content,
	.hv-services-hero__content {
		padding: var(--hv-hero-padding-top) 0 var(--hv-hero-padding-bottom);
	}

	.hv-services-hero__overline {
		margin-bottom: 24px;
	}

	.hv-services-hero__line {
		width: 30px;
	}

	.hv-services-hero__stats {
		flex-direction: column;
		gap: 24px;
		margin-top: 40px;
	}

	.hv-services-hero__stat-divider {
		width: 40px;
		height: 1px;
	}

	.hv-services-showcase {
		padding: 40px 0;
		position: relative;
		z-index: 5;
		background: var(--hv-white); /* Ensure no transparency issues */
	}

	.hv-service-showcase-card {
		margin-bottom: 48px;
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03); /* Subtle shadow on mobile */
	}

	.hv-service-showcase-card__content {
		padding: 40px 24px;
	}

	.hv-services-cta-premium {
		padding: 100px 0;
	}

	.hv-services-cta-premium__title {
		font-size: 2.25rem;
	}

	.hv-services-cta-premium__btn {
		width: 100%;
		max-width: 320px;
		margin-inline: auto;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.hv-services-hero__overline {
		flex-direction: column;
		gap: 12px;
	}

	.hv-services-hero__line {
		display: none;
	}

	.hv-service-showcase-card__content {
		padding: 28px 20px;
	}

	.hv-services-cta-premium__content {
		padding: 0 20px;
	}
}

/* ==========================================================================
   ARTIST EXPERIENCE REDESIGN (Feb 2026)
   Premium Gallery Aesthetics
   ========================================================================== */

/* -------------------------------------------
   ARCHIVE: PREMIUM GRID ("THE COLLECTIVE")
   ------------------------------------------- */

.hv-artists-archive-premium {
	background-color: var(--hv-white);
}

.hv-artist-grid-premium {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	padding: 60px 0;
}

@media (max-width: 1024px) {
	.hv-artist-grid-premium {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
		padding: 40px 0;
	}
}

@media (max-width: 600px) {
	.hv-artist-grid-premium {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px 12px;
		padding: 24px 0;
	}
	.hv-artist-grid-premium .hv-artist-card-premium__media-wrapper {
		margin-bottom: 8px;
		max-width: none;
	}
	.hv-artist-grid-premium .hv-artist-card-premium__excerpt-wrap {
		display: none;
	}
	.hv-artist-grid-premium .hv-artist-card-premium__name {
		font-size: 0.7rem;
	}
	.hv-artist-grid-premium .hv-artist-card-premium__discipline {
		font-size: 0.6rem;
	}
	.hv-artist-grid-premium .hv-artist-card-premium__info {
		padding: 0 2px;
	}
}

/* Card Styling */
.hv-artist-card-premium {
	position: relative;
	display: block;
}

.hv-artist-card-premium__link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.hv-artist-card-premium__media-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: var(--hv-bg-secondary);
}

/* Base Image */
.hv-artist-card-premium__media {
	width: 100%;
	height: 100%;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.hv-artist-card-premium__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Hover Zoom Effect */
.hv-artist-card-premium:hover .hv-artist-card-premium__media {
	transform: scale(1.05);
}

/* Overlay with "View Profile" */
.hv-artist-card-premium__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hv-artist-card-premium:hover .hv-artist-card-premium__overlay {
	opacity: 1;
}

.hv-artist-card-premium__view-btn {
	background: var(--hv-white);
	color: var(--hv-petrol);
	padding: 12px 24px;
	font-family: "Heebo", sans-serif;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transform: translateY(20px);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hv-artist-card-premium:hover .hv-artist-card-premium__view-btn {
	transform: translateY(0);
}

/* Card Typography */
.hv-artist-card-premium__info {
	text-align: center;
}

.hv-artist-card-premium__name {
	font-family: "Heebo", sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	color: var(--hv-petrol);
	margin: 0 0 8px;
	letter-spacing: -0.02em;
}

.hv-artist-card-premium__discipline {
	font-family: "Heebo", sans-serif;
	font-size: 0.85rem;
	color: var(--hv-stone);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Minimal CTA */
.hv-artist-cta-minimal {
	padding: 80px 0;
	max-width: 600px;
	margin: 0 auto;
}

.hv-artist-cta-minimal h2 {
	font-family: "Heebo", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	color: var(--hv-petrol);
	margin-bottom: 16px;
}

.hv-artist-cta-minimal p {
	font-size: 1.1rem;
	color: var(--hv-slate);
	margin-bottom: 32px;
	line-height: 1.6;
}

/* Underline Link Style */
.hv-link-decor {
	font-family: "Heebo", sans-serif;
	font-size: 1rem;
	color: var(--hv-petrol);
	text-decoration: none;
	border-bottom: 1px solid var(--hv-petrol);
	padding-bottom: 4px;
	transition: all 0.3s ease;
}

.hv-link-decor:hover {
	color: var(--hv-lilac);
	border-color: var(--hv-lilac);
}

/* -------------------------------------------
   SINGLE ARTIST: CINEMATIC HERO
   ------------------------------------------- */

.hv-single-artist-premium {
	background-color: var(--hv-white);
}

/* Asymmetrical Grid */
.hv-artist-hero-premium {
	padding-top: var(--hv-space-6);
	padding-bottom: 80px;
}

.hv-artist-hero-premium__grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr; /* Image is smaller, text layout wider */
	gap: 80px;
	align-items: start;
}

/* RTL Flip */
[dir="rtl"] .hv-artist-hero-premium__grid {
	grid-template-columns: 0.8fr 1.2fr; /* Keep ratio */
}

/* Content Side */
.hv-artist-hero-premium__content {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Typography Scale */
.hv-artist-hero-premium__content .hv-headline-1 {
	font-size: clamp(3.5rem, 6vw, 5.5rem); /* Huge Impact */
	line-height: 1;
	margin-bottom: 40px;
	font-weight: 200;
	letter-spacing: -0.03em;
}

.hv-artist-bio {
	max-width: 65ch;
	color: var(--hv-charcoal);
	font-size: 1.15rem;
	line-height: 1.7;
	font-weight: 300;
}

.hv-artist-bio p {
	margin-bottom: 24px;
}

/* Sticky Image Logic */
.hv-artist-hero-premium__visual {
	position: relative; /* Context for sticky */
}

.hv-sticky-portrait {
	position: sticky;
	top: calc(var(--hv-header-height, 80px) + 40px);
	width: 100%;
	aspect-ratio: 3/4;
	overflow: hidden;
	border-radius: 4px; /* Subtle polish */
}

.hv-img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Socials Text Links */
.hv-social-link-text {
	display: inline-block;
	margin-inline-end: 24px;
	font-family: "Heebo", sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--hv-stone);
	text-decoration: none;
	transition: color 0.3s ease;
	position: relative;
}

.hv-social-link-text::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--hv-lilac);
	transition: width 0.3s ease;
}

.hv-social-link-text:hover {
	color: var(--hv-lilac);
}

.hv-social-link-text:hover::after {
	width: 100%;
}

/* Responsive Hero */
@media (max-width: 1024px) {
	.hv-artist-hero-premium__grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.hv-artist-hero-premium__content .hv-headline-1 {
		font-size: 3.5rem;
	}
}

@media (max-width: 768px) {
	.hv-artist-hero-premium__grid {
		grid-template-columns: 1fr;
		display: flex;
		flex-direction: column; /* Image Top */
		gap: 32px;
	}

	.hv-sticky-portrait {
		position: relative;
		top: 0 !important;
		width: 100%;
		max-width: 500px; /* Constraint */
		margin: 0 auto;
		aspect-ratio: 3/4;
	}

	.hv-artist-hero-premium__content {
		padding-top: 0;
		text-align: center;
		align-items: center;
	}

	.hv-artist-hero-premium__content .hv-headline-1 {
		font-size: 3rem;
		margin-bottom: 24px;
	}
}

/* -------------------------------------------
   SINGLE ARTIST: MASONRY GALLERY
   ------------------------------------------- */

.hv-masonry-gallery {
	column-count: 3;
	column-gap: 32px;
	width: 100%;
}

.hv-masonry-item {
	display: block;
	margin-bottom: 32px;
	position: relative;
	break-inside: avoid;
	overflow: hidden;
}

.hv-masonry-item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}

.hv-masonry-item:hover img {
	transform: scale(1.03);
}

.hv-masonry-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.hv-masonry-item:hover .hv-masonry-overlay {
	opacity: 1;
}

.hv-masonry-overlay span {
	color: var(--hv-white);
	font-family: "Heebo", sans-serif;
	font-size: 1rem;
	text-align: center;
	padding: 16px;
}

@media (max-width: 900px) {
	.hv-masonry-gallery {
		column-count: 2;
		column-gap: 20px;
	}
	.hv-masonry-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.hv-masonry-gallery {
		column-count: 1;
	}
}

/* -------------------------------------------
   SINGLE ARTIST: SHOP PREMIUM
   ------------------------------------------- */

.hv-artist-shop-premium {
	border-top: 1px solid var(--hv-border-light);
}

.hv-link-view-all {
	font-family: "Heebo", sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--hv-petrol);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}

.hv-link-view-all:hover {
	color: var(--hv-lilac);
	border-color: var(--hv-lilac);
}

.hv-product-grid-premium {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.hv-product-card-minimal {
	display: block;
}

.hv-product-card-minimal__link {
	text-decoration: none;
	color: inherit;
}

.hv-product-card-minimal__image {
	position: relative;
	aspect-ratio: 1/1;
	background: var(--hv-white);
	margin-bottom: 16px;
	overflow: hidden;
}

.hv-product-card-minimal__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.hv-product-card-minimal:hover .hv-product-card-minimal__image img {
	transform: scale(1.05);
}

.hv-product-card-minimal__details {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hv-product-card-minimal__title {
	font-family: "Heebo", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: var(--hv-petrol);
	margin: 0;
}

.hv-product-card-minimal__price {
	font-family: "Heebo", sans-serif;
	font-size: 0.9rem;
	color: var(--hv-stone);
}

@media (max-width: 1024px) {
	.hv-product-grid-premium {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.hv-product-grid-premium {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   ARTIST EXPERIENCE REFINEMENTS (Fix + Optimize)
   ========================================================================== */

/* 1. SINGLE ARTIST: FIXES */
.hv-img-placeholder {
	width: 100%;
	height: 100%;
	background-color: var(--hv-lilac-soft);
	background-image: linear-gradient(135deg, var(--hv-lilac-soft) 0%, var(--hv-bg-secondary) 100%);
	display: block;
	aspect-ratio: 3/4;
}

/* Ensure minimal height for hero content if empty */
.hv-artist-hero-premium__content {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 2. ARCHIVE: OPTIMIZATIONS ("EVEN BETTER") */

/* Make the grid cleaner - remove background, focus on imagery */
.hv-artists-archive-premium {
	background: var(--hv-white);
}

.hv-artist-grid-premium {
	gap: 20px; /* Tighter grid */
}

.hv-artist-card-premium__media-wrapper {
	margin-bottom: 24px;
	aspect-ratio: 1/1 !important;
	border-radius: 50% !important;
	overflow: hidden !important;
	width: 100%;
	max-width: 280px; /* Constraint width */
	margin-inline: auto;
	background: var(--hv-white); /* Fix for any transparency lines */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hv-artist-card-premium__media,
.hv-artist-card-premium__img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	border-radius: 50% !important;
}

/* Card Typography */
.hv-artist-card-premium__info {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: 2;
	opacity: 1;
	transform: none;
	text-align: center;
	padding: 0 10px;
	color: var(--hv-petrol);
	pointer-events: auto;
}

.hv-artist-card-premium:hover .hv-artist-card-premium__info {
	transform: none;
}

/* Remove Overlay Logic for Circular Design */
.hv-artist-card-premium__overlay {
	display: none;
}

.hv-artist-card-premium__name {
	font-size: 1.25rem;
	color: var(--hv-petrol);
	text-shadow: none;
	margin-bottom: 4px;
}

.hv-artist-card-premium__discipline {
	font-size: 0.85rem;
	color: var(--hv-stone);
}

/* Reset hover zoom for circle */
.hv-artist-card-premium:hover .hv-artist-card-premium__media {
	transform: scale(1.05); /* Gentle zoom */
}

/* Add subtle scaling to image */
.hv-artist-card-premium__media {
	filter: grayscale(20%); /* Artistic touch */
	transition: all 0.6s ease;
}

.hv-artist-card-premium:hover .hv-artist-card-premium__media {
	filter: grayscale(0%);
	transform: scale(1.08);
}

/* Desktop adjustment — cart lives inside .hv-header__actions */

/* Masonry Gallery Grid */
.hv-masonry-grid {
	column-count: 3;
	column-gap: 24px;
	width: 100%;
}
.hv-masonry-grid-item {
	break-inside: avoid;
	margin-bottom: 24px;
	border-radius: 4px; /* Optional rounded corners */
	overflow: hidden;
	backface-visibility: hidden; /* Fix for chrome rendering glitch */
}
.hv-masonry-grid-item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}
.hv-masonry-grid-item:hover img {
	transform: scale(1.03);
}

@media (max-width: 900px) {
	.hv-masonry-grid {
		column-count: 2;
	}
}
@media (max-width: 600px) {
	.hv-masonry-grid {
		column-count: 1;
	}
}

/* ==========================================
   QUICK VIEW MODAL
   ========================================== */
.hv-quick-view-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.hv-quick-view-modal.active {
	opacity: 1;
	visibility: visible;
}
.hv-quick-view-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(4px);
}
.hv-quick-view-modal__container {
	position: relative;
	width: 90%;
	max-width: 900px;
	max-height: 90vh;
	background: var(--hv-white);
	border-radius: 8px;
	overflow-y: auto;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
	transform: scale(0.95);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hv-quick-view-modal.active .hv-quick-view-modal__container {
	transform: scale(1);
}
.hv-quick-view-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	font-size: 24px;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--hv-petrol);
	padding: 5px;
	line-height: 1;
}
[dir="rtl"] .hv-quick-view-close {
	right: auto;
	left: 15px;
}
.hv-quick-view-loader {
	padding: 40px;
	text-align: center;
}
.hv-quick-view-loader::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid var(--hv-gray-300);
	border-radius: 50%;
	border-top-color: var(--hv-primary);
	animation: spin 0.8s linear infinite;
}
.hv-quick-view-content-wrap {
	display: flex;
	flex-wrap: wrap;
}
.hv-quick-view-modal__content {
	display: flex;
	width: 100%;
}
.hv-quick-view-modal__image {
	flex: 1;
	min-width: 300px;
	background: #f9f9f9;
	display: flex;
	align-items: center;
}
.hv-quick-view-modal__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 600px;
}
.hv-quick-view-modal__details {
	flex: 1;
	padding: 40px;
	min-width: 300px;
}
.hv-quick-view-modal__artist {
	display: block;
	font-family: "Heebo", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--hv-lilac);
	margin-bottom: 8px;
	font-size: 0.85rem;
}
.hv-quick-view-modal__price {
	font-size: 1.5rem;
	color: var(--hv-petrol);
	font-weight: 500;
}
@media (max-width: 768px) {
	.hv-quick-view-modal__content {
		flex-direction: column;
	}
	.hv-quick-view-modal__image {
		min-height: 300px;
	}
	.hv-quick-view-modal__details {
		padding: 20px;
	}
}

/* Quick View Button on Card */
.hv-quick-view-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hv-petrol);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 5;
	padding: 0;
	border: none;
	cursor: pointer;
}
[dir="rtl"] .hv-quick-view-btn {
	right: auto;
	left: 10px;
}
.hv-product-card:hover .hv-quick-view-btn {
	opacity: 1;
	transform: translateY(0);
}
.hv-quick-view-btn:hover {
	background: var(--hv-petrol);
	color: white;
}

/* -------------------------------------------------------------------------
   GALLERY CAROUSEL - OPTIMIZED & CONSOLIDATED
   ------------------------------------------------------------------------- */
.hv-gallery-carousel-section {
    overflow: hidden;
    padding-bottom: var(--hv-space-6);
    background: var(--hv-bg-dark);
}

.hv-gallery-carousel-section .hv-container:has(.hv-gallery-carousel) {
    padding-bottom: 0;
}

.hv-gallery-carousel-section > .hv-container:first-child {
    padding-bottom: 0;
}

.hv-gallery-carousel {
    position: relative;
    width: 100%;
    margin-top: var(--hv-space-5);
    padding-bottom: 0;
    overflow: visible;
}

.hv-gallery-carousel .swiper {
    overflow: hidden;
}

.hv-gallery-carousel__link {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.hv-gallery-carousel__img-wrap {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: var(--hv-radius-md);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--hv-gray-900);
    width: 100%;
}

.hv-gallery-carousel__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-gallery-carousel__link:hover .hv-gallery-carousel__img-wrap {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.hv-gallery-carousel__link:hover .hv-gallery-carousel__img {
    transform: scale(1.03);
}

.hv-gallery-carousel__info {
    margin-top: var(--hv-space-4);
    text-align: center;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.hv-gallery-carousel__link:hover .hv-gallery-carousel__info {
    opacity: 1;
}

/* -------------------------------------------------------------------------
   PREMIUM LIGHTBOX UPGRADE
   ------------------------------------------------------------------------- */
.hv-lightbox-overlay {
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hv-lightbox-image {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    max-height: 85vh;
}

.hv-lightbox-caption {
    font-family: var(--font-heading, "Heebo", sans-serif);
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.hv-lightbox-nav {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 6px; /* Optical center adjust for arrows */
}

.hv-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.1);
}

.hv-lightbox-close {
    background: transparent;
    color: white;
    font-size: 3rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.hv-lightbox-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* Old track drag styles removed - Swiper handles interaction */

.hv-gallery-carousel__img-wrap {
    /* Ensure image doesn't drag natively */
    user-select: none;
    -webkit-user-drag: none;
}
/* -------------------------------------------------------------------------
   PERFECT GALLERY CAROUSEL (Feb 2026 Polish)
   ------------------------------------------------------------------------- */

/* Duplicate styles removed - consolidated above */

/* ==========================================
   SWIPER INTEGRATION (Feb 2026)
   ========================================== */

/* 1. Gallery Carousel - Swiper Integration */
.hv-gallery-carousel {
    position: relative;
    width: 100%;
    margin-top: var(--hv-space-5);
    padding-bottom: 0;
    overflow: visible;
}

.hv-gallery-carousel .swiper {
    overflow: hidden;
    padding-bottom: 0;
}

.hv-gallery-carousel .swiper-wrapper {
    align-items: center;
    display: flex;
    will-change: transform;
    backface-visibility: hidden;
}

.hv-gallery-carousel .swiper-slide {
    width: auto;
    height: auto;
    display: flex;
    align-items: stretch;
    pointer-events: auto;
    flex-shrink: 0;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.hv-gallery-carousel__item {
    width: 280px;
    height: 350px;
    display: flex;
    flex-direction: column;
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    flex-shrink: 0;
    will-change: transform;
    backface-visibility: hidden;
}

@media (min-width: 640px) {
    .hv-gallery-carousel__item {
        width: calc((100% - 24px) / 2);
        max-width: 320px;
        height: 400px;
    }
}

@media (min-width: 1024px) {
    .hv-gallery-carousel__item {
        width: calc((100% - 60px) / 3);
        max-width: 360px;
        height: 450px;
    }
}

/* 2. Navigation Buttons - Side Positioning */
.hv-gallery-carousel__controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    pointer-events: none;
    z-index: 10;
}

@media (min-width: 768px) {
    .hv-gallery-carousel__controls {
        padding: 0 20px;
    }
}

@media (min-width: 1024px) {
    .hv-gallery-carousel__controls {
        padding: 0 40px;
    }
}

.hv-gallery-carousel__btn {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: var(--hv-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.9;
    backdrop-filter: blur(8px);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    will-change: transform;
}

.hv-gallery-carousel__btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

@media (min-width: 1024px) {
    .hv-gallery-carousel__btn {
        width: 52px;
        height: 52px;
    }
    
    .hv-gallery-carousel__btn svg {
        width: 24px;
        height: 24px;
    }
}

.hv-gallery-carousel__btn:hover {
    background: var(--hv-lilac);
    border-color: var(--hv-lilac);
    color: var(--hv-white);
    opacity: 1;
    transform: scale(1.08);
}

.hv-gallery-carousel__btn:active {
    transform: scale(0.92);
}

/* 3. Pagination Dots - Below Gallery */
.hv-gallery-carousel-section .swiper-pagination {
    position: relative;
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    pointer-events: auto;
    height: auto;
    bottom: auto;
}

.hv-gallery-carousel-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0.4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    margin: 0 6px !important;
    pointer-events: auto;
    position: relative;
    vertical-align: middle;
}

.hv-gallery-carousel-section .swiper-pagination-bullet:hover {
    opacity: 0.7;
    transform: scale(1.15);
    background: rgba(255, 255, 255, 0.5);
}

.hv-gallery-carousel-section .swiper-pagination-bullet-active {
    background: var(--hv-lilac);
    opacity: 1;
    width: 28px;
    border-radius: 14px;
    transform: scale(1);
    box-shadow: 0 2px 8px rgba(199, 178, 224, 0.4);
}

/* 4. Info Styles - Optimized */
.hv-gallery-carousel__title {
    font-family: var(--hv-font-heading);
    font-size: var(--hv-text-base);
    color: var(--hv-white);
    margin: 0 0 var(--hv-space-2) 0;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.hv-gallery-carousel__artist {
    display: block;
    font-family: var(--hv-font-body);
    font-size: var(--hv-text-sm);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
    font-weight: 300;
}

[dir="rtl"] .hv-gallery-carousel__info {
    text-align: right;
}

/* 5. Services & Artists Swiper Fixes */

/* 5. Services & Artists Swiper Fixes */
.hv-services-carousel,
.hv-artists-showcase {
    overflow: hidden;
    padding: 8px 0 28px;
}

.hv-services-carousel .swiper-slide,
.hv-artists-showcase .swiper-slide {
    height: auto; /* Allow content to dictate height */
}

/* ==========================================
   PARALLAX POLISH (Feb 2026)
   ========================================== */
.hv-parallax-img {
    height: 120% !important;
    width: 100%;
    top: -10%;
    position: relative;
    object-fit: cover;
    will-change: transform;
    /* Optional: Scale slightly to prevent edge bleeding during fast scrolls */
    transform: scale(1.1);
}

/* Ensure container clips the overflowing image */
.hv-sticky-portrait {
    overflow: hidden;
    position: sticky;
    /* Basic cleanup to ensure frame is stable */
    backface-visibility: hidden;
}

/* ==========================================
   MOBILE MENU STAGGER (Feb 2026)
   ========================================== */
@media (max-width: 900px) {
    /* Initial State (Hidden) */
    .hv-nav-menu li {
        opacity: 0;
        transform: translateY(15px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    /* Reveal State */
    .hv-header.menu-open .hv-nav-menu li {
        animation: hvSlideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    .hv-header.menu-open .hv-nav-menu li:nth-child(1) { animation-delay: 0.1s; }
    .hv-header.menu-open .hv-nav-menu li:nth-child(2) { animation-delay: 0.15s; }
    .hv-header.menu-open .hv-nav-menu li:nth-child(3) { animation-delay: 0.2s; }
    .hv-header.menu-open .hv-nav-menu li:nth-child(4) { animation-delay: 0.25s; }
    .hv-header.menu-open .hv-nav-menu li:nth-child(5) { animation-delay: 0.3s; }
    .hv-header.menu-open .hv-nav-menu li:nth-child(6) { animation-delay: 0.35s; }

    @keyframes hvSlideUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Client feedback polish → assets/css/hv-design-refinements.css */
