/*
Theme Name: VkckLanAnh9496 Theme
Theme URI: https://vkcklananh9496.me
Author: vkcklananh9496.me
Description: Custom entity/profile theme built for vkcklananh9496.me - a modern couple/love-diary editorial identity. No page builder, no build step, semantic HTML5, mobile-first, minimal JS.
Version: 2.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vkcklananh
*/

/* ==========================================================================
   0. Design tokens - "Modern Couple / Love Diary"
   ========================================================================== */
:root {
	/* Brand palette */
	--rose: #e94b72;
	--coral: #ff718a;
	--wine: #7d2943;
	--blush: #fff0f3;
	--cream: #fff9f7;
	--surface: #ffffff;
	--text: #272329;
	--muted: #6f6469;
	--muted-2: #a3969b;
	--border: #f1d6de;
	--border-strong: #e8bbc8;
	--highlight: #ffe2e8;
	--gradient-primary: linear-gradient(135deg, #e94b72 0%, #ff718a 100%);

	/* Legacy token names kept as aliases so every existing rule/markup still
	   resolves correctly through this redesign - nothing renamed at the
	   markup level, only re-themed. */
	--ink: var(--text);
	--ink-soft: var(--muted);
	--ink-faint: var(--muted-2);
	--paper: var(--cream);
	--paper-alt: var(--blush);
	--card-bg: var(--surface);
	--line: var(--border);
	--accent: var(--rose);
	--accent-strong: var(--wine);
	--accent-tint: var(--highlight);

	--focus: #2563eb;

	--radius-sm: 10px;
	--radius-md: 14px;
	--radius-lg: 20px;
	--radius-pill: 999px;
	--radius: var(--radius-sm);

	--shadow-sm: 0 4px 18px rgba(125, 41, 67, 0.06);
	--shadow-card: 0 10px 30px rgba(125, 41, 67, 0.08);
	--shadow-hero: 0 20px 50px rgba(125, 41, 67, 0.12);
	--shadow-md: var(--shadow-card);

	--container: 1240px;
	--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ==========================================================================
   1. Reset
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--text);
	background: var(--cream);
}
img, svg, video { display: block; max-width: 100%; height: auto; }
ul, ol { padding-left: 1.2em; }
a { color: var(--wine); text-decoration: none; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font-family: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 0.5em; font-weight: 800; letter-spacing: -0.01em; color: var(--text); }
p { margin: 0 0 1em; }
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 1000;
	background: var(--wine); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   2. Layout helpers
   ========================================================================== */
.wrap {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.section { padding: 48px 0; }
.section--alt { background: var(--cream); }
.section--blush { background: var(--blush); }
.section--white { background: var(--surface); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.section-title { font-size: clamp(1.35rem, 2.6vw, 1.7rem); margin: 0; }
.section-desc { color: var(--muted); max-width: 60ch; margin: 8px 0 0; }
.section-kicker {
	display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em;
	text-transform: uppercase; color: var(--wine); margin: 0 0 8px;
}
.section-link { font-size: 0.9rem; font-weight: 700; white-space: nowrap; color: var(--wine); }
.visually-hidden {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(0 0 0 0); white-space: nowrap;
}

/* ==========================================================================
   2b. Couple motif - the site's reusable "two people" visual signature.
   Two overlapping rings (brand mark, eyebrows, footer) and paired dots
   (section kickers) - deliberately not heart clipart.
   ========================================================================== */
.motif-rings { display: inline-flex; align-items: center; flex-shrink: 0; }
.motif-rings span {
	width: 13px; height: 13px; border-radius: 50%; border: 2px solid var(--rose); background: transparent;
}
.motif-rings span + span { margin-left: -5px; border-color: var(--coral); }
.motif-rings--lg span { width: 22px; height: 22px; border-width: 3px; }
.motif-rings--lg span + span { margin-left: -9px; }
.motif-rings--on-dark span { border-color: rgba(255,255,255,0.85); }
.motif-rings--on-dark span + span { border-color: var(--coral); }

.motif-dots { display: inline-flex; align-items: center; gap: 5px; }
.motif-dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--rose); display: block; }
.motif-dots span + span { background: var(--coral); }

/* ==========================================================================
   3. Header + navigation
   ========================================================================== */
