/**
 * Regalwear homepage — Quiet Luxury / Boho Chic (cream, charcoal, muted gold).
 * Child theme v1.2.1-final. Loaded only on the static front page (`REGALWEAR_CHILD_VERSION` cache-bust).
 *
 * Quiet Luxury / Boho Chic: soft cream, charcoal, muted gold. Fluid `clamp()` typography & spacing;
 * trust bar wraps with hyphenation.
 */

:root {
	--regal-cream: #faf7f2;
	--regal-cream-dark: #f0ebe3;
	--regal-sand: #e8dfd4;
	--regal-clay: #c4a88a;
	--regal-sage-wash: rgba(138, 148, 132, 0.12);
	--regal-charcoal: #2a2826;
	--regal-charcoal-soft: #4a4744;
	--regal-gold: #a8946c;
	--regal-gold-muted: rgba(168, 148, 108, 0.35);
	--regal-white: #ffffff;
	--regal-line: rgba(42, 40, 38, 0.1);
	--regal-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
	--regal-font-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
	--regal-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	/* v1.2.1: single source for homepage `*-inner` horizontal shim (value uses clamp; consumers use var only). */
	--regal-home-inline-shim: clamp(0.25rem, 2.5vw, 0.75rem);
	/* Hero H1 strip (`.regal-hero-home-heading-wrap`): Blocksy-wide gutters + shim — not a `*-inner`. */
	--regal-home-heading-padding-inline: calc(clamp(1rem, 3vw, 2rem) + var(--regal-home-inline-shim));
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Typography: high-end serif headings, clean sans body (Boho + Quiet Luxury). */
.regal-type-heading {
	font-family: var(--regal-font-serif);
}

.regal-type-body {
	font-family: var(--regal-font-sans);
}

.regalwear-home {
	background: var(--regal-cream);
	overflow-wrap: break-word;
}

/*
 * Quiet Luxury media: full-bleed panels use `background-size: cover` (editorial crop equivalent to `object-fit: cover` on <img>).
 * Homepage section inners keep horizontal rhythm via `var(--regal-home-inline-shim)` (see grouped `*-inner` rules below).
 */
.regalwear-home .regal-home-vision-media-frame img,
.regalwear-home .regal-home-summer-col img,
.regalwear-home .regal-home-trend-new-half img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Full-bleed hero inside main layout */
.regalwear-home > .regal-hero-home {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* Overlay hero: never inherit homepage section center alignment */
.regalwear-home > .regal-hero-home--overlay .regal-hero-home__panel,
.regalwear-home > .regal-hero-home--overlay .regal-hero-home__panel-inner {
	text-align: left !important;
}

/* —— Shared section rhythm —— */

.regal-home-section-head {
	text-align: center;
	margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.regal-home-section-title {
	margin: 0 0 0.5rem;
	font-family: var(--regal-font-display);
	font-weight: 500;
	font-size: clamp(1.5rem, 3.2vw, 2.35rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--regal-charcoal);
}

/* Quiet subsection titles (visible H2, minimal footprint). */
.regal-home-subsection-h2 {
	margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
	font-family: var(--regal-font-display);
	font-weight: 500;
	font-size: clamp(1.05rem, 2.4vw, 1.45rem);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	color: var(--regal-charcoal-soft);
}

.regal-home-trend-new-head {
	padding-top: clamp(2rem, 5vw, 2.75rem);
}

.regal-home-section-lede {
	margin: 0 auto;
	max-width: 36rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.875rem, 2.2vw, 0.9375rem);
	line-height: 1.65;
	color: var(--regal-charcoal-soft);
	text-wrap: balance;
	overflow-wrap: break-word;
}

.regal-home-section-head--row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	text-align: left;
}

.regal-home-section-head--row .regal-home-section-title {
	margin-bottom: 0;
}

/* Collection & major section headings — balanced wrapping (EU / mobile, long strings). */
.regal-home-section-title,
.regal-home-subsection-h2,
.regal-home-essentials-label,
.regal-home-summer-title,
.regal-home-sale-title,
.regal-home-sale-sub,
.regal-home-vision-headline,
.regal-home-vision-title,
.regal-home-trend-new-label,
.regal-home-trend-new-sub,
.regal-home-blog-title {
	text-wrap: balance;
	overflow-wrap: break-word;
}

/* CRITICAL (v1.2.1-final): Trust / Summer head / Vision / Bestsellers inners omit `.ct-container` so Blocksy width + margin-inline
   do not stack with this shim. Every listed `*-inner` + `regal-home-trend-new-head` use ONLY
   `padding-inline: var(--regal-home-inline-shim)` — no raw rem/px/clamp on that property. */
.regal-trust-sticky-inner,
.regal-home-essentials-inner,
.regal-home-seasonal-edit-inner,
.regal-home-sale-inner,
.regal-home-bestsellers-inner,
.regal-home-shorts-inner,
.regal-home-blog-inner,
.regal-home-trend-new-head,
.regal-home-summer-head-inner,
.regal-home-vision-inner {
	padding-inline: var(--regal-home-inline-shim);
}

/* —— Quiet luxury buttons —— */

.regal-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.35rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.625rem, 1.6vw, 0.6875rem);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	border: 1px solid var(--regal-charcoal);
	color: var(--regal-charcoal);
	background: transparent;
	transition:
		color 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.2s ease;
}

