/* ============================================================
   LEMED SPA — Privacy Policy Page
   Clean legal text layout, dark background, gold accents
   ============================================================ */


/* ===== Base ===== */

body {
	background: #0a0a0c;
	overflow-x: hidden;
}

body.is-preload .privacy-header__content,
body.is-preload .privacy-nav {
	opacity: 0;
}


/* ===== Navigation ===== */

.privacy-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem 2.5rem;
	z-index: 100;
	transition: opacity 1s ease 0.5s;
}

.privacy-nav__back {
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	border-bottom: none !important;
	transition: color 0.3s ease;
}

.privacy-nav__back:hover {
	color: #C5A55A;
}


/* ===== Header ===== */

.privacy-header {
	padding: 8rem 2rem 4rem;
	text-align: center;
	background: #070709;
	border-bottom: 1px solid rgba(197, 165, 90, 0.12);
}

.privacy-header__content {
	transition: opacity 1.5s ease 0.3s;
}

.privacy-header__content h1 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 400;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	color: #ffffff;
}

.privacy-header__content p {
	font-family: 'Inter', sans-serif;
	font-size: 0.8rem;
	font-weight: 300;
	letter-spacing: 0.15rem;
	color: rgba(255, 255, 255, 0.55);
}


/* ===== Policy Body ===== */

.privacy-body {
	padding: 4rem 2rem 6rem;
	background: #0a0a0c;
}

.privacy-container {
	max-width: 780px;
	margin: 0 auto;
}

.privacy-intro {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1rem;
	line-height: 1.9;
	color: rgba(197, 165, 90, 0.75);
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(197, 165, 90, 0.12);
}


/* ===== Sections ===== */

.privacy-section {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.privacy-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.privacy-section h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	text-transform: none;
	color: #ffffff;
	margin-bottom: 1.25rem;
}

.privacy-section h3 {
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	color: #C5A55A;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.privacy-section h3:first-of-type {
	margin-top: 0;
}

.privacy-section p {
	font-family: 'Inter', sans-serif;
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 1rem;
}

.privacy-section p:last-child {
	margin-bottom: 0;
}

.privacy-section strong {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
}

.privacy-section ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem 0;
}

.privacy-section ul li {
	position: relative;
	padding-left: 1.25rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.5rem;
}

.privacy-section ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(197, 165, 90, 0.5);
}

.privacy-section ul li:last-child {
	margin-bottom: 0;
}

.privacy-section a {
	color: #C5A55A;
	border-bottom: 1px solid rgba(197, 165, 90, 0.3);
	text-decoration: none;
	transition: all 0.3s ease;
}

.privacy-section a:hover {
	color: #d4b76e;
	border-bottom-color: rgba(197, 165, 90, 0.75);
}


/* ===== Contact Section ===== */

.privacy-section--contact p:last-of-type {
	padding: 1.5rem;
	background: rgba(197, 165, 90, 0.04);
	border: 1px solid rgba(197, 165, 90, 0.12);
	border-radius: 3px;
	line-height: 2.2;
}


/* ===== Footer ===== */

.privacy-footer {
	padding: 2.5rem 2rem;
	text-align: center;
	background: #050507;
}

.privacy-footer p {
	font-family: 'Inter', sans-serif;
	font-size: 0.6rem;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	color: rgba(255, 255, 255, 0.55);
	margin: 0;
}

.privacy-footer a {
	color: rgba(197, 165, 90, 0.7);
	border-bottom: none;
}

.privacy-footer a:hover {
	color: #C5A55A;
}


/* ===== Focus Styles ===== */

.privacy-nav__back:focus-visible {
	outline: 2px solid #C5A55A;
	outline-offset: 2px;
}

.privacy-section a:focus-visible {
	outline: 2px solid #C5A55A;
	outline-offset: 2px;
}

.privacy-footer a:focus-visible {
	outline: 2px solid #C5A55A;
	outline-offset: 2px;
}


/* ===== Responsive ===== */

@media screen and (max-width: 640px) {
	.privacy-header {
		padding: 6rem 1.5rem 3rem;
	}

	.privacy-body {
		padding: 3rem 1.5rem 4rem;
	}

	.privacy-section h2 {
		font-size: 1.1rem;
	}

	.privacy-footer p {
		font-size: 0.65rem;
		padding: 0.25rem 0;
	}

	.privacy-footer a {
		padding: 0.5rem 0.25rem;
	}
}
