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

.nm-footer-r3 {
	--nm-forest: #153e2d;
	--nm-forest-deep: #0d2b20;
	--nm-paper: #f8f3e8;
	--nm-ink: #17231c;
	--nm-muted: #5f6c64;
	--nm-line: #d9d1bf;
	--nm-gold: #b7862f;
	position: relative;
	z-index: 2;
	margin: 0;
	background: var(--nm-forest-deep);
	color: #fff;
	font: 400 16px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nm-footer-r3__inner {
	display: grid;
	grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(145px, 1fr));
	gap: clamp(24px, 3vw, 52px);
	width: min(1280px, calc(100% - 48px));
	margin-inline: auto;
	padding: clamp(40px, 5vw, 64px) 0 32px;
}

.nm-footer-r3__brand p {
	max-width: 30ch;
	color: #d5ddd8;
}

.nm-footer-r3__brand address {
	font-style: normal;
	color: #eef3f0;
}

.nm-footer-r3__brand a,
.nm-footer-r3__group a,
.nm-footer-r3__legal a,
.nm-footer-r3__compact-help a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.4);
	text-underline-offset: 0.2em;
}

.nm-footer-r3__logo {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 700;
	text-decoration: none;
}

.nm-footer-r3__logo span {
	color: #dfb967;
}

.nm-footer-r3__group {
	border: 0;
}

.nm-footer-r3__group summary,
.nm-footer-r3__legal h2,
.nm-footer-r3__compact-help h2 {
	margin: 0 0 12px;
	font: 700 16px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #f3dca7;
}

.nm-footer-r3__group summary {
	list-style: none;
	pointer-events: none;
}

.nm-footer-r3__group summary::-webkit-details-marker {
	display: none;
}

.nm-footer-r3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nm-footer-r3 li {
	margin: 0;
}

.nm-footer-r3 a:hover {
	color: #f3dca7;
}

.nm-footer-r3 a:focus-visible,
.nm-footer-r3 button:focus-visible,
.nm-footer-r3 summary:focus-visible {
	outline: 3px solid #f3dca7;
	outline-offset: 3px;
	border-radius: 4px;
}

.nm-footer-r3__cookie {
	min-height: 44px;
	margin-top: 4px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.4);
	text-underline-offset: 0.2em;
	cursor: pointer;
}

.nm-footer-r3__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 24px;
	width: min(1280px, calc(100% - 48px));
	margin-inline: auto;
	padding: 20px 0 max(20px, env(safe-area-inset-bottom));
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: #b9c5be;
	font-size: 14px;
}

.nm-footer-r3__cookie-dialog {
	width: min(520px, calc(100% - 32px));
	padding: 28px;
	border: 1px solid var(--nm-line);
	border-radius: 16px;
	background: var(--nm-paper);
	color: var(--nm-ink);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.nm-footer-r3__cookie-dialog::backdrop {
	background: rgba(13, 43, 32, 0.64);
}

.nm-footer-r3__cookie-dialog h2 {
	margin-top: 0;
	font: 700 28px/1.2 Georgia, "Times New Roman", serif;
}

.nm-footer-r3__cookie-dialog button {
	min-height: 44px;
	padding: 10px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--nm-forest);
	color: #fff;
	font: 700 15px/1 system-ui, sans-serif;
	cursor: pointer;
}

.nm-footer-r3--cart .nm-footer-r3__inner,
.nm-footer-r3--checkout .nm-footer-r3__inner {
	grid-template-columns: minmax(220px, 1.2fr) minmax(180px, 0.8fr) minmax(200px, 1fr);
	padding-top: 32px;
}

