/* ==========================================================================
   Nhà Tổ Phúc Minh — Heritage design system
   ========================================================================== */

:root {
	--nhato-deep: #17110d;
	--nhato-red: #6f1d1b;
	--nhato-red-dark: #451210;
	--nhato-gold: #c89b3c;
	--nhato-gold-bright: #e3bd68;
	--nhato-paper: #f5efe3;
	--nhato-paper-light: #fffaf0;
	--nhato-ink: #2b211b;
	--nhato-muted: #76695d;
	--nhato-line: rgba(116, 80, 35, 0.2);
	--nhato-white: #fffdf8;
	--nhato-shadow: 0 22px 70px rgba(46, 27, 13, 0.14);
	--nhato-radius: 4px;
	--nhato-serif: "Lora", "Times New Roman", serif;
	--nhato-sans: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.nhato-site {
	background: var(--nhato-paper-light);
	color: var(--nhato-ink);
	font-family: var(--nhato-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.nhato-site *,
body.nhato-site *::before,
body.nhato-site *::after {
	box-sizing: border-box;
}

body.nhato-site h1,
body.nhato-site h2,
body.nhato-site h3,
body.nhato-site h4,
body.nhato-site h5,
body.nhato-site h6 {
	color: inherit;
	font-family: var(--nhato-serif);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.22;
	margin-top: 0;
	text-wrap: balance;
}

body.nhato-site p {
	margin-top: 0;
}

body.nhato-site a {
	color: inherit;
	text-decoration: none;
}

body.nhato-site img {
	height: auto;
	max-width: 100%;
}

body.nhato-site button,
body.nhato-site input,
body.nhato-site textarea,
body.nhato-site select {
	font: inherit;
}

body.nhato-site button {
	cursor: pointer;
}

.nhato-main {
	display: block;
	min-height: 60vh;
	overflow: clip;
}

.nhato-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.nhato-section {
	padding: 112px 0;
	position: relative;
}

.nhato-eyebrow {
	align-items: center;
	color: var(--nhato-gold);
	display: flex;
	font-family: var(--nhato-sans);
	font-size: 12px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.18em;
	line-height: 1.4;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.nhato-eyebrow::before {
	background: currentColor;
	content: "";
	height: 1px;
	width: 32px;
}

.nhato-title-ornament {
	display: block;
	height: 16px;
	margin: 24px 0 28px;
	position: relative;
	width: 112px;
}

.nhato-title-ornament::before,
.nhato-title-ornament::after {
	background: var(--nhato-gold);
	content: "";
	position: absolute;
	top: 7px;
}

.nhato-title-ornament::before {
	height: 1px;
	left: 0;
	width: 100%;
}

.nhato-title-ornament::after {
	border: 2px solid var(--nhato-gold);
	height: 9px;
	left: 51px;
	top: 3px;
	transform: rotate(45deg);
	width: 9px;
}

.nhato-section-heading {
	margin-bottom: 52px;
	max-width: 760px;
}

.nhato-section-heading h2 {
	font-size: clamp(36px, 4.2vw, 58px);
	margin-bottom: 0;
}

.nhato-section-intro {
	color: var(--nhato-muted);
	font-size: 17px;
	margin-bottom: 0;
	max-width: 650px;
}

.nhato-button {
	align-items: center;
	border: 1px solid transparent;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 13px;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 52px;
	padding: 13px 24px;
	position: relative;
	text-transform: uppercase;
	transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.nhato-button svg,
.nhato-text-link svg,
.nhato-card-link svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 19px;
}

.nhato-button:hover {
	transform: translateY(-2px);
}

.nhato-button-gold {
	background: linear-gradient(135deg, var(--nhato-gold-bright), var(--nhato-gold));
	box-shadow: 0 12px 34px rgba(200, 155, 60, 0.2);
	color: var(--nhato-deep);
}

.nhato-button-gold:hover {
	box-shadow: 0 16px 40px rgba(200, 155, 60, 0.32);
	color: var(--nhato-deep);
}

.nhato-text-link {
	align-items: center;
	color: var(--nhato-red);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.05em;
	padding-bottom: 7px;
	position: relative;
	text-transform: uppercase;
}

.nhato-text-link::after {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0.28);
	transform-origin: left;
	transition: transform 220ms ease;
	width: 100%;
}

.nhato-text-link:hover::after {
	transform: scaleX(1);
}

.nhato-empty-state {
	align-items: center;
	background: rgba(255, 255, 255, 0.66);
	border: 1px dashed var(--nhato-line);
	color: var(--nhato-muted);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 260px;
	padding: 40px;
	text-align: center;
}

.nhato-empty-state svg {
	fill: none;
	height: 58px;
	margin-bottom: 18px;
	stroke: var(--nhato-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.25;
	width: 58px;
}

/* Header / Flatsome integration
   ========================================================================== */

body.nhato-site #header {
	position: relative;
	z-index: 90;
}

body.nhato-front-page #header {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

body.nhato-site .header-wrapper {
	background: rgba(20, 14, 10, 0.93);
	border-bottom: 1px solid rgba(229, 190, 104, 0.24);
	box-shadow: 0 7px 28px rgba(0, 0, 0, 0.12);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

body.nhato-front-page .header-wrapper:not(.stuck) {
	background: linear-gradient(180deg, rgba(13, 9, 7, 0.88), rgba(13, 9, 7, 0.25) 76%, transparent);
	border-bottom-color: rgba(229, 190, 104, 0.18);
	box-shadow: none;
}

body.nhato-site .header-main {
	height: 84px;
}

body.nhato-site .header-main .nav > li > a,
body.nhato-site .header-main .nav > li > button {
	color: rgba(255, 252, 244, 0.9);
	font-family: var(--nhato-sans);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.035em;
	padding: 10px 0;
}

body.nhato-site .header-main .nav > li {
	margin: 0 0 0 26px;
}

body.nhato-site .header-main .nav > li > a::after {
	background: var(--nhato-gold);
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

body.nhato-site .header-main .nav > li.active > a::after,
body.nhato-site .header-main .nav > li > a:hover::after {
	transform: scaleX(1);
}

body.nhato-site .header-main .nav > li > a:hover,
body.nhato-site .header-main .nav > li.active > a {
	color: var(--nhato-gold-bright);
}

body.nhato-site .header-main .nav-dropdown {
	background: rgba(28, 18, 13, 0.98);
	border: 1px solid rgba(200, 155, 60, 0.28);
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.26);
	min-width: 250px;
	padding: 12px 0;
}

body.nhato-site .header-main .nav-dropdown > li > a {
	border-bottom-color: rgba(255, 255, 255, 0.08);
	color: rgba(255, 253, 247, 0.84);
	font-size: 13px;
	padding: 12px 20px;
}

body.nhato-site .header-main .nav-dropdown > li > a:hover {
	background: rgba(200, 155, 60, 0.1);
	color: var(--nhato-gold-bright);
	padding-left: 24px;
}

body.nhato-site .header-main .logo {
	width: 252px !important;
}

body.nhato-site .header-main .logo a {
	align-items: center;
	background: linear-gradient(var(--nhato-gold), var(--nhato-gold)) 70px calc(100% - 8px) / 42px 1px no-repeat;
	color: var(--nhato-white);
	display: flex;
	font-family: var(--nhato-serif);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.025em;
	min-height: 58px;
	padding-left: 70px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
}

body.nhato-site .header-main .logo a::before {
	align-items: center;
	border: 1px solid rgba(227, 189, 104, 0.72);
	border-radius: 50%;
	color: var(--nhato-gold-bright);
	content: "PM";
	display: flex;
	font-family: var(--nhato-serif);
	font-size: 17px;
	font-weight: 600;
	height: 52px;
	justify-content: center;
	left: 0;
	letter-spacing: 0.06em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
}

body.nhato-site .header-main .logo a::after {
	color: var(--nhato-white);
	content: "NHÀ TỔ PHÚC MINH";
	font-family: var(--nhato-serif);
	font-size: 18px;
	font-weight: 600;
	left: 70px;
	letter-spacing: 0.025em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

body.nhato-site .header-main .logo img,
body.nhato-site .header-main .logo picture {
	height: 1px !important;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 1px !important;
}

body.nhato-site .nav-icon a,
body.nhato-site .nav-icon button {
	color: #fff;
}

body.nhato-site .off-canvas .sidebar-menu {
	background: var(--nhato-deep);
	color: #fff;
}

body.nhato-site .off-canvas .nav-sidebar a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
}

/* Hero
   ========================================================================== */

.nhato-hero {
	background: var(--nhato-deep);
	color: var(--nhato-white);
	isolation: isolate;
	min-height: var(--nhato-hero-height, 760px);
	overflow: hidden;
	position: relative;
}

.nhato-hero-media {
	background-image: var(--nhato-hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	position: absolute;
	transform: scale(1.035);
	z-index: -4;
}

.nhato-hero::before {
	background:
		linear-gradient(90deg, rgba(16, 10, 7, 0.96) 0%, rgba(29, 15, 10, 0.73) 43%, rgba(18, 12, 9, 0.3) 72%, rgba(12, 9, 7, 0.58) 100%),
		linear-gradient(180deg, rgba(13, 9, 7, 0.32) 0%, transparent 44%, rgba(12, 8, 6, 0.92) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -3;
}

.nhato-hero::after {
	background:
		radial-gradient(circle at 76% 35%, rgba(232, 191, 95, 0.14), transparent 25%),
		radial-gradient(circle at 42% 0, rgba(245, 218, 156, 0.08), transparent 32%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -2;
}

.nhato-hero-grain {
	background-image: url("../images/grain.svg");
	inset: 0;
	opacity: 0.18;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.nhato-hero-frame {
	border: 1px solid rgba(229, 190, 104, 0.28);
	inset: 108px 34px 34px;
	pointer-events: none;
	position: absolute;
}

.nhato-hero-frame::before,
.nhato-hero-frame::after {
	border-color: var(--nhato-gold);
	border-style: solid;
	content: "";
	height: 42px;
	position: absolute;
	top: -1px;
	width: 42px;
}

.nhato-hero-frame::before {
	border-width: 2px 0 0 2px;
	left: -1px;
}

.nhato-hero-frame::after {
	border-width: 2px 2px 0 0;
	right: -1px;
}

.nhato-hero-inner {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
	gap: 80px;
	min-height: var(--nhato-hero-height, 760px);
	padding-bottom: 80px;
	padding-top: 160px;
	position: relative;
}

.nhato-hero-copy {
	max-width: 760px;
}

.nhato-hero-eyebrow {
	align-items: center;
	color: var(--nhato-gold-bright);
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 12px;
	letter-spacing: 0.2em;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.nhato-hero-eyebrow::before {
	background: var(--nhato-gold);
	content: "";
	height: 1px;
	width: 44px;
}

.nhato-hero h1 {
	color: var(--nhato-white);
	font-size: clamp(62px, 7.6vw, 108px);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 0.95;
	margin: 0 0 30px;
	text-shadow: 0 8px 36px rgba(0, 0, 0, 0.34);
}

.nhato-hero-subtitle {
	color: rgba(255, 253, 247, 0.82);
	font-size: clamp(17px, 1.6vw, 21px);
	line-height: 1.75;
	margin-bottom: 36px;
	max-width: 680px;
}

.nhato-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}

.nhato-video-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--nhato-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 0.05em;
	padding: 0;
	text-transform: uppercase;
}

.nhato-play {
	align-items: center;
	border: 1px solid rgba(229, 190, 104, 0.62);
	border-radius: 50%;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	position: relative;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 50px;
}

.nhato-play::after {
	border: 1px solid rgba(229, 190, 104, 0.32);
	border-radius: 50%;
	content: "";
	inset: -7px;
	position: absolute;
}

.nhato-play svg {
	fill: none;
	height: 24px;
	stroke: var(--nhato-gold-bright);
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 24px;
}

.nhato-video-trigger:hover .nhato-play {
	background: rgba(200, 155, 60, 0.2);
	transform: scale(1.06);
}

.nhato-hero-quote {
	align-self: end;
	background: rgba(18, 11, 7, 0.66);
	border-left: 1px solid var(--nhato-gold);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
	margin: 0 0 54px;
	padding: 28px 30px 27px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.nhato-hero-quote > svg {
	fill: var(--nhato-gold);
	height: 28px;
	opacity: 0.8;
	width: 28px;
}

.nhato-hero-quote p {
	color: var(--nhato-white);
	font-family: var(--nhato-serif);
	font-size: 18px;
	font-style: italic;
	line-height: 1.65;
	margin: 12px 0 14px;
}

.nhato-hero-quote footer {
	color: var(--nhato-gold-bright);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nhato-scroll-cue {
	align-items: center;
	bottom: 28px;
	display: flex;
	height: 42px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 28px;
	z-index: 2;
}

.nhato-scroll-cue::before {
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 20px;
	content: "";
	inset: 0;
	position: absolute;
}

.nhato-scroll-cue span {
	animation: nhato-scroll 2s infinite;
	background: var(--nhato-gold-bright);
	border-radius: 50%;
	height: 4px;
	position: relative;
	top: -8px;
	width: 4px;
}

@keyframes nhato-scroll {
	0% { opacity: 0; transform: translateY(0); }
	35% { opacity: 1; }
	100% { opacity: 0; transform: translateY(17px); }
}

/* Intro / source story
   ========================================================================== */

.nhato-intro {
	background:
		linear-gradient(rgba(245, 239, 227, 0.96), rgba(245, 239, 227, 0.96)),
		url("../images/pattern-dongson.svg") center / 580px repeat;
}

.nhato-intro::before {
	background: linear-gradient(180deg, rgba(101, 49, 24, 0.08), transparent);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.nhato-intro-grid {
	align-items: center;
	display: grid;
	gap: clamp(68px, 8vw, 118px);
	grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
}

.nhato-intro-visual {
	margin-left: 24px;
	position: relative;
}

.nhato-intro-image {
	box-shadow: var(--nhato-shadow);
	height: 640px;
	position: relative;
}

.nhato-intro-image::after {
	background: linear-gradient(180deg, transparent 55%, rgba(24, 14, 8, 0.4));
	content: "";
	inset: 0;
	position: absolute;
}

.nhato-intro-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nhato-image-frame {
	border: 1px solid var(--nhato-gold);
	inset: 18px;
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
}

.nhato-roundel {
	align-items: center;
	background: var(--nhato-red);
	border: 1px solid var(--nhato-gold);
	border-radius: 50%;
	box-shadow: 0 12px 30px rgba(47, 20, 13, 0.28);
	color: var(--nhato-gold-bright);
	display: flex;
	font-family: var(--nhato-serif);
	font-size: 15px;
	font-weight: 700;
	height: 112px;
	justify-content: center;
	letter-spacing: 0.16em;
	line-height: 1.3;
	position: absolute;
	right: -49px;
	text-align: center;
	top: 56px;
	width: 112px;
}

.nhato-roundel::before,
.nhato-roundel::after {
	border: 1px solid rgba(227, 189, 104, 0.48);
	border-radius: 50%;
	content: "";
	inset: 7px;
	position: absolute;
}

.nhato-roundel::after {
	inset: 12px;
}

.nhato-intro-caption {
	background: var(--nhato-deep);
	bottom: -30px;
	color: var(--nhato-white);
	display: flex;
	flex-direction: column;
	left: -36px;
	min-width: 238px;
	padding: 25px 30px;
	position: absolute;
}

.nhato-intro-caption strong {
	color: var(--nhato-gold-bright);
	font-family: var(--nhato-serif);
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}

.nhato-intro-caption span {
	font-size: 11px;
	letter-spacing: 0.06em;
	margin-top: 10px;
	text-transform: uppercase;
}

.nhato-intro-copy h2 {
	font-size: clamp(42px, 4.8vw, 64px);
	margin-bottom: 0;
}

.nhato-lead {
	color: #5f5247;
	font-family: var(--nhato-serif);
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 36px;
}

.nhato-values {
	border-bottom: 1px solid var(--nhato-line);
	border-top: 1px solid var(--nhato-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 36px;
}

.nhato-values > div {
	padding: 27px 22px 23px 0;
}

.nhato-values > div + div {
	border-left: 1px solid var(--nhato-line);
	padding-left: 22px;
}

.nhato-values span {
	color: var(--nhato-gold);
	display: block;
	font-family: var(--nhato-serif);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}

.nhato-values strong {
	display: block;
	font-size: 13px;
	margin-bottom: 8px;
}

.nhato-values p {
	color: var(--nhato-muted);
	font-size: 12px;
	line-height: 1.65;
	margin: 0;
}

/* Heritage categories
   ========================================================================== */

.nhato-category-section {
	background:
		radial-gradient(circle at 12% 0, rgba(197, 145, 49, 0.11), transparent 28%),
		radial-gradient(circle at 87% 100%, rgba(122, 31, 27, 0.25), transparent 30%),
		var(--nhato-deep);
	color: var(--nhato-white);
	overflow: hidden;
}

.nhato-category-section::before,
.nhato-category-section::after {
	border: 1px solid rgba(200, 155, 60, 0.12);
	border-radius: 50%;
	content: "";
	height: 440px;
	position: absolute;
	width: 440px;
}

.nhato-category-section::before {
	left: -270px;
	top: -240px;
}

.nhato-category-section::after {
	bottom: -290px;
	right: -250px;
}

.nhato-category-section .nhato-section-intro {
	color: rgba(255, 253, 247, 0.62);
}

.nhato-category-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.nhato-category-card {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(220, 182, 98, 0.16);
	min-height: 350px;
	padding: 38px 38px 34px;
	position: relative;
	transition: background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.nhato-category-card::before {
	background: linear-gradient(135deg, rgba(200, 155, 60, 0.15), transparent 50%);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 240ms ease;
}

.nhato-category-card:hover {
	background: rgba(122, 31, 27, 0.24);
	border-color: rgba(225, 188, 104, 0.52);
	color: var(--nhato-white);
	transform: translateY(-4px);
	z-index: 2;
}

.nhato-category-card:hover::before {
	opacity: 1;
}

.nhato-card-number {
	color: rgba(255, 255, 255, 0.24);
	font-family: var(--nhato-serif);
	font-size: 12px;
	position: absolute;
	right: 24px;
	top: 20px;
}

.nhato-card-icon {
	align-items: center;
	border: 1px solid rgba(227, 189, 104, 0.32);
	border-radius: 50%;
	display: flex;
	height: 72px;
	justify-content: center;
	margin-bottom: 32px;
	position: relative;
	width: 72px;
}

.nhato-card-icon svg {
	fill: none;
	height: 36px;
	stroke: var(--nhato-gold-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
	width: 36px;
}

.nhato-category-card h3 {
	color: var(--nhato-white);
	font-size: 24px;
	margin-bottom: 14px;
	position: relative;
}

.nhato-category-card p {
	color: rgba(255, 253, 247, 0.58);
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 28px;
	position: relative;
}

.nhato-card-link {
	align-items: center;
	bottom: 30px;
	color: var(--nhato-gold-bright);
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	gap: 9px;
	letter-spacing: 0.08em;
	position: absolute;
	text-transform: uppercase;
}

/* Video
   ========================================================================== */

.nhato-video-section {
	background: var(--nhato-paper);
	isolation: isolate;
}

.nhato-video-pattern {
	background-image: url("../images/pattern-dongson.svg");
	background-position: center;
	background-size: 520px;
	inset: 0;
	opacity: 0.32;
	position: absolute;
	z-index: -2;
}

.nhato-video-section::before {
	background: linear-gradient(90deg, rgba(245, 239, 227, 0.97) 0%, rgba(245, 239, 227, 0.8) 44%, rgba(245, 239, 227, 0.38) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.nhato-video-grid {
	align-items: center;
	display: grid;
	gap: 78px;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.nhato-video-copy h2 {
	font-size: clamp(40px, 4.2vw, 58px);
	margin-bottom: 0;
}

.nhato-video-copy > p:not(.nhato-eyebrow) {
	color: var(--nhato-muted);
	font-size: 16px;
	line-height: 1.85;
}

.nhato-video-caption {
	align-items: center;
	border-top: 1px solid var(--nhato-line);
	display: flex;
	gap: 14px;
	margin-top: 28px;
	padding-top: 22px;
}

.nhato-video-caption > span {
	align-items: center;
	background: var(--nhato-red);
	border-radius: 50%;
	display: flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.nhato-video-caption svg {
	fill: none;
	height: 21px;
	stroke: var(--nhato-gold-bright);
	stroke-width: 1.6;
	width: 21px;
}

.nhato-video-caption strong {
	font-size: 12px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.nhato-video-frame {
	background: var(--nhato-deep);
	box-shadow: var(--nhato-shadow);
	padding: 12px;
	position: relative;
}

.nhato-video-frame::before {
	border: 1px solid rgba(200, 155, 60, 0.62);
	content: "";
	inset: -13px 13px 13px -13px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.nhato-video-ratio {
	aspect-ratio: 16 / 9;
	background: #080705;
	overflow: hidden;
	position: relative;
}

.nhato-video-ratio iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.nhato-video-corner {
	border-color: var(--nhato-gold);
	border-style: solid;
	height: 28px;
	position: absolute;
	width: 28px;
	z-index: 2;
}

.nhato-video-corner-a {
	border-width: 2px 0 0 2px;
	left: 2px;
	top: 2px;
}

.nhato-video-corner-b {
	border-width: 0 2px 2px 0;
	bottom: 2px;
	right: 2px;
}

/* Books
   ========================================================================== */

.nhato-books-section {
	background: var(--nhato-paper-light);
}

.nhato-books-section::before {
	background: linear-gradient(90deg, transparent, var(--nhato-line), transparent);
	content: "";
	height: 1px;
	left: 10%;
	position: absolute;
	right: 10%;
	top: 0;
}

.nhato-heading-row {
	align-items: end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 50px;
}

.nhato-heading-row .nhato-section-heading {
	margin-bottom: 0;
}

.nhato-heading-link {
	flex: 0 0 auto;
	margin-bottom: 4px;
}

.nhato-books-grid {
	display: grid;
	gap: clamp(24px, 3vw, 38px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nhato-book-card {
	min-width: 0;
}

.nhato-book-cover {
	aspect-ratio: 0.72;
	background: #ddcfb8;
	box-shadow: 9px 16px 33px rgba(40, 24, 13, 0.18);
	display: block;
	margin: 0 3px 26px 9px;
	overflow: hidden;
	position: relative;
	transform: perspective(900px) rotateY(-2deg);
	transform-origin: left;
	transition: box-shadow 250ms ease, transform 250ms ease;
}

.nhato-book-cover::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 7%, transparent 92%, rgba(255, 255, 255, 0.28));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.nhato-book-cover img {
	height: 100%;
	object-fit: cover;
	transition: filter 250ms ease, transform 450ms ease;
	width: 100%;
}

.nhato-book-spine {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(255, 255, 255, 0.07), transparent);
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 11px;
	z-index: 2;
}

.nhato-book-open {
	align-items: center;
	background: rgba(71, 18, 16, 0.9);
	border: 1px solid rgba(227, 189, 104, 0.55);
	bottom: 22px;
	color: var(--nhato-white);
	display: flex;
	font-size: 10px;
	font-weight: 800;
	left: 50%;
	letter-spacing: 0.09em;
	min-height: 38px;
	opacity: 0;
	padding: 8px 15px;
	position: absolute;
	text-transform: uppercase;
	transform: translate(-50%, 12px);
	transition: opacity 220ms ease, transform 220ms ease;
	white-space: nowrap;
	z-index: 3;
}

.nhato-book-card:hover .nhato-book-cover {
	box-shadow: 14px 24px 46px rgba(40, 24, 13, 0.25);
	transform: perspective(900px) rotateY(-7deg) translateY(-6px);
}

.nhato-book-card:hover .nhato-book-cover img {
	filter: brightness(0.76);
	transform: scale(1.035);
}

.nhato-book-card:hover .nhato-book-open {
	opacity: 1;
	transform: translate(-50%, 0);
}

.nhato-book-info {
	padding-left: 8px;
}

.nhato-book-info p {
	color: var(--nhato-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.nhato-book-info h3 {
	font-size: 21px;
	line-height: 1.35;
	margin-bottom: 6px;
}

.nhato-book-info h3 a {
	transition: color 160ms ease;
}

.nhato-book-info h3 a:hover {
	color: var(--nhato-red);
}

.nhato-book-info > span {
	color: var(--nhato-muted);
	font-size: 12px;
}

/* Gallery
   ========================================================================== */

.nhato-gallery-section {
	background:
		linear-gradient(135deg, rgba(105, 27, 24, 0.97), rgba(58, 15, 14, 0.985)),
		url("../images/pattern-dongson.svg") center / 620px repeat;
	color: var(--nhato-white);
}

.nhato-gallery-section .nhato-section-intro {
	color: rgba(255, 253, 247, 0.64);
}

.nhato-gallery-section .nhato-heading-link {
	color: var(--nhato-gold-bright);
}

.nhato-gallery-grid {
	display: grid;
	gap: 10px;
	grid-auto-rows: 210px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nhato-gallery-item {
	background: var(--nhato-deep);
	overflow: hidden;
	position: relative;
}

.nhato-gallery-item-1,
.nhato-gallery-item-6 {
	grid-column: span 2;
	grid-row: span 2;
}

.nhato-gallery-item-4,
.nhato-gallery-item-7 {
	grid-row: span 2;
}

.nhato-gallery-item img {
	height: 100%;
	object-fit: cover;
	transition: filter 380ms ease, transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.nhato-gallery-overlay {
	align-items: center;
	background: linear-gradient(180deg, transparent 35%, rgba(20, 9, 7, 0.75));
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	position: absolute;
	transition: opacity 260ms ease;
}

.nhato-gallery-overlay svg {
	fill: none;
	height: 35px;
	stroke: var(--nhato-gold-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
	width: 35px;
}

.nhato-gallery-item:hover img {
	filter: saturate(0.85) contrast(1.05);
	transform: scale(1.06);
}

.nhato-gallery-item:hover .nhato-gallery-overlay {
	opacity: 1;
}

/* Posts
   ========================================================================== */

.nhato-posts-section {
	background:
		linear-gradient(rgba(250, 247, 240, 0.97), rgba(250, 247, 240, 0.97)),
		url("../images/pattern-dongson.svg") center / 560px repeat;
}

.nhato-posts-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nhato-post-card {
	align-items: stretch;
	background: var(--nhato-white);
	border: 1px solid var(--nhato-line);
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	min-height: 205px;
	overflow: hidden;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.nhato-post-card:hover {
	border-color: rgba(200, 155, 60, 0.55);
	box-shadow: 0 18px 45px rgba(45, 26, 14, 0.09);
	transform: translateY(-3px);
}

.nhato-post-featured {
	grid-row: span 2;
	grid-template-columns: 1fr;
	grid-template-rows: 340px minmax(0, 1fr);
}

.nhato-post-image {
	background: #31241b;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.nhato-post-image::after {
	background: linear-gradient(180deg, transparent, rgba(23, 12, 8, 0.3));
	content: "";
	inset: 0;
	position: absolute;
}

.nhato-post-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
	width: 100%;
}

.nhato-post-card:hover .nhato-post-image img {
	transform: scale(1.04);
}

.nhato-post-image-empty {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(113, 29, 26, 0.9), rgba(35, 19, 12, 0.96)),
		url("../images/pattern-dongson.svg") center / 360px;
	display: flex;
	justify-content: center;
}

.nhato-post-monogram {
	align-items: center;
	border: 1px solid rgba(226, 188, 103, 0.6);
	border-radius: 50%;
	color: var(--nhato-gold-bright);
	display: flex;
	font-family: var(--nhato-serif);
	font-size: 24px;
	height: 82px;
	justify-content: center;
	letter-spacing: 0.08em;
	position: relative;
	width: 82px;
	z-index: 1;
}

.nhato-post-copy {
	padding: 27px 28px 25px;
}

.nhato-post-category {
	color: var(--nhato-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.nhato-post-card h3 {
	font-size: 21px;
	line-height: 1.42;
	margin-bottom: 13px;
}

.nhato-post-featured h3 {
	font-size: 30px;
}

.nhato-post-meta {
	align-items: center;
	color: var(--nhato-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	gap: 17px;
	margin-bottom: 15px;
}

.nhato-post-meta span {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.nhato-post-meta svg {
	fill: none;
	height: 14px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 14px;
}

.nhato-post-excerpt {
	color: var(--nhato-muted);
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 18px;
}

.nhato-post-card .nhato-text-link {
	font-size: 10px;
}

/* Closing quote
   ========================================================================== */

.nhato-quote-section {
	background: var(--nhato-deep);
	color: var(--nhato-white);
	isolation: isolate;
	min-height: 620px;
	padding: 115px 0;
	position: relative;
}

.nhato-quote-section::before {
	background-image: var(--nhato-quote-image);
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
	z-index: -3;
}

.nhato-quote-overlay {
	background:
		linear-gradient(90deg, rgba(19, 12, 8, 0.96), rgba(28, 14, 9, 0.76) 50%, rgba(40, 12, 11, 0.76)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));
	inset: 0;
	position: absolute;
	z-index: -2;
}

.nhato-quote-section::after {
	border: 1px solid rgba(226, 188, 103, 0.28);
	content: "";
	inset: 34px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.nhato-quote-grid {
	align-items: center;
	display: grid;
	gap: 100px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
}

.nhato-legacy-quote {
	margin: 0;
}

.nhato-legacy-quote > svg {
	fill: var(--nhato-gold);
	height: 52px;
	margin-bottom: 22px;
	width: 52px;
}

.nhato-legacy-quote p {
	font-family: var(--nhato-serif);
	font-size: clamp(29px, 3.5vw, 46px);
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 23px;
	text-shadow: 0 5px 24px rgba(0, 0, 0, 0.25);
}

.nhato-legacy-quote footer {
	color: var(--nhato-gold-bright);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.nhato-visit-card {
	background: rgba(23, 14, 10, 0.8);
	border: 1px solid rgba(227, 189, 104, 0.42);
	box-shadow: 0 25px 68px rgba(0, 0, 0, 0.28);
	padding: 42px 42px 44px;
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
}

.nhato-visit-card h2 {
	color: var(--nhato-white);
	font-size: 35px;
	margin-bottom: 17px;
}

.nhato-visit-card > p:not(.nhato-eyebrow) {
	color: rgba(255, 253, 247, 0.68);
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 28px;
}

/* Inner headers and archive pages
   ========================================================================== */

.nhato-inner-hero {
	background:
		linear-gradient(110deg, rgba(23, 13, 9, 0.96), rgba(83, 22, 19, 0.93)),
		url("../images/pattern-dongson.svg") center / 540px repeat;
	color: var(--nhato-white);
	isolation: isolate;
	min-height: 390px;
	overflow: hidden;
	padding: 135px 0 70px;
	position: relative;
}

.nhato-inner-hero::before {
	border: 1px solid rgba(227, 189, 104, 0.24);
	content: "";
	inset: 32px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.nhato-inner-pattern {
	background:
		radial-gradient(circle at 82% 30%, rgba(230, 190, 100, 0.18), transparent 22%),
		radial-gradient(circle at 8% 110%, rgba(117, 29, 26, 0.38), transparent 30%);
	inset: 0;
	position: absolute;
	z-index: -2;
}

.nhato-inner-hero h1 {
	color: var(--nhato-white);
	font-size: clamp(44px, 6vw, 72px);
	margin-bottom: 0;
	max-width: 930px;
}

.nhato-inner-hero .nhato-title-ornament {
	margin-bottom: 22px;
}

.nhato-inner-hero .nhato-container > p:not(.nhato-eyebrow),
.nhato-archive-description {
	color: rgba(255, 253, 247, 0.67);
	font-size: 16px;
	margin-bottom: 0;
	max-width: 720px;
}

.nhato-archive-description p {
	margin-bottom: 0;
}

.nhato-archive-content {
	background: var(--nhato-paper-light);
}

.nhato-filter-nav {
	align-items: center;
	border-bottom: 1px solid var(--nhato-line);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -26px 0 48px;
	padding-bottom: 20px;
}

.nhato-filter-nav a {
	border: 1px solid var(--nhato-line);
	color: var(--nhato-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 8px 14px;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nhato-filter-nav a:hover,
.nhato-filter-nav a.is-active {
	background: var(--nhato-red);
	border-color: var(--nhato-red);
	color: #fff;
}

.nhato-books-archive-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 60px;
}

.nhato-archive-post-grid {
	display: grid;
	gap: 34px 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhato-archive-card {
	background: var(--nhato-white);
	border: 1px solid var(--nhato-line);
	overflow: hidden;
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.nhato-archive-card:hover {
	box-shadow: 0 20px 50px rgba(45, 26, 14, 0.1);
	transform: translateY(-4px);
}

.nhato-archive-card-image {
	aspect-ratio: 1.45;
	display: block;
	overflow: hidden;
}

.nhato-archive-card-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
	width: 100%;
}

.nhato-archive-card:hover .nhato-archive-card-image img {
	transform: scale(1.045);
}

.nhato-archive-card-copy {
	padding: 28px 28px 30px;
}

.nhato-archive-card-copy h2 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 12px;
}

.nhato-archive-card-copy > p:not(.nhato-post-category) {
	color: var(--nhato-muted);
	font-size: 13px;
	line-height: 1.75;
	margin-bottom: 20px;
}

.nhato-pagination {
	margin-top: 62px;
	text-align: center;
}

.nhato-pagination .nav-links {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.nhato-pagination .page-numbers {
	align-items: center;
	border: 1px solid var(--nhato-line);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 11px;
}

.nhato-pagination .page-numbers.current,
.nhato-pagination .page-numbers:hover {
	background: var(--nhato-red);
	border-color: var(--nhato-red);
	color: #fff;
}

/* Generic page and article typography
   ========================================================================== */

.nhato-page-content,
.nhato-article {
	padding-bottom: 100px;
	padding-top: 82px;
}

.nhato-page-featured,
.nhato-article-featured {
	margin: 0 auto 56px;
	max-width: 1080px;
}

.nhato-page-featured img,
.nhato-article-featured img {
	box-shadow: var(--nhato-shadow);
	display: block;
	margin: 0 auto;
	width: 100%;
}

.nhato-prose {
	color: #44392f;
	font-family: var(--nhato-serif);
	font-size: 18px;
	line-height: 1.95;
	max-width: 840px;
}

.nhato-prose > *:first-child {
	margin-top: 0;
}

.nhato-prose h2 {
	color: var(--nhato-deep);
	font-size: 34px;
	margin: 50px 0 18px;
}

.nhato-prose h3 {
	color: var(--nhato-red);
	font-size: 27px;
	margin: 40px 0 16px;
}

.nhato-prose p {
	margin-bottom: 1.45em;
}

.nhato-prose blockquote {
	background: var(--nhato-paper);
	border: 0;
	border-left: 3px solid var(--nhato-gold);
	color: var(--nhato-red-dark);
	font-size: 21px;
	font-style: italic;
	margin: 42px 0;
	padding: 28px 34px;
}

.nhato-prose a {
	color: var(--nhato-red);
	text-decoration: underline;
	text-decoration-color: rgba(111, 29, 27, 0.32);
	text-underline-offset: 3px;
}

.nhato-prose img {
	height: auto;
	margin: 22px auto;
}

.nhato-article-header {
	background:
		linear-gradient(115deg, rgba(25, 15, 10, 0.97), rgba(86, 23, 20, 0.94)),
		url("../images/pattern-dongson.svg") center / 560px repeat;
	color: #fff;
	isolation: isolate;
	padding: 150px 0 90px;
	position: relative;
	text-align: center;
}

.nhato-article-header-inner {
	max-width: 1020px;
}

.nhato-article-header .nhato-eyebrow {
	justify-content: center;
}

.nhato-article-header h1 {
	color: #fff;
	font-size: clamp(42px, 5.5vw, 70px);
	line-height: 1.22;
	margin-bottom: 0;
}

.nhato-article-header .nhato-title-ornament {
	margin-left: auto;
	margin-right: auto;
}

.nhato-article-header .nhato-post-meta {
	color: rgba(255, 255, 255, 0.6);
	justify-content: center;
}

.nhato-article {
	max-width: 1120px;
}

.nhato-article .nhato-prose {
	margin-left: auto;
	margin-right: auto;
}

.nhato-tags {
	border-top: 1px solid var(--nhato-line);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 52px auto 0;
	max-width: 840px;
	padding-top: 24px;
}

.nhato-tags a {
	background: var(--nhato-paper);
	border: 1px solid var(--nhato-line);
	font-size: 11px;
	padding: 6px 11px;
}

.nhato-post-navigation {
	border-bottom: 1px solid var(--nhato-line);
	border-top: 1px solid var(--nhato-line);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 100px;
	max-width: 940px;
	padding-bottom: 28px;
	padding-top: 28px;
}

.nhato-post-navigation > div:last-child {
	text-align: right;
}

.nhato-post-navigation span {
	color: var(--nhato-gold);
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.nhato-post-navigation a {
	font-family: var(--nhato-serif);
	font-size: 15px;
}

/* Single book
   ========================================================================== */

.nhato-book-header {
	background:
		radial-gradient(circle at 78% 25%, rgba(222, 177, 78, 0.12), transparent 24%),
		linear-gradient(115deg, #1b110c, #4b1513);
	color: #fff;
	isolation: isolate;
	min-height: 650px;
	overflow: hidden;
	padding: 145px 0 88px;
	position: relative;
}

.nhato-book-header::after {
	background-image: url("../images/pattern-dongson.svg");
	content: "";
	inset: 0;
	opacity: 0.1;
	position: absolute;
	z-index: -1;
}

.nhato-book-header-grid {
	align-items: center;
	display: grid;
	gap: clamp(60px, 8vw, 110px);
	grid-template-columns: 310px minmax(0, 1fr);
	max-width: 1080px;
}

.nhato-book-header-cover {
	background: #d9c8aa;
	box-shadow: 18px 28px 65px rgba(0, 0, 0, 0.34);
	position: relative;
	transform: perspective(1000px) rotateY(7deg);
}

.nhato-book-header-cover::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.33), rgba(255, 255, 255, 0.05), transparent);
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: 16px;
	z-index: 2;
}

.nhato-book-header-cover img {
	aspect-ratio: 0.72;
	display: block;
	object-fit: cover;
	width: 100%;
}

.nhato-book-header-copy h1 {
	color: #fff;
	font-size: clamp(46px, 5vw, 70px);
	margin-bottom: 0;
}

.nhato-book-meta {
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 10px 24px;
	margin-bottom: 25px;
}

.nhato-book-meta strong {
	color: var(--nhato-gold-bright);
	font-weight: 700;
}

.nhato-book-excerpt {
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--nhato-serif);
	font-size: 18px;
	line-height: 1.82;
	margin-bottom: 30px;
	max-width: 660px;
}

.nhato-book-header .nhato-button svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-width: 1.5;
	width: 22px;
}

.nhato-reader-section {
	background: var(--nhato-paper);
}

.nhato-reader-container {
	max-width: 1340px;
}

.nhato-reader-container .nhato-section-heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.nhato-reader-container .nhato-title-ornament {
	margin-left: auto;
	margin-right: auto;
}

.nhato-book-description {
	background: var(--nhato-paper-light);
}

.nhato-related-books {
	background: var(--nhato-paper);
	padding-top: 90px;
}

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

.nhato-footer {
	background: #100b08;
	color: rgba(255, 253, 247, 0.66);
	position: relative;
}

.nhato-footer-top {
	isolation: isolate;
	padding: 82px 0 72px;
	position: relative;
}

.nhato-footer-pattern {
	background-image: url("../images/pattern-dongson.svg");
	inset: 0;
	opacity: 0.07;
	position: absolute;
	z-index: -1;
}

.nhato-footer-top::before {
	background: linear-gradient(90deg, transparent, rgba(200, 155, 60, 0.55), transparent);
	content: "";
	height: 1px;
	left: 8%;
	position: absolute;
	right: 8%;
	top: 0;
}

.nhato-footer-grid {
	align-items: start;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.6fr) minmax(230px, 0.72fr);
}

.nhato-footer-brand {
	align-items: flex-start;
	display: grid;
	gap: 24px;
	grid-template-columns: 86px minmax(0, 1fr);
}

.nhato-footer-mark {
	align-items: center;
	border: 1px solid rgba(227, 189, 104, 0.55);
	border-radius: 50%;
	color: var(--nhato-gold-bright);
	display: flex;
	font-family: var(--nhato-serif);
	font-size: 24px;
	height: 82px;
	justify-content: center;
	letter-spacing: 0.08em;
	position: relative;
	width: 82px;
}

.nhato-footer-mark::after {
	border: 1px solid rgba(227, 189, 104, 0.2);
	border-radius: 50%;
	content: "";
	inset: 6px;
	position: absolute;
}

.nhato-footer-brand h2 {
	color: #fff;
	font-size: 31px;
	margin-bottom: 11px;
}

.nhato-footer-brand > div > p:last-child {
	font-family: var(--nhato-serif);
	font-size: 14px;
	font-style: italic;
	line-height: 1.75;
	margin-bottom: 0;
	max-width: 470px;
}

.nhato-footer h3 {
	color: var(--nhato-gold-bright);
	font-family: var(--nhato-sans);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.nhato-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nhato-footer-menu li {
	margin: 0 0 9px;
}

.nhato-footer-menu a {
	font-size: 13px;
	transition: color 180ms ease, padding-left 180ms ease;
}

.nhato-footer-menu a:hover {
	color: var(--nhato-gold-bright);
	padding-left: 4px;
}

.nhato-footer-contact p {
	font-size: 13px;
	line-height: 1.75;
	margin-bottom: 8px;
}

.nhato-footer-contact strong {
	color: rgba(255, 255, 255, 0.88);
}

.nhato-footer-contact .nhato-text-link {
	color: var(--nhato-gold-bright);
	font-size: 10px;
	margin-top: 13px;
}

.nhato-footer-bottom {
	background: rgba(255, 255, 255, 0.025);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 19px 0;
}

.nhato-footer-bottom .nhato-container {
	align-items: center;
	display: flex;
	font-size: 10px;
	gap: 20px;
	justify-content: space-between;
	letter-spacing: 0.04em;
}

.nhato-footer-bottom p {
	margin: 0;
}

.nhato-footer-bottom a {
	color: var(--nhato-gold-bright);
	font-weight: 700;
	text-transform: uppercase;
}

/* Modal video and lightbox
   ========================================================================== */

.nhato-modal,
.nhato-lightbox {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 28px;
	pointer-events: none;
	position: fixed;
	transition: opacity 220ms ease;
	visibility: hidden;
	z-index: 99999;
}

.nhato-modal.is-open,
.nhato-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.nhato-modal-backdrop,
.nhato-lightbox-backdrop {
	background: rgba(8, 5, 4, 0.92);
	inset: 0;
	position: absolute;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.nhato-modal-dialog {
	aspect-ratio: 16 / 9;
	background: #000;
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.55);
	max-width: 1080px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.nhato-modal-dialog iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.nhato-modal-close,
.nhato-lightbox-close {
	align-items: center;
	background: var(--nhato-red);
	border: 1px solid var(--nhato-gold);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 26px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 44px;
	z-index: 2;
}

.nhato-lightbox-figure {
	margin: 0;
	max-height: calc(100vh - 80px);
	max-width: min(1180px, 94vw);
	position: relative;
	z-index: 1;
}

.nhato-lightbox-figure img {
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.5);
	display: block;
	max-height: calc(100vh - 130px);
	max-width: 100%;
	object-fit: contain;
}

.nhato-lightbox-figure figcaption {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	margin-top: 13px;
	text-align: center;
}

body.nhato-modal-open {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

body.nhato-site input[type="text"],
body.nhato-site input[type="email"],
body.nhato-site input[type="tel"],
body.nhato-site input[type="url"],
body.nhato-site input[type="search"],
body.nhato-site textarea,
body.nhato-site select {
	background: #fff;
	border: 1px solid var(--nhato-line);
	border-radius: 0;
	box-shadow: none;
	color: var(--nhato-ink);
	min-height: 48px;
	padding: 10px 13px;
}

body.nhato-site input:focus,
body.nhato-site textarea:focus,
body.nhato-site select:focus {
	border-color: var(--nhato-gold);
	box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.12);
	outline: 0;
}

body.nhato-site input[type="submit"],
body.nhato-site button[type="submit"],
body.nhato-site .button.primary {
	background: var(--nhato-red);
	border: 1px solid var(--nhato-red);
	border-radius: 0;
	color: #fff;
	font-family: var(--nhato-sans);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Motion and accessibility
   ========================================================================== */

.nhato-js .nhato-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease var(--nhato-delay, 0ms), transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--nhato-delay, 0ms);
}

.nhato-js .nhato-reveal.is-visible,
.ux-builder .nhato-reveal {
	opacity: 1;
	transform: none;
}

body.nhato-site :focus-visible {
	outline: 2px solid var(--nhato-gold-bright);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.nhato-js .nhato-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.nhato-scroll-cue span {
		animation: none;
	}

	.nhato-book-cover,
	.nhato-gallery-item img,
	.nhato-post-image img {
		transition: none;
	}
}

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

@media (max-width: 1080px) {
	.nhato-section {
		padding: 92px 0;
	}

	body.nhato-site .header-main .nav > li {
		margin-left: 17px;
	}

	body.nhato-site .header-main .nav > li > a {
		font-size: 12px;
	}

	.nhato-hero-inner {
		gap: 46px;
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.nhato-intro-grid {
		gap: 70px;
	}

	.nhato-intro-image {
		height: 560px;
	}

	.nhato-category-card {
		padding: 32px 30px;
	}

	.nhato-video-grid {
		gap: 48px;
	}

	.nhato-books-grid,
	.nhato-books-archive-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nhato-gallery-grid {
		grid-auto-rows: 180px;
	}

	.nhato-post-card {
		grid-template-columns: 155px minmax(0, 1fr);
	}

	.nhato-post-featured {
		grid-template-columns: 1fr;
		grid-template-rows: 300px minmax(0, 1fr);
	}

	.nhato-archive-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-footer-grid {
		gap: 42px;
		grid-template-columns: minmax(0, 1.3fr) minmax(160px, 0.55fr) minmax(210px, 0.7fr);
	}
}

@media (max-width: 849px) {
	.nhato-container {
		padding-left: 22px;
		padding-right: 22px;
	}

	body.nhato-site .header-main {
		height: 72px;
	}

	body.nhato-site .header-main .logo {
		width: 218px !important;
	}

	body.nhato-site .header-main .logo a {
		background-position: 57px calc(100% - 5px);
		font-size: 15px;
		min-height: 48px;
		padding-left: 57px;
	}

	body.nhato-site .header-main .logo a::before {
		font-size: 14px;
		height: 44px;
		width: 44px;
	}

	body.nhato-site .header-main .logo a::after {
		font-size: 15px;
		left: 57px;
	}

	.nhato-hero-frame {
		inset: 92px 18px 20px;
	}

	.nhato-hero-inner {
		align-items: end;
		display: flex;
		flex-direction: column;
		gap: 28px;
		justify-content: flex-end;
		min-height: max(720px, 90svh);
		padding-bottom: 76px;
		padding-top: 132px;
	}

	.nhato-hero-copy {
		margin-top: auto;
	}

	.nhato-hero h1 {
		font-size: clamp(58px, 13vw, 86px);
	}

	.nhato-hero-quote {
		align-self: stretch;
		margin: 0;
		max-width: 520px;
		padding: 20px 23px;
	}

	.nhato-hero-quote p {
		font-size: 15px;
		margin: 6px 0 8px;
	}

	.nhato-scroll-cue {
		display: none;
	}

	.nhato-intro-grid,
	.nhato-video-grid,
	.nhato-quote-grid,
	.nhato-book-header-grid {
		grid-template-columns: 1fr;
	}

	.nhato-intro-visual {
		margin: 0 auto;
		max-width: 570px;
		order: 2;
		width: calc(100% - 36px);
	}

	.nhato-intro-copy {
		order: 1;
	}

	.nhato-intro-image {
		height: 620px;
	}

	.nhato-category-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nhato-video-copy {
		max-width: 680px;
	}

	.nhato-video-frame {
		margin-left: 13px;
	}

	.nhato-books-grid,
	.nhato-books-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-gallery-grid {
		grid-auto-rows: 170px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nhato-gallery-item-1,
	.nhato-gallery-item-6 {
		grid-column: span 2;
	}

	.nhato-posts-grid {
		grid-template-columns: 1fr;
	}

	.nhato-post-featured {
		grid-row: auto;
	}

	.nhato-quote-grid {
		gap: 50px;
	}

	.nhato-visit-card {
		max-width: 590px;
	}

	.nhato-book-header-grid {
		max-width: 720px;
		text-align: center;
	}

	.nhato-book-header-cover {
		margin: 0 auto;
		max-width: 270px;
	}

	.nhato-book-header-copy .nhato-eyebrow {
		justify-content: center;
	}

	.nhato-book-header-copy .nhato-title-ornament {
		margin-left: auto;
		margin-right: auto;
	}

	.nhato-book-meta {
		justify-content: center;
	}

	.nhato-book-excerpt {
		margin-left: auto;
		margin-right: auto;
	}

	.nhato-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nhato-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	body.nhato-site {
		font-size: 15px;
	}

	.nhato-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.nhato-section {
		padding: 74px 0;
	}

	.nhato-section-heading {
		margin-bottom: 36px;
	}

	.nhato-section-heading h2 {
		font-size: 37px;
	}

	.nhato-section-intro {
		font-size: 15px;
	}

	.nhato-title-ornament {
		margin-bottom: 22px;
		margin-top: 18px;
	}

	.nhato-hero {
		min-height: 720px;
	}

	.nhato-hero-media {
		background-position: 64% center;
	}

	.nhato-hero::before {
		background:
			linear-gradient(180deg, rgba(14, 9, 7, 0.68), rgba(14, 9, 7, 0.36) 34%, rgba(14, 9, 7, 0.9) 77%, rgba(12, 8, 6, 0.98)),
			linear-gradient(90deg, rgba(18, 10, 7, 0.7), transparent);
	}

	.nhato-hero-frame {
		inset: 82px 10px 10px;
	}

	.nhato-hero-inner {
		min-height: 720px;
		padding-bottom: 43px;
		padding-top: 115px;
	}

	.nhato-hero-eyebrow {
		font-size: 9px;
		letter-spacing: 0.13em;
	}

	.nhato-hero-eyebrow::before {
		width: 24px;
	}

	.nhato-hero h1 {
		font-size: clamp(49px, 16vw, 70px);
		margin-bottom: 22px;
	}

	.nhato-hero-subtitle {
		font-size: 15px;
		line-height: 1.68;
		margin-bottom: 27px;
	}

	.nhato-hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 19px;
	}

	.nhato-button {
		font-size: 11px;
		min-height: 48px;
		padding: 11px 18px;
	}

	.nhato-video-trigger {
		font-size: 11px;
	}

	.nhato-play {
		height: 42px;
		width: 42px;
	}

	.nhato-hero-quote {
		display: none;
	}

	.nhato-intro-grid {
		gap: 60px;
	}

	.nhato-intro-copy h2 {
		font-size: 39px;
	}

	.nhato-lead {
		font-size: 16px;
	}

	.nhato-values {
		grid-template-columns: 1fr;
	}

	.nhato-values > div {
		padding: 18px 0;
	}

	.nhato-values > div + div {
		border-left: 0;
		border-top: 1px solid var(--nhato-line);
		padding-left: 0;
	}

	.nhato-intro-visual {
		width: calc(100% - 18px);
	}

	.nhato-intro-image {
		height: 470px;
	}

	.nhato-roundel {
		height: 82px;
		right: -18px;
		top: 30px;
		width: 82px;
	}

	.nhato-roundel span {
		font-size: 11px;
	}

	.nhato-intro-caption {
		bottom: -27px;
		left: -10px;
		min-width: 195px;
		padding: 19px 22px;
	}

	.nhato-intro-caption strong {
		font-size: 25px;
	}

	.nhato-category-grid {
		grid-template-columns: 1fr;
	}

	.nhato-category-card {
		min-height: 310px;
		padding: 31px 27px;
	}

	.nhato-video-grid {
		gap: 42px;
	}

	.nhato-video-copy h2 {
		font-size: 38px;
	}

	.nhato-video-frame {
		margin-left: 8px;
		padding: 7px;
	}

	.nhato-video-frame::before {
		inset: -8px 8px 8px -8px;
	}

	.nhato-heading-row {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 36px;
	}

	.nhato-books-grid,
	.nhato-books-archive-grid {
		gap: 30px 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-book-cover {
		margin-left: 5px;
		margin-right: 1px;
	}

	.nhato-book-info {
		padding-left: 3px;
	}

	.nhato-book-info h3 {
		font-size: 16px;
	}

	.nhato-book-info p {
		font-size: 8px;
	}

	.nhato-gallery-grid {
		gap: 6px;
		grid-auto-rows: 135px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-gallery-item-1,
	.nhato-gallery-item-6 {
		grid-column: span 2;
	}

	.nhato-gallery-item-4,
	.nhato-gallery-item-7 {
		grid-row: span 1;
	}

	.nhato-post-card,
	.nhato-post-featured {
		grid-template-columns: 1fr;
		grid-template-rows: 220px auto;
	}

	.nhato-post-featured {
		grid-template-rows: 245px auto;
	}

	.nhato-post-copy {
		padding: 23px 22px;
	}

	.nhato-post-featured h3 {
		font-size: 25px;
	}

	.nhato-quote-section {
		min-height: 0;
		padding: 85px 0;
	}

	.nhato-quote-section::after,
	.nhato-inner-hero::before {
		inset: 15px;
	}

	.nhato-legacy-quote p {
		font-size: 28px;
	}

	.nhato-visit-card {
		padding: 30px 25px 32px;
	}

	.nhato-visit-card h2 {
		font-size: 30px;
	}

	.nhato-inner-hero {
		min-height: 330px;
		padding-bottom: 55px;
		padding-top: 120px;
	}

	.nhato-inner-hero h1 {
		font-size: 41px;
	}

	.nhato-archive-post-grid {
		grid-template-columns: 1fr;
	}

	.nhato-page-content,
	.nhato-article {
		padding-bottom: 72px;
		padding-top: 55px;
	}

	.nhato-prose {
		font-size: 16px;
		line-height: 1.85;
	}

	.nhato-prose h2 {
		font-size: 28px;
	}

	.nhato-article-header {
		padding-bottom: 67px;
		padding-top: 125px;
	}

	.nhato-article-header h1 {
		font-size: 38px;
	}

	.nhato-article-featured {
		margin-bottom: 35px;
	}

	.nhato-post-navigation {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.nhato-post-navigation > div:last-child {
		border-top: 1px solid var(--nhato-line);
		padding-top: 20px;
		text-align: left;
	}

	.nhato-book-header {
		padding-bottom: 65px;
		padding-top: 120px;
	}

	.nhato-book-header-grid {
		gap: 42px;
	}

	.nhato-book-header-cover {
		max-width: 220px;
	}

	.nhato-book-header-copy h1 {
		font-size: 39px;
	}

	.nhato-footer-top {
		padding: 65px 0 56px;
	}

	.nhato-footer-grid {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.nhato-footer-brand {
		grid-column: auto;
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.nhato-footer-mark {
		font-size: 18px;
		height: 60px;
		width: 60px;
	}

	.nhato-footer-brand h2 {
		font-size: 24px;
	}

	.nhato-footer-bottom .nhato-container {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.nhato-modal,
	.nhato-lightbox {
		padding: 15px;
	}

	.nhato-modal-close,
	.nhato-lightbox-close {
		height: 38px;
		right: -4px;
		top: -48px;
		width: 38px;
	}
}

@media print {
	body.nhato-site #header,
	.nhato-footer,
	.nhato-reader-toolbar,
	.nhato-button,
	.nhato-post-navigation {
		display: none !important;
	}

	.nhato-section {
		padding: 24px 0;
	}

	body.nhato-site {
		background: #fff;
		color: #000;
	}
}

/* ==========================================================================
   DI SẢN SỐ V2 — premium navigation and complete page system
   ========================================================================== */

.nhato-skip-link {
	background: var(--nhato-gold-bright);
	color: var(--nhato-deep);
	font-size: 13px;
	font-weight: 800;
	left: 18px;
	padding: 12px 18px;
	position: fixed;
	top: -80px;
	transition: top 180ms ease;
	z-index: 10000;
}

.nhato-skip-link:focus {
	top: 18px;
}

.nhato-site-header {
	background: #130d0a;
	color: #fff;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	transition: box-shadow 260ms ease, transform 260ms ease;
	z-index: 900;
}

.nhato-front-page .nhato-site-header {
	background: transparent;
	position: absolute;
}

.nhato-site-header.is-scrolled {
	animation: nhato-header-in 320ms ease both;
	background: rgba(20, 13, 10, 0.96);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
	position: fixed;
}

.admin-bar .nhato-site-header.is-scrolled {
	top: 32px;
}

body:not(.nhato-front-page) .nhato-site-header {
	position: sticky;
}

body:not(.nhato-front-page) .nhato-site-header.is-scrolled {
	animation: none;
	position: sticky;
}

@keyframes nhato-header-in {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

.nhato-topbar {
	background: rgba(6, 4, 3, 0.7);
	border-bottom: 1px solid rgba(226, 188, 106, 0.16);
	max-height: 36px;
	opacity: 1;
	overflow: hidden;
	transition: max-height 220ms ease, opacity 180ms ease;
}

.nhato-site-header.is-scrolled .nhato-topbar {
	max-height: 0;
	opacity: 0;
}

.nhato-topbar-inner {
	align-items: center;
	display: flex;
	font-size: 10px;
	justify-content: space-between;
	letter-spacing: 0.075em;
	min-height: 35px;
	text-transform: uppercase;
}

.nhato-topbar p,
.nhato-topbar-meta {
	align-items: center;
	display: flex;
	gap: 18px;
	margin: 0;
}

.nhato-topbar p {
	color: rgba(255, 253, 247, 0.7);
}

.nhato-topbar-dot {
	background: var(--nhato-gold-bright);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(227, 189, 104, 0.13);
	height: 5px;
	width: 5px;
}

.nhato-topbar-meta {
	color: rgba(255, 253, 247, 0.62);
}

.nhato-topbar-meta > span {
	align-items: center;
	display: flex;
	gap: 6px;
}

.nhato-topbar-meta svg {
	fill: none;
	height: 13px;
	stroke: var(--nhato-gold);
	stroke-width: 1.6;
	width: 13px;
}

.nhato-utility-menu {
	display: flex;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nhato-utility-menu a:hover {
	color: var(--nhato-gold-bright);
}

.nhato-navbar {
	background:
		linear-gradient(90deg, rgba(20, 13, 10, 0.96), rgba(35, 19, 13, 0.82)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
	border-bottom: 1px solid rgba(226, 188, 106, 0.2);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.nhato-front-page .nhato-site-header:not(.is-scrolled) .nhato-navbar {
	background: linear-gradient(180deg, rgba(12, 8, 6, 0.76), rgba(12, 8, 6, 0.24));
}

.nhato-navbar-inner {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: space-between;
	min-height: 86px;
}

.nhato-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 14px;
	max-width: 320px;
}

.nhato-brand img {
	display: block;
	max-height: 52px;
	object-fit: contain;
	object-position: left center;
	width: 248px;
}

.nhato-brand-seal {
	align-items: center;
	border: 1px solid rgba(227, 189, 104, 0.7);
	border-radius: 50%;
	display: inline-flex;
	height: 54px;
	justify-content: center;
	position: relative;
	width: 54px;
}

.nhato-brand-seal::before,
.nhato-brand-seal::after {
	border: 1px solid rgba(227, 189, 104, 0.24);
	border-radius: 50%;
	content: "";
	inset: 4px;
	position: absolute;
}

.nhato-brand-seal b {
	color: var(--nhato-gold-bright);
	font-family: var(--nhato-serif);
	font-size: 17px;
	letter-spacing: 0.05em;
}

.nhato-brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.nhato-brand-copy strong {
	color: #fffdf8;
	font-family: var(--nhato-serif);
	font-size: 17px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.nhato-brand-copy small {
	color: rgba(255, 253, 247, 0.54);
	font-size: 8px;
	letter-spacing: 0.09em;
	margin-top: 5px;
	text-transform: uppercase;
}

.nhato-brand.has-logo .nhato-brand-copy {
	display: none;
}

.nhato-desktop-nav {
	align-self: stretch;
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.nhato-primary-menu,
.nhato-primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nhato-primary-menu {
	align-items: stretch;
	display: flex;
	justify-content: flex-end;
}

.nhato-primary-menu > li {
	align-items: center;
	display: flex;
	margin: 0 0 0 24px;
	position: relative;
}

.nhato-primary-menu > li > a {
	align-items: center;
	color: rgba(255, 253, 247, 0.82);
	display: flex;
	font-size: 11px;
	font-weight: 700;
	height: 100%;
	letter-spacing: 0.055em;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
}

.nhato-primary-menu > li > a::after {
	background: var(--nhato-gold-bright);
	bottom: 20px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 220ms ease;
	width: 100%;
}

.nhato-primary-menu > li.current-menu-item > a,
.nhato-primary-menu > li.current-menu-ancestor > a,
.nhato-primary-menu > li:hover > a {
	color: var(--nhato-gold-bright);
}

.nhato-primary-menu > li.current-menu-item > a::after,
.nhato-primary-menu > li.current-menu-ancestor > a::after,
.nhato-primary-menu > li:hover > a::after {
	transform: scaleX(1);
}

.nhato-primary-menu .menu-item-has-children > a::before {
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	height: 5px;
	margin-left: 7px;
	order: 2;
	transform: rotate(45deg) translateY(-2px);
	width: 5px;
}

.nhato-primary-menu .sub-menu {
	background:
		linear-gradient(145deg, rgba(39, 22, 15, 0.99), rgba(17, 11, 8, 0.99)),
		url("../images/grain.svg");
	border: 1px solid rgba(227, 189, 104, 0.28);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
	left: -22px;
	min-width: 275px;
	opacity: 0;
	padding: 12px;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 8px);
	transform: translateY(13px);
	transition: opacity 180ms ease, transform 220ms ease;
	visibility: hidden;
}

.nhato-primary-menu li:hover > .sub-menu,
.nhato-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.nhato-primary-menu .sub-menu::before {
	background: var(--nhato-gold);
	content: "";
	height: 2px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.nhato-primary-menu .sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	position: relative;
}

.nhato-primary-menu .sub-menu li:last-child {
	border-bottom: 0;
}

.nhato-primary-menu .sub-menu a {
	color: rgba(255, 253, 247, 0.76);
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 13px 14px;
	transition: background-color 180ms ease, color 180ms ease, padding-left 180ms ease;
}

.nhato-primary-menu .sub-menu a:hover {
	background: rgba(227, 189, 104, 0.08);
	color: var(--nhato-gold-bright);
	padding-left: 19px;
}

.nhato-primary-menu .sub-menu .sub-menu {
	left: 100%;
	top: -12px;
}

.nhato-header-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.nhato-search-toggle,
.nhato-menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(227, 189, 104, 0.28);
	color: #fff;
	display: inline-flex;
	height: 43px;
	justify-content: center;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	width: 43px;
}

.nhato-search-toggle:hover,
.nhato-menu-toggle:hover {
	background: var(--nhato-gold);
	border-color: var(--nhato-gold);
	color: var(--nhato-deep);
}

.nhato-search-toggle svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.5;
	width: 19px;
}

.nhato-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 4px;
	width: auto;
}

.nhato-menu-toggle > span {
	background: currentColor;
	display: block;
	height: 1px;
	width: 19px;
}

.nhato-menu-toggle b {
	display: none;
}

body.nhato-menu-open,
body.nhato-search-open {
	overflow: hidden;
}

.nhato-mobile-panel,
.nhato-search-overlay {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 220ms ease;
	visibility: hidden;
	z-index: 1500;
}

.nhato-mobile-panel.is-open,
.nhato-search-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.nhato-mobile-backdrop,
.nhato-search-backdrop {
	background: rgba(6, 4, 3, 0.74);
	inset: 0;
	position: absolute;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}

.nhato-mobile-drawer {
	background:
		linear-gradient(145deg, rgba(49, 25, 17, 0.98), rgba(15, 10, 7, 0.99)),
		url("../images/grain.svg");
	bottom: 0;
	box-shadow: -30px 0 80px rgba(0, 0, 0, 0.42);
	color: #fff;
	max-width: 440px;
	overflow-y: auto;
	padding: 28px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
	width: min(92vw, 440px);
}

.nhato-mobile-panel.is-open .nhato-mobile-drawer {
	transform: translateX(0);
}

.nhato-mobile-head {
	align-items: flex-start;
	border-bottom: 1px solid rgba(227, 189, 104, 0.2);
	display: flex;
	justify-content: space-between;
	padding-bottom: 23px;
}

.nhato-mobile-head div {
	display: flex;
	flex-direction: column;
}

.nhato-mobile-head small {
	color: var(--nhato-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 6px;
}

.nhato-mobile-head strong {
	font-family: var(--nhato-serif);
	font-size: 24px;
}

.nhato-mobile-head button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 27px;
	height: 42px;
	line-height: 1;
	width: 42px;
}

.nhato-mobile-menu,
.nhato-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nhato-mobile-menu {
	padding: 18px 0 28px;
}

.nhato-mobile-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
}

.nhato-mobile-menu a {
	color: rgba(255, 255, 255, 0.86);
	display: block;
	font-family: var(--nhato-serif);
	font-size: 19px;
	padding: 14px 42px 14px 0;
}

.nhato-mobile-menu .current-menu-item > a,
.nhato-mobile-menu a:hover {
	color: var(--nhato-gold-bright);
}

.nhato-submenu-toggle {
	background: transparent;
	border: 0;
	color: #fff;
	height: 48px;
	position: absolute;
	right: 0;
	top: 2px;
	width: 42px;
}

.nhato-submenu-toggle span::before,
.nhato-submenu-toggle span::after {
	background: currentColor;
	content: "";
	height: 1px;
	left: 14px;
	position: absolute;
	top: 24px;
	transition: transform 180ms ease;
	width: 14px;
}

.nhato-submenu-toggle span::after {
	transform: rotate(90deg);
}

.nhato-mobile-menu .is-open > .nhato-submenu-toggle span::after {
	transform: rotate(0);
}

.nhato-mobile-menu .sub-menu {
	display: none;
	padding: 0 0 10px 18px;
}

.nhato-mobile-menu .is-open > .sub-menu {
	display: block;
}

.nhato-mobile-menu .sub-menu li {
	border-bottom: 0;
}

.nhato-mobile-menu .sub-menu a {
	font-family: var(--nhato-sans);
	font-size: 13px;
	padding: 8px 36px 8px 0;
}

.nhato-mobile-foot {
	background: rgba(255, 255, 255, 0.045);
	border-left: 2px solid var(--nhato-gold);
	padding: 19px 20px;
}

.nhato-mobile-foot p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	margin-bottom: 5px;
}

.nhato-mobile-foot strong {
	color: #fff;
}

.nhato-mobile-foot a {
	color: var(--nhato-gold-bright);
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 9px;
	text-transform: uppercase;
}

.nhato-search-dialog {
	background:
		linear-gradient(145deg, rgba(38, 21, 15, 0.99), rgba(15, 10, 8, 0.995)),
		url("../images/grain.svg");
	border: 1px solid rgba(227, 189, 104, 0.3);
	box-shadow: 0 40px 110px rgba(0, 0, 0, 0.46);
	color: #fff;
	left: 50%;
	max-width: 820px;
	padding: 62px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -47%) scale(0.97);
	transition: transform 260ms ease;
	width: calc(100% - 40px);
}

.nhato-search-overlay.is-open .nhato-search-dialog {
	transform: translate(-50%, -50%) scale(1);
}

.nhato-search-close {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 28px;
	height: 44px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
}

.nhato-search-dialog h2 {
	color: #fff;
	font-size: clamp(34px, 5vw, 58px);
	margin-bottom: 28px;
}

.nhato-search-form {
	align-items: stretch;
	border-bottom: 1px solid rgba(227, 189, 104, 0.6);
	display: flex;
}

.nhato-search-form input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: inherit;
	flex: 1;
	font-family: var(--nhato-serif);
	font-size: 19px;
	height: 62px;
	margin: 0;
	min-width: 0;
	padding: 0 16px 0 0;
}

.nhato-search-form input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.nhato-search-form button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--nhato-gold-bright);
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nhato-search-form button svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-width: 1.5;
	width: 20px;
}

.nhato-search-hints {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	gap: 10px 18px;
	margin-top: 24px;
}

.nhato-search-hints span {
	color: rgba(255, 255, 255, 0.45);
}

.nhato-search-hints a {
	color: rgba(255, 255, 255, 0.75);
}

.nhato-search-hints a:hover {
	color: var(--nhato-gold-bright);
}

/* Core V2 home sections
   ========================================================================== */

.nhato-heading-row-wide {
	position: relative;
}

.nhato-vertical-note {
	color: rgba(100, 76, 54, 0.36);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin: 0;
	position: absolute;
	right: -4px;
	top: 14px;
	writing-mode: vertical-rl;
}

.nhato-portals {
	background:
		linear-gradient(rgba(255, 250, 240, 0.93), rgba(245, 236, 220, 0.96)),
		url("../images/pattern-dongson.svg") center / 720px;
	overflow: hidden;
}

.nhato-portal-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhato-portal {
	--nhato-pointer-x: 50%;
	--nhato-pointer-y: 50%;
	background: var(--nhato-deep);
	color: #fff;
	height: clamp(520px, 55vw, 690px);
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.nhato-portal::before {
	background: radial-gradient(circle at var(--nhato-pointer-x) var(--nhato-pointer-y), rgba(255, 224, 153, 0.2), transparent 28%);
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 240ms ease;
	z-index: 3;
}

.nhato-portal:hover::before {
	opacity: 1;
}

.nhato-portal-image {
	background-image: var(--nhato-portal-image);
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
	transform: scale(1.025);
	transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
	z-index: -3;
}

.nhato-portal:hover .nhato-portal-image {
	filter: saturate(1.08) contrast(1.03);
	transform: scale(1.09);
}

.nhato-portal-wash {
	background:
		linear-gradient(180deg, rgba(12, 8, 6, 0.08), rgba(12, 8, 6, 0.42) 45%, rgba(12, 8, 6, 0.97)),
		linear-gradient(90deg, rgba(12, 8, 6, 0.34), transparent);
	inset: 0;
	position: absolute;
	z-index: -2;
}

.nhato-portal-church .nhato-portal-wash {
	background:
		linear-gradient(180deg, rgba(24, 20, 45, 0.05), rgba(15, 11, 30, 0.38) 42%, rgba(11, 8, 25, 0.98)),
		linear-gradient(90deg, rgba(58, 24, 56, 0.32), transparent);
}

.nhato-portal-society .nhato-portal-wash {
	background:
		linear-gradient(180deg, rgba(21, 45, 37, 0.05), rgba(10, 38, 29, 0.34) 42%, rgba(7, 28, 22, 0.98)),
		linear-gradient(90deg, rgba(20, 74, 58, 0.28), transparent);
}

.nhato-portal-legacy .nhato-portal-wash {
	background:
		linear-gradient(180deg, rgba(67, 28, 16, 0.04), rgba(56, 22, 12, 0.37) 43%, rgba(38, 14, 9, 0.98)),
		linear-gradient(90deg, rgba(109, 42, 22, 0.24), transparent);
}

.nhato-portal-number {
	border-left: 1px solid rgba(255, 255, 255, 0.28);
	color: rgba(255, 255, 255, 0.66);
	font-size: 10px;
	font-weight: 800;
	left: 27px;
	letter-spacing: 0.16em;
	padding-left: 12px;
	position: absolute;
	top: 30px;
}

.nhato-portal-copy {
	bottom: 0;
	left: 0;
	padding: 34px;
	position: absolute;
	right: 0;
	z-index: 4;
}

.nhato-portal-copy small {
	color: var(--nhato-gold-bright);
	display: block;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.17em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.nhato-portal-copy strong {
	color: #fff;
	display: block;
	font-family: var(--nhato-serif);
	font-size: clamp(35px, 3.6vw, 53px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.03;
	margin-bottom: 20px;
}

.nhato-portal-copy em {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1.7;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(12px);
	transition: max-height 420ms ease, opacity 300ms ease, transform 420ms ease, margin 420ms ease;
}

.nhato-portal:hover .nhato-portal-copy em {
	margin-bottom: 23px;
	max-height: 90px;
	opacity: 1;
	transform: translateY(0);
}

.nhato-portal-copy b {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: 0.09em;
	padding-top: 16px;
	text-transform: uppercase;
}

.nhato-portal-copy b svg {
	fill: none;
	height: 20px;
	stroke: var(--nhato-gold-bright);
	stroke-width: 1.6;
	transition: transform 220ms ease;
	width: 20px;
}

.nhato-portal:hover .nhato-portal-copy b svg {
	transform: translateX(6px);
}

.nhato-journey {
	background:
		radial-gradient(circle at 15% 25%, rgba(128, 46, 31, 0.26), transparent 30%),
		linear-gradient(135deg, #1b110d, #0c0806);
	color: #fff;
	overflow: hidden;
}

.nhato-journey-pattern {
	background: url("../images/pattern-dongson.svg") center / 620px;
	inset: 0;
	opacity: 0.025;
	pointer-events: none;
	position: absolute;
}

.nhato-journey-layout {
	display: grid;
	gap: clamp(60px, 8vw, 120px);
	grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
	position: relative;
}

.nhato-journey .nhato-section-heading h2,
.nhato-journey .nhato-section-intro {
	color: #fff;
}

.nhato-journey .nhato-section-intro {
	color: rgba(255, 255, 255, 0.62);
}

.nhato-journey-sticky {
	align-self: start;
	position: sticky;
	top: 120px;
}

.nhato-journey-photo {
	margin-top: 44px;
	position: relative;
}

.nhato-journey-photo::before {
	border: 1px solid rgba(227, 189, 104, 0.38);
	content: "";
	inset: -11px 15px 15px -11px;
	pointer-events: none;
	position: absolute;
}

.nhato-journey-photo img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.nhato-journey-photo > div {
	align-items: center;
	background: var(--nhato-paper);
	bottom: -32px;
	color: var(--nhato-deep);
	display: flex;
	gap: 14px;
	padding: 18px 22px;
	position: absolute;
	right: -20px;
}

.nhato-journey-photo strong {
	color: var(--nhato-red);
	font-family: var(--nhato-serif);
	font-size: 34px;
	line-height: 1;
}

.nhato-journey-photo span {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	max-width: 92px;
	text-transform: uppercase;
}

.nhato-journey-list {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.nhato-journey-item {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 22px;
	grid-template-columns: 48px minmax(0, 1fr) 32px;
	min-height: 138px;
	padding: 25px 0;
	transition: border-color 180ms ease, padding 220ms ease;
}

.nhato-journey-item:hover {
	border-bottom-color: var(--nhato-gold);
	padding-left: 12px;
}

.nhato-journey-item > span {
	color: var(--nhato-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.nhato-journey-item h3 {
	color: #fff;
	font-size: clamp(24px, 2.5vw, 34px);
	margin-bottom: 7px;
}

.nhato-journey-item p {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

.nhato-journey-item i {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	display: flex;
	height: 30px;
	justify-content: center;
	transition: background-color 180ms ease, border-color 180ms ease;
	width: 30px;
}

.nhato-journey-item:hover i {
	background: var(--nhato-gold);
	border-color: var(--nhato-gold);
}

.nhato-journey-item i svg {
	fill: none;
	height: 15px;
	stroke: #fff;
	stroke-width: 1.6;
	width: 15px;
}

.nhato-journey-item:hover i svg {
	stroke: var(--nhato-deep);
}

.nhato-journey-list > .nhato-button {
	margin-top: 36px;
}

.nhato-video-showcase {
	background: #100b08;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
}

.nhato-video-showcase-glow {
	background:
		radial-gradient(circle at 72% 22%, rgba(191, 112, 46, 0.18), transparent 27%),
		radial-gradient(circle at 12% 85%, rgba(111, 29, 27, 0.2), transparent 25%);
	inset: 0;
	position: absolute;
	z-index: -1;
}

.nhato-video-showcase .nhato-section-heading h2,
.nhato-video-showcase .nhato-section-intro {
	color: #fff;
}

.nhato-video-showcase .nhato-section-intro {
	color: rgba(255, 255, 255, 0.58);
}

.nhato-video-showcase .nhato-text-link {
	color: var(--nhato-gold-bright);
}

.nhato-video-showcase-grid,
.nhato-video-archive-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhato-video-card {
	min-width: 0;
}

.nhato-video-card-media {
	aspect-ratio: 16 / 10;
	background: #21140e;
	border: 0;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.nhato-video-card-media img {
	height: 100%;
	object-fit: cover;
	transition: filter 350ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.nhato-video-card:hover .nhato-video-card-media img {
	filter: brightness(0.88) saturate(1.08);
	transform: scale(1.065);
}

.nhato-video-card-shade {
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.72));
	inset: 0;
	position: absolute;
}

.nhato-video-card-play {
	align-items: center;
	background: rgba(255, 251, 242, 0.93);
	border-radius: 50%;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
	display: flex;
	height: 64px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 220ms ease, transform 220ms ease;
	width: 64px;
}

.nhato-video-card:hover .nhato-video-card-play {
	background: var(--nhato-gold-bright);
	transform: translate(-50%, -50%) scale(1.1);
}

.nhato-video-card-play svg {
	fill: none;
	height: 26px;
	stroke: var(--nhato-deep);
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 26px;
}

.nhato-video-card-media small {
	background: rgba(0, 0, 0, 0.78);
	bottom: 12px;
	color: #fff;
	font-size: 10px;
	padding: 5px 8px;
	position: absolute;
	right: 12px;
}

.nhato-video-card-copy {
	padding: 22px 4px 0;
}

.nhato-video-card-copy > p {
	color: var(--nhato-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.nhato-video-card-copy h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}

.nhato-video-card-copy .nhato-text-link {
	font-size: 10px;
}

.nhato-video-feature-fallback {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.65fr);
}

.nhato-video-feature-image {
	align-items: center;
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.46)),
		var(--nhato-video-fallback) center / cover;
	display: flex;
	justify-content: center;
}

.nhato-video-feature-image button {
	align-items: center;
	background: var(--nhato-gold-bright);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 14px rgba(227, 189, 104, 0.18);
	display: flex;
	height: 78px;
	justify-content: center;
	width: 78px;
}

.nhato-video-feature-image button svg {
	fill: none;
	height: 32px;
	stroke: var(--nhato-deep);
	stroke-width: 1.7;
	width: 32px;
}

.nhato-video-feature-fallback > div:last-child {
	background: #2b1811;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px;
}

.nhato-video-feature-fallback h3 {
	color: #fff;
	font-size: 35px;
}

.nhato-video-feature-fallback p:last-child {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
}

.nhato-streams {
	background:
		linear-gradient(rgba(250, 245, 235, 0.97), rgba(250, 245, 235, 0.97)),
		url("../images/pattern-dongson.svg") center / 660px;
}

.nhato-stream-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhato-stream {
	--nhato-stream-accent: var(--nhato-red);
	background: rgba(255, 253, 248, 0.86);
	border: 1px solid rgba(99, 69, 40, 0.16);
	box-shadow: 0 22px 70px rgba(61, 39, 21, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 510px;
	padding: 30px;
	position: relative;
}

.nhato-stream::before {
	background: var(--nhato-stream-accent);
	content: "";
	height: 3px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.nhato-stream-church {
	--nhato-stream-accent: #6658a5;
}

.nhato-stream-society {
	--nhato-stream-accent: #2f8068;
}

.nhato-stream-legacy {
	--nhato-stream-accent: #a54b2e;
}

.nhato-stream > header {
	align-items: center;
	border-bottom: 1px solid var(--nhato-line);
	display: flex;
	gap: 16px;
	padding-bottom: 22px;
}

.nhato-stream > header > span {
	align-items: center;
	border: 1px solid color-mix(in srgb, var(--nhato-stream-accent), transparent 60%);
	border-radius: 50%;
	color: var(--nhato-stream-accent);
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.nhato-stream > header svg {
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-width: 1.25;
	width: 28px;
}

.nhato-stream > header small {
	color: var(--nhato-stream-accent);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nhato-stream > header h3 {
	font-size: 24px;
	margin: 3px 0 0;
}

.nhato-stream-posts {
	flex: 1;
}

.nhato-stream-posts article {
	align-items: start;
	border-bottom: 1px solid var(--nhato-line);
	display: grid;
	gap: 12px;
	grid-template-columns: 58px minmax(0, 1fr) 20px;
	padding: 22px 0;
}

.nhato-stream-posts time {
	color: var(--nhato-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-top: 4px;
}

.nhato-stream-posts h4 {
	font-size: 17px;
	line-height: 1.4;
	margin: 0;
}

.nhato-stream-posts article > a:last-child svg {
	fill: none;
	height: 17px;
	stroke: var(--nhato-stream-accent);
	stroke-width: 1.7;
	transition: transform 180ms ease;
	width: 17px;
}

.nhato-stream-posts article:hover > a:last-child svg {
	transform: translateX(4px);
}

.nhato-stream-empty {
	align-items: center;
	color: var(--nhato-muted);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 250px;
	text-align: center;
}

.nhato-stream-empty a {
	color: var(--nhato-stream-accent);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.nhato-stream-all {
	align-items: center;
	color: var(--nhato-stream-accent);
	display: flex;
	font-size: 10px;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: 0.08em;
	margin-top: 20px;
	text-transform: uppercase;
}

.nhato-stream-all svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-width: 1.7;
	width: 18px;
}

/* Category worlds
   ========================================================================== */

.nhato-category-hero {
	background: #110b08;
	color: #fff;
	isolation: isolate;
	min-height: 660px;
	overflow: hidden;
	position: relative;
}

.nhato-category-hero-image {
	background-image: var(--nhato-category-hero);
	background-position: center;
	background-size: cover;
	filter: saturate(0.82);
	inset: 0;
	position: absolute;
	transform: scale(1.03);
	z-index: -4;
}

.nhato-category-hero-overlay {
	background:
		linear-gradient(90deg, rgba(13, 8, 6, 0.97), rgba(20, 11, 8, 0.78) 45%, rgba(15, 10, 8, 0.25) 78%),
		linear-gradient(180deg, rgba(10, 7, 5, 0.16), rgba(10, 7, 5, 0.93));
	inset: 0;
	position: absolute;
	z-index: -3;
}

.nhato-category-church .nhato-category-hero-overlay {
	background:
		linear-gradient(90deg, rgba(18, 14, 39, 0.98), rgba(30, 20, 48, 0.78) 48%, rgba(14, 12, 28, 0.22)),
		linear-gradient(180deg, rgba(8, 7, 20, 0.15), rgba(8, 7, 20, 0.93));
}

.nhato-category-society .nhato-category-hero-overlay {
	background:
		linear-gradient(90deg, rgba(6, 31, 24, 0.98), rgba(13, 48, 37, 0.78) 48%, rgba(6, 27, 21, 0.22)),
		linear-gradient(180deg, rgba(5, 20, 15, 0.15), rgba(5, 20, 15, 0.93));
}

.nhato-category-legacy .nhato-category-hero-overlay {
	background:
		linear-gradient(90deg, rgba(43, 14, 9, 0.98), rgba(69, 24, 14, 0.77) 48%, rgba(31, 12, 8, 0.2)),
		linear-gradient(180deg, rgba(27, 10, 7, 0.12), rgba(27, 10, 7, 0.94));
}

.nhato-category-symbol {
	bottom: -110px;
	color: rgba(255, 255, 255, 0.035);
	height: 460px;
	position: absolute;
	right: -50px;
	width: 460px;
	z-index: -2;
}

.nhato-category-symbol svg {
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-width: 0.5;
	width: 100%;
}

.nhato-category-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.5fr);
	min-height: 660px;
	padding-bottom: 70px;
	padding-top: 72px;
	position: relative;
}

.nhato-breadcrumbs {
	align-items: center;
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	font-size: 9px;
	gap: 9px;
	grid-column: 1 / -1;
	letter-spacing: 0.08em;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.nhato-breadcrumbs a:hover {
	color: var(--nhato-gold-bright);
}

.nhato-breadcrumbs strong {
	color: rgba(255, 255, 255, 0.85);
}

.nhato-category-hero-copy {
	align-self: center;
	max-width: 770px;
}

.nhato-category-hero-copy h1 {
	color: #fff;
	font-size: clamp(54px, 7.8vw, 104px);
	letter-spacing: -0.05em;
	line-height: 0.96;
	margin-bottom: 27px;
}

.nhato-category-hero-copy > p:not(.nhato-eyebrow) {
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.75;
	max-width: 670px;
}

.nhato-category-stats {
	align-items: center;
	display: flex;
	font-size: 10px;
	gap: 18px;
	letter-spacing: 0.08em;
	margin-top: 28px;
	text-transform: uppercase;
}

.nhato-category-stats strong {
	color: var(--nhato-gold-bright);
	font-family: var(--nhato-serif);
	font-size: 24px;
	margin-right: 5px;
}

.nhato-category-stats i {
	background: rgba(255, 255, 255, 0.3);
	height: 18px;
	width: 1px;
}

.nhato-category-hero blockquote {
	align-self: end;
	border-left: 1px solid rgba(227, 189, 104, 0.42);
	margin: 0 0 20px 40px;
	padding: 4px 0 4px 24px;
}

.nhato-category-hero blockquote svg {
	fill: var(--nhato-gold);
	height: 28px;
	margin-bottom: 9px;
	opacity: 0.8;
	width: 28px;
}

.nhato-category-hero blockquote p {
	color: rgba(255, 255, 255, 0.76);
	font-family: var(--nhato-serif);
	font-size: 17px;
	font-style: italic;
	line-height: 1.65;
	margin: 0;
}

.nhato-category-switcher {
	background: #fffaf1;
	border-bottom: 1px solid var(--nhato-line);
	box-shadow: 0 14px 34px rgba(52, 31, 17, 0.06);
	position: sticky;
	top: 86px;
	z-index: 80;
}

.nhato-category-switcher .nhato-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 0;
	padding-top: 0;
}

.nhato-category-switcher a {
	align-items: center;
	border-right: 1px solid var(--nhato-line);
	color: var(--nhato-muted);
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 11px;
	justify-content: center;
	letter-spacing: 0.05em;
	min-height: 68px;
	position: relative;
	text-transform: uppercase;
}

.nhato-category-switcher a:first-child {
	border-left: 1px solid var(--nhato-line);
}

.nhato-category-switcher a::after {
	background: var(--nhato-red);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transition: transform 220ms ease;
}

.nhato-category-switcher a:hover,
.nhato-category-switcher a.is-active {
	color: var(--nhato-ink);
}

.nhato-category-switcher a.is-active::after {
	transform: scaleX(1);
}

.nhato-category-switcher span {
	color: var(--nhato-gold);
	font-family: var(--nhato-serif);
	font-size: 16px;
}

.nhato-category-feature {
	background: var(--nhato-paper-light);
	padding-bottom: 60px;
}

.nhato-category-feature-card {
	background: #fff;
	box-shadow: var(--nhato-shadow);
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(380px, 0.78fr);
}

.nhato-category-feature-media {
	background: #21150f;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.nhato-category-feature-media img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.nhato-category-feature-card:hover .nhato-category-feature-media img {
	transform: scale(1.045);
}

.nhato-category-feature-media > span:last-child {
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.12));
	inset: 0;
	position: absolute;
}

.nhato-category-feature-copy {
	align-self: center;
	padding: clamp(42px, 6vw, 78px);
}

.nhato-category-feature-copy h2 {
	font-size: clamp(36px, 4vw, 54px);
	margin: 18px 0 20px;
}

.nhato-category-feature-copy > p {
	color: var(--nhato-muted);
	font-size: 15px;
	margin-bottom: 28px;
}

.nhato-category-archive {
	background:
		linear-gradient(rgba(245, 239, 227, 0.96), rgba(245, 239, 227, 0.96)),
		url("../images/pattern-dongson.svg") center / 700px;
	padding-top: 75px;
}

.nhato-archive-heading {
	align-items: flex-end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 46px;
}

.nhato-archive-heading h2 {
	font-size: clamp(34px, 4vw, 52px);
	margin: 0;
}

.nhato-archive-search {
	align-items: center;
	border-bottom: 1px solid rgba(83, 57, 31, 0.34);
	display: flex;
	max-width: 320px;
	width: 100%;
}

.nhato-archive-search input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 13px;
	margin: 0;
	padding: 12px 0;
}

.nhato-archive-search button {
	background: transparent;
	border: 0;
	color: var(--nhato-red);
	padding: 10px;
}

.nhato-archive-search svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-width: 1.6;
	width: 18px;
}

.nhato-category-archive .nhato-archive-post-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhato-category-archive .nhato-archive-card {
	background: rgba(255, 253, 248, 0.9);
	border: 1px solid rgba(98, 65, 35, 0.14);
	box-shadow: 0 16px 48px rgba(55, 32, 17, 0.07);
	display: block;
}

.nhato-category-archive .nhato-archive-card-image {
	aspect-ratio: 16 / 10;
	display: block;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.nhato-category-archive .nhato-archive-card-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease;
	width: 100%;
}

.nhato-category-archive .nhato-archive-card:hover img {
	transform: scale(1.05);
}

.nhato-category-archive .nhato-archive-card-image time {
	align-items: center;
	background: rgba(19, 12, 8, 0.92);
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 8px;
	left: 0;
	letter-spacing: 0.08em;
	min-width: 62px;
	padding: 9px 10px;
	position: absolute;
}

.nhato-category-archive .nhato-archive-card-image time b {
	color: var(--nhato-gold-bright);
	font-family: var(--nhato-serif);
	font-size: 21px;
	line-height: 1;
}

.nhato-category-archive .nhato-archive-card-copy {
	padding: 26px;
}

.nhato-category-archive .nhato-archive-card-copy h3 {
	font-size: 24px;
	margin-bottom: 13px;
}

.nhato-category-archive .nhato-archive-card-copy > p:not(.nhato-post-category) {
	color: var(--nhato-muted);
	font-size: 13px;
}

.nhato-archive-empty {
	text-align: center;
}

.nhato-archive-empty .nhato-button {
	margin-top: 22px;
}

/* Article reading experience
   ========================================================================== */

.nhato-reading-progress {
	background: rgba(255, 255, 255, 0.15);
	height: 3px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2200;
}

.nhato-reading-progress span {
	background: linear-gradient(90deg, var(--nhato-red), var(--nhato-gold-bright));
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left;
	width: 100%;
}

.nhato-article-hero {
	background: #110b08;
	color: #fff;
	isolation: isolate;
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.nhato-article-hero-image {
	background-image: var(--nhato-article-image);
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
	transform: scale(1.025);
	z-index: -3;
}

.nhato-article-hero-shade {
	background:
		linear-gradient(90deg, rgba(12, 8, 6, 0.97), rgba(22, 12, 8, 0.72) 52%, rgba(10, 7, 5, 0.26)),
		linear-gradient(180deg, rgba(9, 6, 5, 0.15), rgba(9, 6, 5, 0.92));
	inset: 0;
	position: absolute;
	z-index: -2;
}

.nhato-article-hero-church .nhato-article-hero-shade {
	background:
		linear-gradient(90deg, rgba(15, 12, 35, 0.98), rgba(28, 19, 46, 0.7) 52%, rgba(8, 7, 20, 0.22)),
		linear-gradient(180deg, rgba(8, 7, 20, 0.12), rgba(8, 7, 20, 0.92));
}

.nhato-article-hero-society .nhato-article-hero-shade {
	background:
		linear-gradient(90deg, rgba(6, 30, 23, 0.98), rgba(11, 47, 35, 0.7) 52%, rgba(5, 20, 15, 0.22)),
		linear-gradient(180deg, rgba(5, 20, 15, 0.12), rgba(5, 20, 15, 0.92));
}

.nhato-article-hero-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 720px;
	padding-bottom: 78px;
	padding-top: 74px;
	position: relative;
}

.nhato-article-hero .nhato-breadcrumbs {
	margin-bottom: auto;
}

.nhato-article-hero-copy {
	margin-bottom: auto;
	max-width: 940px;
	padding: 60px 0 40px;
}

.nhato-article-hero-copy h1 {
	color: #fff;
	font-size: clamp(48px, 6.7vw, 88px);
	letter-spacing: -0.045em;
	line-height: 1.03;
	margin-bottom: 34px;
}

.nhato-article-byline {
	align-items: center;
	display: flex;
	gap: 13px;
}

.nhato-article-author-mark {
	align-items: center;
	background: var(--nhato-gold);
	border-radius: 50%;
	color: var(--nhato-deep);
	display: flex;
	font-family: var(--nhato-serif);
	font-size: 18px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.nhato-article-byline strong {
	color: #fff;
	display: block;
	font-size: 12px;
}

.nhato-article-byline p {
	align-items: center;
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	font-size: 10px;
	gap: 9px;
	margin: 3px 0 0;
	text-transform: uppercase;
}

.nhato-article-byline i {
	background: rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	height: 3px;
	width: 3px;
}

.nhato-article-scroll {
	align-items: center;
	color: rgba(255, 255, 255, 0.64);
	display: flex;
	font-size: 9px;
	gap: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nhato-article-scroll span {
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	height: 33px;
	position: relative;
	width: 18px;
}

.nhato-article-scroll span::after {
	animation: nhato-scroll-dot 1.7s ease infinite;
	background: var(--nhato-gold-bright);
	border-radius: 50%;
	content: "";
	height: 3px;
	left: 6px;
	position: absolute;
	top: 7px;
	width: 3px;
}

@keyframes nhato-scroll-dot {
	0%,
	100% {
		opacity: 0.4;
		transform: translateY(0);
	}
	50% {
		opacity: 1;
		transform: translateY(13px);
	}
}

.nhato-article-shell {
	background:
		linear-gradient(rgba(255, 252, 246, 0.98), rgba(255, 252, 246, 0.98)),
		url("../images/pattern-dongson.svg") top center / 720px;
	padding: 96px 0 110px;
}

.nhato-article-layout {
	display: grid;
	gap: clamp(55px, 8vw, 110px);
	grid-template-columns: 220px minmax(0, 760px);
	justify-content: center;
}

.nhato-article-sidebar {
	align-self: start;
	position: sticky;
	top: 118px;
}

.nhato-article-tools {
	border-bottom: 1px solid var(--nhato-line);
	margin-bottom: 28px;
	padding-bottom: 22px;
}

.nhato-article-tools > p,
.nhato-article-toc > p {
	align-items: center;
	color: var(--nhato-muted);
	display: flex;
	font-size: 8px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0.15em;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.nhato-article-toc > p svg {
	fill: none;
	height: 14px;
	stroke: var(--nhato-gold);
	stroke-width: 1.6;
	width: 14px;
}

.nhato-article-tools button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--nhato-ink);
	display: flex;
	font-size: 11px;
	gap: 10px;
	padding: 7px 0;
	width: 100%;
}

.nhato-article-tools button:hover {
	color: var(--nhato-red);
}

.nhato-article-tools svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-width: 1.5;
	width: 17px;
}

.nhato-article-toc nav {
	border-left: 1px solid var(--nhato-line);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.nhato-article-toc a {
	color: var(--nhato-muted);
	font-size: 10px;
	line-height: 1.5;
	margin-left: -1px;
	padding: 3px 0 3px 14px;
	position: relative;
}

.nhato-article-toc a::before {
	background: var(--nhato-red);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 2px;
}

.nhato-article-toc a.is-active {
	color: var(--nhato-red);
	font-weight: 700;
}

.nhato-article-toc a.is-active::before {
	opacity: 1;
}

.nhato-article-toc a.is-sub {
	padding-left: 24px;
}

.nhato-article-content {
	min-width: 0;
}

.nhato-article-deck {
	border-bottom: 1px solid var(--nhato-line);
	color: #534233;
	font-family: var(--nhato-serif);
	font-size: clamp(20px, 2.2vw, 27px);
	font-style: italic;
	line-height: 1.65;
	margin-bottom: 42px;
	padding-bottom: 35px;
}

.nhato-article-content .nhato-prose {
	font-family: var(--nhato-sans);
	font-size: 18px;
	line-height: 1.9;
}

.nhato-article-content .nhato-prose > p:first-child::first-letter {
	color: var(--nhato-red);
	float: left;
	font-family: var(--nhato-serif);
	font-size: 76px;
	line-height: 0.78;
	margin: 12px 12px 0 0;
}

.nhato-article-content .nhato-prose h2 {
	font-size: clamp(33px, 4vw, 47px);
	margin: 66px 0 24px;
	scroll-margin-top: 125px;
}

.nhato-article-content .nhato-prose h3 {
	font-size: clamp(25px, 3vw, 33px);
	margin: 46px 0 18px;
	scroll-margin-top: 125px;
}

.nhato-article-content .nhato-prose blockquote {
	background: rgba(200, 155, 60, 0.08);
	border: 0;
	border-left: 3px solid var(--nhato-gold);
	color: #49382b;
	font-family: var(--nhato-serif);
	font-size: 24px;
	font-style: italic;
	line-height: 1.65;
	margin: 45px -45px;
	padding: 30px 40px;
}

.nhato-article-content .nhato-prose img {
	box-shadow: 0 20px 60px rgba(52, 30, 15, 0.16);
	margin: 18px 0;
}

.nhato-article-content .nhato-tags {
	border-top: 1px solid var(--nhato-line);
	margin-top: 50px;
	padding-top: 25px;
}

.nhato-article-end {
	align-items: center;
	background: var(--nhato-paper);
	display: flex;
	gap: 19px;
	margin-top: 42px;
	padding: 22px 25px;
}

.nhato-article-end > span {
	align-items: center;
	border: 1px solid var(--nhato-gold);
	border-radius: 50%;
	color: var(--nhato-red);
	display: flex;
	flex: 0 0 44px;
	font-family: var(--nhato-serif);
	height: 44px;
	justify-content: center;
}

.nhato-article-end p {
	color: var(--nhato-muted);
	font-size: 12px;
	margin: 0;
}

.nhato-post-navigation {
	background: var(--nhato-deep);
	color: #fff;
}

.nhato-post-navigation-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nhato-post-navigation-inner > div {
	min-height: 170px;
	padding: 38px 50px 38px 0;
}

.nhato-post-navigation-inner > div:last-child {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	padding-left: 50px;
	padding-right: 0;
	text-align: right;
}

.nhato-post-navigation span {
	color: var(--nhato-gold);
	display: block;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.nhato-post-navigation a {
	color: #fff;
	font-family: var(--nhato-serif);
	font-size: 22px;
	line-height: 1.35;
}

.nhato-related {
	background: var(--nhato-paper);
}

.nhato-related-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhato-related-card > a:first-child {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
}

.nhato-related-card img {
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
	width: 100%;
}

.nhato-related-card:hover img {
	transform: scale(1.05);
}

.nhato-related-card time {
	color: var(--nhato-muted);
	display: block;
	font-size: 9px;
	letter-spacing: 0.08em;
	margin-top: 19px;
}

.nhato-related-card h3 {
	font-size: 24px;
	margin: 8px 0 16px;
}

.nhato-toast {
	background: var(--nhato-deep);
	bottom: 24px;
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.26);
	color: #fff;
	font-size: 12px;
	left: 50%;
	opacity: 0;
	padding: 13px 20px;
	position: fixed;
	transform: translate(-50%, 20px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 3000;
}

.nhato-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

/* Gallery archive
   ========================================================================== */

.nhato-gallery-hero {
	background: var(--nhato-deep);
	color: #fff;
	isolation: isolate;
	min-height: 610px;
	overflow: hidden;
	position: relative;
}

.nhato-gallery-hero-collage {
	display: grid;
	gap: 5px;
	grid-template-columns: 1.2fr 0.8fr 1fr;
	inset: 0;
	position: absolute;
	z-index: -3;
}

.nhato-gallery-hero-collage span {
	background-position: center;
	background-size: cover;
}

.nhato-gallery-hero-collage span:nth-child(1) {
	grid-row: span 2;
}

.nhato-gallery-hero-collage span:nth-child(4) {
	grid-column: span 2;
}

.nhato-gallery-hero-shade {
	background:
		linear-gradient(90deg, rgba(13, 9, 7, 0.95), rgba(20, 12, 8, 0.72) 48%, rgba(11, 8, 6, 0.54)),
		linear-gradient(180deg, rgba(10, 7, 5, 0.22), rgba(10, 7, 5, 0.94));
	inset: 0;
	position: absolute;
	z-index: -2;
}

.nhato-gallery-hero-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 610px;
	padding-bottom: 70px;
	padding-top: 70px;
}

.nhato-gallery-hero h1 {
	color: #fff;
	font-size: clamp(58px, 8vw, 105px);
	letter-spacing: -0.05em;
	margin-bottom: 18px;
}

.nhato-gallery-hero-inner > p:not(.nhato-eyebrow) {
	color: rgba(255, 255, 255, 0.67);
	font-size: 16px;
	max-width: 670px;
}

.nhato-gallery-hero-inner > div {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 25px;
}

.nhato-gallery-hero-inner > div strong {
	color: var(--nhato-gold-bright);
	font-family: var(--nhato-serif);
	font-size: 34px;
}

.nhato-gallery-hero-inner > div span {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nhato-gallery-archive-section {
	background: #f7f1e7;
}

.nhato-gallery-toolbar {
	align-items: center;
	border-bottom: 1px solid var(--nhato-line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 38px;
	padding-bottom: 17px;
}

.nhato-gallery-toolbar > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.nhato-gallery-toolbar button {
	background: transparent;
	border: 1px solid var(--nhato-line);
	color: var(--nhato-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 8px 15px;
	text-transform: uppercase;
}

.nhato-gallery-toolbar button:hover,
.nhato-gallery-toolbar button.is-active {
	background: var(--nhato-red);
	border-color: var(--nhato-red);
	color: #fff;
}

.nhato-gallery-toolbar p {
	color: var(--nhato-muted);
	font-size: 10px;
	margin: 0;
}

.nhato-gallery-masonry {
	columns: 4;
	column-gap: 15px;
}

.nhato-gallery-masonry-item {
	break-inside: avoid;
	display: block;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
}

.nhato-gallery-masonry-item.is-filtered-out {
	display: none;
}

.nhato-gallery-masonry-item img {
	display: block;
	transition: filter 300ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.nhato-gallery-masonry-item:hover img {
	filter: brightness(0.72);
	transform: scale(1.045);
}

.nhato-gallery-masonry-item > span {
	align-items: center;
	bottom: 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	left: 0;
	opacity: 0;
	padding: 16px;
	position: absolute;
	right: 0;
	transform: translateY(10px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.nhato-gallery-masonry-item:hover > span {
	opacity: 1;
	transform: translateY(0);
}

.nhato-gallery-masonry-item b {
	font-family: var(--nhato-serif);
	font-size: 20px;
}

.nhato-gallery-masonry-item svg {
	fill: none;
	height: 23px;
	stroke: var(--nhato-gold-bright);
	stroke-width: 1.5;
	width: 23px;
}

/* Video archive and detail
   ========================================================================== */

.nhato-collection-hero {
	background: var(--nhato-deep);
	color: #fff;
	isolation: isolate;
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.nhato-collection-hero-media {
	background:
		linear-gradient(90deg, rgba(14, 9, 7, 0.96), rgba(14, 9, 7, 0.42)),
		url("https://nhatophucminh.net/wp-content/uploads/2026/01/z7304229487895_62d30085f5df975bc6405577b9fda4aa.jpg") center / cover;
	inset: 0;
	position: absolute;
	z-index: -2;
}

.nhato-collection-hero-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 560px;
	padding-bottom: 70px;
	padding-top: 70px;
}

.nhato-collection-hero h1 {
	color: #fff;
	font-size: clamp(58px, 8vw, 100px);
	letter-spacing: -0.05em;
	margin-bottom: 18px;
}

.nhato-collection-hero-inner > p:not(.nhato-eyebrow) {
	color: rgba(255, 255, 255, 0.67);
	font-size: 16px;
	max-width: 650px;
}

.nhato-collection-hero-inner > span {
	color: var(--nhato-gold-bright);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 20px;
	text-transform: uppercase;
}

.nhato-video-archive {
	background: #100b08;
	color: #fff;
}

.nhato-video-archive > .nhato-section {
	background:
		radial-gradient(circle at 85% 15%, rgba(125, 47, 26, 0.14), transparent 25%),
		#100b08;
}

.nhato-filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 42px;
}

.nhato-filter-pills a {
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.64);
	font-size: 10px;
	font-weight: 700;
	padding: 9px 14px;
	text-transform: uppercase;
}

.nhato-filter-pills a:hover,
.nhato-filter-pills a.is-active {
	background: var(--nhato-gold);
	border-color: var(--nhato-gold);
	color: var(--nhato-deep);
}

.nhato-filter-pills small {
	margin-left: 5px;
}

.nhato-video-detail-head {
	background:
		linear-gradient(135deg, rgba(29, 15, 10, 0.98), rgba(68, 28, 17, 0.96)),
		url("../images/grain.svg");
	color: #fff;
	padding: 90px 0 60px;
}

.nhato-video-detail-head h1 {
	color: #fff;
	font-size: clamp(46px, 6vw, 75px);
	max-width: 980px;
}

.nhato-video-detail {
	padding-bottom: 110px;
	padding-top: 60px;
}

.nhato-video-detail-frame {
	aspect-ratio: 16 / 9;
	background: #000;
	box-shadow: 0 30px 80px rgba(40, 21, 11, 0.22);
	margin-bottom: 50px;
}

.nhato-video-detail-frame iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.nhato-video-detail > .nhato-prose {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

/* Universal archives, search and 404
   ========================================================================== */

.nhato-inner-hero-rich {
	background:
		linear-gradient(110deg, rgba(21, 13, 9, 0.98), rgba(76, 28, 17, 0.94)),
		url("../images/grain.svg");
	color: #fff;
	padding: 100px 0 90px;
}

.nhato-inner-hero-rich .nhato-breadcrumbs {
	margin-bottom: 38px;
}

.nhato-inner-hero-rich h1 {
	color: #fff;
	font-size: clamp(52px, 7vw, 86px);
}

.nhato-inner-hero-rich > .nhato-container > p,
.nhato-inner-hero-rich .nhato-archive-description {
	color: rgba(255, 255, 255, 0.65);
	max-width: 700px;
}

.nhato-universal-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhato-universal-card {
	background: #fff;
	border: 1px solid rgba(98, 65, 35, 0.13);
	box-shadow: 0 18px 55px rgba(58, 35, 19, 0.08);
}

.nhato-universal-card-media {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
	position: relative;
}

.nhato-universal-card-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease;
	width: 100%;
}

.nhato-universal-card:hover img {
	transform: scale(1.05);
}

.nhato-universal-card-type {
	background: rgba(20, 13, 9, 0.9);
	bottom: 0;
	color: var(--nhato-gold-bright);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.1em;
	left: 0;
	padding: 7px 11px;
	position: absolute;
	text-transform: uppercase;
}

.nhato-universal-card-copy {
	padding: 27px;
}

.nhato-universal-card-copy time {
	color: var(--nhato-muted);
	font-size: 9px;
	letter-spacing: 0.07em;
}

.nhato-universal-card-copy h2 {
	font-size: 25px;
	margin: 9px 0 13px;
}

.nhato-universal-card-copy > p {
	color: var(--nhato-muted);
	font-size: 13px;
}

.nhato-search-results-head {
	background:
		radial-gradient(circle at 84% 15%, rgba(150, 73, 35, 0.18), transparent 25%),
		linear-gradient(135deg, #1c110c, #0e0907);
	color: #fff;
	padding: 100px 0 80px;
}

.nhato-search-results-head h1 {
	color: #fff;
	font-size: clamp(48px, 6vw, 76px);
	margin-bottom: 14px;
}

.nhato-search-results-head > .nhato-container > p:not(.nhato-eyebrow) {
	color: rgba(255, 255, 255, 0.6);
}

.nhato-search-results-head .nhato-search-form {
	margin-top: 35px;
	max-width: 700px;
}

.nhato-search-empty-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}

.nhato-search-empty-links a {
	border: 1px solid var(--nhato-line);
	color: var(--nhato-red);
	font-size: 11px;
	font-weight: 700;
	padding: 9px 14px;
}

.nhato-not-found-inner {
	align-items: center;
	background:
		radial-gradient(circle at 15% 25%, rgba(122, 42, 26, 0.28), transparent 30%),
		linear-gradient(135deg, #1b100c, #090605);
	color: #fff;
	display: flex;
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.nhato-not-found-pattern {
	background: url("../images/pattern-dongson.svg") center / 650px;
	inset: 0;
	opacity: 0.035;
	position: absolute;
}

.nhato-not-found-inner > .nhato-container {
	position: relative;
}

.nhato-not-found-number {
	color: rgba(255, 255, 255, 0.035);
	font-family: var(--nhato-serif);
	font-size: clamp(230px, 36vw, 520px);
	font-weight: 700;
	line-height: 0.7;
	margin: 0;
	position: absolute;
	right: -5vw;
	top: 50%;
	transform: translateY(-50%);
}

.nhato-not-found-copy {
	max-width: 690px;
	position: relative;
	z-index: 2;
}

.nhato-not-found-copy h1 {
	color: #fff;
	font-size: clamp(48px, 7vw, 80px);
}

.nhato-not-found-copy > p:not(.nhato-eyebrow) {
	color: rgba(255, 255, 255, 0.62);
	max-width: 600px;
}

.nhato-not-found-copy .nhato-search-form {
	margin: 30px 0;
	max-width: 610px;
}

/* Expanded footer
   ========================================================================== */

.nhato-footer-invitation {
	background:
		linear-gradient(110deg, rgba(99, 27, 24, 0.98), rgba(49, 16, 13, 0.98)),
		url("../images/grain.svg");
	color: #fff;
	padding: 48px 0;
}

.nhato-footer-invitation .nhato-container {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.nhato-footer-invitation h2 {
	color: #fff;
	font-size: clamp(28px, 3.3vw, 43px);
	margin: 0;
	max-width: 820px;
}

.nhato-footer-invitation .nhato-eyebrow {
	margin-bottom: 10px;
}

.nhato-footer .nhato-footer-top {
	background:
		radial-gradient(circle at 12% 18%, rgba(114, 36, 26, 0.17), transparent 26%),
		linear-gradient(145deg, #160d09, #090605);
	overflow: hidden;
	padding: 82px 0 40px;
}

.nhato-footer .nhato-footer-grid {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(300px, 1.35fr) 0.65fr 0.8fr 0.85fr;
}

.nhato-footer .nhato-footer-brand {
	align-items: flex-start;
	display: block;
	grid-column: auto;
}

.nhato-footer .nhato-footer-mark {
	border: 0;
	border-radius: 0;
	display: block;
	height: auto;
	margin-bottom: 25px;
	width: min(300px, 100%);
}

.nhato-footer .nhato-footer-mark::before {
	display: none;
}

.nhato-footer-mark img {
	display: block;
	height: auto;
	max-height: 58px;
	object-fit: contain;
	object-position: left center;
	width: 100%;
}

.nhato-footer-brand > div {
	max-width: 440px;
}

.nhato-footer-brand h2 {
	display: none;
}

.nhato-footer-brand > div > p:last-child {
	color: rgba(255, 255, 255, 0.58);
	font-family: var(--nhato-serif);
	font-size: 17px;
	font-style: italic;
	line-height: 1.7;
}

.nhato-footer-nav h3,
.nhato-footer-contact h3,
.nhato-footer-collections h3 {
	color: var(--nhato-gold-bright);
	font-family: var(--nhato-sans);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.nhato-footer-menu,
.nhato-footer-collections ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nhato-footer-menu li,
.nhato-footer-collections li {
	margin-bottom: 9px;
}

.nhato-footer-menu a,
.nhato-footer-collections a {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

.nhato-footer-menu a:hover,
.nhato-footer-collections a:hover {
	color: #fff;
}

.nhato-footer-contact p {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

.nhato-footer-contact strong {
	color: #fff;
}

.nhato-footer-wordmark {
	color: rgba(255, 255, 255, 0.025);
	font-family: var(--nhato-serif);
	font-size: clamp(90px, 14vw, 190px);
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 0.7;
	margin-top: 60px;
	pointer-events: none;
	white-space: nowrap;
}

.nhato-footer .nhato-footer-bottom {
	background: #080504;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

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

@media (max-width: 1180px) {
	.nhato-navbar-inner {
		gap: 18px;
	}

	.nhato-brand img {
		width: 215px;
	}

	.nhato-primary-menu > li {
		margin-left: 16px;
	}

	.nhato-primary-menu > li > a {
		font-size: 10px;
	}

	.nhato-category-archive .nhato-archive-post-grid,
	.nhato-universal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-footer .nhato-footer-grid {
		grid-template-columns: minmax(280px, 1.3fr) repeat(3, minmax(0, 0.7fr));
	}
}

@media (max-width: 1020px) {
	.nhato-topbar-meta > span,
	.nhato-utility-menu,
	.nhato-desktop-nav {
		display: none;
	}

	.nhato-topbar-inner {
		justify-content: center;
	}

	.nhato-menu-toggle {
		display: inline-flex;
	}

	.nhato-navbar-inner {
		min-height: 78px;
	}

	.nhato-category-switcher {
		top: 78px;
	}

	.nhato-portal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-portal:last-child {
		grid-column: 1 / -1;
		height: 540px;
	}

	.nhato-journey-layout {
		gap: 65px;
		grid-template-columns: 1fr;
	}

	.nhato-journey-sticky {
		position: relative;
		top: auto;
	}

	.nhato-journey-photo {
		max-width: 760px;
	}

	.nhato-stream-grid {
		grid-template-columns: 1fr;
	}

	.nhato-stream {
		min-height: 0;
	}

	.nhato-category-hero-inner {
		grid-template-columns: 1fr;
	}

	.nhato-category-hero blockquote {
		display: none;
	}

	.nhato-category-feature-card {
		grid-template-columns: 1fr;
	}

	.nhato-category-feature-media {
		min-height: 460px;
	}

	.nhato-article-layout {
		gap: 48px;
		grid-template-columns: 180px minmax(0, 700px);
	}

	.nhato-footer .nhato-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nhato-footer .nhato-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 849px) {
	.nhato-topbar {
		display: none;
	}

	.nhato-site-header,
	.nhato-front-page .nhato-site-header {
		background: rgba(18, 12, 9, 0.97);
		position: relative;
	}

	.nhato-site-header.is-scrolled {
		position: fixed;
	}

	.nhato-navbar-inner {
		min-height: 72px;
	}

	.nhato-brand img {
		max-height: 42px;
		width: 205px;
	}

	.nhato-search-toggle,
	.nhato-menu-toggle {
		height: 39px;
		width: 39px;
	}

	.nhato-section {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.nhato-hero-frame {
		inset: 10px;
	}

	.nhato-hero-inner {
		padding-top: 80px;
	}

	.nhato-portal-grid {
		grid-template-columns: 1fr;
	}

	.nhato-portal,
	.nhato-portal:last-child {
		grid-column: auto;
		height: 560px;
	}

	.nhato-portal-copy em {
		margin-bottom: 20px;
		max-height: 90px;
		opacity: 1;
		transform: none;
	}

	.nhato-video-showcase-grid,
	.nhato-video-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-video-feature-fallback {
		grid-template-columns: 1fr;
	}

	.nhato-category-hero,
	.nhato-category-hero-inner {
		min-height: 570px;
	}

	.nhato-category-hero-inner {
		padding-bottom: 52px;
		padding-top: 52px;
	}

	.nhato-category-switcher {
		overflow-x: auto;
		position: relative;
		top: auto;
	}

	.nhato-category-switcher .nhato-container {
		grid-template-columns: repeat(4, minmax(150px, 1fr));
		min-width: 650px;
	}

	.nhato-category-feature-card {
		box-shadow: 0 14px 42px rgba(52, 31, 17, 0.1);
	}

	.nhato-category-feature-media {
		min-height: 390px;
	}

	.nhato-category-feature-copy {
		padding: 38px;
	}

	.nhato-category-archive .nhato-archive-post-grid,
	.nhato-universal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-article-hero,
	.nhato-article-hero-inner {
		min-height: 620px;
	}

	.nhato-article-layout {
		display: block;
	}

	.nhato-article-sidebar {
		margin-bottom: 38px;
		position: static;
	}

	.nhato-article-tools {
		display: flex;
		gap: 22px;
	}

	.nhato-article-tools > p {
		display: none;
	}

	.nhato-article-tools button {
		width: auto;
	}

	.nhato-article-toc {
		display: none;
	}

	.nhato-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-gallery-masonry {
		columns: 3;
	}

	.nhato-footer-invitation .nhato-container {
		align-items: flex-start;
		flex-direction: column;
	}

	.nhato-footer .nhato-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhato-footer .nhato-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.nhato-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.nhato-navbar-inner {
		min-height: 66px;
	}

	.nhato-brand img {
		max-height: 38px;
		width: min(190px, 47vw);
	}

	.nhato-header-actions {
		gap: 6px;
	}

	.nhato-search-toggle,
	.nhato-menu-toggle {
		height: 37px;
		width: 37px;
	}

	.nhato-search-dialog {
		padding: 50px 24px 30px;
	}

	.nhato-search-dialog h2 {
		font-size: 34px;
	}

	.nhato-search-form input {
		font-size: 15px;
		height: 55px;
	}

	.nhato-search-form button span {
		display: none;
	}

	.nhato-search-hints {
		align-items: flex-start;
		flex-direction: column;
	}

	.nhato-section {
		padding-bottom: 66px;
		padding-top: 66px;
	}

	.nhato-vertical-note {
		display: none;
	}

	.nhato-portal,
	.nhato-portal:last-child {
		height: 510px;
	}

	.nhato-portal-copy {
		padding: 25px;
	}

	.nhato-portal-copy strong {
		font-size: 39px;
	}

	.nhato-journey-layout {
		gap: 56px;
	}

	.nhato-journey-photo > div {
		bottom: -25px;
		right: 0;
	}

	.nhato-journey-item {
		gap: 13px;
		grid-template-columns: 32px minmax(0, 1fr);
		min-height: 120px;
	}

	.nhato-journey-item i {
		display: none;
	}

	.nhato-journey-item h3 {
		font-size: 25px;
	}

	.nhato-video-showcase-grid,
	.nhato-video-archive-grid {
		grid-template-columns: 1fr;
	}

	.nhato-video-feature-fallback > div:last-child {
		padding: 28px;
	}

	.nhato-stream {
		padding: 23px;
	}

	.nhato-stream-posts article {
		grid-template-columns: minmax(0, 1fr) 18px;
	}

	.nhato-stream-posts time {
		grid-column: 1 / -1;
	}

	.nhato-category-hero,
	.nhato-category-hero-inner {
		min-height: 540px;
	}

	.nhato-category-hero-copy h1 {
		font-size: 52px;
	}

	.nhato-category-stats {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.nhato-category-stats i {
		display: none;
	}

	.nhato-category-feature {
		padding-top: 60px;
	}

	.nhato-category-feature-media {
		min-height: 260px;
	}

	.nhato-category-feature-copy {
		padding: 28px 24px;
	}

	.nhato-category-feature-copy h2 {
		font-size: 34px;
	}

	.nhato-archive-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.nhato-archive-search {
		max-width: none;
	}

	.nhato-category-archive .nhato-archive-post-grid,
	.nhato-universal-grid {
		grid-template-columns: 1fr;
	}

	.nhato-article-hero,
	.nhato-article-hero-inner {
		min-height: 580px;
	}

	.nhato-article-hero-inner {
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.nhato-article-hero-copy {
		padding: 45px 0 30px;
	}

	.nhato-article-hero-copy h1 {
		font-size: 43px;
	}

	.nhato-article-shell {
		padding-bottom: 75px;
		padding-top: 65px;
	}

	.nhato-article-content .nhato-prose {
		font-size: 16px;
		line-height: 1.85;
	}

	.nhato-article-content .nhato-prose blockquote {
		font-size: 20px;
		margin-left: 0;
		margin-right: 0;
		padding: 25px;
	}

	.nhato-post-navigation-inner {
		grid-template-columns: 1fr;
	}

	.nhato-post-navigation-inner > div,
	.nhato-post-navigation-inner > div:last-child {
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		min-height: 0;
		padding: 28px 0;
		text-align: left;
	}

	.nhato-related-grid {
		grid-template-columns: 1fr;
	}

	.nhato-gallery-hero,
	.nhato-gallery-hero-inner,
	.nhato-collection-hero,
	.nhato-collection-hero-inner {
		min-height: 510px;
	}

	.nhato-gallery-hero h1,
	.nhato-collection-hero h1 {
		font-size: 54px;
	}

	.nhato-gallery-toolbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.nhato-gallery-masonry {
		columns: 2;
		column-gap: 9px;
	}

	.nhato-gallery-masonry-item {
		margin-bottom: 9px;
	}

	.nhato-footer-invitation {
		padding: 38px 0;
	}

	.nhato-footer .nhato-footer-grid {
		gap: 36px;
		grid-template-columns: 1fr;
	}

	.nhato-footer .nhato-footer-brand {
		grid-column: auto;
	}

	.nhato-footer-wordmark {
		font-size: 70px;
		margin-top: 45px;
	}
}

@media (max-width: 782px) {
	.admin-bar .nhato-site-header.is-scrolled {
		top: 46px;
	}
}

@media print {
	.nhato-site-header,
	.nhato-reading-progress,
	.nhato-article-hero-shade,
	.nhato-article-scroll,
	.nhato-article-sidebar,
	.nhato-related,
	.nhato-footer,
	.nhato-modal,
	.nhato-lightbox {
		display: none !important;
	}

	.nhato-article-hero,
	.nhato-article-hero-inner {
		background: #fff !important;
		color: #000 !important;
		min-height: auto;
	}

	.nhato-article-hero-image {
		display: none;
	}

	.nhato-article-hero-copy h1,
	.nhato-article-byline strong {
		color: #000;
	}

	.nhato-article-shell {
		padding: 20px 0;
	}

	.nhato-article-layout {
		display: block;
	}
}

/* Search control repair and imported-source provenance
   ========================================================================== */

.nhato-search-toggle {
	border-color: rgba(227, 189, 104, 0.48);
	border-radius: 999px;
	gap: 9px;
	height: 43px;
	min-width: 43px;
	padding: 0 16px;
	width: auto;
}

.nhato-search-toggle-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.nhato-search-toggle-label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	white-space: nowrap;
}

.nhato-search-toggle:hover .nhato-search-toggle-icon {
	transform: scale(1.06);
}

.nhato-source-note {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(111, 29, 27, 0.06), rgba(200, 155, 60, 0.1)),
		var(--nhato-paper);
	border: 1px solid rgba(126, 88, 48, 0.18);
	display: flex;
	gap: 18px;
	margin-top: 42px;
	padding: 22px 24px;
}

.nhato-source-note-mark {
	align-items: center;
	background: var(--nhato-deep);
	border: 1px solid var(--nhato-gold);
	border-radius: 50%;
	color: var(--nhato-gold-bright);
	display: inline-flex;
	flex: 0 0 46px;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.nhato-source-note-mark svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 22px;
}

.nhato-source-note small {
	color: var(--nhato-red);
	display: block;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 5px;
}

.nhato-source-note p {
	color: var(--nhato-muted);
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
}

.nhato-source-note a {
	color: var(--nhato-red);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(111, 29, 27, 0.28);
	text-underline-offset: 3px;
}

.nhato-category-image-fallback img {
	filter: saturate(0.62) sepia(0.08) contrast(1.03);
}

.nhato-category-image-fallback::after {
	background: linear-gradient(145deg, rgba(24, 13, 9, 0.08), rgba(111, 29, 27, 0.18));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

@media (max-width: 620px) {
	.nhato-search-toggle {
		height: 37px;
		padding: 0;
		width: 37px;
	}

	.nhato-search-toggle-label {
		display: none;
	}

	.nhato-source-note {
		align-items: flex-start;
		padding: 19px;
	}
}

/* UX Builder overrides for category introductions and imported articles. */
.nhato-category-ux-block{position:relative;z-index:3;background:#fff}
.nhato-category-ux-block .section{margin:0}
.nhato-category-ux-block-replace + .nhato-category-switcher{margin-top:0}
.nhato-imported-article-content{max-width:100%}
.nhato-imported-article-content img{height:auto;max-width:100%}

/* Background music controller */
.nhato-music-widget {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 99995;
}
.nhato-music-player {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 200px;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}
.nhato-music-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	padding: 9px 15px 9px 11px;
	border: 1px solid rgba(224, 187, 104, .45);
	border-radius: 999px;
	background: rgba(28, 16, 13, .94);
	box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
	color: #fff7e7;
	font: 700 12px/1.2 "Be Vietnam Pro", sans-serif;
	cursor: pointer;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.nhato-music-toggle:hover,
.nhato-music-toggle:focus-visible {
	transform: translateY(-2px);
	background: rgba(100, 28, 27, .97);
	border-color: rgba(238, 198, 108, .9);
}
.nhato-music-icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(145deg, #d9ac53, #8e5425);
	color: #21100c;
}
.nhato-music-widget.is-playing .nhato-music-icon {
	animation: nhato-music-pulse 1.8s ease-in-out infinite;
}
.nhato-music-widget.is-blocked .nhato-music-toggle {
	border-color: #ddb35b;
	animation: nhato-music-nudge 2.4s ease-in-out infinite;
}
.nhato-music-widget-hidden-control .nhato-music-toggle {
	display: none;
}
@keyframes nhato-music-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(219, 175, 84, .15); }
	50% { box-shadow: 0 0 0 9px rgba(219, 175, 84, 0); }
}
@keyframes nhato-music-nudge {
	0%, 78%, 100% { transform: translateX(0); }
	82% { transform: translateX(-4px); }
	86% { transform: translateX(3px); }
	90% { transform: translateX(-2px); }
}
@media (max-width: 640px) {
	.nhato-music-widget { right: 12px; bottom: 12px; }
	.nhato-music-toggle { min-height: 44px; padding: 7px 10px; }
	.nhato-music-label { display: none; }
	.nhato-music-icon { width: 30px; height: 30px; }
}
@media (prefers-reduced-motion: reduce) {
	.nhato-music-widget.is-playing .nhato-music-icon,
	.nhato-music-widget.is-blocked .nhato-music-toggle { animation: none; }
}
