/* ============================================================
   Legal pages (Privacy / Terms / Accessibility) — ported 1:1
   from the original Shopify sections privacy-and-policy /
   term-and-service / Accessibility (identical layout system).
   ============================================================ */

#nl-legal {
	background-color: #151515;
	color: #b0b0b0;
	font-family: Inter, system-ui, sans-serif;
	padding-top: 180px;
	padding-bottom: 100px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
#nl-legal *, #nl-legal *::before, #nl-legal *::after { box-sizing: border-box; }

/* ── Hero ── */
#nl-legal .nlp-hero {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
	margin-bottom: 48px;
}
#nl-legal .nlp-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	opacity: 0;
	transform: translateY(16px);
}
#nl-legal .nlp-eyebrow-dot {
	width: 8px;
	height: 8px;
	background: #e8553a;
	border-radius: 2px;
	flex-shrink: 0;
}
#nl-legal .nlp-eyebrow-text {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #777777;
	line-height: 1;
}
#nl-legal .nlp-title {
	font-size: 96px;
	font-weight: 400;
	line-height: 1.0;
	letter-spacing: -0.03em;
	color: #ffffff;
	margin: 0 0 16px 0;
	opacity: 0;
	transform: translateY(24px);
}
#nl-legal .nlp-updated {
	font-size: 14px;
	color: #777777;
	line-height: 1.4;
	opacity: 0;
	transform: translateY(12px);
}
#nl-legal .nlp-divider {
	width: 100%;
	height: 1px;
	background: #2a2a2a;
	margin-top: 32px;
	opacity: 0;
}

/* ── Layout ── */
#nl-legal .nlp-layout {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 60px;
	align-items: start;
}

/* ── TOC Sidebar ── */
#nl-legal .nlp-toc {
	position: sticky;
	top: 100px;
	padding-top: 8px;
}
#nl-legal .nlp-toc-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #777777;
	margin-bottom: 16px;
	line-height: 1;
}
#nl-legal .nlp-toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nl-legal .nlp-toc-list li { margin-bottom: 0; }
#nl-legal .nlp-toc-list a {
	display: block;
	font-size: 13px;
	color: #777777;
	text-decoration: none;
	padding: 7px 0 7px 12px;
	border-left: 2px solid transparent;
	transition: color 0.25s ease, border-color 0.25s ease;
	line-height: 1.4;
}
#nl-legal .nlp-toc-list a:hover { color: #ffffff; }
#nl-legal .nlp-toc-list a.nlp-toc-active {
	color: #ffffff;
	border-left-color: #e8553a;
}

/* ── Body content ── */
#nl-legal .nlp-body {
	padding-top: 8px;
	min-width: 0;
}
#nl-legal .nlp-section {
	margin-bottom: 48px;
	opacity: 0;
	transform: translateY(16px);
}
#nl-legal .nlp-section.nlp-visible {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.6s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
#nl-legal .nlp-section-title {
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 16px 0;
	scroll-margin-top: 100px;
}
#nl-legal .nlp-section .nlp-rich h3 {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 28px 0 12px;
	line-height: 1.3;
	letter-spacing: 0;
}
#nl-legal .nlp-section .nlp-rich p {
	font-size: 16px;
	line-height: 1.7;
	color: #b0b0b0;
	margin: 0 0 16px;
}
#nl-legal .nlp-section .nlp-rich ul,
#nl-legal .nlp-section .nlp-rich ol {
	font-size: 16px;
	line-height: 1.7;
	color: #b0b0b0;
	margin: 0 0 16px;
	padding-left: 24px;
	list-style: disc;
}
#nl-legal .nlp-section .nlp-rich ol { list-style: decimal; }
#nl-legal .nlp-section .nlp-rich li { margin-bottom: 8px; }
#nl-legal .nlp-section .nlp-rich a {
	color: #e8553a;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: opacity 0.2s;
}
#nl-legal .nlp-section .nlp-rich a:hover { opacity: 0.7; }
#nl-legal .nlp-section .nlp-rich strong {
	color: #ffffff;
	font-weight: 600;
}

/* ── Table ── */
#nl-legal .nlp-section .nlp-rich table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 24px;
	font-size: 16px;
}
#nl-legal .nlp-section .nlp-rich table th,
#nl-legal .nlp-section .nlp-rich table td {
	text-align: left;
	padding: 14px 16px;
	border-bottom: 1px solid #2a2a2a;
	vertical-align: top;
	line-height: 1.6;
}
#nl-legal .nlp-section .nlp-rich table th {
	font-weight: 600;
	color: #ffffff;
	white-space: nowrap;
}

/* ── Contact card ── */
#nl-legal .nlp-contact-card {
	background: #1c1c1c;
	border: 1px solid #2a2a2a;
	border-radius: 8px;
	padding: 28px;
	margin-top: 12px;
}
#nl-legal .nlp-contact-card p {
	margin: 0 0 8px;
	line-height: 1.6;
	overflow-wrap: anywhere;
	word-break: break-word;
}
#nl-legal .nlp-contact-card p:last-child { margin-bottom: 0; }
#nl-legal .nlp-contact-card a { overflow-wrap: anywhere; word-break: break-word; }
@media (max-width: 480px) {
	#nl-legal .nlp-contact-card { padding: 22px; }
}

/* ── Animations ── */
#nl-legal.nlp-in .nlp-eyebrow {
	opacity: 1; transform: translateY(0);
	transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
}
#nl-legal.nlp-in .nlp-title {
	opacity: 1; transform: translateY(0);
	transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}
#nl-legal.nlp-in .nlp-updated {
	opacity: 1; transform: translateY(0);
	transition: opacity 0.6s ease 0.35s, transform 0.6s ease 0.35s;
}
#nl-legal.nlp-in .nlp-divider {
	opacity: 1;
	transition: opacity 0.6s ease 0.45s;
}

/* ── Mobile ── */
@media (max-width: 768px) {
	#nl-legal {
		padding-top: 120px;
		padding-bottom: 60px;
	}
	#nl-legal .nlp-hero,
	#nl-legal .nlp-layout {
		padding-left: 24px;
		padding-right: 24px;
	}
	#nl-legal .nlp-title { font-size: 48px; }
	#nl-legal .nlp-layout {
		grid-template-columns: 1fr;
		gap: 0;
	}
	#nl-legal .nlp-toc {
		position: relative;
		top: auto;
		border-bottom: 1px solid #2a2a2a;
		padding-bottom: 20px;
		margin-bottom: 32px;
	}
	#nl-legal .nlp-section-title { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
	#nl-legal .nlp-eyebrow,
	#nl-legal .nlp-title,
	#nl-legal .nlp-updated,
	#nl-legal .nlp-divider,
	#nl-legal .nlp-section {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}