.nm-footer-r3__compact-help {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 980px) {
	.nm-footer-r3__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nm-footer-r3__brand,
	.nm-footer-r3__legal {
		grid-column: 1 / -1;
	}

	.nm-footer-r3--cart .nm-footer-r3__inner,
	.nm-footer-r3--checkout .nm-footer-r3__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nm-footer-r3--cart .nm-footer-r3__brand,
	.nm-footer-r3--checkout .nm-footer-r3__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.nm-footer-r3__inner,
	.nm-footer-r3--cart .nm-footer-r3__inner,
	.nm-footer-r3--checkout .nm-footer-r3__inner {
		display: block;
		width: min(100% - 32px, 1280px);
		padding: 32px 0 20px;
	}

	.nm-footer-r3__brand,
	.nm-footer-r3__compact-help,
	.nm-footer-r3__legal {
		margin-bottom: 22px;
	}

	.nm-footer-r3__group {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.nm-footer-r3__group summary {
		position: relative;
		display: flex;
		align-items: center;
		min-height: 52px;
		margin: 0;
		padding-right: 32px;
		pointer-events: auto;
		cursor: pointer;
	}

	.nm-footer-r3__group summary::after {
		position: absolute;
		right: 4px;
		content: "+";
		font-size: 24px;
		font-weight: 400;
	}

	.nm-footer-r3__group[open] summary::after {
		content: "−";
	}

	.nm-footer-r3__group nav {
		padding-bottom: 14px;
	}

	.nm-footer-r3__bottom {
		width: min(100% - 32px, 1280px);
		flex-direction: column;
	}
}

@media (min-width: 641px) {
	.nm-footer-r3 {
		font-size: 15px;
		line-height: 1.42;
	}

	.nm-footer-r3__inner {
		gap: clamp(18px, 2vw, 30px);
		padding: 22px 0 14px;
	}

	.nm-footer-r3__logo {
		font-size: clamp(27px, 2.2vw, 32px);
	}

	.nm-footer-r3__tagline,
	.nm-footer-r3__brand p {
		margin-block: 4px 7px;
	}

	.nm-footer-r3__brand .nm-footer-r3__address,
	.nm-footer-r3__brand .nm-footer-r3__phones a,
	.nm-footer-r3__brand .nm-footer-r3__email,
	.nm-footer-r3__group a,
	.nm-footer-r3__legal a,
	.nm-footer-r3__compact-help a {
		min-height: 34px;
	}

	.nm-footer-r3__group summary,
	.nm-footer-r3__legal h2,
	.nm-footer-r3__compact-help h2 {
		min-height: 34px;
		margin-bottom: 4px;
	}

	.nm-footer-r3__cookie {
		min-height: 34px;
		margin-top: 0;
	}

	.nm-footer-r3__bottom {
		padding: 9px 0 max(10px, env(safe-area-inset-bottom));
		font-size: 12px;
	}
}

@media (pointer: coarse) and (min-width: 641px) {
	.nm-footer-r3__brand .nm-footer-r3__address,
	.nm-footer-r3__brand .nm-footer-r3__phones a,
	.nm-footer-r3__brand .nm-footer-r3__email,
	.nm-footer-r3__group a,
	.nm-footer-r3__legal a,
	.nm-footer-r3__compact-help a,
	.nm-footer-r3__cookie {
		min-height: 44px;
	}
}

@media (max-width: 360px), (min-resolution: 192dpi) and (max-width: 720px) {
	.nm-footer-r3__inner,
	.nm-footer-r3--cart .nm-footer-r3__inner,
	.nm-footer-r3--checkout .nm-footer-r3__inner {
		width: min(100% - 24px, 1280px);
	}
}

@media print {
	.nm-footer-r3 {
		display: none !important;
	}
}

/* 1.1.1 unified compact density amendment. */
.nm-footer-r3__inner {
	grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(180px, 1fr));
	gap: clamp(22px, 2.5vw, 40px);
	padding: clamp(28px, 3.5vw, 44px) 0 22px;
}

.nm-footer-r3__tagline {
	margin: 8px 0 10px;
}

.nm-footer-r3__brand address,
.nm-footer-r3__address,
.nm-footer-r3__phones {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px 12px;
}

.nm-footer-r3__brand address {
	flex-direction: column;
	align-items: flex-start;
}

.nm-footer-r3__address {
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
}

.nm-footer-r3__address span {
	color: #d5ddd8;
	font-size: 13px;
	line-height: 1.3;
}

.nm-footer-r3__brand .nm-footer-r3__address,
.nm-footer-r3__brand .nm-footer-r3__phones a,
.nm-footer-r3__brand .nm-footer-r3__email {
	min-height: 38px;
}

.nm-footer-r3__group summary {
	min-height: 44px;
	margin: 0;
}

.nm-footer-r3__bottom {
	padding: 14px 0 max(14px, env(safe-area-inset-bottom));
}

@media (max-width: 980px) {
	.nm-footer-r3__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nm-footer-r3__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.nm-footer-r3__inner,
	.nm-footer-r3--cart .nm-footer-r3__inner,
	.nm-footer-r3--checkout .nm-footer-r3__inner {
		padding: 20px 0 10px;
	}

	.nm-footer-r3__brand,
	.nm-footer-r3__compact-help {
		margin-bottom: 10px;
	}

	.nm-footer-r3__logo {
		font-size: 26px;
	}

	.nm-footer-r3__tagline {
		margin: 4px 0 6px;
		font-size: 14px;
	}

	.nm-footer-r3__brand .nm-footer-r3__address,
	.nm-footer-r3__brand .nm-footer-r3__phones a,
	.nm-footer-r3__brand .nm-footer-r3__email {
		min-height: 44px;
	}

	.nm-footer-r3__address {
		display: inline-flex;
	}

	.nm-footer-r3__group summary {
		min-height: 48px;
	}

	.nm-footer-r3__group nav {
		padding-bottom: 8px;
	}

	.nm-footer-r3__bottom {
		gap: 2px;
		padding-top: 10px;
		font-size: 12px;
	}
}
