/**
 * RegalWear footer — Quiet Luxury (#FAF8F5 / #4B3621).
 */

.regal-footer-wrap .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;
}

/* —— Canvas & structural accents —— */
.regal-footer-wrap,
.regal-footer-wrap--luxury,
.regal-footer-wrap--merchant {
	--regal-footer-cream: #faf8f5;
	--regal-footer-mocha: #4b3621;
	--regal-footer-black: #111111;
	--regal-footer-mocha-muted: rgba(75, 54, 33, 0.7);
	--regal-footer-line: rgba(75, 54, 33, 0.12);
	--regal-footer-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	margin-top: clamp(2.5rem, 6vw, 4rem);
	background: #faf8f5 !important;
	border-top: 1px solid rgba(75, 54, 33, 0.12) !important;
}

.regal-footer-trust {
	background: #faf8f5 !important;
	color: var(--regal-footer-mocha);
	border-bottom: 1px solid rgba(75, 54, 33, 0.12) !important;
}

.regal-footer-trust__inner {
	padding: 1rem clamp(1rem, 3vw, 2rem);
}

.regal-footer-trust__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.65rem 1.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.regal-footer-trust__item {
	font-family: var(--regal-footer-font);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	line-height: 1.8;
	color: var(--regal-footer-mocha-muted);
}

@media (min-width: 768px) {
	.regal-footer-trust__list {
		justify-content: space-between;
	}
}

.regal-footer,
.regal-footer-wrap .regal-footer,
.regal-footer--luxury,
.regal-footer--merchant {
	background: #faf8f5 !important;
	color: #4b3621 !important;
	border: none !important;
	box-shadow: none !important;
	font-family: var(--regal-footer-font);
}

.regal-footer__inner {
	padding: clamp(3rem, 8vw, 5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 8vw, 5rem);
}

/* —— 4-column grid —— */
.regal-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	text-align: center;
	align-items: start;
}

@media (min-width: 768px) {
	.regal-footer__grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: clamp(2rem, 3.5vw, 3rem);
		text-align: left;
		align-items: start;
	}

	.regal-footer--merchant .regal-footer__col,
	.regal-footer--merchant .regal-footer__col * {
		text-align: left;
	}

	.regal-footer--merchant .regal-footer-nav__list {
		align-items: flex-start !important;
	}

	.regal-footer--merchant .regal-footer__about,
	.regal-footer--merchant .regal-footer__contact-summary,
	.regal-footer--merchant .regal-footer__newsletter-form,
	.regal-footer--merchant .regal-footer__newsletter-row--a11y {
		margin-inline: 0 !important;
	}
}

/* —— Column headings —— */
.regal-footer__title,
.regal-footer-wrap .regal-footer__title {
	font-family: var(--regal-footer-font) !important;
	font-size: 0.85rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.15em !important;
	font-weight: 500 !important;
	margin: 0 0 1.5rem !important;
	line-height: 1.4 !important;
	color: #4b3621 !important;
}

/* —— Brand column —— */
.regal-footer__logo-link {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	color: inherit;
	line-height: 0;
	background-color: #4b3621;
	-webkit-mask-image: url('https://regalwear.eu/wp-content/uploads/2026/05/regalwear-offical.png');
	mask-image: url('https://regalwear.eu/wp-content/uploads/2026/05/regalwear-offical.png');
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left center;
	mask-position: left center;
	transition: background-color 0.35s ease;
}

.regal-footer__logo-link:hover,
.regal-footer__logo-link:focus-visible {
	background-color: #111111;
}

.regal-footer__logo-img {
	display: block;
	width: 100%;
	max-width: clamp(12rem, 52vw, 22rem);
	height: auto;
	margin-inline: auto;
	opacity: 0;
	pointer-events: none;
}

@media (min-width: 768px) {
	.regal-footer__logo-img {
		max-width: min(22rem, 100%);
		margin-inline: 0;
	}
}

@media (min-width: 1200px) {
	.regal-footer__logo-img {
		max-width: 24rem;
	}
}