.site-header {
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0;
	z-index: 50;
}
@supports (backdrop-filter: blur(8px)) {
	.site-header { backdrop-filter: blur(8px); }
}
.site-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.site-branding { display: flex; align-items: center; gap: 10px; min-width: 0; }
.site-branding__logo { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--border); }
.site-branding__name {
	display: flex; align-items: center; gap: 8px;
	font-size: 1.1rem; font-weight: 800; color: var(--text); letter-spacing: -0.01em;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.site-branding__name a { color: inherit; display: inline-flex; align-items: center; gap: 8px; }
.site-branding__name a:hover { text-decoration: none; color: var(--wine); }

.primary-nav { display: none; }
.primary-nav ul { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.primary-nav a {
	display: inline-block; padding: 9px 16px; color: var(--muted); font-weight: 700; font-size: 0.92rem;
	border-radius: var(--radius-pill); transition: background 0.15s var(--ease), color 0.15s var(--ease);
}
.primary-nav a:hover { background: var(--blush); color: var(--wine); text-decoration: none; }
.primary-nav li.current-menu-item > a,
.primary-nav li.current_page_item > a { background: var(--blush); color: var(--wine); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.header-search-toggle,
.menu-toggle {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border);
	background: var(--surface); cursor: pointer; color: var(--text); transition: border-color 0.15s var(--ease), background 0.15s var(--ease);
}
.header-search-toggle:hover, .menu-toggle:hover { background: var(--blush); border-color: var(--border-strong); }

.header-search {
	display: none; border-bottom: 1px solid var(--border); background: var(--blush);
}
.header-search.is-open { display: block; }
.header-search form { display: flex; gap: 8px; padding: 12px 0; }
.header-search input[type="search"] {
	flex: 1; padding: 10px 14px; border: 1px solid var(--border-strong); border-radius: var(--radius-pill); font-size: 0.95rem; background: var(--surface);
}
.header-search button {
	padding: 10px 18px; border: none; border-radius: var(--radius-pill); background: var(--gradient-primary); color: #fff; font-weight: 700; cursor: pointer;
}

.mobile-nav {
	display: none;
	border-bottom: 1px solid var(--border);
	background: var(--surface);
}
.mobile-nav.is-open { display: block; }
.mobile-nav ul { list-style: none; margin: 0; padding: 8px 0; }
.mobile-nav a { display: block; padding: 13px 20px; color: var(--text); font-weight: 700; }
.mobile-nav a:hover { background: var(--blush); text-decoration: none; }
.mobile-nav li.current-menu-item > a,
.mobile-nav li.current_page_item > a { color: var(--wine); background: var(--blush); }

@media (min-width: 900px) {
	.primary-nav { display: block; }
	.menu-toggle { display: none; }
	.mobile-nav { display: none !important; }
}

/* ==========================================================================
   4. Breadcrumbs
   ========================================================================== */
.breadcrumbs {
	font-size: 0.82rem; color: var(--muted-2); padding: 14px 0 0;
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs .sep { margin: 0 6px; color: var(--muted-2); }
.breadcrumbs .current { color: var(--text); font-weight: 600; }

/* ==========================================================================
   5. Hero - couple editorial composition
   ========================================================================== */
.hero { padding: 40px 0 20px; position: relative; overflow: hidden; }
.hero__grid { display: grid; gap: 40px; align-items: center; }

.hero__visual { position: relative; }
.hero__visual-shape {
	position: absolute; inset: -8% -12%; z-index: 0;
	background: radial-gradient(60% 60% at 30% 20%, var(--highlight) 0%, rgba(255,226,232,0) 70%),
	            radial-gradient(50% 50% at 80% 80%, var(--blush) 0%, rgba(255,240,243,0) 70%);
	border-radius: 40%;
}
.hero__photo {
	position: relative; z-index: 1; border-radius: var(--radius-lg); overflow: hidden; background: var(--blush);
	box-shadow: var(--shadow-hero);
}
.hero__photo--main { aspect-ratio: 4 / 5; width: 78%; }
.hero__photo--main img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero__photo--accent {
	aspect-ratio: 3 / 4; width: 46%; position: absolute; right: -4%; bottom: -8%; z-index: 2;
	border: 4px solid var(--surface); box-shadow: var(--shadow-card);
}
.hero__photo--accent img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.hero__portrait--placeholder {
	display: flex; align-items: center; justify-content: center; aspect-ratio: 4/5; width: 100%;
	color: var(--muted-2); font-size: 0.9rem; text-align: center; padding: 20px;
	border: 1px dashed var(--border-strong); border-radius: var(--radius-lg); background: var(--blush); position: relative; z-index: 1;
}

.hero__content { position: relative; z-index: 1; }
.hero__eyebrow {
	display: inline-flex; align-items: center; gap: 10px; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.1em;
	text-transform: uppercase; color: var(--wine); background: var(--blush);
	padding: 7px 16px 7px 12px; border-radius: var(--radius-pill); margin-bottom: 18px;
}
.hero__name { font-size: clamp(2.1rem, 5vw, 3.6rem); margin: 0 0 14px; letter-spacing: -0.02em; }
.hero__name-sub { font-size: 0.5em; font-weight: 600; color: var(--muted); letter-spacing: -0.01em; }
.hero__tagline { font-size: 1.08rem; color: var(--muted); max-width: 48ch; margin-bottom: 20px; }

.hero__couple-chip {
	display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; margin-bottom: 22px;
	background: var(--surface); border: 1px solid var(--border-strong); border-radius: var(--radius-pill);
	font-size: 0.82rem; font-weight: 800; letter-spacing: 0.03em; color: var(--wine); box-shadow: var(--shadow-sm);
}
.hero__couple-chip .hero__couple-x { color: var(--rose); font-weight: 400; }

.hero__social { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__social a {
	display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border: 1px solid var(--border);
	border-radius: var(--radius-pill); font-size: 0.85rem; font-weight: 700; color: var(--text);
}
.hero__social a:hover { background: var(--blush); text-decoration: none; border-color: var(--border-strong); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }

.btn-primary {
	display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: var(--radius-pill);
	background: var(--gradient-primary); color: #fff; font-weight: 700; font-size: 0.94rem;
	box-shadow: 0 8px 20px rgba(233, 75, 114, 0.28);
	transition: transform 0.15s var(--ease), box-shadow 0.15s var(--ease);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(233, 75, 114, 0.36); text-decoration: none; }
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
	display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: var(--radius-pill);
	background: var(--surface); color: var(--wine); font-weight: 700; font-size: 0.94rem; border: 1px solid var(--border-strong);
	transition: background 0.15s var(--ease), transform 0.15s var(--ease);
}
.btn-secondary:hover { background: var(--blush); transform: translateY(-1px); text-decoration: none; }
.btn-secondary:active { transform: translateY(0); }

@media (min-width: 860px) {
	.hero__grid { grid-template-columns: 5fr 6fr; }
	.hero__visual { min-height: 460px; }
}
@media (max-width: 859px) {
	.hero__visual { max-width: 380px; margin: 0 auto 12px; }
	.hero__photo--main { width: 82%; }
}

/* ==========================================================================
   6. Couple Profile card (was "Quick Facts" table)
   ========================================================================== */
.couple-card {
	display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px;
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 26px 20px; box-shadow: var(--shadow-card); margin-bottom: 16px;
}
.couple-card__member { text-align: center; }
.couple-card__role { display: block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wine); margin-bottom: 6px; }
.couple-card__year { display: block; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--text); }
.couple-card__link { display: flex; align-items: center; justify-content: center; color: var(--rose); }

.identity-card {
	display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border);
	border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
}
.identity-card__row {
	background: var(--blush); padding: 16px 18px; display: flex; flex-direction: column; gap: 4px;
}
.identity-card__row span { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); }
.identity-card__row strong { font-size: 1.05rem; color: var(--wine); }
@media (max-width: 480px) {
	.identity-card { grid-template-columns: 1fr; }
}

