.nrs-footer,
.nrs-footer * { box-sizing: border-box; }

.nrs-footer {
	--nrs-footer-cream: #faf7f3;
	--nrs-footer-beige: #eadfd6;
	--nrs-footer-pink: #f3d7d9;
	--nrs-footer-rose: #d1909a;
	--nrs-footer-mocha: #6f4e37;
	--nrs-footer-charcoal: #3e2e27;
	--nrs-footer-gold: #d4b483;
	width: 100%;
	margin: 0;
	color: #f7f2ec;
	font-family: inherit;
}

.nrs-footer a { text-decoration: none !important; }

.nrs-footer__trust {
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(212,180,131,.22);
	border-bottom: 1px solid rgba(212,180,131,.28);
	background: linear-gradient(90deg, var(--nrs-footer-cream), #fff 50%, var(--nrs-footer-cream));
}

.nrs-footer__trust-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(1180px, calc(100% - 40px));
	min-height: 82px;
	margin: 0 auto;
}

.nrs-footer__trust-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-width: 0;
	padding: 16px 25px;
	color: #383431;
	font-size: 13px;
	font-weight: 700;
}

.nrs-footer__trust-item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 0;
	top: 31%;
	width: 1px;
	height: 38%;
	background: rgba(212,180,131,.48);
}

.nrs-footer__trust-item svg {
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	fill: none;
	stroke: var(--nrs-footer-gold);
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nrs-footer__main {
	position: relative;
	overflow: hidden;
	padding: 53px max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left));
	background:
		radial-gradient(circle at 4% 50%, rgba(243,215,217,.075), transparent 29%),
		radial-gradient(circle at 94% 10%, rgba(212,180,131,.07), transparent 28%),
		linear-gradient(115deg, #3e2e27, var(--nrs-footer-mocha) 50%, #3e2e27);
}

.nrs-footer__main::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.01) 1px, transparent 1px);
	background-size: 28px 28px;
}

.nrs-footer__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.25fr .85fr .95fr 1.25fr;
	gap: clamp(28px, 5vw, 78px);
	width: min(1180px, 100%);
	margin: 0 auto;
	direction: ltr;
}

.nrs-footer__grid section { min-width: 0; direction: rtl; }

.nrs-footer__grid h2 {
	position: relative;
	margin: 0 0 21px !important;
	padding-bottom: 11px;
	color: #fff;
	font: 700 15px/1.5 inherit;
}

.nrs-footer__grid h2::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background: var(--nrs-footer-gold);
}

.nrs-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.nrs-footer__brand-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 190px;
	min-height: 80px;
}

.nrs-footer__logo {
	display: block;
	width: auto;
	max-width: 185px;
	height: auto;
	max-height: 115px;
	object-fit: contain;
}

.nrs-footer__logo-text {
	display: inline-flex;
	flex-direction: column;
	color: #fff;
	font: italic 44px/1 Georgia, serif;
	letter-spacing: -.05em;
}

.nrs-footer__logo-text small {
	margin-top: 8px;
	color: var(--nrs-footer-gold);
	font: 700 11px/1.2 Arial, sans-serif;
	letter-spacing: .35em;
}

.nrs-footer__brand > p {
	margin: 12px 0 0 !important;
	color: #eadfd6;
	font-size: 12px;
	line-height: 1.9;
}

.nrs-footer__enamad {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	margin-top: 16px;
	overflow: hidden;
	border: 1px solid rgba(212,180,131,.28);
	border-radius: 8px;
	background: #fff;
}

.nrs-footer__enamad a,
.nrs-footer__enamad img {
	display: block;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: auto;
}

.nrs-footer__links ul,
.nrs-footer__contact ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.nrs-footer__links li { margin: 0 0 9px !important; }

.nrs-footer__links a {
	position: relative;
	display: inline-block;
	padding: 2px 14px 2px 0;
	color: #faf7f3 !important;
	font-size: 12px;
	line-height: 1.55;
	transition: color .2s ease, transform .2s ease;
}

.nrs-footer__links a::before {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border: 1px solid var(--nrs-footer-gold);
	border-radius: 50%;
}