.regal-btn:hover,
.regal-btn:focus-visible {
	background: var(--regal-charcoal);
	color: var(--regal-cream);
	border-color: var(--regal-charcoal);
	box-shadow: 0 4px 20px rgba(42, 40, 38, 0.12);
	transform: translateY(-1px);
}

.regal-btn--gold {
	border-color: var(--regal-gold);
	color: var(--regal-charcoal);
	background: rgba(168, 148, 108, 0.12);
}

.regal-btn--gold:hover,
.regal-btn--gold:focus-visible {
	background: var(--regal-gold);
	color: var(--regal-white);
	border-color: var(--regal-gold);
	box-shadow: 0 4px 24px rgba(168, 148, 108, 0.35);
	transform: translateY(-1px);
}

.regal-btn--text {
	border: none;
	padding: 0.25rem 0;
	letter-spacing: 0.12em;
	font-size: clamp(0.5625rem, 1.5vw, 0.625rem);
	background: transparent;
}

.regal-btn--text:hover,
.regal-btn--text:focus-visible {
	background: transparent;
	color: var(--regal-gold);
	text-decoration: underline;
}

.regal-btn-quiet:focus-visible {
	outline: 2px solid var(--regal-gold);
	outline-offset: 2px;
}

/* —— Sticky trust bar —— */

.regal-trust-sticky {
	position: sticky;
	top: 0;
	z-index: 60;
	background: var(--regal-charcoal);
	color: var(--regal-cream);
	border-bottom: 1px solid var(--regal-line);
}

.regal-trust-sticky-inner {
	padding-block: 0.45rem;
}

/* Homepage H2: Playfair Display (Quiet Luxury editorial). */
.regalwear-home h2:not(.screen-reader-text) {
	font-family: var(--regal-font-display);
	font-weight: 500;
	text-wrap: balance;
	overflow-wrap: break-word;
}

.regal-trust-sticky-text {
	margin: 0;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.6875rem, 2.1vw, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.5;
	color: rgba(250, 247, 242, 0.92);
	text-align: center;
	hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: anywhere;
	word-break: break-word;
	padding: 0.35rem 0;
	max-width: 100%;
}

@media (min-width: 480px) {
	.regal-trust-sticky-text {
		letter-spacing: 0.06em;
		line-height: 1.45;
	}
}

@media (min-width: 768px) {
	.regal-trust-sticky-text {
		text-wrap: balance;
	}
}


/* —— Essentials grid —— */

.regal-home-essentials {
	padding: clamp(3rem, 8vw, 5rem) 0;
	background: var(--regal-white);
}

.regal-home-essentials-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.65rem, 2vw, 1rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.regal-home-essentials-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.regal-home-essentials-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.regal-home-essentials-card {
	position: relative;
	display: block;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	text-decoration: none;
	color: var(--regal-cream);
	border-radius: 0;
	border: 1px solid var(--regal-line);
	transition:
		border-color 0.3s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}

.regal-home-essentials-card:hover,
.regal-home-essentials-card:focus-visible {
	border-color: rgba(168, 148, 108, 0.45);
	box-shadow: 0 12px 40px rgba(42, 40, 38, 0.12);
	transform: translateY(-2px);
}

.regal-home-essentials-bg {
	position: absolute;
	inset: 0;
	background-color: var(--regal-cream-dark);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.5s ease;
}

/* Woo / inline category photos: full-bleed cover (Quiet Luxury tile) */
.regal-home-essentials-bg--has-image {
	background-size: cover;
	background-position: center center;
}

.regal-home-essentials-card:hover .regal-home-essentials-bg,
.regal-home-essentials-card:focus-visible .regal-home-essentials-bg {
	transform: scale(1.05);
}

.regal-home-essentials-overlay {
	position: absolute;
	inset: 0;
	/* Soft cream lift at top, muted charcoal depth — keeps labels legible */
	background: linear-gradient(
		180deg,
		rgba(250, 247, 242, 0.08) 0%,
		transparent 35%,
		rgba(42, 40, 38, 0.55) 72%,
		rgba(42, 40, 38, 0.82) 100%
	);
}

.regal-home-essentials-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem 0.85rem;
	font-family: var(--regal-font-serif);
	font-size: clamp(1rem, 2.4vw, 1.35rem);
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	z-index: 1;
	transition: letter-spacing 0.35s ease, color 0.3s ease;
}

.regal-home-essentials-card:hover .regal-home-essentials-label,
.regal-home-essentials-card:focus-visible .regal-home-essentials-label {
	letter-spacing: 0.11em;
	color: var(--regal-white);
}