/* ==========================================================================
   7. Prose / intro blocks
   ========================================================================== */
.prose-block { max-width: 74ch; }
.prose-block p { color: var(--muted); }
.editable-note {
	border: 1px dashed var(--border-strong); border-radius: var(--radius-sm); padding: 16px 18px;
	color: var(--muted-2); font-size: 0.92rem; background: var(--blush);
}
.editable-note strong { color: var(--muted); }

.split-block { display: grid; gap: 28px; align-items: start; }
@media (min-width: 900px) {
	.split-block { grid-template-columns: 1.6fr 1fr; gap: 44px; }
}

/* Compact identity card reused inside "là ai?" sections (homepage + pillar) */
.identity-mini {
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 22px; box-shadow: var(--shadow-card);
}
.identity-mini__title { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin: 0 0 14px; }
.identity-mini__row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.identity-mini__row:last-of-type { border-bottom: none; }
.identity-mini__row span { color: var(--muted); font-size: 0.88rem; }
.identity-mini__row strong { color: var(--text); font-size: 0.96rem; text-align: right; }
.identity-mini .btn-primary { width: 100%; justify-content: center; margin-top: 16px; }

/* ==========================================================================
   8. Article cards + grids
   ========================================================================== */
.card-grid {
	display: grid; gap: 22px; grid-template-columns: 1fr;
}
.card-grid--2 { grid-template-columns: 1fr; }
.card-grid--3 { grid-template-columns: 1fr; }
@media (min-width: 640px) {
	.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
	.card-grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
	.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
}

