/* Hestia archive — aligned with verony2 shop design */
.v2-hestia {
	font-family: var(--v2-sans);
	color: var(--v2-text);
	line-height: 1.6;
}

.v2-hestia-eyebrow {
	margin: 0 0 .5rem;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--v2-accent);
}

.v2-hestia-lead {
	margin: 0 0 1.25rem;
	font-size: 1.05rem;
	color: var(--v2-text);
	opacity: .88;
	max-width: 52ch;
	line-height: 1.65;
}

/* Hero */
.v2-hestia-hero {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}

.v2-hestia-hero--compact.v2-section {
	padding-top: .75rem;
	padding-bottom: 1rem;
}

.v2-hestia-hero--compact .v2-hestia-hero__grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 1.35rem;
	align-items: center;
}

.v2-hestia-hero--compact .v2-hestia-hero__media img {
	aspect-ratio: 4 / 3;
	max-height: 280px;
}

.v2-hestia-hero--compact .v2-hestia-hero__title {
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	margin-bottom: .65rem;
}

.v2-hestia-hero--compact .v2-hestia-lead {
	font-size: .98rem;
	margin-bottom: 1rem;
}

.v2-hestia-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin-bottom: 1rem;
}

.v2-hestia-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.v2-hestia-hero__facts li {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
	padding: .35rem .65rem;
	border-radius: 999px;
	border: 1px solid var(--v2-border);
	background: var(--v2-bg-alt);
	font-size: .78rem;
	line-height: 1.3;
}

.v2-hestia-hero__facts strong {
	color: var(--v2-accent);
	font-weight: 700;
}

/* Products bar (CTA before grid) */
.v2-hestia-products-bar {
	margin: 0 0 1.25rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	background: linear-gradient(135deg, #fff 0%, var(--v2-bg-alt) 100%);
}

.v2-hestia-products-bar__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.25rem;
	align-items: center;
}

.v2-hestia-products-bar__title {
	font-family: var(--v2-serif);
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 .35rem;
}

.v2-hestia-products-bar__lead {
	margin: 0;
	font-size: .92rem;
	opacity: .85;
	max-width: 48ch;
	line-height: 1.55;
}

.v2-hestia-products-bar__aside {
	min-width: 12.5rem;
	text-align: center;
}

.v2-hestia-products-bar .v2-btn--block {
	display: block;
	width: 100%;
	text-align: center;
}

.v2-hestia-products-bar__note {
	margin: .45rem 0 0;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	opacity: .65;
}

/* Reference strip */
.v2-hestia-section--tight {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.v2-hestia-ref-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.v2-hestia-lead--flush { margin-bottom: 0; }
.v2-hestia-lead--center { text-align: center; margin-left: auto; margin-right: auto; }

.v2-hestia-refs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(200px, 1fr);
	gap: .75rem;
	overflow-x: auto;
	padding-bottom: .35rem;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.v2-hestia-ref {
	margin: 0;
	border-radius: var(--v2-radius);
	overflow: hidden;
	border: 1px solid var(--v2-border);
	background: #fff;
	scroll-snap-align: start;
}

.v2-hestia-ref img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.v2-hestia-ref figcaption {
	padding: .55rem .75rem;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--v2-accent-dark);
}

/* Maker block */
.v2-hestia-maker__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 1.5rem;
	align-items: start;
}

.v2-hestia-maker__points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .55rem;
}

.v2-hestia-maker__points li {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	padding: .75rem .85rem;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	background: #fff;
	font-size: .88rem;
	line-height: 1.45;
}

.v2-hestia-quote--compact {
	margin: 1rem 0 0;
	padding: .85rem 1rem;
	font-size: .95rem;
}

.v2-hestia-quote--compact cite {
	display: block;
	margin-top: .45rem;
	font-size: .78rem;
	font-style: normal;
	font-weight: 700;
	color: var(--v2-accent);
}

.v2-hestia-light--compact .v2-hestia-light__media img {
	max-height: 260px;
	object-fit: cover;
}

.v2-hestia-modes--inline {
	margin-bottom: .75rem;
}

.v2-hestia-inline-link {
	font-size: .88rem;
	font-weight: 700;
	color: var(--v2-accent-dark);
	text-decoration: none;
}

.v2-hestia-inline-link:hover {
	color: var(--v2-accent);
	text-decoration: underline;
}

.v2-hestia-materials--compact {
	gap: .85rem;
}

.v2-hestia-gift__cta {
	margin-top: 1rem;
	justify-self: start;
}

