/* Harnoor form pages — custom order + contact (shared). */
/* Source: Replit assets/index--_ry0s4U.css (.page-hero, .form-layout, .form-aside, .form-box, .fields) */

.hrr-shell .hrr-page-hero {
	background: hsl(var(--secondary));
	padding: 95px 0 65px;
}

.hrr-shell .hrr-page-hero-inner {
	width: min(1240px, calc(100% - 64px));
	margin: 0 auto;
}

.hrr-shell .hrr-page-kicker {
	font: 500 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0;
	color: hsl(var(--accent)) !important;
}

.hrr-shell .hrr-page-title {
	font: 500 clamp(48px, 7vw, 94px) / 0.95 "Playfair Display", serif !important;
	letter-spacing: -0.05em;
	max-width: 850px;
	margin: 16px 0;
	color: var(--hrr-fg) !important;
	font-synthesis: none;
}

.hrr-shell .hrr-page-title em,
.hrr-shell .hrr-page-title i {
	font-family: "Playfair Display", serif !important;
	font-style: italic !important;
	font-weight: 500 !important;
	font-synthesis: none;
	color: inherit;
}

.hrr-shell .hrr-page-intro {
	max-width: 420px;
	margin: 0;
	color: hsl(var(--muted-foreground));
	font: 14px / 1.7 "Playfair Display", serif !important;
	font-synthesis: none;
}

/* Form layout — Ref .form-layout (.7fr 1.3fr, gap 100px, width 1060) */
.hrr-shell .hrr-custom-body,
.hrr-shell .hrr-contact-body {
	width: min(1060px, calc(100% - 64px));
	margin: 0 auto;
	padding: 100px 0;
}

.hrr-shell .hrr-custom-grid,
.hrr-shell .hrr-contact-grid {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: 100px;
	align-items: start;
}

.hrr-shell .hrr-custom-kicker,
.hrr-shell .hrr-contact-kicker {
	font: 500 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin: 0;
	color: hsl(var(--primary)) !important;
}

.hrr-shell .hrr-custom-title,
.hrr-shell .hrr-contact-title {
	font: 500 42px / 1.06 var(--hrr-font-serif) !important;
	letter-spacing: normal !important;
	margin: 14px 0 16px;
	color: var(--hrr-fg) !important;
}

.hrr-shell .hrr-custom-lead,
.hrr-shell .hrr-contact-lead {
	margin: 0;
	color: hsl(var(--muted-foreground));
	font-family: "DM Sans", sans-serif !important;
	font-size: 13px !important;
	line-height: 1.7 !important;
	font-weight: 400;
}

.hrr-shell .hrr-custom-benefits,
.hrr-shell .hrr-contact-details {
	list-style: none;
	margin: 38px 0 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.hrr-shell .hrr-custom-benefits li,
.hrr-shell .hrr-contact-details li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	font-size: 12px;
}

.hrr-shell .hrr-detail-icon {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	color: hsl(var(--primary));
	stroke: currentColor;
	fill: none;
	stroke-width: 1.5;
}

.hrr-shell .hrr-detail-copy {
	min-width: 0;
}

.hrr-shell .hrr-custom-benefits strong,
.hrr-shell .hrr-contact-details strong {
	font: 700 12px/18px var(--hrr-font-sans) !important;
	color: var(--hrr-fg);
	display: block;
}

.hrr-shell .hrr-custom-benefits span,
.hrr-shell .hrr-contact-details span {
	font-size: 12px;
	line-height: 1.7;
	color: hsl(var(--muted-foreground));
}

.hrr-shell .hrr-custom-benefits a,
.hrr-shell .hrr-contact-details a {
	color: hsl(var(--primary));
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hrr-shell .hrr-custom-form-wrap,
.hrr-shell .hrr-contact-form-wrap {
	border-top: 1px solid hsl(var(--primary));
	padding-top: 20px;
}

.hrr-shell .hrr-custom-form,
.hrr-shell .hrr-contact-form {
	border-top: 0;
	padding-top: 0;
}

.hrr-shell .hrr-custom-form-title,
.hrr-shell .hrr-contact-form-title {
	font: 500 29px/normal var(--hrr-font-serif) !important;
	letter-spacing: normal !important;
	margin: 0 0 26px;
	color: var(--hrr-fg) !important;
}

/* Shared fields — Ref .fields / .field */
.hrr-shell .hrr-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 19px;
}

.hrr-shell .hrr-form-field {
	display: grid;
	gap: 8px;
}

.hrr-shell .hrr-form-field--full,
.hrr-shell .hrr-form-field:has(textarea) {
	grid-column: 1 / -1;
}

/* Selects stay half-width (occasion sits beside date on custom form). */

.hrr-shell .hrr-form-field label {
	font: 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: hsl(var(--muted-foreground)) !important;
	margin: 0;
}

.hrr-shell .hrr-form-section-label {
	grid-column: 1 / -1;
	margin: 8px 0 0;
	padding-top: 12px;
	border-top: 1px solid hsl(var(--border));
	font: 500 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: hsl(var(--primary)) !important;
}

