.home-hero {
	position: relative;
	min-height: 720px;
	margin-inline: calc(50% - 50vw);
	background: #12100d;
	color: var(--woodghar-white);
	overflow: hidden;
}

.home-hero__slides,
.home-hero__slide {
	position: absolute;
	inset: 0;
}

.home-hero__slide {
	display: grid;
	align-items: center;
	padding: 94px max(20px, calc((100vw - var(--woodghar-container)) / 2)) 118px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 700ms ease, visibility 700ms ease;
}

.home-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.home-hero__slide::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(11, 10, 8, 0.76), rgba(11, 10, 8, 0.28) 54%, rgba(11, 10, 8, 0.08)),
		linear-gradient(180deg, rgba(11, 10, 8, 0.1), rgba(11, 10, 8, 0.48));
}

.home-hero__slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.03);
	transition: transform 5200ms ease;
}

.home-hero__slide.is-active img {
	transform: scale(1);
}

.home-hero__content {
	position: relative;
	z-index: 2;
	width: min(100%, 720px);
}

.home-hero__content p {
	margin-bottom: 10px;
	color: var(--woodghar-secondary);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0;
}

.home-hero__content h1 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 64px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
}

.home-hero__content span {
	display: block;
	max-width: 590px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 19px;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.home-hero__controls {
	position: absolute;
	right: max(20px, calc((100vw - var(--woodghar-container)) / 2));
	bottom: 42px;
	z-index: 3;
	display: flex;
	gap: 8px;
}

.home-hero__controls button,
.testimonial-controls button {
	min-width: 58px;
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: var(--woodghar-white);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0;
	backdrop-filter: blur(14px);
	transition: background 180ms ease, transform 180ms ease;
}

.home-hero__controls button:hover,
.testimonial-controls button:hover {
	background: var(--woodghar-secondary);
	color: var(--woodghar-ink);
	transform: translateY(-1px);
}

.home-hero__stats {
	position: absolute;
	left: max(20px, calc((100vw - var(--woodghar-container)) / 2));
	right: max(20px, calc((100vw - var(--woodghar-container)) / 2));
	bottom: 34px;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(760px, calc(100% - 40px));
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px);
	overflow: hidden;
}

.home-hero__stats span {
	display: grid;
	gap: 2px;
	padding: 15px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.home-hero__stats span:last-child {
	border-right: 0;
}

.home-hero__stats strong {
	color: var(--woodghar-white);
	font-size: 22px;
	line-height: 1;
}

.home-section {
	padding-block: 92px 0;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.category-card {
	position: relative;
	display: grid;
	min-height: 340px;
	align-items: end;
	border-radius: 8px;
	overflow: hidden;
	color: var(--woodghar-white);
	text-decoration: none;
	background: var(--woodghar-surface);
}

.category-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(10, 12, 10, 0.04), rgba(10, 12, 10, 0.56));
}

.category-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: transform 520ms ease;
}

.category-card:hover img {
	transform: scale(1.045);
}

.category-card span {
	position: relative;
	z-index: 2;
	padding: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	line-height: 1.1;
	letter-spacing: 0;
}

.product-grid,
.feature-row,
.journal-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.product-card--modern {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.product-card--modern:hover {
	box-shadow: none;
	transform: translateY(-3px);
}

.product-card--modern .product-card__image {
	position: relative;
	border-radius: 8px;
	aspect-ratio: 4 / 5;
	background: #ece5d8;
}

.product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.9);
	color: var(--woodghar-ink);
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0;
}

.product-card--modern .product-card__body {
	padding: 14px 0 0;
}

.product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 8px;
}

.product-card__meta p {
	color: var(--woodghar-ink);
}

.product-card__meta span {
	color: var(--woodghar-muted);
	font-size: 13px;
}

.product-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(222, 212, 194, 0.76);
}

.product-card__actions a {
	color: var(--woodghar-primary-dark);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.product-card__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: rgba(23, 21, 18, 0.06);
	color: var(--woodghar-ink);
}

.home-collection {
	padding-top: 96px;
}

.collection-strip {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: stretch;
	border-radius: 8px;
	overflow: hidden;
	background: #211d17;
	color: var(--woodghar-white);
	box-shadow: 0 28px 80px rgba(28, 32, 26, 0.16);
}

.collection-strip img {
	width: 100%;
	height: 100%;
	min-height: 430px;
}

.collection-strip > div {
	display: grid;
	align-content: center;
	gap: 18px;
	padding: 42px;
}

.collection-strip h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 39px;
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: 0;
}

.collection-strip p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
}