.v2-hestia-gift {
	display: grid;
	gap: .5rem;
}

.v2-hestia-cta-final {
	border-top: 1px solid var(--v2-border);
	margin-top: .5rem;
}

.v2-hestia-cta-final__inner {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto;
}

.v2-hestia-cta-final .v2-btn {
	margin-top: .5rem;
}

.v2-hestia--reference {
	padding-top: .5rem;
	border-top: 1px solid var(--v2-border);
	margin-top: 1.5rem;
}

.v2-hestia--category {
	margin-bottom: 0;
}

.v2-hestia-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 2rem;
	align-items: center;
}

.v2-hestia-hero__media {
	border-radius: var(--v2-radius);
	overflow: hidden;
	border: 1px solid var(--v2-border);
	background: #fff;
}

.v2-hestia-hero__media img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.v2-hestia-hero__title {
	font-family: var(--v2-serif);
	font-size: clamp(1.9rem, 4vw, 2.75rem);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 1rem;
}

.v2-hestia-hero__title em {
	font-style: italic;
	color: var(--v2-accent);
}

.v2-hestia-chips {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: 1.25rem;
}

.v2-hestia-chip {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .45rem .9rem;
	border-radius: 999px;
	border: 1px solid var(--v2-border);
	background: #fff;
	color: var(--v2-text);
	font-size: .82rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .2s, color .2s, background .2s;
}

.v2-hestia-chip:hover {
	border-color: var(--v2-accent);
	color: var(--v2-accent-dark);
	background: var(--v2-bg-alt);
	text-decoration: none;
}

/* Stats */
.v2-hestia-stats {
	padding: 0 0 2.5rem;
}

.v2-hestia-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.v2-hestia-stat {
	background: #fff;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	padding: 1.15rem 1rem;
	text-align: center;
}

.v2-hestia-stat__num {
	display: block;
	font-family: var(--v2-serif);
	font-size: 1.75rem;
	color: var(--v2-accent);
	line-height: 1;
	margin-bottom: .35rem;
}

.v2-hestia-stat__label {
	font-size: .72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--v2-text);
	opacity: .72;
}

/* Sections */
.v2-hestia-section {
	padding: 2.5rem 0;
}

.v2-hestia-section--alt {
	background: var(--v2-bg-alt);
	margin-inline: calc(50% - 50vw);
	padding-inline: calc(50vw - 50%);
}

.v2-hestia-section__title {
	font-family: var(--v2-serif);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 400;
	margin: 0 0 1rem;
	line-height: 1.2;
}

.v2-hestia-section__intro {
	margin: 0 0 1.5rem;
	max-width: 62ch;
	font-size: 1.02rem;
	opacity: .9;
}

.v2-hestia-center { text-align: center; }

.v2-hestia-section__title--spaced { margin-bottom: 1.5rem; }

/* Story */
.v2-hestia-story__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
}

.v2-hestia-story__gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .75rem;
}

.v2-hestia-story__gallery img {
	width: 100%;
	border-radius: var(--v2-radius);
	border: 1px solid var(--v2-border);
	object-fit: cover;
}

.v2-hestia-story__gallery .v2-hestia-story__wide {
	grid-column: 1 / -1;
	aspect-ratio: 16 / 9;
}

.v2-hestia-story__gallery .v2-hestia-story__portrait {
	aspect-ratio: 3 / 4;
}

.v2-hestia-quote {
	margin: 1.25rem 0;
	padding: 1rem 1.15rem;
	border-left: 3px solid var(--v2-accent);
	border-radius: 0 var(--v2-radius) var(--v2-radius) 0;
	background: #fff;
	font-family: var(--v2-serif);
	font-size: 1.05rem;
	font-style: italic;
	line-height: 1.55;
}

.v2-hestia-author {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-top: 1.25rem;
}

.v2-hestia-author__mark {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--v2-accent);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

.v2-hestia-author__name {
	display: block;
	font-weight: 700;
	font-size: .9rem;
}

.v2-hestia-author__sub {
	display: block;
	font-size: .82rem;
	opacity: .7;
}

/* Light system */
.v2-hestia-light {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	background: #fff;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	overflow: hidden;
}

.v2-hestia-light__media img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.v2-hestia-light__body {
	padding: 2rem 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.v2-hestia-modes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .65rem;
	margin-top: 1rem;
}

.v2-hestia-mode {
	background: var(--v2-bg-alt);
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	padding: .85rem .5rem;
	text-align: center;
}