.hrr-shell .hrr-form-section-label:first-of-type {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.hrr-shell .hrr-optional {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	opacity: 0.75;
}

.hrr-shell .hrr-custom-ref-product {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 16px;
	align-items: start;
	margin: 0 0 24px;
	padding: 14px;
	border: 1px solid hsl(var(--border));
	background: hsl(var(--secondary));
}

.hrr-shell .hrr-custom-ref-img {
	width: 88px;
	height: 110px;
	object-fit: cover;
	display: block;
}

.hrr-shell .hrr-custom-ref-kicker {
	margin: 0 0 4px;
	font: 500 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: hsl(var(--accent));
}

.hrr-shell .hrr-custom-ref-name {
	display: block;
	margin: 0 0 6px;
	font: 500 16px/1.25 var(--hrr-font-serif) !important;
	color: var(--hrr-fg);
}

.hrr-shell .hrr-custom-ref-name a {
	color: inherit;
	text-decoration: none;
}

.hrr-shell .hrr-custom-ref-name a:hover {
	text-decoration: underline;
}

.hrr-shell .hrr-custom-ref-price {
	display: block;
	font: 500 12px/1.4 var(--hrr-font-mono) !important;
	color: hsl(var(--primary));
	margin-bottom: 8px;
}

.hrr-shell .hrr-custom-ref-note {
	margin: 0;
	font: 400 12px/1.5 var(--hrr-font-sans) !important;
	color: hsl(var(--muted-foreground));
}

.hrr-shell .hrr-form-field input,
.hrr-shell .hrr-form-field select,
.hrr-shell .hrr-form-field textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid hsl(var(--border));
	border-radius: 0;
	background: hsl(var(--card));
	color: hsl(var(--foreground));
	font-size: 12px !important;
	font-family: var(--hrr-font-sans) !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
}

.hrr-shell .hrr-form-field input,
.hrr-shell .hrr-form-field select {
	min-height: auto !important;
	height: auto !important;
}

/* Date: click anywhere on the box opens the picker. */
.hrr-shell .hrr-form-field input[type='date'] {
	position: relative;
	cursor: pointer;
	-webkit-appearance: auto;
	appearance: auto;
	min-height: 46px !important;
}

.hrr-shell .hrr-form-field input[type='date']::-webkit-calendar-picker-indicator {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.hrr-shell .hrr-form-field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23351C26' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-color: hsl(var(--card));
	padding: 13px 14px !important;
	line-height: normal !important;
}

.hrr-shell .hrr-form-field input:focus,
.hrr-shell .hrr-form-field select:focus,
.hrr-shell .hrr-form-field textarea:focus {
	outline: 0;
	border-color: hsl(var(--primary));
}

.hrr-shell .hrr-form-field textarea {
	resize: vertical;
	min-height: 125px !important;
	height: auto !important;
}

.hrr-shell .hrr-form-submit {
	grid-column: 1 / -1;
	justify-self: start;
	width: auto;
	justify-content: center;
	margin-top: 22px;
	cursor: pointer;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
}

.hrr-shell .hrr-form-notice {
	margin: 0 0 20px;
	padding: 28px;
	font-size: 13px;
	line-height: 1.6;
	border: 1px solid hsl(var(--primary));
	background: hsl(var(--secondary));
}

.hrr-shell .hrr-form-notice--success {
	color: hsl(var(--foreground));
}

.hrr-shell .hrr-form-notice--error {
	background: #fdecea;
	color: #7a2e2a;
	border-color: #f5c6c2;
}

.hrr-shell .hrr-form-notice a {
	color: inherit;
	text-decoration: underline;
}

.hrr-shell .hrr-ship-estimate {
	padding: 16px 0 4px;
	border-top: 1px solid hsl(var(--border));
	margin-top: 4px;
}

.hrr-shell .hrr-ship-estimate-label {
	margin: 0 0 8px;
	font: 500 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: hsl(var(--muted-foreground));
}

.hrr-shell .hrr-ship-estimate-label span {
	letter-spacing: 0.08em;
	text-transform: none;
	font-weight: 400;
}

.hrr-shell .hrr-ship-estimate-value {
	font: 500 15px/1.4 var(--hrr-font-serif) !important;
	color: var(--hrr-fg);
	margin-bottom: 6px;
}

.hrr-shell .hrr-ship-estimate-value span {
	font: 400 13px/1.5 var(--hrr-font-sans) !important;
	color: hsl(var(--muted-foreground));
	margin-left: 6px;
}

.hrr-shell .hrr-ship-estimate-note {
	margin: 0;
	font: 400 12px/1.5 var(--hrr-font-sans) !important;
	color: hsl(var(--muted-foreground));
}

.hrr-shell .hrr-form-wa-fallback {
	display: inline-block;
	margin-left: 8px;
	font-weight: 500;
}

@media (max-width: 800px) {
	.hrr-shell .hrr-page-hero-inner,
	.hrr-shell .hrr-custom-body,
	.hrr-shell .hrr-contact-body {
		width: min(calc(100% - 40px), 600px);
	}

	.hrr-shell .hrr-page-hero {
		padding: 70px 0 50px;
	}

	.hrr-shell .hrr-custom-body,
	.hrr-shell .hrr-contact-body {
		padding: 70px 0;
	}

	.hrr-shell .hrr-custom-grid,
	.hrr-shell .hrr-contact-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

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

	.hrr-shell .hrr-form-field--full,
	.hrr-shell .hrr-form-field:has(textarea) {
		grid-column: auto;
	}

	.hrr-shell .hrr-form-submit {
		width: 100%;
		justify-self: stretch;
	}
}