.article-card {
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
	overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
	transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease), border-color 0.2s var(--ease);
}
.article-card:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); border-color: var(--border-strong); }
.article-card__thumb { aspect-ratio: 16 / 10; background: var(--blush); overflow: hidden; }
.article-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s var(--ease); }
.article-card:hover .article-card__thumb img { transform: scale(1.03); }
.article-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.article-card__cat {
	font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--wine);
}
.article-card__title { font-size: 1.08rem; margin: 0; }
.article-card__title a { color: var(--text); }
.article-card__title a:hover { color: var(--wine); text-decoration: none; }
.article-card__excerpt { color: var(--muted); font-size: 0.9rem; margin: 0; }
.article-card__meta { color: var(--muted-2); font-size: 0.78rem; margin-top: auto; padding-top: 6px; }

.featured-card {
	position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card);
	aspect-ratio: 16 / 9; background: var(--blush);
}
.featured-card img { width: 100%; height: 100%; object-fit: cover; }
.featured-card__overlay {
	position: absolute; inset: 0; background: linear-gradient(180deg, rgba(125,41,67,0) 35%, rgba(93,20,42,0.86) 100%);
	display: flex; align-items: flex-end; padding: 20px;
}
.featured-card__cat {
	font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--highlight);
}
.featured-card__title { color: #fff; font-size: 1.15rem; margin: 4px 0 0; }
.featured-card__title a { color: #fff; }
.featured-card__title a:hover { text-decoration: underline; }

/* Empty-state card - used instead of fake placeholder content */
.empty-state-card {
	display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px;
	padding: 44px 24px; background: var(--blush); border: 1px dashed var(--border-strong); border-radius: var(--radius-lg);
}
.empty-state-card__icon { color: var(--rose); }
.empty-state-card__text { color: var(--muted); font-size: 0.94rem; max-width: 42ch; margin: 0; }

/* ==========================================================================
   9. Social presence cards
   ========================================================================== */
.social-cards { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 640px) { .social-cards { grid-template-columns: repeat(2, 1fr); } }
.social-card {
	display: flex; align-items: center; gap: 14px; padding: 18px 20px;
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
}
.social-card__icon {
	flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--blush); color: var(--wine);
	display: flex; align-items: center; justify-content: center;
}
.social-card__body { min-width: 0; }
.social-card__platform { font-weight: 800; font-size: 0.98rem; color: var(--text); }
.social-card__handle { font-size: 0.86rem; color: var(--muted); }
.social-card__status {
	display: inline-block; margin-top: 4px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em;
	color: var(--wine); background: var(--highlight); padding: 3px 10px; border-radius: var(--radius-pill);
}

.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 700px) { .social-grid { grid-template-columns: repeat(4, 1fr); } }
.social-tile {
	display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 22px 12px;
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); text-align: center;
}
.social-tile:hover { border-color: var(--rose); text-decoration: none; }
.social-tile__icon { width: 30px; height: 30px; }
.social-tile__label { font-weight: 700; font-size: 0.88rem; color: var(--text); }