.v2-hestia-mode__num {
	display: block;
	font-family: var(--v2-serif);
	font-size: 1.5rem;
	color: var(--v2-accent);
	line-height: 1;
	margin-bottom: .25rem;
}

.v2-hestia-mode__label {
	font-size: .68rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .06em;
	opacity: .75;
}

/* Why grid — mirrors v2-usp */
.v2-hestia-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.v2-hestia-why__item {
	background: #fff;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	padding: 1.25rem;
	text-align: left;
}

.v2-hestia-why__icon {
	font-size: 1.5rem;
	display: block;
	margin-bottom: .65rem;
}

.v2-hestia-why__name {
	display: block;
	font-family: var(--v2-serif);
	font-size: 1.05rem;
	margin-bottom: .4rem;
}

.v2-hestia-why__desc {
	margin: 0;
	font-size: .92rem;
	opacity: .82;
	line-height: 1.55;
}

/* Materials */
.v2-hestia-materials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.v2-hestia-material {
	background: #fff;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	overflow: hidden;
}

.v2-hestia-material img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.v2-hestia-material__body {
	padding: 1.1rem 1.15rem 1.25rem;
}

.v2-hestia-material__tag {
	display: inline-block;
	margin-bottom: .45rem;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--v2-accent);
}

.v2-hestia-material__name {
	display: block;
	font-family: var(--v2-serif);
	font-size: 1.25rem;
	margin-bottom: .35rem;
}

.v2-hestia-material__desc {
	margin: 0;
	font-size: .92rem;
	opacity: .85;
	line-height: 1.55;
}

/* Specs */
.v2-hestia-specs {
	background: #fff;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	padding: 1.5rem 1.75rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 2rem;
}

.v2-hestia-specs__title {
	grid-column: 1 / -1;
	font-family: var(--v2-serif);
	font-size: 1.35rem;
	margin: 0 0 .25rem;
}

.v2-hestia-spec {
	display: flex;
	gap: .65rem;
	align-items: flex-start;
}

.v2-hestia-spec__icon { font-size: 1.1rem; line-height: 1.4; }

.v2-hestia-spec__label {
	display: block;
	font-size: .68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--v2-accent);
	margin-bottom: .15rem;
}

.v2-hestia-spec__val {
	font-size: .92rem;
	line-height: 1.45;
}

/* Info blocks */
.v2-hestia-info {
	scroll-margin-top: 5rem;
	margin-bottom: 1.5rem;
	background: #fff;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	overflow: hidden;
}

.v2-hestia-info__head {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.15rem 1.35rem;
	background: var(--v2-bg-alt);
	border-bottom: 1px solid var(--v2-border);
}

.v2-hestia-info__icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: var(--v2-radius);
	background: #fff;
	border: 1px solid var(--v2-border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	flex-shrink: 0;
}

.v2-hestia-info__title {
	font-family: var(--v2-serif);
	font-size: 1.2rem;
	margin: 0;
	line-height: 1.25;
}

.v2-hestia-info__subtitle {
	margin: .15rem 0 0;
	font-size: .88rem;
	opacity: .75;
}

.v2-hestia-info__body {
	padding: 1.35rem 1.5rem 1.5rem;
}

.v2-hestia-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: hestia-step;
}

.v2-hestia-steps li {
	counter-increment: hestia-step;
	display: flex;
	gap: .85rem;
	padding: .85rem 0;
	border-bottom: 1px solid var(--v2-border);
	font-size: .95rem;
	line-height: 1.6;
}

.v2-hestia-steps li:last-child { border-bottom: 0; }

.v2-hestia-steps li::before {
	content: counter(hestia-step);
	min-width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: var(--v2-accent);
	color: #fff;
	font-size: .82rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: .1rem;
}

.v2-hestia-callout {
	margin: 1rem 0;
	padding: .85rem 1rem;
	border-left: 3px solid var(--v2-accent);
	border-radius: 0 var(--v2-radius) var(--v2-radius) 0;
	background: var(--v2-bg-alt);
	font-size: .92rem;
	line-height: 1.55;
}

.v2-hestia-callout__title {
	display: block;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--v2-accent);
	margin-bottom: .45rem;
}

.v2-hestia-callout ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.v2-hestia-callout li {
	padding: .2rem 0 .2rem 1rem;
	position: relative;
}

.v2-hestia-callout li::before {
	content: "—";
	position: absolute;
	left: 0;
	color: var(--v2-accent);
	font-weight: 700;
}