.regal-footer__logo-text {
	font-size: 1.15rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #4b3621;
}

.regal-footer__about {
	margin: 1rem 0 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: rgba(75, 54, 33, 0.72);
	max-width: 20rem;
	margin-inline: auto;
}

@media (min-width: 768px) {
	.regal-footer__about {
		margin-inline: 0;
		max-width: none;
	}
}

/* —— Link lists (sentence case, airy) —— */
.regal-footer-nav__list,
.regal-footer-wrap .regal-footer-nav__list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.4rem;
}

@media (min-width: 768px) {
	.regal-footer-nav__list {
		align-items: flex-start;
	}
}

.regal-footer-nav__list li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.regal-footer-nav__list li::before,
.regal-footer-nav__list li::after,
.regal-footer-nav__list a::before,
.regal-footer-nav__list a::after {
	display: none !important;
	content: none !important;
}

.regal-footer-nav__list a,
.regal-footer-wrap .regal-footer-nav__list a {
	color: #4b3621 !important;
	text-decoration: none !important;
	text-transform: none !important;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8 !important;
	transition: color 0.25s ease-in-out;
}

.regal-footer-nav__list a:hover,
.regal-footer-nav__list a:focus-visible {
	color: #111111 !important;
}

/* —— GMC column: business identity (brand column) —— */
.regal-footer__col--brand .regal-footer__business {
	margin-top: 1.25rem;
	text-align: inherit;
}

.regal-footer__business-name {
	margin: 0 0 0.35rem;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.03em;
	color: rgba(75, 54, 33, 0.78);
}

.regal-footer__col--brand .regal-footer__business-line {
	margin: 0 0 0.25rem;
	font-size: 0.6875rem;
	line-height: 1.8;
	color: rgba(75, 54, 33, 0.65);
}

/* —— GMC column: policy summary under each legal link —— */
.regal-footer-nav__list--legal {
	gap: 0.85rem !important;
	align-items: flex-start !important;
}

.regal-footer-nav__item--legal {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	text-align: left;
}

.regal-footer-nav__list--legal .regal-footer-nav__link {
	display: inline-block;
}

.regal-footer-nav__list--legal .regal-footer__policy-note {
	margin: 0.35rem 0 0;
	padding: 0;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0.01em;
	color: rgba(75, 54, 33, 0.58);
	max-width: 16.5rem;
}

@media (max-width: 767px) {
	.regal-footer-nav__item--legal,
	.regal-footer-nav__list--legal .regal-footer__policy-note {
		align-items: center;
		text-align: center;
		margin-inline: auto;
	}
}

/* —— GMC column: contact (care column) —— */
.regal-footer__contact-summary {
	margin-top: 1rem;
}

.regal-footer__contact-line {
	margin: 0 0 0.25rem;
	font-size: 0.8125rem;
	line-height: 1.8;
}

.regal-footer__contact-line a {
	color: #4b3621 !important;
	text-decoration: none !important;
	transition: color 0.25s ease-in-out;
}

.regal-footer__contact-line a:hover,
.regal-footer__contact-line a:focus-visible {
	color: #111111 !important;
}

.regal-footer__newsletter-lede {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	line-height: 1.8;
	color: rgba(75, 54, 33, 0.65);
	max-width: 18rem;
	margin-inline: auto;
}

@media (min-width: 768px) {
	.regal-footer__newsletter-lede {
		margin-inline: 0;
		max-width: none;
	}
}

.regal-footer__newsletter-field-label {
	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;
}

.regal-footer__newsletter-row--a11y {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	width: 100%;
	max-width: 16rem;
	margin-inline: auto;
}

@media (min-width: 768px) {
	.regal-footer__newsletter-row--a11y {
		max-width: none;
	}
}

.regal-footer__newsletter-row--a11y .regal-footer__newsletter-input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	padding: 0.7rem 0.85rem;
	background: #ffffff !important;
	border: 1px solid rgba(75, 54, 33, 0.28) !important;
	border-radius: 0 !important;
}