.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 640px) { .media-grid { grid-template-columns: repeat(4, 1fr); } }
.media-grid__item { aspect-ratio: 1 / 1; border-radius: var(--radius-sm); overflow: hidden; background: var(--blush); }
.media-grid__item img { width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   9b. Search-interest editorial card
   ========================================================================== */
.insight-card {
	display: flex; gap: 18px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 26px 28px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.insight-card::before {
	content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--gradient-primary);
}
.insight-card__icon {
	flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--blush); color: var(--rose);
	display: flex; align-items: center; justify-content: center;
}
.insight-card__body h2, .insight-card__body h3 { margin-bottom: 8px; }
.insight-card__body p { color: var(--muted); margin: 0; }

/* ==========================================================================
   10. FAQ
   ========================================================================== */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 74ch; }
.faq-item {
	border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface);
	transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.faq-item[open] { border-color: var(--border-strong); background: var(--blush); }
.faq-item summary {
	cursor: pointer; padding: 16px 50px 16px 18px; font-weight: 700; list-style: none; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
	content: "+"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
	width: 28px; height: 28px; border-radius: 50%; background: var(--blush); color: var(--wine);
	display: flex; align-items: center; justify-content: center; font-size: 1.15rem; font-weight: 400;
	transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}
.faq-item[open] summary::after { content: "\2212"; background: var(--gradient-primary); color: #fff; }
.faq-item p { padding: 0 18px 18px; margin: 0; color: var(--muted); }

/* ==========================================================================
   11. Trust / about card
   ========================================================================== */
.about-box {
	display: flex; gap: 16px; align-items: flex-start; background: var(--surface);
	border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm);
}
.about-box__avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--blush); }
.about-box__icon {
	width: 44px; height: 44px; border-radius: 50%; background: var(--blush); color: var(--wine); flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
}
.about-box__title { margin: 0 0 6px; font-size: 1.05rem; }
.about-box__text { color: var(--muted); font-size: 0.93rem; margin: 0; }

/* ==========================================================================
   12. Footer
   ========================================================================== */