/* Best Categories — editorial CSS placeholders when no Woo image (brand mood). */
.regal-home-essentials-bg--placeholder.regal-home-essentials-bg--bags {
	background-color: #6b5d52;
	background-image:
		radial-gradient(ellipse 100% 70% at 90% 10%, rgba(212, 196, 176, 0.45) 0%, transparent 42%),
		radial-gradient(circle at 12% 88%, rgba(45, 38, 32, 0.65) 0%, transparent 50%),
		linear-gradient(152deg, #c9b8a8 0%, #8a7a6c 42%, #4a4038 100%);
}

.regal-home-essentials-bg--placeholder.regal-home-essentials-bg--makeup {
	background-color: #ebe1dd;
	background-image:
		radial-gradient(ellipse 85% 55% at 35% 28%, rgba(255, 252, 250, 0.9) 0%, transparent 52%),
		radial-gradient(circle at 78% 70%, rgba(232, 213, 207, 0.55) 0%, transparent 45%),
		linear-gradient(175deg, #faf4f2 0%, #e8d5cf 50%, #d4b5a8 100%);
}

.regal-home-essentials-bg--placeholder.regal-home-essentials-bg--skin-care {
	background-color: #e8eeea;
	background-image:
		radial-gradient(circle at 22% 35%, rgba(255, 255, 255, 0.85) 0%, transparent 38%),
		radial-gradient(ellipse 80% 50% at 80% 75%, rgba(168, 190, 184, 0.35) 0%, transparent 55%),
		linear-gradient(165deg, #f4f8f6 0%, #dce8e2 55%, #b8c9c0 100%);
}

.regal-home-essentials-bg--placeholder.regal-home-essentials-bg--hair-care {
	background-color: #c4a574;
	background-image:
		radial-gradient(ellipse 120% 90% at 50% -10%, rgba(255, 248, 230, 0.55) 0%, transparent 48%),
		radial-gradient(circle at 18% 82%, rgba(110, 88, 62, 0.35) 0%, transparent 42%),
		linear-gradient(195deg, #f0e4d4 0%, #d4b896 40%, #9a7654 100%);
}

.regal-home-essentials-bg--placeholder.regal-home-essentials-bg--jewelry {
	background-color: #2a2622;
	background-image:
		radial-gradient(circle at 28% 35%, rgba(255, 236, 200, 0.22) 0%, transparent 32%),
		radial-gradient(circle at 72% 62%, rgba(212, 175, 108, 0.18) 0%, transparent 28%),
		linear-gradient(145deg, #3d3834 0%, #1f1c19 100%);
}

/* —— Sale banner —— */

.regal-home-sale-banner {
	position: relative;
	padding: clamp(2.5rem, 6vw, 4rem) 0;
	overflow: hidden;
	background: linear-gradient(135deg, var(--regal-cream-dark) 0%, var(--regal-white) 45%, var(--regal-cream) 100%);
}

.regal-home-sale-banner--has-visual {
	min-height: clamp(280px, 42vw, 420px);
}

.regal-home-sale-visual {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: saturate(0.92) contrast(1.05);
}

.regal-home-sale-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		135deg,
		rgba(250, 247, 242, 0.78) 0%,
		rgba(250, 247, 242, 0.42) 32%,
		rgba(42, 40, 38, 0.38) 100%
	);
	pointer-events: none;
}

.regal-home-sale-inner {
	position: relative;
	z-index: 1;
}

.regal-home-sale-panel {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3rem);
	border: 1px solid var(--regal-gold-muted);
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(6px);
}

.regal-home-sale-title {
	margin: 0 0 0.75rem;
	font-family: var(--regal-font-display);
	font-size: clamp(1.35rem, 3vw, 2.1rem);
	font-weight: 500;
	color: var(--regal-charcoal);
	letter-spacing: 0.04em;
}

.regal-home-sale-sub {
	margin: 0 0 1.5rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.875rem, 2.2vw, 0.9375rem);
	color: var(--regal-charcoal-soft);
	line-height: 1.6;
}

/* —— Summer split —— */

.regal-home-summer {
	background: var(--regal-cream-dark);
}

.regal-home-summer-section-head {
	padding: clamp(1.75rem, 4vw, 2.5rem) 0 clamp(0.35rem, 2vw, 0.65rem);
	text-align: center;
	border-bottom: 1px solid var(--regal-line);
	background: linear-gradient(180deg, var(--regal-cream) 0%, var(--regal-cream-dark) 100%);
	color: var(--regal-charcoal);
}

.regal-home-summer-section-head .regal-home-section-title {
	margin: 0;
}

.regal-home-summer-grid {
	display: grid;
	grid-template-columns: 1fr;
	min-height: clamp(280px, 50vh, 520px);
}

@media (min-width: 768px) {
	.regal-home-summer-grid {
		grid-template-columns: 1fr 1fr;
		min-height: clamp(320px, 55vh, 600px);
	}
}

.regal-home-summer-col {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(260px, 42vh, 480px);
	text-decoration: none;
	color: var(--regal-cream);
	overflow: hidden;
	border: none;
	border-radius: 0;
}

@media (min-width: 768px) {
	.regal-home-summer-col {
		min-height: 0;
	}
}

.regal-home-summer-bg {
	position: absolute;
	inset: 0;
	background-color: var(--regal-charcoal-soft);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.55s ease;
}

.regal-home-summer-bg--photo {
	background-size: cover;
	background-position: center center;
}

.regal-home-summer-col:hover .regal-home-summer-bg,
.regal-home-summer-col:focus-visible .regal-home-summer-bg {
	transform: scale(1.04);
}

.regal-home-summer-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		180deg,
		rgba(26, 24, 22, 0.28) 0%,
		rgba(26, 24, 22, 0.55) 45%,
		rgba(26, 24, 22, 0.9) 100%
	);
}