.feature-row {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-row article {
	overflow: hidden;
	border-radius: 8px;
	background: var(--woodghar-surface);
}

.feature-row img {
	width: 100%;
	aspect-ratio: 4 / 3;
}

.feature-row h3,
.feature-row p {
	padding-inline: 18px;
}

.feature-row h3 {
	margin: 18px 0 6px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
}

.feature-row p {
	margin-bottom: 20px;
}

.home-story {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.78fr);
	gap: 48px;
	align-items: center;
	padding-block: 102px 20px;
}

.home-story__image {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(28, 32, 26, 0.16);
}

.home-story__image img {
	width: 100%;
	min-height: 520px;
}

.home-story__content p,
.home-newsletter p {
	margin-bottom: 8px;
	color: var(--woodghar-primary-dark);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0;
}

.home-story__content h2,
.home-newsletter h2 {
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 43px;
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: 0;
}

.home-story__content span {
	display: block;
	margin-bottom: 26px;
	color: var(--woodghar-muted);
}

.testimonials {
	padding-bottom: 8px;
}

.testimonial-carousel {
	display: grid;
	gap: 18px;
}

.testimonial-grid {
	display: grid;
	grid-auto-columns: minmax(320px, 420px);
	grid-auto-flow: column;
	gap: 18px;
	overflow-x: auto;
	padding: 4px 2px 16px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.testimonial-grid::-webkit-scrollbar {
	display: none;
}

.testimonial-grid blockquote {
	scroll-snap-align: start;
	margin: 0;
	padding: 28px;
	border: 1px solid rgba(222, 212, 194, 0.78);
	border-radius: 8px;
	background: var(--woodghar-white);
}

.testimonial-grid p {
	color: var(--woodghar-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	line-height: 1.28;
	letter-spacing: 0;
}

.testimonial-grid cite {
	color: var(--woodghar-muted);
	font-style: normal;
	font-weight: 750;
}

.testimonial-controls {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.testimonial-controls button {
	border-color: rgba(222, 212, 194, 0.86);
	background: var(--woodghar-white);
	color: var(--woodghar-ink);
}

.journal-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-card {
	background: transparent;
}

.journal-card a {
	display: grid;
	height: 100%;
}

.journal-card img {
	aspect-ratio: 4 / 3;
}

.journal-card span,
.journal-card h3 {
	padding-inline: 16px;
}

.journal-card span {
	margin-top: 16px;
	color: var(--woodghar-primary-dark);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0;
}

.journal-card h3 {
	margin-top: 8px;
	margin-bottom: 18px;
	font-size: 22px;
	line-height: 1.18;
}

.home-newsletter {
	margin-top: 96px;
	padding: 46px;
	border-radius: 8px;
	background:
		linear-gradient(120deg, rgba(210, 180, 140, 0.4), rgba(255, 253, 249, 0.7)),
		var(--woodghar-surface);
	text-align: center;
}

.home-newsletter h2 {
	width: min(100%, 760px);
	margin-inline: auto;
}

.home-newsletter form {
	display: grid;
	grid-template-columns: minmax(0, 430px) auto;
	justify-content: center;
	gap: 10px;
	margin-top: 22px;
}

.home-newsletter button {
	padding-inline: 22px;
	border: 0;
	border-radius: 8px;
	background: var(--woodghar-primary);
	color: var(--woodghar-white);
	font-weight: 800;
}

.home-newsletter span {
	grid-column: 1 / -1;
	min-height: 20px;
	color: var(--woodghar-muted);
	font-size: 13px;
}

@media (max-width: 1020px) {
	.home-hero__content h1 {
		font-size: 50px;
	}

	.category-grid,
	.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-story,
	.collection-strip {
		grid-template-columns: 1fr;
	}

	.collection-strip img {
		min-height: 360px;
	}
}

@media (max-width: 760px) {
	.home-hero {
		min-height: 680px;
	}

	.home-hero__slide {
		padding-top: 66px;
		padding-bottom: 178px;
	}

	.home-hero__content h1 {
		font-size: 39px;
	}

	.home-hero__content span {
		font-size: 17px;
	}

	.category-grid,
	.product-grid,
	.feature-row,
	.journal-grid,
	.home-newsletter form {
		grid-template-columns: 1fr;
	}

	.home-hero__stats {
		width: auto;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-hero__controls {
		left: max(20px, calc((100vw - var(--woodghar-container)) / 2));
		right: auto;
		bottom: 114px;
	}

	.category-card {
		min-height: 260px;
	}

	.home-section {
		padding-top: 64px;
	}

	.collection-strip > div,
	.home-newsletter {
		padding: 26px;
	}

	.collection-strip h3,
	.home-story__content h2,
	.home-newsletter h2 {
		font-size: 31px;
	}

	.home-story {
		gap: 28px;
		padding-block: 70px 0;
	}

	.home-story__image img {
		min-height: 360px;
	}

	.testimonial-grid {
		grid-auto-columns: minmax(280px, 88vw);
	}
}
