body {
	background-color: #15120d;
	color: #2f2a21;
}

#wrapper > .bg {
	background-image: linear-gradient(180deg, rgba(17, 15, 11, 0.28), rgba(17, 15, 11, 0.82)), url("../../images/hero-luxury-agarwood.png");
	background-position: center;
	background-size: cover;
}

#intro h1 {
	letter-spacing: 0.04em;
}

#intro .eyebrow,
.date {
	color: #a77d42 !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

#nav {
	background: rgba(255, 255, 255, 0.94);
}

.language-switch {
	display: flex !important;
	gap: 0.35rem;
	align-items: center;
}

.lang-btn {
	height: 2.4rem;
	padding: 0 0.75rem;
	border: 0;
	background: transparent;
	color: #5b1916;
	cursor: pointer;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lang-btn.active {
	background: #5b1916;
	color: #f4e6c4;
}

.brand-story .image.main img {
	max-height: 520px;
	object-fit: cover;
}

.features-bar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: solid 2px #eeeeee;
	border-bottom: solid 2px #eeeeee;
}

.features-bar article {
	padding: 2rem;
	border-right: solid 2px #eeeeee;
	text-align: center;
}

.features-bar article:last-child {
	border-right: 0;
}

.features-bar strong,
.features-bar span {
	display: block;
}

.features-bar strong {
	color: #5b1916;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.features-bar span {
	margin-top: 0.6rem;
	color: #6f6558;
}

.product-posts article {
	display: flex;
	flex-direction: column;
}

.product-posts .image.fit img {
	height: 310px;
	object-fit: cover;
	object-position: center;
	background: #fffaf0;
}

.product-posts p {
	flex: 1;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	text-align: center;
}

.process-grid article {
	padding: 1.75rem;
	border: solid 2px #eeeeee;
}

.process-grid strong {
	color: #a77d42;
	font-size: 1.5rem;
}

.hidden-field {
	display: none;
}

.form-note {
	min-height: 1.5rem;
	margin: 0;
	color: #5b1916;
	font-weight: 700;
}

html[dir="rtl"] body {
	direction: rtl;
}

html[dir="rtl"] #nav .links {
	padding-left: 0;
}

@media screen and (max-width: 980px) {
	.features-bar,
	.process-grid {
		grid-template-columns: 1fr;
	}

	.features-bar article {
		border-right: 0;
		border-bottom: solid 2px #eeeeee;
	}
}

@media screen and (max-width: 736px) {
	.product-posts .image.fit img {
		height: 260px;
	}

	.language-switch {
		justify-content: center;
		padding: 0.75rem 0;
	}
}