.regal-home-summer-copy {
	position: relative;
	z-index: 1;
	padding: clamp(1.5rem, 4vw, 2.75rem);
	width: 100%;
}

/* Photo tiles are `<a>` — override Blocksy link/heading colours for legibility. */
.regalwear-home a.regal-home-summer-col,
.regalwear-home a.regal-home-summer-col:hover,
.regalwear-home a.regal-home-summer-col:focus,
.regalwear-home a.regal-home-summer-col:visited {
	color: #faf8f4;
}

.regal-home-summer-kicker {
	display: block;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.5625rem, 1.5vw, 0.625rem);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(250, 248, 244, 0.92);
	opacity: 1;
	margin-bottom: 0.35rem;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.regalwear-home a.regal-home-summer-col .regal-home-summer-title,
.regalwear-home a.regal-home-summer-col h3.regal-home-summer-title {
	display: block;
	margin: 0;
	max-width: 100%;
	font-family: var(--regal-font-display);
	font-size: clamp(1rem, 3.8vw, 2.05rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.22;
	text-wrap: balance;
	color: #faf8f4;
	text-shadow:
		0 1px 4px rgba(0, 0, 0, 0.55),
		0 2px 14px rgba(0, 0, 0, 0.4);
}

.regal-home-summer-cta {
	display: inline-block;
	margin-top: 1rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.5625rem, 1.5vw, 0.625rem);
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #faf8f4;
	border-bottom: 1px solid rgba(250, 248, 244, 0.75);
	padding-bottom: 0.2rem;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
	transition: border-color 0.25s ease, letter-spacing 0.25s ease;
}

.regal-home-summer-col:hover .regal-home-summer-cta,
.regal-home-summer-col:focus-visible .regal-home-summer-cta {
	border-bottom-color: rgba(250, 247, 242, 0.95);
	letter-spacing: 0.22em;
}

/* —— Trending / New banner —— */

.regal-home-trend-new {
	padding: 0;
}

.regal-home-trend-new-grid {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.regal-home-trend-new-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.regal-home-trend-new-half {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	aspect-ratio: 3 / 2;
	min-height: clamp(11rem, 42vw, 22rem);
	max-height: min(70vh, 520px);
	text-decoration: none;
	color: var(--regal-cream);
	overflow: hidden;
}

.regal-home-trend-new-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.55s ease;
}

.regal-home-trend-new-bg--photo {
	background-size: cover;
	background-position: center center;
}

.regal-home-trend-new-bg--a {
	background-color: #3d3834;
	background-image: linear-gradient(160deg, rgba(168, 148, 108, 0.25) 0%, #2a2826 55%);
}

.regal-home-trend-new-bg--b {
	background-color: #2f2c29;
	background-image: linear-gradient(200deg, #faf7f2 0%, rgba(42, 40, 38, 0.9) 48%);
}

.regal-home-trend-new-half:hover .regal-home-trend-new-bg,
.regal-home-trend-new-half:focus-visible .regal-home-trend-new-bg {
	transform: scale(1.03);
}

.regal-home-trend-new-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		180deg,
		rgba(26, 24, 22, 0.22) 0%,
		rgba(26, 24, 22, 0.48) 42%,
		rgba(26, 24, 22, 0.88) 100%
	);
}

.regal-home-trend-new-copy {
	position: relative;
	z-index: 1;
	padding: clamp(1.35rem, 3.5vw, 2.25rem);
	max-width: 22rem;
}

.regalwear-home a.regal-home-trend-new-half,
.regalwear-home a.regal-home-trend-new-half:hover,
.regalwear-home a.regal-home-trend-new-half:focus,
.regalwear-home a.regal-home-trend-new-half:visited {
	color: #faf8f4;
}

.regalwear-home a.regal-home-trend-new-half .regal-home-trend-new-label,
.regalwear-home a.regal-home-trend-new-half .regal-home-trend-new-sub,
.regalwear-home a.regal-home-trend-new-half .regal-home-trend-new-link {
	color: #faf8f4;
	text-shadow:
		0 1px 4px rgba(0, 0, 0, 0.55),
		0 2px 12px rgba(0, 0, 0, 0.38);
}