.nrs-footer__links a:hover,
.nrs-footer__links a:focus-visible {
	color: var(--nrs-footer-pink) !important;
	transform: translateX(-3px);
}

.nrs-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0 0 11px !important;
	color: #faf7f3;
	font-size: 12px;
	line-height: 1.8;
}

.nrs-footer__contact li svg {
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	margin-top: 3px;
	fill: none;
	stroke: var(--nrs-footer-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.nrs-footer__contact li a { color: #faf7f3 !important; }
.nrs-footer__contact li a:hover { color: var(--nrs-footer-pink) !important; }

.nrs-footer__socials {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 21px;
	direction: ltr;
}

.nrs-footer__socials > a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50%;
	color: #fff !important;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.nrs-footer__socials > a:hover,
.nrs-footer__socials > a:focus-visible {
	border-color: var(--nrs-footer-gold);
	color: var(--nrs-footer-gold) !important;
	transform: translateY(-2px);
}

.nrs-footer__socials svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
}

.nrs-footer__socials .fill { fill: currentColor; stroke: none; }

.nrs-footer__socials > span {
	width: 53px;
	height: 1px;
	margin-left: 5px;
	background: var(--nrs-footer-gold);
}

.nrs-footer__bottom {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1180px, 100%);
	min-height: 67px;
	margin: 40px auto 0;
	border-top: 1px solid rgba(255,255,255,.48);
}

.nrs-footer__bottom p {
	margin: 0 !important;
	padding: 18px 70px;
	color: #eadfd6;
	font-size: 11px;
	line-height: 1.8;
	text-align: center;
}

.nrs-footer__bottom p span { color: var(--nrs-footer-rose); }

.nrs-footer__bottom > a {
	position: absolute;
	right: 0;
	top: -19px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(212,180,131,.55);
	border-radius: 50%;
	background: var(--nrs-footer-cream);
	box-shadow: 0 6px 17px rgba(0,0,0,.14);
	color: #393330 !important;
}

.nrs-footer__bottom > a svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 900px) {
	.nrs-footer__grid {
		grid-template-columns: 1.15fr 1fr 1fr;
		gap: 38px;
	}
	.nrs-footer__brand { grid-row: span 2; }
	.nrs-footer__contact { grid-column: 2 / 4; }
	.nrs-footer__trust-item { padding-inline: 13px; font-size: 12px; }
}

@media (max-width: 620px) {
	.nrs-footer__trust-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}
	.nrs-footer__trust-item {
		justify-content: flex-start;
		min-height: 64px;
		padding: 12px 18px;
		font-size: 11px;
	}
	.nrs-footer__trust-item:nth-child(2n)::after { display: none; }
	.nrs-footer__trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(212,180,131,.2); }
	.nrs-footer__trust-item svg { flex-basis: 23px; width: 23px; height: 23px; }
	.nrs-footer__main { padding-top: 39px; }
	.nrs-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 35px 24px;
	}
	.nrs-footer__brand {
		grid-column: 1 / -1;
		grid-row: auto;
		padding-bottom: 5px;
	}
	.nrs-footer__brand-link { max-width: 165px; }
	.nrs-footer__logo { max-width: 165px; max-height: 105px; }
	.nrs-footer__enamad { width: 74px; height: 74px; }
	.nrs-footer__grid h2 { margin-bottom: 16px !important; font-size: 14px; }
	.nrs-footer__links a { font-size: 11.5px; }
	.nrs-footer__contact {
		grid-column: 1 / -1;
		padding-top: 4px;
	}
	.nrs-footer__contact li { font-size: 11.5px; }
	.nrs-footer__socials { margin-top: 18px; }
	.nrs-footer__bottom { margin-top: 32px; min-height: 73px; }
	.nrs-footer__bottom p { padding: 17px 32px; font-size: 10px; }
	.nrs-footer__bottom > a { right: auto; left: 0; }
}

@media (max-width: 370px) {
	.nrs-footer__trust-item { padding-inline: 12px; }
	.nrs-footer__grid { gap-inline: 17px; }
}

@media (prefers-reduced-motion: reduce) {
	.nrs-footer a { transition: none !important; }
}
