/* ==========================================================================
   NOIRÉ BEAUTY HOUSE - Interactive Style & Fashion Experience Stilleri
   Renk Paleti:
   - Deep Black: #111111 (Ana Koyu Zemin)
   - Off-White: #F7F3EE (Kırık Beyaz Metin & Kartlar)
   - Dark Cherry: #5B1F2C (Koyu Vişne Vurgu)
   - Nude: #D7B7A5 (Yumuşak Ten Rengi)
   - Metallic Gray: #A7A3A0 (Sessiz Gri)
   - Pure White: #FFFFFF (Saf Beyaz)
   ========================================================================== */

:root {
	--noire-black: #111111;
	--noire-offwhite: #F7F3EE;
	--noire-cherry: #5B1F2C;
	--noire-cherry-rgb: 91, 31, 44;
	--noire-nude: #D7B7A5;
	--noire-gray: #A7A3A0;
	--noire-white: #FFFFFF;
	--noire-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.page-template-page-demo-noire-beauty-house {
	background-color: var(--noire-black) !important;
	color: var(--noire-offwhite) !important;
	font-family: var(--noire-font) !important;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Hide Main PXVERS Canvas on Noiré Page */
body.page-template-page-demo-noire-beauty-house #pxvers-neural-canvas,
body.page-template-page-demo-noire-beauty-house .bg-ambient-grid,
body.page-template-page-demo-noire-beauty-house .bg-noise,
body.page-template-page-demo-noire-beauty-house .custom-cursor-dot,
body.page-template-page-demo-noire-beauty-house .custom-cursor-follower {
	display: none !important;
}

.noire-wrapper {
	width: 100%;
	position: relative;
	background-color: var(--noire-black);
}

.noire-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 28px;
}

/* --------------------------------------------------------------------------
   HEADER & NAVIGATION
   -------------------------------------------------------------------------- */
.noire-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 24px 0;
	transition: all 0.35s ease;
}

.noire-header.scrolled {
	background: rgba(17, 17, 17, 0.95);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(91, 31, 44, 0.3);
	padding: 14px 0;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.7);
}

.noire-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.noire-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.noire-logo-mark {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.noire-logo-text {
	display: flex;
	flex-direction: column;
}

.noire-logo-main {
	font-family: var(--noire-font);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 3.5px;
	color: #FFFFFF;
	line-height: 1;
}

.noire-logo-sub {
	font-family: var(--noire-font);
	font-size: 8.5px;
	font-weight: 800;
	letter-spacing: 3.5px;
	color: var(--noire-cherry);
	margin-top: 3px;
	text-transform: uppercase;
}

.noire-nav {
	display: flex;
	align-items: center;
	gap: 36px;
}

.noire-nav-link {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--noire-offwhite);
	text-decoration: none;
	transition: color 0.2s ease;
}

.noire-nav-link:hover {
	color: var(--noire-cherry);
}

.btn-noire-cta {
	background: var(--noire-cherry);
	color: #FFFFFF;
	font-size: 13.5px;
	font-weight: 800;
	padding: 11px 24px;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 20px rgba(91, 31, 44, 0.4);
}

.btn-noire-cta:hover {
	background: #7A2B3C;
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(91, 31, 44, 0.6);
}

/* --------------------------------------------------------------------------
   HERO — MOVING EDITORIAL FASHION COLLAGE
   -------------------------------------------------------------------------- */
.noire-hero {
	min-height: 90vh;
	padding-top: 140px;
	padding-bottom: 80px;
	display: flex;
	align-items: center;
	position: relative;
	background: radial-gradient(circle at 80% 20%, rgba(91, 31, 44, 0.2) 0%, transparent 60%);
}

.noire-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.noire-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(91, 31, 44, 0.2);
	border: 1px solid rgba(91, 31, 44, 0.4);
	color: var(--noire-nude);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 6px 14px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.noire-hero-title {
	font-size: 52px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1.12;
	margin-bottom: 20px;
	letter-spacing: -1.5px;
}

.noire-hero-title span {
	color: var(--noire-cherry);
}

.noire-hero-desc {
	font-size: 16px;
	color: var(--noire-gray);
	line-height: 1.65;
	margin-bottom: 32px;
}

/* Fashion Collage Grid */
.noire-collage-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.noire-collage-item {
	height: 220px;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	border: 1.5px solid rgba(255, 255, 255, 0.1);
	transition: transform 0.4s ease;
}

.noire-collage-item:hover {
	transform: scale(1.03);
	border-color: var(--noire-cherry);
}

/* --------------------------------------------------------------------------
   STYLE BUILDER ("BUGÜN NASIL GÖRÜNMEK İSTİYORSUNUZ?")
   -------------------------------------------------------------------------- */
.noire-style-section {
	padding: 90px 0;
	background: #181818;
	border-top: 1px solid rgba(91, 31, 44, 0.2);
	border-bottom: 1px solid rgba(91, 31, 44, 0.2);
}

.noire-style-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	margin-bottom: 30px;
}

.noire-style-btn {
	background: rgba(255, 255, 255, 0.04);
	border: 1.5px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	padding: 14px 8px;
	text-align: center;
	color: var(--noire-offwhite);
	font-family: var(--noire-font);
	font-size: 12.5px;
	font-weight: 800;
	cursor: pointer;
	transition: all 0.25s ease;
}

.noire-style-btn:hover,
.noire-style-btn.active {
	background: var(--noire-cherry);
	border-color: var(--noire-cherry);
	color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   "YOUR NOIRÉ LOOK" MOODBOARD BUILDER
   -------------------------------------------------------------------------- */
.noire-look-section {
	padding: 90px 0;
	background: var(--noire-black);
}

.noire-look-card {
	background: #1C1C1C;
	border: 1.5px solid rgba(91, 31, 44, 0.35);
	border-radius: 28px;
	padding: 36px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.noire-option-btn {
	background: rgba(255, 255, 255, 0.04);
	border: 1.5px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 800;
	color: var(--noire-offwhite);
	cursor: pointer;
	transition: all 0.25s ease;
}

.noire-option-btn:hover,
.noire-option-btn.active {
	background: var(--noire-cherry);
	border-color: var(--noire-cherry);
	color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   FOOTER & DEMO BADGE
   -------------------------------------------------------------------------- */
.noire-footer {
	background: #0B0B0B;
	color: #71717A;
	padding: 44px 0 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.noire-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.noire-demo-badge {
	text-align: center;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.4);
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.noire-demo-badge a {
	color: var(--noire-cherry);
	text-decoration: none;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 992px) {
	.noire-hero-grid {
		grid-template-columns: 1fr;
	}
	.noire-style-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.noire-hero-title {
		font-size: 38px;
	}
}

@media (max-width: 576px) {
	.noire-nav {
		display: none;
	}
	.noire-style-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.noire-hero-title {
		font-size: 28px;
	}
}