.regal-home-trend-new-label {
	display: block;
	font-family: var(--regal-font-serif);
	font-size: clamp(1.2rem, 2.6vw, 1.85rem);
	font-weight: 500;
	letter-spacing: 0.06em;
}

.regal-home-trend-new-sub {
	display: block;
	margin-top: 0.4rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.75rem, 2vw, 0.8125rem);
	line-height: 1.5;
	opacity: 1;
}

.regal-home-trend-new-link {
	display: inline-block;
	margin-top: 1rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.5625rem, 1.5vw, 0.625rem);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(250, 248, 244, 0.75);
	padding-bottom: 0.15rem;
	transition: border-color 0.25s ease, letter-spacing 0.25s ease;
}

.regal-home-trend-new-half:hover .regal-home-trend-new-link,
.regal-home-trend-new-half:focus-visible .regal-home-trend-new-link {
	border-bottom-color: rgba(250, 247, 242, 0.95);
	letter-spacing: 0.2em;
}

/* —— Regal Vision (modern quiet luxury — background editorial) —— */

.regal-home-vision--modern {
	position: relative;
	isolation: isolate;
	padding: clamp(3.25rem, 10vw, 5.5rem) 0;
	background-color: #faf8f5;
	color: #4b3621;
	border-top: 1px solid rgba(75, 54, 33, 0.08);
	border-bottom: 1px solid rgba(75, 54, 33, 0.08);
	overflow: hidden;
}

.regal-home-vision--modern.regal-home-vision--with-bg {
	min-height: clamp(22rem, 58vw, 32rem);
	display: flex;
	align-items: center;
}

.regal-home-vision--modern::before {
	display: none;
}

.regal-home-vision-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--regal-vision-bg);
	background-size: cover;
	background-position: center 35%;
	background-repeat: no-repeat;
	transform: scale(1.02);
	opacity: 0.28;
}

.regal-home-vision--with-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		105deg,
		rgba(250, 248, 245, 0.97) 0%,
		rgba(250, 248, 245, 0.92) 48%,
		rgba(250, 248, 245, 0.55) 78%,
		rgba(250, 248, 245, 0.35) 100%
	);
	pointer-events: none;
}

.regal-home-vision--modern .regal-home-vision-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: min(72rem, 100%);
	margin: 0 auto;
	padding-top: 0;
}

@media (min-width: 900px) {
	.regal-home-vision--modern.regal-home-vision--with-bg {
		min-height: clamp(22rem, 36vw, 30rem);
	}

	.regal-home-vision--with-bg::after {
		background: linear-gradient(
			90deg,
			rgba(250, 248, 245, 0.98) 0%,
			rgba(250, 248, 245, 0.94) 42%,
			rgba(250, 248, 245, 0.72) 62%,
			rgba(250, 248, 245, 0.4) 100%
		);
	}

	.regal-home-vision--modern .regal-home-vision-copy {
		max-width: min(28rem, 46vw);
		margin-left: clamp(0rem, 2vw, 1rem);
	}
}

@media (max-width: 599px) {
	.regal-home-vision--with-bg::after {
		background: linear-gradient(
			180deg,
			rgba(250, 248, 245, 0.98) 0%,
			rgba(250, 248, 245, 0.94) 58%,
			rgba(250, 248, 245, 0.72) 100%
		);
	}

	.regal-home-vision--modern .regal-home-vision-copy {
		max-width: 100%;
	}
}

.regal-home-vision--modern .regal-home-vision-copy {
	max-width: min(34rem, 100%);
	margin: 0;
	text-align: left;
}

.regal-home-vision-kicker {
	margin: 0 0 0.75rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.625rem, 1.5vw, 0.6875rem);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6b5a4a;
}

.regal-home-vision-headline {
	margin: 0 0 clamp(1rem, 2.5vw, 1.35rem);
	font-family: var(--regal-font-serif);
	font-size: clamp(1.75rem, 4.5vw, 2.65rem);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #4b3621;
}

.regal-home-vision--modern .regal-home-vision-body {
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.regal-home-vision--modern .regal-home-vision-p {
	margin: 0 0 0.85rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.9375rem, 2.2vw, 1.03125rem);
	line-height: 1.65;
	color: #4a4744;
}

.regal-home-vision--modern .regal-home-vision-p:last-child {
	margin-bottom: 0;
}

.regal-home-vision-cta-wrap {
	margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
	padding: 0;
}

.regal-home-vision-cta.regal-btn--text {
	color: #4b3621;
	border-bottom-color: rgba(75, 54, 33, 0.35);
}

.regal-home-vision-cta.regal-btn--text:hover,
.regal-home-vision-cta.regal-btn--text:focus-visible {
	color: #111111;
	border-bottom-color: rgba(17, 17, 17, 0.65);
}

@media (prefers-reduced-motion: reduce) {
	.regal-home-vision-bg {
		transform: none;
	}
}