.v2-hestia-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1rem;
	font-size: .9rem;
}

.v2-hestia-table tr { border-bottom: 1px solid var(--v2-border); }
.v2-hestia-table tr:last-child { border-bottom: 0; }
.v2-hestia-table td {
	padding: .55rem .65rem;
	vertical-align: top;
	line-height: 1.5;
}

.v2-hestia-table td:first-child {
	width: 42%;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--v2-accent);
}

/* Gift */
.v2-hestia-gift {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 1.5rem;
	align-items: center;
}

.v2-hestia-gift__pills {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.v2-hestia-gift__pill {
	background: #fff;
	border: 1px solid var(--v2-border);
	border-radius: 999px;
	padding: .45rem .9rem;
	font-size: .85rem;
	font-weight: 600;
}

/* Products anchor */
.v2-hestia-products-cta {
	text-align: center;
	padding: 2rem 0 .5rem;
	border-top: 1px solid var(--v2-border);
	margin-top: 1rem;
}

.v2-hestia-products-cta .v2-section__title { margin-bottom: .5rem; }

.v2-hestia-products-cta__hint {
	margin: 0 0 1rem;
	font-size: .95rem;
	opacity: .8;
}

.v2-hestia-arrow {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: .35rem;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--v2-accent);
}

.v2-hestia-arrow svg {
	width: 1.1rem;
	height: 1.1rem;
	animation: v2-hestia-bounce 1.6s ease-in-out infinite;
}

@keyframes v2-hestia-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(4px); }
}

/* Archive wrapper spacing */
.v2-hestia-archive { margin-bottom: 1.5rem; }

@media (max-width: 960px) {
	.v2-hestia-hero--compact .v2-hestia-hero__grid,
	.v2-hestia-hero__grid,
	.v2-hestia-story__grid,
	.v2-hestia-light,
	.v2-hestia-gift,
	.v2-hestia-maker__grid,
	.v2-hestia-products-bar__inner { grid-template-columns: 1fr; }
	.v2-hestia-products-bar__aside { min-width: 0; }
	.v2-hestia-ref-head__cta { width: 100%; text-align: center; }
	.v2-hestia-stats__grid { grid-template-columns: repeat(2, 1fr); }
	.v2-hestia-why__grid { grid-template-columns: repeat(2, 1fr); }
	.v2-hestia-materials,
	.v2-hestia-specs { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	.v2-hestia-why__grid { grid-template-columns: 1fr; }
	.v2-hestia-modes { grid-template-columns: 1fr; }
}

/* Hestia product detail partials (.vhd) */
.vhd {
	font-family: var(--v2-sans);
	color: var(--v2-text);
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.v2-single-product__hestia-extras .vhd {
	background: transparent;
	border: 0;
}

.vhd-maker {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.15rem 0;
	border-bottom: 1px solid var(--v2-border);
	flex-wrap: wrap;
}

.vhd-maker-avatar {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: var(--v2-accent);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.vhd-maker-text { flex: 1; min-width: 0; }

.vhd-maker-line1 {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--v2-accent);
	display: block;
	margin-bottom: .15rem;
}

.vhd-maker-line2 {
	font-family: var(--v2-serif);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.3;
}

.vhd-maker-badge {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	background: var(--v2-bg-alt);
	border: 1px solid var(--v2-border);
	border-radius: 999px;
	padding: .35rem .75rem;
	font-size: .72rem;
	font-weight: 700;
	color: var(--v2-accent-dark);
	white-space: nowrap;
}

.vhd-maker-badge-dot {
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background: var(--v2-accent);
}

.vhd-section-label {
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--v2-accent);
	display: block;
	margin-bottom: .85rem;
}

.vhd-box {
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--v2-border);
}

.vhd-box-items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: .5rem;
}

.vhd-box-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .35rem;
	background: var(--v2-bg);
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	padding: .85rem .5rem;
	text-align: center;
}

.vhd-box-item-icon { font-size: 1.35rem; line-height: 1; }

.vhd-box-item-name {
	font-size: .72rem;
	font-weight: 700;
	line-height: 1.3;
}

.vhd-box-item-sub {
	font-size: .68rem;
	opacity: .7;
	line-height: 1.3;
}

.vhd-care {
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--v2-border);
}

.vhd-care-rules {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .65rem;
}

.vhd-care-rule {
	display: flex;
	gap: .65rem;
	align-items: flex-start;
	background: var(--v2-bg-alt);
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	padding: .85rem;
}

