:root {
	--dh-gold: #c8a45d;
	--dh-gold-deep: #b68b3f;
	--dh-ink: #132a45;
	--dh-cream: #fbf8f1;
	--dh-line: #dfd3bb;
	--dh-green: #28a745;
}

.dreams-home-v2 {
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: 0 18px 24px;
	color: var(--dh-ink);
	background: #fff;
	box-sizing: border-box;
}

.dreams-home-v2 *,
.dreams-home-v2 *::before,
.dreams-home-v2 *::after {
	box-sizing: border-box;
}

.dreams-home-v2 a {
	color: inherit;
	text-decoration: none;
}

.dh-hero {
	position: relative;
	min-height: 330px;
	margin: 8px -18px 0;
	padding: 42px 24px 34px;
	overflow: hidden;
	background-color: #f5f0e7;
	background-image: linear-gradient(90deg, rgba(250,247,240,.98) 0%, rgba(250,247,240,.9) 44%, rgba(250,247,240,.06) 78%), url('https://dreamstienda.com/wp-content/uploads/2026/08/Screenshot-2026-08-23-at-12.16.12.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
}

.dh-hero__copy {
	position: relative;
	z-index: 1;
	width: 60%;
	max-width: 560px;
}

.dh-hero h1,
.dh-section-title h2,
.dh-products h2 {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 500;
	color: #111;
}

.dh-hero h1 {
	font-size: clamp(36px, 7.6vw, 64px);
	line-height: .98;
	letter-spacing: -.035em;
}

.dh-hero p {
	margin: 14px 0 18px;
	max-width: 370px;
	font-size: 17px;
	line-height: 1.28;
	color: #222;
}

.dh-hero__rule {
	display: block;
	width: 44px;
	height: 2px;
	margin-bottom: 16px;
	background: var(--dh-gold);
}

.dh-hero small {
	display: block;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: .38em;
	color: #333;
}

.dh-paths {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 12px 0 20px;
}

.dh-path-card {
	display: grid;
	grid-template-columns: 42px minmax(0,1fr) 34px;
	align-items: center;
	gap: 9px;
	min-height: 100px;
	padding: 14px 12px;
	border: 1px solid var(--dh-line);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(47,36,15,.04);
}

.dh-path-card__icon svg,
.dh-how svg,
.dh-instagram-cta svg,
.dh-tracking svg,
.dh-benefits svg {
	display: block;
	width: 100%;
	height: auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dh-path-card__icon {
	color: var(--dh-gold-deep);
}

.dh-path-card__copy {
	min-width: 0;
}

.dh-path-card strong {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.1;
	color: #111;
}

.dh-path-card small {
	display: block;
	font-size: 10px;
	line-height: 1.3;
	color: #333;
}

.dh-path-card__arrow {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	color: #fff;
	background: var(--dh-gold);
	font-size: 21px;
	line-height: 1;
}

.dh-how {
	margin-bottom: 23px;
}

.dh-section-title--center {
	display: grid;
	grid-template-columns: minmax(20px,1fr) auto minmax(20px,1fr);
	align-items: center;
	gap: 13px;
	margin-bottom: 12px;
}

.dh-section-title span {
	height: 1px;
	background: var(--dh-gold);
}

.dh-section-title h2 {
	font-size: 26px;
	white-space: nowrap;
}

.dh-how__steps {
	display: grid;
	grid-template-columns: 1fr 12px 1fr 12px 1fr;
	align-items: start;
	gap: 4px;
}

.dh-how article {
	position: relative;
	text-align: center;
}

.dh-how article > svg {
	width: 43px;
	height: 43px;
	margin: 0 auto 5px;
	color: var(--dh-gold-deep);
}

.dh-step-number {
	position: absolute;
	top: -2px;
	left: calc(50% - 37px);
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #f4f0e8;
	font-size: 13px;
	font-weight: 700;
	color: #111;
}

.dh-how h3 {
	margin: 0 0 3px;
	font-size: 13px;
	line-height: 1.2;
	color: #111;
}

.dh-how p {
	margin: 0 auto;
	max-width: 175px;
	font-size: 10px;
	line-height: 1.3;
	color: #333;
}

.dh-how i {
	align-self: center;
	margin-top: 8px;
	color: var(--dh-gold);
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
}

.dh-products {
	margin-bottom: 18px;
}

.dh-products__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.dh-products h2 {
	font-size: clamp(24px, 5vw, 34px);
	line-height: 1.05;
}

.dh-products__heading > a {
	flex: 0 0 auto;
	font-size: 13px;
	color: #8f6a29;
}

.dh-products__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 12px;
}

.dh-product-card {
	overflow: hidden;
	min-width: 0;
	border: 1px solid #ded8ce;
	border-radius: 9px;
	background: #fff;
}

.dh-product-card__link {
	display: block;
	height: 100%;
}

.dh-product-card__media {
	position: relative;
	aspect-ratio: 1.65 / 1;
	overflow: hidden;
	background: #f2efe9;
}

.dh-product-card__media img,
.dh-product-card__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #eee8dd;
}