/* Legacy vision layout (superseded by --modern; keep minimal fallbacks) */

.regal-home-vision:not(.regal-home-vision--modern) {
	padding: clamp(3.5rem, 9vw, 6rem) 0;
	background: linear-gradient(180deg, var(--regal-cream) 0%, var(--regal-white) 45%, var(--regal-cream-dark) 100%);
	border-top: 1px solid var(--regal-line);
	border-bottom: 1px solid var(--regal-line);
	position: relative;
	color: var(--regal-charcoal-soft);
}

.regal-home-vision:not(.regal-home-vision--modern)::before {
	content: "";
	position: absolute;
	left: 50%;
	top: clamp(2rem, 5vw, 3rem);
	transform: translateX(-50%);
	width: min(6rem, 18vw);
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--regal-clay), transparent);
	opacity: 0.85;
}

.regal-home-vision:not(.regal-home-vision--modern) .regal-home-vision-inner {
	max-width: min(72rem, 100%);
	margin: 0 auto;
	padding-top: 0.5rem;
}

.regal-home-vision-layout {
	display: grid;
	gap: clamp(1.5rem, 4vw, 2.75rem);
	align-items: center;
}

@media (min-width: 900px) {
	.regal-home-vision--with-media .regal-home-vision-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
	}
}

.regal-home-vision-media {
	margin: 0;
}

.regal-home-vision-media-frame {
	width: 100%;
	aspect-ratio: 4 / 5;
	max-height: min(560px, 72vh);
	margin-inline: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid var(--regal-line);
	box-shadow: 0 18px 48px rgba(42, 40, 38, 0.08);
}

.regal-home-vision:not(.regal-home-vision--modern) .regal-home-vision-copy {
	text-align: center;
}

.regal-home-vision--with-media .regal-home-vision-copy {
	text-align: left;
}

@media (max-width: 899px) {
	.regal-home-vision--with-media .regal-home-vision-copy {
		text-align: center;
	}
}

.regal-home-vision:not(.regal-home-vision--with-media):not(.regal-home-vision--modern) .regal-home-vision-copy {
	max-width: 40rem;
	margin-inline: auto;
}

.regal-home-vision:not(.regal-home-vision--modern) .regal-home-vision-title {
	margin: 0 0 clamp(1.25rem, 3vw, 2rem);
	font-family: var(--regal-font-display);
	font-size: clamp(1.55rem, 3.2vw, 2.35rem);
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--regal-charcoal);
}

.regal-home-vision:not(.regal-home-vision--modern) .regal-home-vision-body {
	padding: clamp(1rem, 3vw, 1.75rem) clamp(1rem, 4vw, 2rem);
	border: 1px solid var(--regal-line);
	background: rgba(255, 255, 255, 0.55);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.regal-home-vision:not(.regal-home-vision--modern) .regal-home-vision-p {
	margin: 0 0 1.15rem;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.9375rem, 2.8vw, 1.0625rem);
	line-height: 1.75;
	color: var(--regal-charcoal-soft);
}

.regal-home-vision:not(.regal-home-vision--modern) .regal-home-vision-p:last-child {
	margin-bottom: 0;
}

/* —— Shorts rows (Her / Him) —— */

.regal-home-shorts-wrap {
	background: var(--regal-cream);
}

.regal-home-shorts-wrap .regal-home-shorts {
	padding: clamp(2.75rem, 7vw, 4.5rem) 0;
}

.regal-home-shorts-wrap .regal-home-shorts + .regal-home-shorts {
	padding-top: 0;
}

.regal-home-shorts-head .regal-home-section-title {
	text-align: left;
}

.regal-home-shorts-view-all {
	flex-shrink: 0;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: clamp(0.625rem, 1.6vw, 0.6875rem);
	font-weight: 600;
}

/* —— Dual bestsellers —— */

.regal-home-bestsellers-wrap {
	background: var(--regal-cream);
}

.regal-home-bestsellers {
	padding: clamp(2.75rem, 7vw, 4.5rem) 0;
}

.regal-home-bestsellers + .regal-home-bestsellers {
	padding-top: 0;
}

.regal-home-bs-empty {
	margin: 0;
	font-size: clamp(0.8125rem, 2vw, 0.875rem);
	color: var(--regal-charcoal-soft);
	font-family: var(--regal-font-sans);
}

.regal-home-bs-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(0.65rem, 2vw, 1rem) !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
}

@media (min-width: 900px) {
	.regal-home-bs-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

.regal-home-bs-grid li.product.regal-emag-loop-item {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

/* —— Blog —— */

.regal-home-blog {
	padding: clamp(3rem, 8vw, 5.5rem) 0;
	background: var(--regal-white);
}

.regal-home-blog-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.25rem, 3vw, 2rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.regal-home-blog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.regal-home-blog-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--regal-line);
	border-radius: 0;
	background: var(--regal-cream);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.regal-home-blog-card-link:hover,
.regal-home-blog-card-link:focus-visible {
	border-color: var(--regal-gold);
	box-shadow: 0 12px 32px rgba(42, 40, 38, 0.08);
}

.regal-home-blog-thumb {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--regal-cream-dark);
}

