/* Harnoor homepage sections — loaded only on front page (depends on hrr-chrome.css tokens). */
/* Source: Replit assets/index--_ry0s4U.css */

.hrr-shell.hrr-home .hrr-section {
	width: min(1240px, calc(100% - 64px));
	margin: 0 auto;
	padding: 105px 0;
}

.hrr-shell.hrr-home .hrr-section-kicker,
.hrr-shell.hrr-home .hrr-eyebrow {
	font: 500 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin: 0;
}

.hrr-shell.hrr-home .hrr-eyebrow {
	letter-spacing: 0.18em !important;
	color: hsl(var(--accent)) !important;
}

.hrr-shell.hrr-home .hrr-section-kicker {
	color: hsl(var(--primary)) !important;
	letter-spacing: 0.15em !important;
}

.hrr-shell.hrr-home .hrr-feature-number {
	font: 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: normal !important;
	color: hsl(var(--primary)) !important;
	margin: 0 !important;
}

.hrr-shell.hrr-home .hrr-section-title {
	font: 500 clamp(35px, 4.8vw, 60px) / 1.06 var(--hrr-font-serif) !important;
	letter-spacing: -0.04em;
	margin: 10px 0 0;
	color: var(--hrr-fg) !important;
}

.hrr-shell.hrr-home .hrr-section-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 36px;
}

.hrr-shell.hrr-home .hrr-section-head--row {
	align-items: end;
}

.hrr-shell.hrr-home .hrr-feature-copy .hrr-text-link,
.hrr-shell.hrr-home .hrr-section-head--row .hrr-text-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.hrr-shell.hrr-home .hrr-section-intro {
	margin: 0;
	color: hsl(var(--muted-foreground));
	font-size: 13px !important;
	line-height: 1.7 !important;
	font-weight: 400;
	max-width: 340px;
	font-family: var(--hrr-font-sans) !important;
}

/* Hero — Ref CSS */
.hrr-shell.hrr-home .hrr-hero {
	color: #f9eee2;
	background: #4b182e;
	display: grid;
	grid-template-columns: 0.83fr 1.17fr;
	min-height: min(750px, calc(100dvh - 112px));
	position: relative;
	overflow: hidden;
}