.dh-product-card__badge {
	position: absolute;
	top: 9px;
	left: 9px;
	padding: 5px 9px;
	border-radius: 8px;
	background: rgba(251,248,241,.93);
	font-size: 10px;
	font-weight: 600;
	color: #222;
}

.dh-product-card__play {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 46px;
	height: 46px;
	color: #fff;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
}

.dh-product-card__play circle {
	fill: rgba(0,0,0,.45);
	stroke: #fff;
	stroke-width: 2;
}

.dh-product-card__play path {
	fill: #fff;
	stroke: none;
}

.dh-product-card__body {
	padding: 9px 11px 10px;
}

.dh-product-card__brand,
.dh-product-card h3,
.dh-product-card__price,
.dh-product-card__deposit,
.dh-product-card__stock {
	margin: 0;
}

.dh-product-card__brand {
	font-size: 10px;
	font-weight: 800;
	color: #111;
}

.dh-product-card h3 {
	min-height: 30px;
	margin: 1px 0 2px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	color: #222;
}

.dh-product-card__price {
	font-size: 14px;
	font-weight: 800;
	color: #111;
}

.dh-product-card__deposit {
	font-size: 10px;
	color: #555;
}

.dh-product-card__stock {
	font-size: 10px;
	color: #388440;
}

.dh-product-card__stock span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	border-radius: 50%;
	background: var(--dh-green);
}

.dh-instagram-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 49px;
	margin: 9px 0 12px;
	padding: 10px 18px;
	border-radius: 7px;
	background: #0d0d0d;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
}

.dh-instagram-cta svg {
	width: 25px;
}

.dh-instagram-cta b {
	font-size: 19px;
	font-weight: 400;
}