.regal-home-blog-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.regal-home-blog-fallback {
	position: absolute;
	inset: 0;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.regal-home-blog-body {
	padding: 1.15rem 1.1rem 1.35rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.regal-home-blog-title {
	margin: 0 0 0.5rem;
	font-family: var(--regal-font-serif);
	font-size: clamp(1.05rem, 2.4vw, 1.2rem);
	font-weight: 500;
	color: var(--regal-charcoal);
	line-height: 1.25;
}

.regal-home-blog-excerpt {
	margin: 0 0 1rem;
	flex: 1;
	font-family: var(--regal-font-sans);
	font-size: clamp(0.75rem, 2vw, 0.8125rem);
	line-height: 1.6;
	color: var(--regal-charcoal-soft);
}

.regal-home-blog-more {
	font-family: var(--regal-font-sans);
	font-size: clamp(0.5625rem, 1.5vw, 0.625rem);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--regal-gold);
}

/* Accessibility: honour reduced motion (homepage hovers / parallax-style scales). */

@media (prefers-reduced-motion: reduce) {
	.regal-home-sale-visual {
		filter: none;
	}

	.regal-home-summer-bg,
	.regal-home-trend-new-bg {
		transition: none;
	}

	.regal-home-summer-col:hover .regal-home-summer-bg,
	.regal-home-summer-col:focus-visible .regal-home-summer-bg,
	.regal-home-trend-new-half:hover .regal-home-trend-new-bg,
	.regal-home-trend-new-half:focus-visible .regal-home-trend-new-bg {
		transform: none;
	}

	.regal-home-blog-card-link {
		transition: none;
	}

	.regalwear-home .luxury-cat-card__img {
		transition: none;
	}

	.regalwear-home .luxury-cat-card:hover .luxury-cat-card__img,
	.regalwear-home .luxury-cat-card:focus-visible .luxury-cat-card__img {
		transform: none;
	}
}

/* ==========================================================================
   Quiet Luxury — homepage bestseller carousel (below hero)
   ========================================================================== */

.regalwear-home .luxury-homepage-categories {
	background: var(--regal-cream, #faf8f5);
	padding: clamp(2rem, 6vw, 5rem) 0;
}

.regalwear-home .luxury-homepage-categories__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	max-width: 1440px;
	margin: 0 auto clamp(1.25rem, 3vw, 2rem);
	padding: 0 clamp(1rem, 4vw, 4rem);
}

.regalwear-home .luxury-homepage-categories__head-copy {
	flex: 1;
	min-width: 0;
}

.regalwear-home .luxury-homepage-categories__kicker {
	margin: 0 0 0.45rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #7a6754;
}

.regalwear-home .luxury-homepage-categories__title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.8rem, 4.2vw, 2.9rem);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0.03em;
	color: #2d2013;
}

.regalwear-home .luxury-homepage-categories__lede {
	max-width: 40rem;
	margin: 0.75rem 0 0;
	font-size: 0.9rem;
	line-height: 1.7;
	color: #6a6158;
}

.regalwear-home .luxury-homepage-categories__grid {
	position: relative;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 4rem);
	box-sizing: border-box;
}

.regalwear-home .regal-bestseller-swiper {
	overflow: hidden;
}

.regalwear-home .regal-bestseller-swiper .swiper-slide {
	width: 78%;
	height: auto;
}

.regalwear-home .regal-bestseller-swiper .swiper-slide.regal-bestseller-card--featured {
	width: 88%;
}

.regalwear-home .regal-bestseller-card {
	height: auto;
}

