/* Pxl Title — hero + ornament (cùng palette landing). */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500&family=Cinzel:wght@600;700&family=Cormorant+Garamond:ital,wght@0,700;1,700&display=swap");

.pxl-title-block {
	--ink: #efe3ca;
	--ink-2: #c9b898;
	--ink-3: #8c7a5e;
	--gold: #d4b896;
	--gold-bright: #f4d87a;
	color: var(--ink);
	font-family: "Be Vietnam Pro", system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.pxl-title-block *,
.pxl-title-block *::before,
.pxl-title-block *::after {
	box-sizing: border-box;
}

.pxl-title-block .shell {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

.pxl-title-block section.hero {
	text-align: center;
	padding: 28px 0 12px;
}

.pxl-title-block .orn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--gold);
}

.pxl-title-block .orn .l {
	width: 48px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--gold));
}

.pxl-title-block .orn .l.r {
	background: linear-gradient(90deg, var(--gold), transparent);
}

.pxl-title-block .orn .d {
	width: 6px;
	height: 6px;
	background: var(--gold);
	transform: rotate(45deg);
	box-shadow: 0 0 10px rgba(212, 184, 150, 0.6);
}

.pxl-title-block .orn .d.h {
	background: transparent;
	border: 1px solid var(--gold);
}

.pxl-title-block section.hero .pxl-title-heading {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: clamp(34px, 6vw, 58px);
	line-height: 1.08;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0;
	background: linear-gradient(180deg, #fff1c2 0%, #f4d87a 35%, #d4b896 70%, #a88860 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pxl-title-block section.hero h2.pxl-title-heading {
	font-size: clamp(30px, 5.2vw, 50px);
}

.pxl-title-block section.hero h3.pxl-title-heading {
	font-size: clamp(26px, 4.5vw, 42px);
}

.pxl-title-block section.hero h4.pxl-title-heading {
	font-size: clamp(22px, 3.8vw, 34px);
}

.pxl-title-block section.hero h5.pxl-title-heading,
.pxl-title-block section.hero h6.pxl-title-heading {
	font-size: clamp(18px, 3.2vw, 26px);
	letter-spacing: 0.08em;
}

.pxl-title-block section.hero .pxl-title-heading em {
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.04em;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #fff8dc 0%, #f4d87a 50%, #c9a86a 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.pxl-title-block section.hero .desc {
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.65;
	letter-spacing: 0.06em;
	color: var(--ink-2);
	max-width: 36em;
	margin-left: auto;
	margin-right: auto;
}