.dh-tracking {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 16px;
	padding: 10px 12px;
	border: 1px solid #eadfc9;
	border-radius: 8px;
	background: linear-gradient(90deg,#fcfaf5,#f6f0e4);
}

.dh-tracking__label {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.dh-tracking__label svg {
	flex: 0 0 27px;
	width: 27px;
	color: var(--dh-gold-deep);
}

.dh-tracking__label strong {
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

.dh-tracking > a {
	flex: 0 0 auto;
	padding: 10px 13px;
	border-radius: 6px;
	background: var(--dh-gold);
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.dh-tracking > a,
.dh-tracking > a:visited,
.dh-tracking > a:hover,
.dh-tracking > a span {
	color: #fff !important;
	opacity: 1 !important;
}

.dh-benefits {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0;
	padding: 6px 0 13px;
}

.dh-benefits > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 0;
	padding: 4px 8px;
	border-right: 1px solid #e8dfcf;
}

.dh-benefits > div:last-child {
	border-right: 0;
}

.dh-benefits svg {
	flex: 0 0 29px;
	width: 29px;
	color: var(--dh-gold-deep);
}

.dh-benefits span {
	font-size: 10px;
	line-height: 1.25;
	color: #333;
}

/* Main shopping choices: the primary action on the homepage. */
.dh-paths {
	position: relative;
	padding: 10px;
	border: 1px solid rgba(200,164,93,.35);
	border-radius: 16px;
	background: linear-gradient(135deg, #fffdf8, #f7edda);
	box-shadow: 0 12px 30px rgba(105,77,25,.10);
}

.dh-path-card {
	position: relative;
	overflow: hidden;
	border: 2px solid var(--dh-gold);
	background: linear-gradient(145deg, #fff 28%, #fbf3e4 100%);
	box-shadow: 0 8px 20px rgba(91,64,18,.11);
	transition: transform .2s ease, box-shadow .2s ease;
}

.dh-path-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: var(--dh-gold);
}

.dh-path-card:hover,
.dh-path-card:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(91,64,18,.17);
}

.dh-path-card__icon {
	display: grid;
	place-items: center;
	padding: 7px;
	border-radius: 50%;
	background: rgba(200,164,93,.13);
}

.dh-path-card strong {
	font-weight: 800;
	letter-spacing: .015em;
}

.dh-path-card__arrow {
	background: var(--dh-gold-deep);
	box-shadow: 0 4px 10px rgba(91,64,18,.22);
}

.dh-social-feed {
	margin: 27px -18px 0;
	padding: 25px 18px 12px;
	border-top: 1px solid var(--dh-line);
	background: #fff;
}

.dh-social-feed__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 18px;
	color: #111 !important;
}

.dh-social-feed__title svg {
	flex: 0 0 34px;
	width: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dh-social-feed__title h2 {
	margin: 0;
	font-family: inherit;
	font-size: clamp(18px, 4vw, 29px);
	font-weight: 700;
	line-height: 1.1;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: #111;
}

.dh-social-feed__content {
	width: 100%;
	margin: 0 auto;
}

.dh-social-feed__content #sb_instagram {
	width: 100% !important;
	max-width: none !important;
	padding-bottom: 0 !important;
}

@media (min-width: 768px) {
	.dreams-home-v2 {
		padding-inline: 28px;
	}

	.dh-hero {
		min-height: 470px;
		margin-inline: -28px;
		padding: 70px 7%;
	}

	.dh-path-card {
		min-height: 126px;
		grid-template-columns: 58px minmax(0,1fr) 42px;
		padding: 20px 24px;
	}

	.dh-path-card strong {
		font-size: 18px;
	}

	.dh-path-card small,
	.dh-how p,
	.dh-product-card__deposit,
	.dh-product-card__stock {
		font-size: 13px;
	}

	.dh-section-title h2 {
		font-size: 33px;
	}

	.dh-how article > svg {
		width: 58px;
		height: 58px;
	}

	.dh-how h3 {
		font-size: 17px;
	}

	.dh-product-card__body {
		padding: 14px 17px 16px;
	}

	.dh-product-card__brand {
		font-size: 13px;
	}

	.dh-product-card h3 {
		min-height: auto;
		font-size: 17px;
	}

	.dh-product-card__price {
		font-size: 20px;
	}

	.dh-tracking__label strong {
		font-size: 21px;
	}

	.dh-benefits span {
		font-size: 13px;
	}
}

@media (max-width: 430px) {
	.dh-social-feed {
		margin-inline: -12px;
		padding-inline: 12px;
	}

	.dh-social-feed__title {
		gap: 8px;
		margin-bottom: 13px;
	}

	.dh-social-feed__title svg {
		flex-basis: 27px;
		width: 27px;
	}

	.dreams-home-v2 {
		padding-inline: 12px;
	}

	.dh-hero {
		min-height: 250px;
		margin-inline: -12px;
		padding: 25px 16px 25px 24px;
		background-size: auto 100%;
	}

	.dh-hero__copy {
		width: 58%;
	}

	.dh-hero h1 {
		font-size: 31px;
	}

	.dh-hero p {
		font-size: 14px;
	}

	.dh-hero small {
		font-size: 8px;
	}

	.dh-paths {
		gap: 8px;
	}

	.dh-path-card {
		grid-template-columns: 31px minmax(0,1fr) 26px;
		gap: 6px;
		padding: 10px 8px;
	}

	.dh-path-card__arrow {
		width: 25px;
		height: 25px;
		font-size: 17px;
	}

	.dh-path-card strong {
		font-size: 11px;
	}

	.dh-path-card small {
		font-size: 8px;
	}

	.dh-section-title h2 {
		font-size: 22px;
	}

	.dh-products h2 {
		font-size: 22px;
	}

	.dh-products__heading > a {
		font-size: 11px;
	}

	.dh-products__grid {
		gap: 8px;
	}

	.dh-product-card__body {
		padding-inline: 8px;
	}

	.dh-instagram-cta {
		font-size: 11px;
	}

	.dh-tracking {
		padding: 8px;
	}

	.dh-tracking__label {
		gap: 6px;
	}

	.dh-tracking__label strong {
		font-size: 13px;
	}

	.dh-tracking > a {
		padding: 9px 8px;
		font-size: 9px;
	}

	.dh-benefits > div {
		gap: 4px;
		padding-inline: 4px;
	}

	.dh-benefits svg {
		flex-basis: 23px;
		width: 23px;
	}

	.dh-benefits span {
		font-size: 8px;
	}
}