.site-footer { background: var(--wine); color: #f6dde3; margin-top: 24px; }
.site-footer .wrap { padding-top: 44px; padding-bottom: 26px; }
.footer-grid { display: grid; gap: 30px; grid-template-columns: 1fr; }
@media (min-width: 780px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-brand__name { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 1.2rem; font-weight: 800; margin: 0 0 10px; }
.footer-brand__desc { color: #f0c9d3; font-size: 0.9rem; max-width: 40ch; }
.footer-heading { color: #fff; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; margin: 0 0 14px; opacity: 0.85; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { color: #f0c9d3; font-size: 0.92rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.16); margin-top: 32px; padding-top: 20px;
	font-size: 0.82rem; color: #e6b4c1; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between;
}

/* ==========================================================================
   13. Single article / pillar page
   ========================================================================== */
.single-article { padding: 30px 0 56px; }
.single-article__header { max-width: 76ch; margin: 0 auto 26px; }
.single-article__cat { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--wine); }
.single-article__title { font-size: clamp(1.7rem, 4.4vw, 2.6rem); margin: 8px 0 12px; }
.single-article__meta { color: var(--muted-2); font-size: 0.86rem; }
.single-article__thumb {
	max-width: 900px; margin: 0 auto 30px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card);
}
.single-article__body {
	max-width: 76ch; margin: 0 auto; font-size: 1.06rem; color: var(--text);
}
.single-article__body p { color: var(--text); }
.single-article__body h2 { font-size: 1.4rem; margin-top: 1.6em; }
.single-article__body h3 { font-size: 1.15rem; margin-top: 1.4em; }
.single-article__body img { border-radius: var(--radius-sm); }
.single-article__body a { text-decoration: underline; color: var(--wine); }
.single-article__body blockquote {
	margin: 1.4em 0; padding: 4px 0 4px 18px; border-left: 3px solid var(--rose); color: var(--muted); font-style: italic;
}
.single-article__tags { max-width: 76ch; margin: 30px auto 0; display: flex; gap: 8px; flex-wrap: wrap; }
.single-article__tags a {
	font-size: 0.8rem; padding: 6px 12px; border: 1px solid var(--border); border-radius: var(--radius-pill); color: var(--muted);
}
.pillar-link-box {
	max-width: 76ch; margin: 30px auto 0; padding: 18px 20px; background: var(--blush);
	border-radius: var(--radius-md); font-size: 0.94rem;
}
.pillar-link-box a { font-weight: 700; color: var(--wine); }

/* ==========================================================================
   14. Archive / search / 404
   ========================================================================== */
.archive-header { padding: 34px 0 12px; }
.archive-header__title { font-size: clamp(1.6rem, 4.4vw, 2.3rem); margin-bottom: 8px; }
.archive-header__desc { color: var(--muted); max-width: 70ch; }
.pagination { display: flex; gap: 8px; justify-content: center; margin: 36px 0 10px; flex-wrap: wrap; }
.pagination a, .pagination span {
	display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px;
	padding: 0 10px; border: 1px solid var(--border); border-radius: var(--radius-sm); color: var(--text); font-weight: 600; font-size: 0.9rem;
}
.pagination .current { background: var(--wine); color: #fff; border-color: var(--wine); }
.pagination a:hover { background: var(--blush); text-decoration: none; }

.no-results { text-align: center; padding: 60px 0; color: var(--muted); }
.error-404 { text-align: center; padding: 70px 0; }
.error-404__code { font-size: clamp(3rem, 10vw, 6rem); font-weight: 800; color: var(--rose); margin: 0; line-height: 1; }
.error-404__title { font-size: 1.4rem; margin: 10px 0 8px; }
.error-404__actions { margin-top: 22px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.btn {
	display: inline-flex; align-items: center; padding: 11px 20px; border-radius: var(--radius-pill); font-weight: 700; font-size: 0.92rem;
}
.btn--primary { background: var(--gradient-primary); color: #fff; }
.btn--primary:hover { text-decoration: none; opacity: 0.94; }
.btn--ghost { border: 1px solid var(--border-strong); color: var(--wine); }
.btn--ghost:hover { background: var(--blush); text-decoration: none; }

/* ==========================================================================
   6b. Profile card (used for the "Thông tin nhanh" wrapper + pillar bio)
   ========================================================================== */
.profile-card {
	display: grid; gap: 24px; grid-template-columns: 1fr;
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 20px; box-shadow: var(--shadow-card);
}
@media (min-width: 780px) {
	.profile-card { grid-template-columns: minmax(220px, 32%) 1fr; padding: 28px; gap: 32px; align-items: start; }
	.profile-card--full { grid-template-columns: 1fr; padding: 28px; }
}
.profile-card__portrait {
	width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius-md); overflow: hidden; background: var(--blush);
}
.profile-card__portrait img { width: 100%; height: 100%; object-fit: cover; }
.profile-card__social { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.profile-card--full .profile-card__social { margin-top: 0; margin-bottom: 20px; }
.profile-card__social a {
	flex: 1; min-width: 130px; text-align: center; padding: 9px 12px; border: 1px solid var(--border); border-radius: var(--radius-pill);
	font-size: 0.84rem; font-weight: 700; color: var(--text);
}
.profile-card--full .profile-card__social a { flex: 0 0 auto; }
.profile-card__social a:hover { border-color: var(--rose); background: var(--highlight); text-decoration: none; }

.fact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
@media (min-width: 700px) {
	.profile-card--full .fact-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 32px; }
}
.fact-row {
	display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--border);
}
.fact-row:last-child { border-bottom: none; }
.fact-row__icon { flex-shrink: 0; margin-top: 2px; color: var(--rose); }
.fact-row__label {
	flex: 0 0 128px; font-weight: 700; font-size: 0.88rem; color: var(--muted);
}
.fact-row__value { flex: 1; font-size: 0.96rem; color: var(--text); font-weight: 600; }
.fact-row__value a { color: var(--wine); font-weight: 700; }
@media (max-width: 480px) {
	.fact-row { flex-wrap: wrap; }
	.fact-row__label { flex-basis: 100%; margin-bottom: 2px; }
}

.topic-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.topic-chip {
	display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: var(--radius-pill);
	background: var(--highlight); color: var(--wine); font-size: 0.86rem; font-weight: 700;
}

/* ==========================================================================
   15b. Image gallery - editorial rhythm, not a flat identical grid
   ========================================================================== */
/* Editorial rhythm without risking leftover empty cells: every tile has the
   same height (so rows always tile cleanly regardless of item count), and
   only the FIRST tile is doubled in width as the one feature moment. */
.gallery-grid {
	display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 12px;
}
.gallery-grid__item {
	position: relative; display: block; border-radius: var(--radius-md);
	overflow: hidden; background: var(--blush); grid-row: span 2;
}
.gallery-grid__item:first-child { grid-column: span 2; }
.gallery-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s var(--ease); }
.gallery-grid__item:hover img { transform: scale(1.035); }
.gallery-grid__item::after {
	content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(125,41,67,0) 55%, rgba(93,20,42,0.5) 100%);
	opacity: 0; transition: opacity 0.2s var(--ease);
}
.gallery-grid__item:hover::after { opacity: 1; }
.gallery-grid__caption {
	position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 12px; font-size: 0.78rem; color: #fff; z-index: 1;
}
@media (max-width: 780px) {
	.gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 130px; }
}
@media (max-width: 640px) {
	.gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; gap: 10px; }
	.gallery-grid__item, .gallery-grid__item:first-child { grid-column: span 1; grid-row: span 1; aspect-ratio: 1/1; }
}

