/* Front page styles for Vaarahi Fashion */

/* Swap Bootstrap's generic gray utility for the warm section background across homepage sections. */
.site-main .bg-light {
	background-color: var(--vaarahi-section-bg) !important;
}

.hero-section .carousel-item {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(251, 248, 241, 0.92) 0%, rgba(230, 221, 205, 0.92) 100%);
}

/* Fixed hero heights per breakpoint: 420px mobile / 500px tablet / 650px desktop. */
.hero-banner-media {
	height: 450px;
}

.hero-banner-media__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-banner-media__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
}

.hero-banner-media__content {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.hero-banner-media__content .col-lg-6 {
	max-width: 520px;
}

.hero-eyebrow {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.hero-heading {
	display: flex;
	flex-direction: column;
	gap: 0.15em;
	font-weight: 600;
}

.hero-heading__accent {
	font-style: italic;
	font-weight: 500;
	font-size: 0.62em;
	color: #f3d98c;
}

.hero-subtitle {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
}

.hero-section .btn {
	height: 46px;
	display: inline-flex;
	align-items: center;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
	width: 4rem;
}

.hero-section .carousel-indicators [data-bs-target] {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background-color: var(--vaarahi-text);
	opacity: 0.35;
}

.hero-section .carousel-indicators .active {
	opacity: 1;
}

.hero-badge {
	background: rgba(59, 49, 40, 0.08);
	color: var(--vaarahi-text);
	letter-spacing: 0.08em;
	padding: 0.6rem 0.9rem;
}

.entry-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 1.25rem 2.5rem rgba(59, 49, 40, 0.1);
}

.entry-card .card-body {
	padding: 1rem 1.1rem 1.1rem;
}

.entry-card h3,
.entry-card h6 {
	margin-bottom: 0;
}

.entry-card .entry-meta {
	letter-spacing: 0.06em;
	color: var(--vaarahi-muted);
}

.bg-dark-subtle {
	background-color: rgba(59, 49, 40, 0.08) !important;
}

.object-fit-cover {
	object-fit: cover;
}

.ratio.rounded-5,
.ratio.rounded-4 {
	overflow: hidden;
}

.ratio.bg-light {
	background: linear-gradient(135deg, var(--vaarahi-surface) 0%, var(--vaarahi-border) 100%) !important;
}

.text-decoration-underline:hover {
	text-decoration-thickness: 2px;
}

.hero-section .btn {
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
}

/* Section rhythm shared by every homepage section. */
.section-block {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-heading {
	margin-bottom: 40px;
}

.category-grid {
	--bs-gutter-x: 32px;
	row-gap: 32px;
}

.category-card {
	position: relative;
	display: block;
	height: 340px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease;
}

.category-card:hover {
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.category-card__media {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--vaarahi-surface) 0%, var(--vaarahi-border) 100%);
}

.category-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.category-card:hover .category-card__image {
	transform: scale(1.08);
}

.category-card__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 80%);
}

.category-card__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.5rem;
	color: #fff;
}

.category-card__title {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.category-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	color: #fff;
}

.category-card__cta .header-action__icon {
	width: 0.9rem;
	height: 0.9rem;
	transition: transform 0.25s ease;
}

.category-card:hover .category-card__cta .header-action__icon {
	transform: translateX(4px);
}

.benefits-section {
	background: #f8f3ea;
}

.benefit-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	color: var(--vaarahi-primary);
}

.benefit-card h3 {
	font-size: 1.35rem;
}

.instagram-section__handle {
	color: var(--vaarahi-primary);
	font-weight: 600;
}

.instagram-section__handle:hover {
	color: var(--vaarahi-primary-dark);
}

.instagram-grid {
	--bs-gutter-x: 32px;
	row-gap: 32px;
}

.instagram-tile {
	position: relative;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-tile img {
	transition: transform 0.4s ease;
}

.instagram-tile:hover {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.instagram-tile:hover img {
	transform: scale(1.06);
}

@media (max-width: 575.98px) {
	.hero-section .carousel-control-prev,
	.hero-section .carousel-control-next {
		display: none;
	}

	.hero-section .carousel-indicators {
		margin-bottom: 0.75rem;
	}

	.hero-section .carousel-indicators [data-bs-target] {
		width: 0.6rem;
		height: 0.6rem;
	}

	.entry-card .card-body {
		padding: 0.9rem;
	}
}