.vhd-care-rule-icon { font-size: 1.15rem; flex-shrink: 0; }

.vhd-care-rule-title {
	font-size: .82rem;
	font-weight: 700;
	display: block;
	margin-bottom: .2rem;
}

.vhd-care-rule-text {
	font-size: .78rem;
	opacity: .82;
	line-height: 1.5;
}

.vhd-care-note {
	display: flex;
	align-items: flex-start;
	gap: .5rem;
	margin-top: .75rem;
	padding: .65rem .85rem;
	border-left: 3px solid var(--v2-accent);
	border-radius: 0 var(--v2-radius) var(--v2-radius) 0;
	background: var(--v2-bg-alt);
	font-size: .82rem;
	line-height: 1.5;
}

.vhd-tech {
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--v2-border);
}

.vhd-tech-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	overflow: hidden;
}

.vhd-tech-key,
.vhd-tech-val {
	padding: .55rem .75rem;
	font-size: .85rem;
	line-height: 1.45;
	border-bottom: 1px solid var(--v2-border);
}

.vhd-tech-grid > div:nth-child(4n+1),
.vhd-tech-grid > div:nth-child(4n+2) {
	background: var(--v2-bg-alt);
}

.vhd-tech-key {
	font-size: .68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--v2-accent);
	border-right: 1px solid var(--v2-border);
}

.vhd-tech-grid > div:nth-last-child(-n+2) { border-bottom: 0; }

.vhd-tech-footer {
	display: flex;
	gap: .5rem;
	margin-top: .75rem;
	flex-wrap: wrap;
}

.vhd-tech-badge {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	background: var(--v2-bg-alt);
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	padding: .35rem .65rem;
	font-size: .72rem;
	font-weight: 600;
	opacity: .85;
}

.vhd-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.vhd-trust {
	padding: 1.15rem 0;
	border-right: 1px solid var(--v2-border);
	padding-right: 1.25rem;
}

.vhd-trust-items {
	display: flex;
	flex-direction: column;
	gap: .55rem;
}

.vhd-trust-item {
	display: flex;
	align-items: center;
	gap: .55rem;
	font-size: .85rem;
	line-height: 1.4;
}

.vhd-trust-icon {
	width: 1.85rem;
	height: 1.85rem;
	background: var(--v2-bg-alt);
	border: 1px solid var(--v2-border);
	border-radius: var(--v2-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .9rem;
	flex-shrink: 0;
}

.vhd-gift {
	padding: 1.15rem 0 0 1.25rem;
}

.vhd-gift-pills {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	margin-top: .5rem;
}

.vhd-gift-pill {
	background: var(--v2-bg-alt);
	border: 1px solid var(--v2-border);
	border-radius: 999px;
	padding: .35rem .75rem;
	font-size: .78rem;
	font-weight: 600;
}

.v2-hestia-detail { margin-bottom: 1.5rem; }

.v2-single-product__hestia-story,
.v2-single-product__hestia-light {
	margin-bottom: 1.5rem;
}

.v2-single-product__hestia-pribeh {
	margin: 0 0 2rem;
	text-align: center;
}

@media (max-width: 680px) {
	.vhd-box-items { grid-template-columns: repeat(3, 1fr); }
	.vhd-care-rules { grid-template-columns: 1fr; }
	.vhd-tech-grid { grid-template-columns: 1fr; }
	.vhd-tech-key { border-right: 0; padding-bottom: .15rem; }
	.vhd-tech-val { padding-top: 0; }
	.vhd-bottom { grid-template-columns: 1fr; }
	.vhd-trust { border-right: 0; border-bottom: 1px solid var(--v2-border); padding-right: 0; padding-bottom: 1.15rem; }
	.vhd-gift { padding-left: 0; }
}

@media (max-width: 400px) {
	.vhd-box-items { grid-template-columns: repeat(2, 1fr); }
}

/* Compact row when few Hestia products (archive) */
@media (min-width: 961px) {
	body.v2-products-compact #v2-products ul.products {
		grid-template-columns: repeat(var(--v2-compact-cols, 5), minmax(0, 1fr)) !important;
		gap: 0.85rem !important;
		padding: 1rem 0.5rem 1.5rem !important;
	}

	body.v2-products-compact #v2-products .v2-product-card__title {
		font-size: 0.88rem;
		margin-inline: 0.5rem;
	}

	body.v2-products-compact #v2-products .v2-product-card__price {
		font-size: 0.86rem;
		padding-inline: 0.5rem;
	}
}
