/* ==========================================================================
   Vyom Widgets - shared frontend styles
   Section: Hero
   ========================================================================== */

.vyom-hero {
	background: linear-gradient(135deg, #fdeef2 0%, #fbe6ec 45%, #f8dfe6 100%);
	font-family: 'Poppins', system-ui, Arial, sans-serif;
}
.vyom-hero * { box-sizing: border-box; }

.vyom-hero .vh-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.vyom-hero.vh-img-left .vh-media { order: -1; }

.vyom-hero .vh-eyebrow-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}
.vyom-hero .vh-eyebrow {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-size: .72rem;
	color: #980144;
	margin: 0;
}
.vyom-hero .vh-flourish svg { width: 74px; height: 12px; display: block; }

.vyom-hero .vh-heading {
	font-family: 'Playfair Display', Georgia, serif;
	color: #2A0B15;
	font-weight: 600;
	line-height: 1.15;
	font-size: 3.05rem;
	margin: 0 0 20px;
}
.vyom-hero .vh-sub {
	font-size: 1.02rem;
	color: #3A2A30;
	max-width: 440px;
	margin: 0 0 30px;
	font-weight: 300;
	line-height: 1.6;
}

.vyom-hero .vh-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.vyom-hero .vh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-size: .8rem;
	padding: 14px 26px;
	border-radius: 6px;
	cursor: pointer;
	border: 1.5px solid #980144;
	text-decoration: none;
	line-height: 1;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.vyom-hero .vh-btn--solid { background: #980144; color: #fff; }
.vyom-hero .vh-btn--solid:hover { background: #7d0138; border-color: #7d0138; color: #fff; }
.vyom-hero .vh-btn--outline { background: transparent; color: #980144; }
.vyom-hero .vh-btn--outline:hover { background: #980144; color: #fff; }
.vyom-hero .vh-btn:focus-visible { outline: 2px solid #2A0B15; outline-offset: 2px; }

.vyom-hero .vh-media {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: radial-gradient(circle at 60% 40%, #f3d9c8, #e9c3b4);
	aspect-ratio: 1 / .82;
	box-shadow: 0 24px 50px -22px rgba(120,10,60,.35);
	display: flex;
	align-items: center;
	justify-content: center;
}
.vyom-hero .vh-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vyom-hero .vh-media .vh-cluster { width: 64%; height: auto; }
.vyom-hero .vh-media .vh-ring {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
}
.vyom-hero .vh-media .vh-ring svg { width: 100%; height: auto; display: block; }
.vyom-hero .vh-note {
	position: absolute;
	bottom: 10px;
	right: 12px;
	background: rgba(42,11,21,.55);
	color: #fff;
	font-size: .62rem;
	padding: 3px 8px;
	border-radius: 20px;
	letter-spacing: .04em;
}

@media (max-width: 980px) {
	.vyom-hero .vh-inner { grid-template-columns: 1fr; gap: 34px; }
	.vyom-hero .vh-heading { font-size: 2.3rem; }
}
@media (max-width: 620px) {
	.vyom-hero .vh-heading { font-size: 2rem; }
	.vyom-hero .vh-btn { padding: 12px 20px; }
}
@media (prefers-reduced-motion: reduce) {
	.vyom-hero * { transition: none !important; }
}

/* ==========================================================================
   Section: USP / Feature bar
   ========================================================================== */
.vyom-usp { background: #FFEFEF; font-family: 'Poppins', system-ui, Arial, sans-serif; }
.vyom-usp * { box-sizing: border-box; }
.vyom-usp .vusp-inner {
	max-width: 1200px; margin: 0 auto; padding: 22px 24px;
	display: flex; align-items: center; justify-content: space-between;
	flex-wrap: wrap; gap: 6px;
}
.vyom-usp .vusp-item {
	display: flex; align-items: center; gap: 11px;
	font-size: .86rem; color: #2A0B15; line-height: 1.35;
	flex: 1 1 0; justify-content: center; min-width: 150px;
}
.vyom-usp .vusp-ic { width: 30px; height: 30px; flex: none; color: #980144; display: flex; }
.vyom-usp .vusp-ic svg { width: 100%; height: 100%; display: block; }
.vyom-usp .vusp-ic i { font-size: 26px; color: inherit; line-height: 1; }
.vyom-usp .vusp-div { width: 1px; height: 34px; background: #eec7d5; flex: none; }
@media (max-width: 620px) {
	.vyom-usp .vusp-inner { gap: 18px 10px; }
	.vyom-usp .vusp-div { display: none; }
	.vyom-usp .vusp-item { min-width: 42%; flex: 1 1 42%; }
}

/* ==========================================================================
   Section: Products (WooCommerce)
   ========================================================================== */
.vyom-products { background: #FDF9F6; font-family: 'Poppins', system-ui, Arial, sans-serif; }
.vyom-products * { box-sizing: border-box; }
.vyom-products .vp-inner { max-width: 1200px; margin: 0 auto; padding: 66px 24px; }
.vyom-products .vp-head { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 8px; }
.vyom-products .vp-head .vp-title-main {
	font-family: 'Playfair Display', Georgia, serif; font-size: 1.9rem; color: #980144;
	font-weight: 600; text-align: center; margin: 0;
}
.vyom-products .vp-flourish svg { width: 74px; height: 12px; display: block; }
.vyom-products .vp-flourish.flip { transform: scaleX(-1); }
.vyom-products .vp-sub { text-align: center; color: #7a6b70; max-width: 560px; margin: 0 auto 40px; }
.vyom-products .vp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vyom-products .vp-card {
	background: #fff; border: 1px solid #f3e2e9; border-radius: 14px; overflow: hidden;
	display: flex; flex-direction: column;
	box-shadow: 0 6px 18px -14px rgba(120,10,60,.4);
	transition: transform .25s ease, box-shadow .25s ease;
}
.vyom-products .vp-card:hover { transform: translateY(-5px); box-shadow: 0 20px 34px -20px rgba(120,10,60,.45); }
.vyom-products .vp-media {
	display: block; aspect-ratio: 1 / 1; overflow: hidden;
	background: linear-gradient(160deg, #fdeef3, #f9e2ea);
}
.vyom-products .vp-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vyom-products .vp-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.vyom-products .vp-eyebrow {
	font-size: .62rem; letter-spacing: .16em; text-transform: uppercase;
	color: #C9A24B; font-weight: 600; margin-bottom: 6px;
}
.vyom-products .vp-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.02rem; font-weight: 600; line-height: 1.25; margin: 0 0 14px; }
.vyom-products .vp-title a { color: #2A0B15; text-decoration: none; }
.vyom-products .vp-title a:hover { color: #980144; }
.vyom-products .vp-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.vyom-products .vp-price { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; color: #980144; font-size: 1.12rem; }
.vyom-products .vp-price del { color: #b9a7ae; font-weight: 400; font-size: .8em; margin-right: 4px; }
.vyom-products .vp-price ins { text-decoration: none; }
.vyom-products .vp-foot .button {
	background: #980144; color: #fff; border: none; border-radius: 6px; padding: 9px 13px;
	font-family: 'Poppins', sans-serif; font-size: .72rem; font-weight: 500; letter-spacing: .03em;
	cursor: pointer; text-decoration: none; display: inline-block; line-height: 1.3; transition: background .2s ease;
}
.vyom-products .vp-foot .button:hover { background: #7d0138; color: #fff; }
.vyom-products .vp-foot .button.loading { opacity: .7; }
.vyom-products .vp-foot .added_to_cart { font-size: .7rem; color: #980144; text-decoration: underline; align-self: center; }
.vyom-products .vp-empty { grid-column: 1 / -1; text-align: center; color: #7a6b70; padding: 24px; }
@media (max-width: 620px) {
	.vyom-products .vp-foot { flex-direction: column; align-items: stretch; gap: 10px; }
	.vyom-products .vp-foot .button { width: 100%; text-align: center; padding: 11px; }
	.vyom-products .vp-head .vp-title-main { font-size: 1.55rem; }
}

/* ==========================================================================
   Section: Our Story
   ========================================================================== */
.vyom-story { background: #FDF2F6; font-family: 'Poppins', system-ui, Arial, sans-serif; }
.vyom-story * { box-sizing: border-box; }
.vyom-story .vs-inner { max-width: 1200px; margin: 0 auto; padding: 70px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.vyom-story.vs-img-right .vs-media { order: 2; }
.vyom-story .vs-media {
	position: relative; border-radius: 18px; overflow: hidden;
	background: radial-gradient(circle at 40% 40%, #e8d3b6, #cdb08a);
	aspect-ratio: 1 / .78; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 22px 44px -24px rgba(90,60,20,.5);
}
.vyom-story .vs-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vyom-story .vs-media .vs-cluster { width: 56%; height: auto; }
.vyom-story .vs-note { position: absolute; bottom: 10px; right: 12px; background: rgba(42,11,21,.55); color: #fff; font-size: .62rem; padding: 3px 8px; border-radius: 20px; letter-spacing: .04em; }
.vyom-story .vs-text { position: relative; }
.vyom-story .vs-eyebrow { font-weight: 500; letter-spacing: .18em; text-transform: uppercase; font-size: .72rem; color: #980144; display: block; margin-bottom: 12px; }
.vyom-story .vs-heading { font-family: 'Playfair Display', Georgia, serif; font-size: 2.1rem; color: #2A0B15; font-weight: 600; line-height: 1.15; margin: 0 0 18px; }
.vyom-story .vs-body { color: #3A2A30; max-width: 440px; margin: 0 0 26px; font-weight: 300; line-height: 1.7; }
.vyom-story .vs-body p { margin: 0 0 1em; }
.vyom-story .vs-body p:last-child { margin-bottom: 0; }
.vyom-story .vs-btn {
	display: inline-flex; align-items: center; justify-content: center;
	font-weight: 500; letter-spacing: .06em; text-transform: uppercase; font-size: .8rem;
	padding: 14px 26px; border-radius: 6px; border: 1.5px solid #980144;
	background: #980144; color: #fff; text-decoration: none; line-height: 1;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.vyom-story .vs-btn:hover { background: #7d0138; border-color: #7d0138; color: #fff; }
.vyom-story .vs-deco { position: absolute; right: -10px; top: -16px; width: 120px; opacity: .5; pointer-events: none; }
@media (max-width: 980px) {
	.vyom-story .vs-inner { grid-template-columns: 1fr; gap: 34px; }
	.vyom-story.vs-img-right .vs-media { order: 0; }
	.vyom-story .vs-deco { display: none; }
	.vyom-story .vs-heading { font-size: 1.8rem; }
}

/* ==========================================================================
   Section: Our Healing Services
   ========================================================================== */
.vyom-services { background: #FDF9F6; font-family: 'Poppins', system-ui, Arial, sans-serif; }
.vyom-services * { box-sizing: border-box; }
.vyom-services .vsv-inner { max-width: 1200px; margin: 0 auto; padding: 66px 24px; }
.vyom-services .vsv-head { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 8px; }
.vyom-services .vsv-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.9rem; color: #980144; font-weight: 600; text-align: center; margin: 0; }
.vyom-services .vsv-flourish svg { width: 74px; height: 12px; display: block; }
.vyom-services .vsv-flourish.flip { transform: scaleX(-1); }
.vyom-services .vsv-sub { text-align: center; color: #7a6b70; max-width: 560px; margin: 0 auto 40px; }
.vyom-services .vsv-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.vyom-services .vsv-card { background: #FFEFEF; border-radius: 14px; padding: 26px 18px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.vyom-services .vsv-card:hover { transform: translateY(-4px); box-shadow: 0 18px 30px -20px rgba(120,10,60,.4); }
.vyom-services .vsv-ic { width: 58px; height: 58px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; color: #980144; }
.vyom-services .vsv-ic svg { width: 28px; height: 28px; display: block; }
.vyom-services .vsv-ic i { font-size: 26px; line-height: 1; color: inherit; }
.vyom-services .vsv-ctitle { font-family: 'Playfair Display', Georgia, serif; font-size: 1.02rem; color: #2A0B15; font-weight: 600; margin: 0 0 8px; }
.vyom-services .vsv-desc { font-size: .84rem; color: #7a6b70; margin: 0 0 14px; }
.vyom-services .vsv-link { font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #980144; border-bottom: 1.5px solid #980144; padding-bottom: 2px; text-decoration: none; display: inline-block; }
.vyom-services .vsv-link:hover { color: #7d0138; border-color: #7d0138; }
@media (max-width: 980px) { .vyom-services .vsv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .vyom-services .vsv-grid { grid-template-columns: 1fr; } .vyom-services .vsv-title { font-size: 1.55rem; } }

/* ==========================================================================
   Section: Reviews / Testimonials
   ========================================================================== */
.vyom-reviews { background: #ffffff; font-family: 'Poppins', system-ui, Arial, sans-serif; }
.vyom-reviews * { box-sizing: border-box; }
.vyom-reviews .vrev-inner { max-width: 1200px; margin: 0 auto; padding: 66px 24px; }
.vyom-reviews .vrev-head { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 40px; }
.vyom-reviews .vrev-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.9rem; color: #980144; font-weight: 600; text-align: center; margin: 0; }
.vyom-reviews .vrev-flourish svg { width: 74px; height: 12px; display: block; }
.vyom-reviews .vrev-flourish.flip { transform: scaleX(-1); }
.vyom-reviews .vrev-stage { display: flex; align-items: center; gap: 14px; }
.vyom-reviews .vrev-track {
	--vrev-cols: 3; --vrev-gap: 22px;
	display: flex; gap: var(--vrev-gap); flex: 1;
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	-ms-overflow-style: none; scrollbar-width: none; padding: 4px;
}
.vyom-reviews .vrev-track::-webkit-scrollbar { display: none; }
.vyom-reviews .vrev-slide {
	scroll-snap-align: start;
	flex: 0 0 calc((100% - (var(--vrev-cols) - 1) * var(--vrev-gap)) / var(--vrev-cols));
	max-width: calc((100% - (var(--vrev-cols) - 1) * var(--vrev-gap)) / var(--vrev-cols));
}
.vyom-reviews .vrev-card { background: #FFEFEF; border-radius: 14px; padding: 26px 24px; height: 100%; }
.vyom-reviews .vrev-stars { display: inline-flex; gap: 3px; margin-bottom: 12px; }
.vyom-reviews .vrev-star { width: 16px; height: 16px; display: block; }
.vyom-reviews .vrev-quote { font-size: .9rem; color: #3A2A30; font-style: italic; margin: 0 0 14px; line-height: 1.6; }
.vyom-reviews .vrev-name { font-weight: 600; color: #2A0B15; font-size: .86rem; }
.vyom-reviews .vrev-arrow {
	width: 44px; height: 44px; border-radius: 50%; background: #980144; color: #fff; border: none;
	cursor: pointer; flex: none; display: flex; align-items: center; justify-content: center;
	transition: background .2s ease, opacity .2s ease;
}
.vyom-reviews .vrev-arrow:hover { background: #7d0138; }
.vyom-reviews .vrev-arrow:focus-visible { outline: 2px solid #2A0B15; outline-offset: 2px; }
.vyom-reviews .vrev-arrow.is-disabled { opacity: .35; cursor: default; }
.vyom-reviews .vrev-arrow svg { width: 20px; height: 20px; }
@media (max-width: 620px) {
	.vyom-reviews .vrev-stage { gap: 8px; }
	.vyom-reviews .vrev-arrow { width: 38px; height: 38px; }
	.vyom-reviews .vrev-title { font-size: 1.55rem; }
}

/* ==========================================================================
   Section: Newsletter
   ========================================================================== */
.vyom-newsletter { background: #FDE7F1; font-family: 'Poppins', system-ui, Arial, sans-serif; position: relative; overflow: hidden; }
.vyom-newsletter * { box-sizing: border-box; }
.vyom-newsletter .vnl-inner {
	max-width: 1200px; margin: 0 auto; padding: 34px 24px;
	display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.vyom-newsletter .vnl-left { display: flex; align-items: center; gap: 16px; flex: 1 1 320px; }
.vyom-newsletter .vnl-badge { width: 52px; height: 52px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.vyom-newsletter .vnl-badge svg { width: 22px; height: auto; display: block; }
.vyom-newsletter .vnl-heading { font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; color: #2A0B15; font-weight: 600; margin: 0 0 3px; }
.vyom-newsletter .vnl-sub { margin: 0; font-size: .88rem; color: #3A2A30; }
.vyom-newsletter .vnl-form-area { flex: 0 1 420px; min-width: 260px; }
.vyom-newsletter .vnl-form-area .elementor-widget-form { margin: 0; }
.vyom-newsletter .vnl-placeholder { display: flex; box-shadow: 0 10px 24px -16px rgba(120,10,60,.5); border-radius: 6px; overflow: hidden; }
.vyom-newsletter .vnl-placeholder input {
	border: none; padding: 14px 18px; font-family: 'Poppins', sans-serif; font-size: .9rem; flex: 1; min-width: 0;
	outline: none; background: #fff; color: #3A2A30;
}
.vyom-newsletter .vnl-placeholder button {
	border: none; background: #980144; color: #fff; padding: 0 26px; font-family: 'Poppins', sans-serif;
	font-weight: 500; letter-spacing: .05em; text-transform: uppercase; font-size: .8rem; cursor: default; white-space: nowrap;
}
.vyom-newsletter .vnl-note {
	flex-basis: 100%; text-align: center; font-size: .72rem; color: #7d4b62; opacity: .8; margin-top: 4px;
}
@media (max-width: 767px) {
	.vyom-newsletter .vnl-inner { flex-direction: column; align-items: stretch; justify-content: flex-start; text-align: center; gap: 14px; }
	.vyom-newsletter .vnl-inner > * { flex: 0 0 auto; }
	.vyom-newsletter .vnl-left { flex-direction: column; text-align: center; gap: 10px; }
	.vyom-newsletter .vnl-form-area { flex-basis: auto; width: 100%; }
}

/* ==========================================================================
   Section: Header
   ========================================================================== */
.vyom-header { background: rgba(253,249,246,.96); font-family: 'Poppins', system-ui, Arial, sans-serif; position: relative; z-index: 100; border-bottom: 1px solid #f1e1e8; }
.vyom-header.vh-sticky { position: sticky; top: 0; backdrop-filter: blur(6px); }
.vyom-header * { box-sizing: border-box; }
.vyom-header .vhd-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 20px; min-height: 82px; }
.vyom-header .vhd-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: none; }
.vyom-header .vhd-logo img { max-height: 44px; width: auto; display: block; }
.vyom-header .vhd-logo-text { display: flex; flex-direction: column; line-height: 1; }
.vyom-header .vhd-logo-main { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.7rem; color: #980144; letter-spacing: .02em; }
.vyom-header .vhd-logo-sub { font-size: .6rem; letter-spacing: .32em; color: #2A0B15; margin-top: 3px; }

.vyom-header .vhd-nav { display: flex; gap: 26px; align-items: center; margin-left: auto; list-style: none; padding: 0; margin-top: 0; margin-bottom: 0; }
.vyom-header .vhd-nav > li { position: relative; }
.vyom-header .vhd-nav > li > a {
	font-size: .9rem; color: #2A0B15; text-decoration: none; display: inline-flex; align-items: center; gap: 5px;
	padding: 28px 0; position: relative;
}
.vyom-header .vhd-nav > li > a:hover,
.vyom-header .vhd-nav > li.vhd-current > a { color: #980144; }
.vyom-header .vhd-nav > li.vhd-current > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 24px; height: 2px; background: #980144; }
.vyom-header .vhd-nav .vhd-caret { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-top: -3px; opacity: .7; transition: transform .2s ease; }
.vyom-header .vhd-nav li.menu-item-has-children:hover > .vhd-caret,
.vyom-header .vhd-nav li.vhd-open > a .vhd-caret { transform: rotate(225deg); margin-top: 3px; }

.vyom-header .vhd-nav .sub-menu {
	list-style: none; margin: 0; padding: 10px 0; position: absolute; top: 100%; left: 0; min-width: 220px;
	background: #fff; border-radius: 8px; box-shadow: 0 18px 40px -20px rgba(42,11,21,.35); opacity: 0; visibility: hidden;
	transform: translateY(6px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; z-index: 10;
}
.vyom-header .vhd-nav li.menu-item-has-children:hover > .sub-menu,
.vyom-header .vhd-nav li.vhd-open > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.vyom-header .vhd-nav .sub-menu li a { display: block; padding: 9px 20px; font-size: .86rem; color: #2A0B15; text-decoration: none; }
.vyom-header .vhd-nav .sub-menu li a:hover { color: #980144; background: #FFEFEF; }

.vyom-header .vhd-actions { display: flex; gap: 16px; align-items: center; margin-left: 8px; }
.vyom-header .vhd-iconbtn { background: none; border: none; cursor: pointer; color: #2A0B15; padding: 4px; position: relative; display: inline-flex; text-decoration: none; }
.vyom-header .vhd-iconbtn svg { width: 23px; height: 23px; display: block; }
.vyom-header .vhd-iconbtn:hover { color: #980144; }
.vyom-header .vhd-cart-badge {
	position: absolute; top: -4px; right: -6px; background: #980144; color: #fff; font-size: .62rem;
	min-width: 16px; height: 16px; border-radius: 9px; display: flex; align-items: center; justify-content: center; padding: 0 3px;
}

.vyom-header .vhd-burger { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.vyom-header .vhd-burger span { width: 24px; height: 2px; background: #2A0B15; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.vyom-header.vhd-menu-open .vhd-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.vyom-header.vhd-menu-open .vhd-burger span:nth-child(2) { opacity: 0; }
.vyom-header.vhd-menu-open .vhd-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 980px) {
	.vyom-header .vhd-nav { display: none; }
	.vyom-header.vhd-menu-open .vhd-nav {
		display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0;
		background: #FDF9F6; padding: 10px 24px 20px; gap: 0; border-bottom: 1px solid #f1e1e8; max-height: 80vh; overflow-y: auto;
	}
	.vyom-header.vhd-menu-open .vhd-nav > li { width: 100%; }
	.vyom-header.vhd-menu-open .vhd-nav > li > a { padding: 13px 0; justify-content: space-between; width: 100%; }
	.vyom-header.vhd-menu-open .vhd-nav > li.vhd-current > a::after { display: none; }
	.vyom-header.vhd-menu-open .vhd-nav .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0 0 6px 14px;
		max-height: 0; overflow: hidden; transition: max-height .25s ease;
	}
	.vyom-header.vhd-menu-open .vhd-nav li.vhd-open > .sub-menu { max-height: 600px; }
	.vyom-header .vhd-actions .vhd-iconbtn.vhd-search-btn { display: none; }
	.vyom-header .vhd-burger { display: flex; }
}

/* ==========================================================================
   Section: Footer
   ========================================================================== */
.vyom-footer { background: #FDE7F1; border-top: 1px solid #f2d3e1; font-family: 'Poppins', system-ui, Arial, sans-serif; }
.vyom-footer * { box-sizing: border-box; }
.vyom-footer .vft-strip {
	background: #FFEFEF; text-align: center; font-size: .82rem; color: #3A2A30; padding: 11px 16px;
}
.vyom-footer .vft-inner { max-width: 1200px; margin: 0 auto; padding: 52px 24px 0; }
.vyom-footer .vft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 34px; }
.vyom-footer .vft-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; text-decoration: none; }
.vyom-footer .vft-logo img { max-height: 40px; width: auto; }
.vyom-footer .vft-logo-main { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.5rem; color: #980144; }
.vyom-footer .vft-logo-sub { font-size: .58rem; letter-spacing: .3em; color: #2A0B15; display: block; }
.vyom-footer .vft-tagline { font-size: .86rem; color: #3A2A30; max-width: 260px; margin: 0; line-height: 1.6; }
.vyom-footer h2 { font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: #980144; margin: 0 0 16px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.vyom-footer ul.vft-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.vyom-footer ul.vft-links a { font-size: .86rem; color: #3A2A30; text-decoration: none; }
.vyom-footer ul.vft-links a:hover { color: #980144; }
.vyom-footer .vft-contact { font-size: .86rem; color: #3A2A30; display: flex; align-items: center; gap: 8px; margin-bottom: 16px; text-decoration: none; }
.vyom-footer .vft-contact svg { width: 18px; height: 18px; flex: none; color: #980144; }
.vyom-footer .vft-socials { display: flex; gap: 12px; }
.vyom-footer .vft-socials a { width: 34px; height: 34px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; color: #980144; transition: background .2s ease, color .2s ease; }
.vyom-footer .vft-socials a svg { width: 18px; height: 18px; }
.vyom-footer .vft-socials a:hover { background: #980144; color: #fff; }
.vyom-footer .vft-bottom { border-top: 1px solid #f2d3e1; margin-top: 44px; padding: 18px 0; text-align: center; font-size: .78rem; color: #7d6a72; }
@media (max-width: 980px) { .vyom-footer .vft-grid { grid-template-columns: 1fr 1fr; row-gap: 30px; } }
@media (max-width: 620px) { .vyom-footer .vft-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Fixes (v1.4.1): logo sizing, footer social hover, permanent credit line
   ========================================================================== */
.vyom-header .vhd-logo svg { width: 34px; height: auto; flex: none; display: block; }
.vyom-footer .vft-logo svg { width: 30px; height: auto; flex: none; display: block; }
.vyom-footer .vft-socials a { transition: background .2s ease, color .2s ease, transform .2s ease; }
.vyom-footer .vft-socials a:hover { transform: translateY(-2px); }
.vyom-footer .vft-bottom { display: flex; flex-wrap: wrap; gap: 2px 6px; justify-content: center; align-items: center; }
.vyom-footer .vft-sep { color: #7d6a72; }
.vyom-footer .vft-credit { font-size: .76rem; color: #7d6a72; }
.vyom-footer .vft-credit a { color: #980144; text-decoration: none; font-weight: 500; }
.vyom-footer .vft-credit a:hover { text-decoration: underline; }

/* ==========================================================================
   Section: Contact
   ========================================================================== */
.vyom-contact { font-family: 'Poppins', system-ui, Arial, sans-serif; }
.vyom-contact * { box-sizing: border-box; }
.vyom-contact .vco-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -40px rgba(120,10,60,.45); }
.vyom-contact .vco-info { background: #980144; color: #fff; padding: 46px 40px; position: relative; overflow: hidden; }
.vyom-contact .vco-gem { display: block; width: 42px; margin-bottom: 18px; }
.vyom-contact .vco-gem svg { width: 100%; height: auto; display: block; }
.vyom-contact .vco-info h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.85rem; color: #fff; margin: 0 0 12px; font-weight: 600; }
.vyom-contact .vco-info p { font-size: .92rem; color: #f5d7e4; line-height: 1.7; margin: 0 0 26px; max-width: 340px; }
.vyom-contact .vco-email { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-size: .95rem; margin-bottom: 26px; }
.vyom-contact .vco-email svg { width: 20px; height: 20px; color: #C9A24B; flex: none; }
.vyom-contact .vco-email:hover { color: #C9A24B; }
.vyom-contact .vco-socials { display: flex; gap: 12px; }
.vyom-contact .vco-socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; color: #fff; transition: background .2s ease, color .2s ease; }
.vyom-contact .vco-socials a svg { width: 18px; height: 18px; }
.vyom-contact .vco-socials a:hover { background: #C9A24B; color: #3a2a10; }
.vyom-contact .vco-deco { position: absolute; right: -34px; bottom: -40px; width: 170px; opacity: .10; pointer-events: none; }
.vyom-contact .vco-deco svg { width: 100%; height: auto; }
.vyom-contact .vco-form { background: #fff; padding: 46px 42px; }
.vyom-contact .vco-form h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; color: #2A0B15; margin: 0 0 20px; font-weight: 600; }
.vyom-contact .vco-formarea .elementor-widget-form { margin: 0; }
.vyom-contact .vco-field { margin-bottom: 16px; }
.vyom-contact .vco-field label { display: block; font-size: .78rem; color: #3A2A30; margin-bottom: 6px; }
.vyom-contact .vco-field input, .vyom-contact .vco-field textarea { width: 100%; border: 1px solid #e7cdd8; border-radius: 8px; padding: 12px 14px; font-family: 'Poppins', sans-serif; font-size: .9rem; background: #fff; color: #3A2A30; outline: none; }
.vyom-contact .vco-field textarea { min-height: 120px; resize: vertical; }
.vyom-contact .vco-submit { background: #980144; color: #fff; border: none; border-radius: 8px; padding: 14px 30px; text-transform: uppercase; letter-spacing: .05em; font-size: .8rem; font-weight: 500; cursor: default; }
@media (max-width: 820px) { .vyom-contact .vco-inner { grid-template-columns: 1fr; } .vyom-contact .vco-info { padding: 38px 30px; } .vyom-contact .vco-form { padding: 34px 30px; } }