.regal-footer__newsletter-row--a11y .regal-footer__newsletter-btn {
	width: 100%;
	align-self: stretch;
	min-width: 0;
}

.regal-footer__title--newsletter {
	margin-bottom: 0.65rem !important;
}

/* —— Compliance strip (legacy; optional) —— */
.regal-footer__compliance {
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	padding-top: 1.75rem;
	border-top: 1px solid rgba(75, 54, 33, 0.12) !important;
	text-align: center;
}

.regal-footer__business {
	margin: 0 0 1rem;
}

.regal-footer__business-line {
	margin: 0 0 0.3rem;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.8;
	color: rgba(75, 54, 33, 0.65);
}

.regal-footer__business-line--name {
	font-weight: 500;
	color: rgba(75, 54, 33, 0.78);
}

.regal-footer-legal-strip__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem 1.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.regal-footer-legal-strip__list a {
	font-size: 0.6875rem;
	line-height: 1.8;
	color: rgba(75, 54, 33, 0.72);
	text-decoration: none !important;
	transition: color 0.25s ease-in-out;
}

.regal-footer-legal-strip__list a:hover,
.regal-footer-legal-strip__list a:focus-visible {
	color: #111111 !important;
}

/* —— Newsletter —— */
.regal-footer__newsletter-label {
	margin: 0 0 0.85rem;
	font-size: 0.75rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.15em !important;
	text-transform: uppercase !important;
	color: #4b3621 !important;
	line-height: 1.8;
}

.regal-footer__col--newsletter .regal-footer__newsletter-lede {
	margin-top: 0;
	margin-bottom: 1.1rem;
}

.regal-footer__newsletter-row--minimal {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	max-width: 18rem;
	margin-inline: auto;
}

@media (min-width: 768px) {
	.regal-footer__newsletter-row--minimal {
		margin-inline: 0;
		max-width: none;
	}
}

.regal-footer__newsletter-input {
	width: 100%;
	min-height: 44px;
	padding: 0.65rem 0.85rem;
	background: #ffffff !important;
	border: 1px solid rgba(75, 54, 33, 0.28) !important;
	border-radius: 0 !important;
	color: #4b3621 !important;
	font-family: var(--regal-footer-font);
	font-size: 0.875rem;
	line-height: 1.5;
	box-shadow: none !important;
}

.regal-footer__newsletter-input::placeholder {
	color: rgba(75, 54, 33, 0.45);
}

.regal-footer__newsletter-input:focus {
	outline: 2px solid rgba(75, 54, 33, 0.35);
	outline-offset: 2px;
	border-color: #4b3621 !important;
	box-shadow: none !important;
}

.regal-footer__newsletter-btn {
	align-self: center;
	min-height: 44px;
	padding: 0.55rem 1.35rem;
	border: 1px solid #4b3621 !important;
	border-radius: 0 !important;
	background: #4b3621 !important;
	color: #faf8f5 !important;
	font-family: var(--regal-footer-font);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

@media (min-width: 768px) {
	.regal-footer__newsletter-btn {
		align-self: flex-start;
	}
}

.regal-footer__newsletter-btn:hover,
.regal-footer__newsletter-btn:focus-visible {
	background: #111111 !important;
	border-color: #111111 !important;
	color: #faf8f5 !important;
}

/* —— Bottom trust bar: social → payments → copyright —— */
.regal-footer__bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.15rem;
	margin-top: clamp(2.75rem, 5vw, 3.5rem);
	padding: clamp(1.5rem, 3vw, 2rem) 0 clamp(1.25rem, 2.5vw, 1.75rem);
	border-top: 1px solid rgba(75, 54, 33, 0.12) !important;
	text-align: center;
	width: 100%;
}