.hrr-shell.hrr-home .hrr-hero-copy {
	position: relative;
	z-index: 2;
	padding: 80px clamp(32px, 7vw, 110px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hrr-shell.hrr-home .hrr-hero-title {
	font: 500 clamp(47px, 6.3vw, 91px) / 0.98 "Playfair Display", serif !important;
	letter-spacing: -0.045em;
	max-width: 620px;
	margin: 19px 0 24px;
	color: #f9eee2 !important;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
}

.hrr-shell.hrr-home .hrr-hero-title em {
	/* Ref CSS: .hero h1 em { color:#f3b59f; font-style:italic } */
	color: #f3b59f !important;
	font-style: italic !important;
	font-family: "Playfair Display", serif !important;
	font-weight: 500 !important;
	font-synthesis: none;
}

.hrr-shell.hrr-home .hrr-hero-sub {
	margin: 0 0 32px;
	max-width: 340px;
	font-size: 14px !important;
	line-height: 1.7 !important;
	color: #e7caca !important;
	font-family: var(--hrr-font-sans) !important;
	font-weight: 400;
}

.hrr-shell.hrr-home .hrr-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
	margin-top: 0;
}

.hrr-shell.hrr-home .hrr-hero-note {
	position: absolute;
	left: clamp(32px, 7vw, 110px);
	bottom: 35px;
	margin: 0;
	font: 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: normal !important;
	text-transform: none;
	color: #c6939a !important;
	opacity: 1;
}

.hrr-shell.hrr-home .hrr-hero-image {
	position: relative;
	overflow: hidden;
	background: #2a0f1a;
	min-height: 650px;
}

.hrr-shell.hrr-home .hrr-hero-image::after {
	content: "";
	background: linear-gradient(90deg, #4b182e, transparent 27%), linear-gradient(transparent 62%, #2508154d);
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.hrr-shell.hrr-home .hrr-hero-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.hrr-shell.hrr-home .hrr-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.hrr-shell.hrr-home .hrr-hero-stamp {
	position: absolute;
	bottom: 35px;
	right: 35px;
	top: auto;
	z-index: 2;
	width: 82px;
	height: 82px;
	border: 1px solid #fae1cc99;
	border-radius: 50%;
	display: grid;
	place-items: center;
	text-align: center;
	font: 9px / 1.3 var(--hrr-font-mono);
	text-transform: uppercase;
	color: #f6d6c6;
	transform: rotate(-12deg);
	backdrop-filter: none;
	overflow: hidden;
	padding: 6px;
	box-sizing: border-box;
}

.hrr-shell.hrr-home .hrr-hero-note {
	overflow-wrap: anywhere;
	max-width: min(340px, 100%);
}

.hrr-shell.hrr-home .hrr-hero-controls {
	position: absolute;
	left: clamp(32px, 7vw, 110px);
	bottom: 35px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hrr-shell.hrr-home .hrr-hero-control {
	width: 31px;
	height: 31px;
	border-radius: 0;
	border: 1px solid #fae1cc8c;
	background: #4b182e52;
	color: #f9eee2;
	cursor: pointer;
	display: grid;
	place-items: center;
	font-size: 14px;
	line-height: 1;
	transition: background 0.2s, color 0.2s, transform 0.2s;
}

.hrr-shell.hrr-home .hrr-hero-control:hover {
	color: #4b182e;
	background: #f9eee2;
	transform: translateY(-2px);
}

.hrr-shell.hrr-home .hrr-hero-dots {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0 3px;
}

.hrr-shell.hrr-home .hrr-hero-dot {
	width: 22px;
	height: 2px;
	border-radius: 0;
	border: 0;
	padding: 0;
	background: #fae1cc7a;
	cursor: pointer;
	transition: width 0.25s, background 0.25s;
}

.hrr-shell.hrr-home .hrr-hero-dot.is-active {
	background: #f0b099;
	width: 38px;
	border-color: transparent;
}

/* Collections — Ref CSS */
.hrr-shell.hrr-home .hrr-collections {
	display: grid;
	grid-template-columns: 1.16fr 0.86fr 0.86fr;
	grid-template-rows: 260px 260px;
	gap: 15px;
}

.hrr-shell.hrr-home .hrr-collection-card {
	position: relative;
	overflow: hidden;
	background: #d3b59f;
	color: #fff;
}

.hrr-shell.hrr-home .hrr-collection-card:first-child {
	grid-row: span 2;
}

.hrr-shell.hrr-home .hrr-collection-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hrr-shell.hrr-home .hrr-collection-card:hover img {
	transform: scale(1.06);
}

.hrr-shell.hrr-home .hrr-collection-card::after {
	content: "";
	background: linear-gradient(transparent, #2d111dcc);
	position: absolute;
	inset: 38% 0 0;
}

.hrr-shell.hrr-home .hrr-collection-card-content {
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: auto;
	z-index: 1;
	padding: 0;
	background: none;
}

.hrr-shell.hrr-home .hrr-collection-card-content span {
	display: block;
	font: 9px/normal var(--hrr-font-mono);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.85;
	margin: 0;
}

.hrr-shell.hrr-home .hrr-collection-card-content strong {
	font: 500 27px/normal var(--hrr-font-serif);
	letter-spacing: normal;
	margin: 6px 0 0;
	display: block;
}

/* Features — Ref CSS */
.hrr-shell.hrr-home .hrr-feature-band {
	background: hsl(var(--secondary));
	color: var(--hrr-fg);
	padding: 0;
}

.hrr-shell.hrr-home .hrr-feature-grid {
	width: min(1240px, calc(100% - 64px));
	margin: 0 auto;
	padding: 92px 0;
	display: grid;
	grid-template-columns: 0.75fr 1fr 1fr;
	align-items: center;
	gap: 55px;
}

.hrr-shell.hrr-home .hrr-feature-copy .hrr-section-title {
	max-width: 280px;
}

.hrr-shell.hrr-home .hrr-feature-copy p {
	color: hsl(var(--muted-foreground));
	font: 13px / 1.8 var(--hrr-font-serif) !important;
	max-width: 290px;
	margin: 20px 0 28px;
}

.hrr-shell.hrr-home .hrr-feature-item {
	border-top: 1px solid hsl(var(--primary) / 0.25);
	min-height: 190px;
	padding-top: 19px;
}

.hrr-shell.hrr-home .hrr-feature-item h3 {
	font: 500 27px/normal var(--hrr-font-serif) !important;
	letter-spacing: normal !important;
	color: var(--hrr-fg) !important;
	margin: 19px 0 11px;
}

.hrr-shell.hrr-home .hrr-feature-item p:not(.hrr-feature-number) {
	color: hsl(var(--muted-foreground));
	max-width: 230px;
	font-size: 12px !important;
	line-height: 1.7 !important;
	margin: 0;
}

.hrr-shell.hrr-home .hrr-feature-number {
	font: 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: normal !important;
	color: hsl(var(--primary)) !important;
	opacity: 1;
	margin: 0 !important;
}

/* Community / editorial — Ref CSS */
.hrr-shell.hrr-home .hrr-community-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.hrr-shell.hrr-home .hrr-community-grid figure {
	margin: 0;
}

.hrr-shell.hrr-home .hrr-community-grid img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	filter: saturate(0.87);
}

.hrr-shell.hrr-home .hrr-community-grid figcaption {
	padding-top: 13px;
	margin: 0;
	font: 11px/normal var(--hrr-font-mono);
	letter-spacing: normal;
	text-transform: none;
	color: hsl(var(--muted-foreground));
}

.hrr-shell.hrr-home .hrr-community-grid figcaption span {
	color: hsl(var(--primary));
}

/* Newsletter — Ref CSS */
.hrr-shell.hrr-home .hrr-newsletter {
	color: #4b182e !important;
	background: #efb29c !important;
	padding: 65px 0;
}

.hrr-shell.hrr-home .hrr-newsletter-inner {
	width: min(1240px, calc(100% - 64px));
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.hrr-shell.hrr-home .hrr-newsletter .hrr-section-title {
	font: 500 38px/normal var(--hrr-font-serif) !important;
	letter-spacing: normal !important;
	margin: 0 0 8px;
	color: #4b182e !important;
}

.hrr-shell.hrr-home .hrr-newsletter p {
	margin: 0;
	max-width: none;
	font: 12px/normal var(--hrr-font-mono) !important;
	opacity: 0.75;
	color: #4b182e !important;
}

.hrr-shell.hrr-home .hrr-newsletter-form {
	display: flex;
	gap: 0;
	border-bottom: 1px solid #4b182e;
	width: min(420px, 100%);
}

.hrr-shell.hrr-home .hrr-newsletter-form input {
	flex: 1;
	border: 0;
	background: transparent;
	padding: 13px 0;
	font-size: 12px !important;
	font-family: var(--hrr-font-sans) !important;
	font-weight: 400 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	text-transform: none;
	color: #4b182e !important;
	outline: none;
	min-height: auto !important;
	height: auto !important;
}

.hrr-shell.hrr-home .hrr-newsletter-form input::placeholder {
	color: rgba(75, 24, 46, 0.55);
	text-transform: none;
	letter-spacing: normal;
}

.hrr-shell.hrr-home .hrr-newsletter-form button {
	border: 0;
	background: transparent;
	font: 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: normal !important;
	text-transform: uppercase;
	color: #4b182e !important;
	cursor: pointer;
	padding: 0;
	white-space: nowrap;
	min-height: auto !important;
	border-radius: 0 !important;
	transition: opacity 0.2s ease;
}

.hrr-shell.hrr-home .hrr-newsletter-form button:hover {
	opacity: 0.7;
}

.hrr-shell.hrr-home .hrr-newsletter-success {
	display: flex;
	align-items: center;
	gap: 8px;
	font: 11px/normal var(--hrr-font-mono);
	color: #4b182e;
	padding-top: 10px;
	margin: 0;
}

.hrr-shell.hrr-home .hrr-newsletter-success[hidden] {
	display: none !important;
}

.hrr-shell.hrr-home .hrr-newsletter-check {
	margin: 0;
	color: #4b182e;
	display: inline-block;
}

/* Responsive — homepage sections */
@media (max-width: 1100px) {
	.hrr-shell.hrr-home .hrr-feature-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 899px) {
	.hrr-shell.hrr-home .hrr-hero {
		grid-template-columns: 1fr;
	}

	.hrr-shell.hrr-home .hrr-hero-image {
		min-height: 520px;
	}

	.hrr-shell.hrr-home .hrr-section-head,
	.hrr-shell.hrr-home .hrr-newsletter-inner {
		grid-template-columns: 1fr;
	}

	.hrr-shell.hrr-home .hrr-section-intro,
	.hrr-shell.hrr-home .hrr-section-head--row .hrr-text-link {
		justify-self: start;
	}

	.hrr-shell.hrr-home .hrr-collections {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.hrr-shell.hrr-home .hrr-collection-card:first-child {
		grid-row: auto;
		grid-column: 1 / -1;
		min-height: 320px;
	}

	.hrr-shell.hrr-home .hrr-community-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.hrr-shell.hrr-home .hrr-collections {
		grid-template-columns: 1fr;
	}

	.hrr-shell.hrr-home .hrr-collection-card:first-child {
		grid-column: auto;
	}

	.hrr-shell.hrr-home .hrr-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}
}