.vkcklananh-lightbox {
	position: fixed; inset: 0; background: rgba(39, 15, 24, 0.94); z-index: 1000;
	display: flex; align-items: center; justify-content: center; padding: 20px;
}
.vkcklananh-lightbox[hidden] { display: none; }
.vkcklananh-lightbox__figure { max-width: 90vw; max-height: 85vh; margin: 0; text-align: center; }
.vkcklananh-lightbox__img { max-width: 90vw; max-height: 80vh; object-fit: contain; border-radius: 6px; }
.vkcklananh-lightbox__caption { color: #f6dde3; font-size: 0.88rem; margin-top: 10px; }
.vkcklananh-lightbox__counter { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); color: #f0c9d3; font-size: 0.82rem; }
.vkcklananh-lightbox__close,
.vkcklananh-lightbox__prev,
.vkcklananh-lightbox__next {
	position: absolute; background: rgba(255,255,255,0.14); color: #fff; border: none; border-radius: 50%;
	width: 44px; height: 44px; font-size: 1.4rem; cursor: pointer; display: flex; align-items: center; justify-content: center;
	transition: background 0.15s var(--ease);
}
.vkcklananh-lightbox__close:hover,
.vkcklananh-lightbox__prev:hover,
.vkcklananh-lightbox__next:hover { background: rgba(255,255,255,0.26); }
.vkcklananh-lightbox__close { top: 16px; right: 16px; }
.vkcklananh-lightbox__prev { left: 16px; top: 50%; transform: translateY(-50%); }
.vkcklananh-lightbox__next { right: 16px; top: 50%; transform: translateY(-50%); }
body.vkcklananh-lightbox-open { overflow: hidden; }

/* ==========================================================================
   15c. TikTok video grid
   ========================================================================== */
.video-grid {
	display: grid; grid-template-columns: 1fr; gap: 20px;
}
@media (min-width: 700px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .video-grid { grid-template-columns: repeat(3, 1fr); } }
.video-card {
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 14px; overflow: hidden; box-shadow: var(--shadow-sm);
}
.video-card__title { font-size: 1rem; margin: 0 0 10px; }
.video-card__embed {
	max-width: 100%; overflow: hidden; border-radius: var(--radius-sm);
	min-height: 300px;
}
.video-card__embed iframe,
.video-card__embed blockquote { max-width: 100% !important; }
.video-card__caption { color: var(--muted); font-size: 0.88rem; margin: 10px 0 0; }

/* ==========================================================================
   15. Gutenberg base blocks
   ========================================================================== */
.wp-block-image { margin: 1.4em 0; }
.wp-block-quote { border-left: 3px solid var(--rose); padding-left: 18px; color: var(--muted); }
.wp-block-gallery { margin: 1.4em 0; }
.alignwide { max-width: 100%; }
.aligncenter { margin-left: auto; margin-right: auto; }