.regal-footer__bar-payments,
.regal-footer__bar-social {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.regal-footer__bar-payments .regal-footer__payments {
	justify-content: center;
}

.regal-footer__payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.regal-footer__payments-item {
	display: flex;
	line-height: 0;
	padding: 0.15rem;
	background: rgba(75, 54, 33, 0.04);
	border: 1px solid rgba(75, 54, 33, 0.1);
	border-radius: 2px;
}

.regal-footer__pay-icon {
	display: block;
	width: 52px;
	height: 34px;
	filter: none;
}

.regal-footer__copy {
	margin: 0;
	font-size: 0.75rem;
	color: rgba(75, 54, 33, 0.7);
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.regal-footer__follow,
.regal-footer__bar-social {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
}

.regal-footer__follow--newsletter {
	margin-top: 1.5rem;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.regal-footer__follow--newsletter {
		align-items: center;
		margin-inline: auto;
	}
}

.regal-footer__follow--newsletter .regal-footer__social {
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.regal-footer__follow--newsletter .regal-footer__social {
		justify-content: center;
	}
}

.regal-footer__follow-label {
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 500;
	color: #4b3621;
}

.regal-footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.regal-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	color: #4b3621;
	text-decoration: none;
	transition: color 0.25s ease-in-out;
}

.regal-footer__social-link:hover,
.regal-footer__social-link:focus-visible {
	color: #111111;
}

.regal-footer__icon {
	width: 1.125rem;
	height: 1.125rem;
}

/* —— Hide Blocksy default footer —— */
body.regal-has-custom-footer #footer.ct-footer,
body.regal-has-custom-footer footer[data-id="type-1"],
body.regal-footer-luxury #footer.ct-footer {
	display: none !important;
}

/* —— Blocksy widget footer (if ever enabled) —— */
body.regal-footer-luxury .ct-footer,
body.regal-footer-luxury #footer,
body.regal-footer-merchant .ct-footer {
	background: #faf8f5 !important;
	border: none !important;
	border-top: 1px solid rgba(75, 54, 33, 0.12) !important;
	box-shadow: none !important;
}

body.regal-footer-luxury .ct-footer .widget,
body.regal-footer-luxury .ct-footer .ct-widget,
body.regal-footer-luxury .ct-footer [class*="widget"] {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

body.regal-footer-luxury .ct-footer,
body.regal-footer-luxury .ct-footer p,
body.regal-footer-luxury .ct-footer li,
body.regal-footer-luxury .ct-footer a {
	color: #4b3621;
}

body.regal-footer-luxury .ct-footer a:hover,
body.regal-footer-luxury .ct-footer a:focus-visible {
	color: #111111 !important;
}

body.regal-footer-luxury .ct-footer .widget-title,
body.regal-footer-luxury .ct-footer h2,
body.regal-footer-luxury .ct-footer h3 {
	font-size: 0.85rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.15em !important;
	font-weight: 500 !important;
	margin-bottom: 1.5rem !important;
	color: #4b3621 !important;
	background: transparent !important;
	border: none !important;
}

body.regal-footer-luxury .ct-footer ul {
	list-style: none !important;
	padding-left: 0 !important;
}

body.regal-footer-luxury .ct-footer ul li::marker,
body.regal-footer-luxury .ct-footer ul li::before {
	display: none !important;
	content: none !important;
}

body.regal-footer-luxury .ct-footer a {
	text-decoration: none !important;
	line-height: 1.8 !important;
}

/* —— Mobile stack —— */
@media (max-width: 767px) {
	.regal-footer__inner {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.regal-footer__grid {
		grid-template-columns: 1fr !important;
		gap: 2.5rem !important;
		text-align: center !important;
	}

	.regal-footer__col {
		width: 100%;
		max-width: 22rem;
		margin-inline: auto;
		padding-inline: 0.25rem;
	}

	.regal-footer-nav__list,
	.regal-footer__about,
	.regal-footer__newsletter-row--minimal,
	.regal-footer__newsletter-row--a11y,
	.regal-footer-nav__list--legal,
	.regal-footer__contact-summary,
	.regal-footer__compliance {
		margin-inline: auto;
	}

	.regal-footer-nav__list {
		align-items: center !important;
	}

	.regal-footer__newsletter-btn {
		width: 100%;
		max-width: 14rem;
	}
}