.regalwear-home .regal-bestseller-card__link {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	background: linear-gradient(180deg, #fefdfb 0%, #fbf7f1 100%);
	border: 1px solid rgba(75, 54, 33, 0.1);
	color: #1d1812;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s ease;
}

.regalwear-home .regal-bestseller-card__link:hover,
.regalwear-home .regal-bestseller-card__link:focus-visible {
	transform: translateY(-6px);
	border-color: rgba(75, 54, 33, 0.22);
	box-shadow: 0 24px 40px rgba(40, 28, 15, 0.14);
}

.regalwear-home .regal-bestseller-card__media {
	aspect-ratio: 5 / 6;
	overflow: hidden;
	background: #f5f1ec;
}

.regalwear-home .regal-bestseller-card__img,
.regalwear-home .regal-bestseller-card__img-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.regalwear-home .regal-bestseller-card__img-placeholder {
	background: linear-gradient(135deg, #f1ece6 0%, #e8e0d6 100%);
}

.regalwear-home .regal-bestseller-card__link:hover .regal-bestseller-card__img,
.regalwear-home .regal-bestseller-card__link:focus-visible .regal-bestseller-card__img {
	transform: scale(1.05);
}

.regalwear-home .regal-bestseller-card__copy {
	display: grid;
	gap: 0.5rem;
	padding: 1.05rem 1rem 1.15rem;
}

.regalwear-home .regal-bestseller-card__meta {
	margin: 0;
	font-size: 0.63rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #7a6b5d;
}

.regalwear-home .regal-bestseller-card__title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.25;
	color: #2d2319;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.regalwear-home .regal-bestseller-card--featured .regal-bestseller-card__media {
	aspect-ratio: 4 / 5;
}

.regalwear-home .regal-bestseller-card--featured .regal-bestseller-card__title {
	font-size: 1.2rem;
}

.regalwear-home .regal-bestseller-card--featured .regal-bestseller-card__copy {
	padding: 1.15rem 1.1rem 1.25rem;
}

.regalwear-home .regal-bestseller-card__price {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 500;
	color: #4b3621;
}

.regalwear-home .regal-bestseller-card__price ins {
	text-decoration: none;
}

.regalwear-home .regal-bestseller-swiper__controls {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
}

.regalwear-home .regal-bestseller-swiper__btn {
	width: 2.3rem;
	height: 2.3rem;
	border: 1px solid rgba(75, 54, 33, 0.24);
	background: #fefcf8;
	position: relative;
	cursor: pointer;
}

.regalwear-home .regal-bestseller-swiper__btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.46rem;
	height: 0.46rem;
	border-top: 1px solid #4b3621;
	border-right: 1px solid #4b3621;
	transform: translate(-50%, -50%) rotate(45deg);
}

.regalwear-home .regal-bestseller-swiper__btn--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.regalwear-home .luxury-homepage-categories__empty {
	margin: 0;
	font-size: 0.92rem;
	color: #5d5550;
}

@media (min-width: 640px) {
	.regalwear-home .regal-bestseller-swiper .swiper-slide {
		width: 44%;
	}

	.regalwear-home .regal-bestseller-swiper .swiper-slide.regal-bestseller-card--featured {
		width: 54%;
	}
}

@media (min-width: 1024px) {
	.regalwear-home .regal-bestseller-swiper .swiper-slide {
		width: 30%;
	}

	.regalwear-home .regal-bestseller-swiper .swiper-slide.regal-bestseller-card--featured {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.regalwear-home .luxury-homepage-categories__head {
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 0 1rem;
	}

	.regalwear-home .luxury-homepage-categories__grid {
		padding: 0 1rem;
	}

	.regalwear-home .luxury-homepage-categories {
		padding: 2rem 0 2.5rem;
	}

	.regalwear-home .regal-bestseller-swiper__controls {
		width: 100%;
		justify-content: flex-end;
		margin-top: 0.25rem;
	}

	.regalwear-home .regal-bestseller-card__title {
		font-size: 0.98rem;
	}

	.regalwear-home .regal-bestseller-card--featured .regal-bestseller-card__title {
		font-size: 1.08rem;
	}
}

/* v1.6.111 — GSC keyword intro + editorial sections + popular categories */
.regal-home-intro {
	padding: clamp(1.5rem, 3vw, 2.25rem) 0;
	background: var(--rw-cream, #faf8f5);
	border-bottom: 1px solid rgba(75, 54, 33, 0.08);
}

.regal-home-intro-inner {
	padding-inline: var(--regal-home-inline-shim);
	max-width: 52rem;
	margin: 0 auto;
}

.regal-home-intro-text {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	line-height: 1.65;
	color: var(--rw-mocha, #4b3621);
	text-align: center;
}

.regal-home-seo-sections-inner {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.regal-home-seo-block {
	padding: clamp(2rem, 4vw, 3rem) 0;
}

.regal-home-seo-block--light {
	background: #fff;
}

.regal-home-seo-block--cream {
	background: var(--rw-cream, #faf8f5);
}

.regal-home-seo-block-inner {
	padding-inline: var(--regal-home-inline-shim);
	max-width: 48rem;
}

.regal-home-seo-block-text {
	margin: 0.75rem 0 0;
	max-width: 42rem;
}

.regal-home-seo-block-cta-wrap {
	margin: 1.25rem 0 0;
}

.regal-home-popular-cats {
	padding: clamp(2rem, 4vw, 3rem) 0;
	background: #fff;
	border-top: 1px solid rgba(75, 54, 33, 0.08);
}

.regal-home-popular-cats-inner {
	padding-inline: var(--regal-home-inline-shim);
}

.regal-home-popular-cats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 1rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 640px) {
	.regal-home-popular-cats-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.regal-home-popular-cats-link {
	display: block;
	padding: 0.65rem 0.85rem;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--rw-mocha, #4b3621);
	background: var(--rw-cream, #faf8f5);
	border: 1px solid rgba(75, 54, 33, 0.12);
	border-radius: 2px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.regal-home-popular-cats-link:hover,
.regal-home-popular-cats-link:focus-visible {
	background: #fff;
	border-color: rgba(75, 54, 33, 0.28);
	color: var(--rw-mocha, #4b3621);
}
