/*
Theme Name: Ararat Luxe
Author: AtlasUi
Author URI: https://atlasui.net
Description: A left-to-right luxury entertainment magazine theme for Armenian WordPress sites. Includes Customizer-controlled colors, article metadata, author profiles, tags, and configurable editorial blocks.
Version: 1.0.12
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ararat-luxe
Tags: blog, news, entertainment, custom-colors, custom-logo, custom-menu, featured-images, left-sidebar, right-sidebar
*/

@font-face {
	font-family: "Noto Sans Armenian";
	src: url("assets/fonts/noto-sans-armenian/NotoSansArmenian-VariableFont_wdth,wght.woff2") format("woff2");
	font-weight: 100 900;
	font-stretch: 62.5% 100%;
	font-style: normal;
	font-display: swap;
}

:root {
	--ael-ruby: #97050E;
	--ael-ruby-dark: #6f030a;
	--ael-gold: #C9892B;
	--ael-ink: #2A0A10;
	--ael-cyan: #0EA5A8;
	--ael-plum: #7C2D68;
	--ael-emerald: #0F9F8E;
	--ael-rose: #E23D58;
	--ael-paper: #FFF7ED;
	--ael-text: #2A0A10;
	--ael-muted: #765461;
	--ael-soft: rgba(42, 10, 16, 0.7);
	--ael-panel: rgba(255, 255, 255, 0.82);
	--ael-panel-strong: rgba(255, 248, 237, 0.96);
	--ael-border: rgba(151, 5, 14, 0.14);
	--ael-border-strong: rgba(151, 5, 14, 0.34);
	--ael-shadow: 0 24px 70px rgba(151, 5, 14, 0.13);
	--ael-radius: 8px;
	--ael-max: 1180px;
	--ael-gap: 24px;
	--ael-font: "Noto Sans Armenian", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ael-display: "Noto Sans Armenian", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	background: #fff7ed;
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	margin: 0;
	background:
		radial-gradient(circle at 12% 10%, rgba(151, 5, 14, 0.18), transparent 30%),
		radial-gradient(circle at 88% 8%, rgba(14, 165, 168, 0.18), transparent 26%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 247, 237, 0.98) 45%, rgba(253, 232, 232, 0.92) 100%);
	color: var(--ael-text);
	direction: ltr;
	font-family: var(--ael-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0;
	text-align: left;
	text-rendering: geometricPrecision;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -2;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(151, 5, 14, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(151, 5, 14, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.02));
}

body::after {
	position: fixed;
	inset: auto 0 0 0;
	z-index: -1;
	height: 46vh;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(100deg, transparent 0 14%, rgba(201, 137, 43, 0.17) 14% 22%, transparent 22% 100%),
		linear-gradient(72deg, transparent 0 58%, rgba(151, 5, 14, 0.16) 58% 68%, transparent 68% 100%);
	opacity: 1;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--ael-gold);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

button,
input,
textarea,
select {
	font: inherit;
	letter-spacing: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	color: var(--ael-ink);
	background: var(--ael-gold);
	border-radius: var(--ael-radius);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(217, 175, 87, 0.22);
	background:
		linear-gradient(130deg, rgba(151, 5, 14, 0.88), rgba(42, 10, 16, 0.9) 44%),
		var(--ael-ruby);
	backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

.site-header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	width: min(100% - 32px, var(--ael-max));
	min-height: 82px;
	margin: 0 auto;
	gap: 22px;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	color: var(--ael-ink);
}

.site-header .brand-mark,
.site-header .brand-name {
	color: #fff;
}

.brand-logo {
	width: 58px;
	height: 58px;
	flex: 0 0 auto;
	object-fit: contain;
	filter: drop-shadow(0 12px 22px rgba(42, 10, 16, 0.26));
}

.brand-copy {
	display: grid;
	min-width: 0;
	gap: 4px;
}

.brand-orbit {
	position: relative;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border: 1px solid rgba(217, 175, 87, 0.74);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(151, 5, 14, 0.92), rgba(76, 29, 149, 0.72)),
		linear-gradient(45deg, rgba(217, 175, 87, 0.34), transparent);
	box-shadow: 0 12px 34px rgba(151, 5, 14, 0.42);
	transform: rotate(45deg);
}

.brand-orbit::after {
	position: absolute;
	inset: 9px;
	content: "";
	border-radius: 4px;
	background: var(--ael-gold);
	box-shadow: 0 0 18px rgba(217, 175, 87, 0.55);
}

.brand-name {
	display: block;
	max-width: 270px;
	overflow: hidden;
	font-family: var(--ael-display);
	font-size: 1.52rem;
	font-weight: 900;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-logo-link img {
	width: auto;
	max-height: 56px;
}

.site-tagline {
	display: block;
	max-width: 320px;
	margin: 0;
	color: var(--ael-muted);
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.45;
}

.site-header .site-tagline {
	color: rgba(255, 248, 237, 0.72);
}

.primary-navigation {
	justify-self: center;
}

.primary-navigation ul,
.footer-navigation ul {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 13px;
	border-radius: var(--ael-radius);
	color: rgba(255, 248, 237, 0.78);
	font-size: 0.94rem;
	font-weight: 700;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(217, 175, 87, 0.28), 0 12px 26px rgba(0, 0, 0, 0.18);
}

.header-actions {
	display: flex;
	justify-content: flex-end;
}

.header-search,
.menu-toggle {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(217, 175, 87, 0.26);
	border-radius: var(--ael-radius);
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.header-search:hover,
.menu-toggle:hover {
	border-color: rgba(217, 175, 87, 0.5);
	background: rgba(255, 255, 255, 0.18);
}

.menu-toggle {
	display: none;
	padding: 0;
	cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 2px 0;
	background: currentColor;
	border-radius: 2px;
}

.site-main {
	position: relative;
	z-index: 1;
}

.site-main :where(p, li, blockquote, figcaption, .post-card-excerpt, .archive-description, .empty-state) {
	text-align: justify;
}

.site-main :where(h1, h2, h3, h4, h5, h6, .post-card-title, .latest-copy strong, .others-title, .section-kicker, .block-more-link, .ael-category) {
	text-align: left;
}

.hero-section {
	position: relative;
	overflow: hidden;
	min-height: 630px;
	padding: 34px 0 38px;
	border-bottom: 1px solid rgba(151, 5, 14, 0.12);
}

.stage-beam {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0.72;
}

.stage-beam-one {
	background:
		linear-gradient(118deg, transparent 0 17%, rgba(201, 137, 43, 0.22) 17% 21%, transparent 21% 100%),
		linear-gradient(76deg, transparent 0 64%, rgba(14, 165, 168, 0.16) 64% 68%, transparent 68% 100%);
}

.stage-beam-two {
	background:
		linear-gradient(154deg, transparent 0 40%, rgba(151, 5, 14, 0.16) 40% 48%, transparent 48% 100%),
		linear-gradient(28deg, transparent 0 8%, rgba(124, 45, 104, 0.14) 8% 15%, transparent 15% 100%);
	mix-blend-mode: multiply;
}

.hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	align-items: center;
	width: min(100% - 32px, var(--ael-max));
	margin: 0 auto;
	gap: 36px;
}

.hero-copy {
	max-width: 620px;
}

.hero-copy h1,
.archive-hero h1,
.single-hero h1,
.author-profile h1,
.not-found h1 {
	margin: 0;
	font-family: var(--ael-display);
	font-size: 4.6rem;
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.hero-copy h1 {
	color: var(--ael-ruby);
	text-shadow: 0 18px 42px rgba(151, 5, 14, 0.14);
}

.hero-copy p {
	max-width: 560px;
	margin: 26px 0 0;
	color: var(--ael-soft);
	font-size: 1.18rem;
	line-height: 1.9;
	text-align: justify;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: var(--ael-radius);
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.btn-primary {
	color: #fff;
	background:
		linear-gradient(135deg, var(--ael-ruby) 0%, var(--ael-rose) 58%, var(--ael-gold) 145%);
	box-shadow: 0 18px 42px rgba(151, 5, 14, 0.34);
}

.btn-primary:hover {
	color: #fff;
	box-shadow: 0 20px 52px rgba(244, 63, 94, 0.34);
}

.btn-ghost {
	color: var(--ael-ruby);
	border-color: var(--ael-border);
	background: rgba(255, 255, 255, 0.64);
}

.btn-ghost:hover {
	color: var(--ael-gold);
	border-color: var(--ael-border-strong);
	background: rgba(217, 175, 87, 0.1);
}

.hero-card,
.luxe-panel,
.post-card {
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	background: var(--ael-panel);
	box-shadow: var(--ael-shadow);
	backdrop-filter: blur(18px);
}

.hero-card {
	position: relative;
	overflow: hidden;
	min-height: 510px;
	background: linear-gradient(145deg, rgba(151, 5, 14, 0.95), rgba(124, 45, 104, 0.86));
}

.hero-card::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background:
		linear-gradient(180deg, transparent 0%, rgba(42, 10, 16, 0.05) 28%, rgba(42, 10, 16, 0.9) 100%),
		linear-gradient(112deg, rgba(151, 5, 14, 0.5), transparent 46%);
	pointer-events: none;
}

.hero-media,
.hero-media img {
	width: 100%;
	height: 100%;
}

.hero-media img {
	object-fit: cover;
}

.hero-card-content {
	position: absolute;
	right: 28px;
	bottom: 28px;
	left: 28px;
	z-index: 2;
	color: #fff;
}

.hero-card-content h2 {
	max-width: 780px;
	margin: 14px 0 12px;
	font-size: 2rem;
	line-height: 1.2;
}

.hero-card-content p {
	max-width: 660px;
	margin: 0;
	color: rgba(255, 248, 237, 0.82);
	text-align: justify;
}

.hero-card-footer,
.post-card-footer,
.post-card-topline,
.single-meta,
.author-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.hero-card-footer {
	justify-content: space-between;
	margin-top: 14px;
	color: rgba(255, 248, 237, 0.78);
}

.content-section,
.archive-main,
.single-main {
	width: min(100% - 32px, var(--ael-max));
	margin: 0 auto;
}

.content-section {
	padding: 34px 0;
}

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

.wide-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	max-width: none;
	border-bottom: 1px solid var(--ael-border);
	padding-bottom: 18px;
}

.section-kicker {
	margin: 0 0 8px;
	color: var(--ael-ruby);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	text-transform: uppercase;
}

.section-heading h2,
.tags-block h2,
.widget-title,
.footer-widget-title {
	margin: 0;
	font-size: 2.05rem;
	font-weight: 900;
	line-height: 1.12;
}

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

.post-card {
	position: relative;
	overflow: hidden;
	min-width: 0;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.post-card::before,
.home-category-block::before,
.latest-column::before,
.single-hero-copy::before,
.single-hero-media::before,
.article-body::before,
.article-lead::before,
.author-profile-story::before {
	position: absolute;
	top: 0;
	right: 18px;
	left: 18px;
	height: 8px;
	content: "";
	border-radius: 0 0 6px 6px;
	background: linear-gradient(90deg, var(--ael-ruby), var(--ael-gold), var(--ael-cyan));
}

.post-card:hover {
	transform: translateY(-5px);
	border-color: rgba(217, 175, 87, 0.5);
	box-shadow: 0 28px 72px rgba(151, 5, 14, 0.18);
}

.post-card-media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1.38;
	border-bottom: 1px solid var(--ael-border);
	background: #f5ded8;
}

.post-card-media img,
.post-card-media .ael-image-fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.post-card:hover .post-card-media img,
.post-card:hover .post-card-media .ael-image-fallback {
	transform: scale(1.05);
}

.media-shine {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, transparent 0 30%, rgba(255, 255, 255, 0.22) 45%, transparent 58% 100%);
	transform: translateX(-120%);
	transition: transform 520ms ease;
}

.post-card:hover .media-shine {
	transform: translateX(120%);
}

.ael-image-fallback {
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(151, 5, 14, 0.92), rgba(124, 45, 104, 0.8)),
		linear-gradient(90deg, rgba(201, 137, 43, 0.34), transparent);
}

.ael-image-fallback span {
	width: 72px;
	height: 72px;
	border: 1px solid rgba(217, 175, 87, 0.75);
	border-radius: 8px;
	transform: rotate(45deg);
}

.post-card-content {
	padding: 18px;
}

.post-card-topline {
	justify-content: space-between;
	color: var(--ael-muted);
	font-size: 0.84rem;
	font-weight: 300;
}

.ael-category {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 9px;
	border: 1px solid rgba(151, 5, 14, 0.24);
	border-radius: var(--ael-radius);
	color: var(--ael-ruby);
	background: rgba(151, 5, 14, 0.07);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
}

.post-card-title {
	margin: 12px 0 8px;
	font-size: 1.28rem;
	font-weight: 600;
	line-height: 1.28;
	text-align: left;
}

.post-card-excerpt {
	margin: 0;
	color: var(--ael-muted);
	font-size: 0.96rem;
	text-align: justify;
}

.post-card-footer {
	justify-content: space-between;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--ael-border);
}

.post-card-footer .post-code:only-child {
	margin-left: auto;
}

.author-chip {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	gap: 9px;
	color: var(--ael-text);
	font-size: 0.86rem;
	font-weight: 800;
}

.author-chip-avatar {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border: 1px solid rgba(217, 175, 87, 0.48);
	border-radius: 50%;
	object-fit: cover;
}

.post-code {
	color: var(--ael-ruby);
	font-size: 0.8rem;
	font-weight: 700;
}

.latest-layout,
.home-main-layout,
.archive-layout,
.single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 18px;
	align-items: start;
}

.front-aside,
.home-sidebar,
.latest-column,
.archive-sidebar,
.single-aside {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 12px;
}

.home-rundown {
	padding-top: 20px;
}

.category-blocks {
	display: grid;
	gap: 14px;
}

.home-category-block,
.latest-column {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.home-sidebar .latest-column {
	position: relative;
	top: auto;
}

.home-category-block::after {
	position: absolute;
	right: -52px;
	bottom: -62px;
	width: 170px;
	height: 170px;
	content: "";
	border: 1px solid rgba(151, 5, 14, 0.16);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(151, 5, 14, 0.07), rgba(14, 165, 168, 0.08));
	transform: rotate(45deg);
}

.home-block-heading {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	max-width: none;
	gap: 12px;
	margin-bottom: 22px;
}

.home-block-heading h2 {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--ael-ruby);
	font-size: 1.86rem;
}

.home-block-heading h2::before,
.latest-column .section-heading h2::before {
	display: inline-block;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	content: "";
	border: 1px solid rgba(217, 175, 87, 0.72);
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(151, 5, 14, 0.95), rgba(76, 29, 149, 0.72)),
		linear-gradient(45deg, rgba(217, 175, 87, 0.34), transparent);
	box-shadow:
		inset 0 0 0 6px var(--ael-gold),
		0 8px 20px rgba(151, 5, 14, 0.26);
	transform: rotate(45deg);
}

.latest-column .section-heading h2 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.block-more-link {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	color: var(--ael-ruby);
	background: rgba(255, 255, 255, 0.62);
	font-size: 0.82rem;
	font-weight: 700;
	white-space: nowrap;
}

.home-block-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.home-block-card .post-card-media {
	aspect-ratio: 1.48;
}

.home-block-card .post-card-title {
	font-size: 1.1rem;
}

.home-block-card .post-card-excerpt {
	font-size: 0.9rem;
	line-height: 1.58;
}

.latest-column {
	position: sticky;
	top: 104px;
	align-self: start;
}

.single-aside .latest-column,
.archive-sidebar .latest-column {
	position: relative;
	top: auto;
}

.latest-column .section-heading {
	margin-bottom: 12px;
}

.latest-column .section-heading h2 {
	color: var(--ael-ruby);
	font-size: 1.48rem;
}

.latest-list {
	display: grid;
	gap: 7px;
}

.latest-item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	padding: 7px;
	border: 1px solid rgba(151, 5, 14, 0.1);
	border-radius: var(--ael-radius);
	background: rgba(255, 255, 255, 0.58);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.latest-item:hover {
	transform: translateX(3px);
	border-color: var(--ael-border-strong);
	background: rgba(255, 248, 237, 0.94);
}

.latest-thumb,
.latest-thumb img,
.latest-thumb .ael-image-fallback {
	width: 92px;
	height: 72px;
}

.latest-thumb {
	overflow: hidden;
	border-radius: var(--ael-radius);
	background: rgba(151, 5, 14, 0.1);
}

.latest-thumb img,
.latest-thumb .ael-image-fallback {
	object-fit: cover;
}

.latest-thumb .ael-image-fallback span {
	width: 24px;
	height: 24px;
}

.latest-copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.latest-copy strong {
	display: -webkit-box;
	overflow: hidden;
	color: var(--ael-ink);
	font-size: 0.92rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.latest-copy em {
	color: var(--ael-muted);
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 300;
}

.others-read {
	position: relative;
	overflow: hidden;
	padding: 6px 10px 8px;
}

.others-read::after {
	position: absolute;
	top: 8px;
	right: 12px;
	width: 52px;
	height: 52px;
	content: "";
	pointer-events: none;
	background: url("assets/img/pomegranate-seed.png") center / contain no-repeat;
	filter: drop-shadow(0 12px 20px rgba(151, 5, 14, 0.2));
	opacity: 1;
}

.others-read-inline {
	margin: -0.55em 0 0.8em;
	background:
		linear-gradient(135deg, rgba(151, 5, 14, 0.08), rgba(14, 165, 168, 0.08)),
		rgba(255, 255, 255, 0.88);
}

.others-read-title {
	position: relative;
	z-index: 1;
	padding-right: 52px;
	margin: 0 0 4px;
	color: var(--ael-ruby);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.25;
}

.others-read-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 3px;
}

.others-read-item {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	align-items: center;
	gap: 7px;
	padding: 5px 7px;
	border: 1px solid rgba(151, 5, 14, 0.1);
	border-radius: var(--ael-radius);
	background: rgba(255, 255, 255, 0.56);
}

.others-dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--ael-ruby);
	box-shadow: 0 0 0 3px rgba(151, 5, 14, 0.09), 0 0 14px rgba(201, 137, 43, 0.3);
}

.others-title {
	display: block;
	overflow: hidden;
	color: var(--ael-ink);
	font-size: 0.86rem;
	font-weight: 850;
	line-height: 1.35;
	text-align: left;
}

.archive-main,
.single-main {
	padding: 28px 0 40px;
}

.archive-hero,
.single-hero,
.author-profile,
.not-found {
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}

.archive-hero {
	padding: 28px 0 20px;
	border-bottom: 1px solid var(--ael-border);
}

.archive-hero h1,
.single-hero h1,
.author-profile h1,
.not-found h1 {
	max-width: 980px;
	font-size: 3.4rem;
	font-weight: 800;
	line-height: 1.08;
}

.archive-description {
	max-width: 720px;
	color: var(--ael-muted);
}

.single-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	min-height: 0;
}

.single-hero-copy {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 34px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	background:
		linear-gradient(145deg, rgba(151, 5, 14, 0.1), rgba(14, 165, 168, 0.08)),
		var(--ael-panel-strong);
	box-shadow: var(--ael-shadow);
}

.single-hero-copy .ael-category {
	align-self: flex-start;
	margin-bottom: 16px;
}

.single-hero-copy .author-chip {
	margin-top: 12px;
}

.single-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
	margin-top: 16px;
	color: var(--ael-muted);
	font-size: 0.88rem;
	font-weight: 300;
}

.single-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	min-height: 58px;
	padding: 10px 12px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	background: rgba(255, 255, 255, 0.72);
	overflow: hidden;
}

.single-meta strong {
	flex: 0 0 auto;
	color: var(--ael-ruby);
}

.single-meta-author {
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.72);
}

.post-meta,
.card-meta,
.entry-meta {
	font-weight: 300;
}

.card-title {
	font-weight: 600;
}

.single-title,
.entry-title {
	font-weight: 700;
}

.ael-breadcrumbs {
	width: 100%;
	margin: 0 auto 14px;
	color: var(--ael-muted);
	font-size: 0.82rem;
	font-weight: 300;
}

.ael-breadcrumbs a {
	color: var(--ael-ruby);
	text-decoration: none;
}

.ael-breadcrumbs a:hover,
.ael-breadcrumbs a:focus {
	color: var(--ael-gold);
}

.single-author-list {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.single-author-pill {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	gap: 8px;
	color: var(--ael-ink);
	font-weight: 700;
}

.single-author-pill span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-author-avatar,
.author-chip-avatar {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border: 1px solid rgba(217, 175, 87, 0.58);
	border-radius: 50%;
	object-fit: cover;
	background: rgba(151, 5, 14, 0.1);
}

.ael-author-image-fallback {
	display: inline-grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, var(--ael-ruby), var(--ael-plum));
	font-weight: 700;
}

.single-hero-media {
	position: relative;
	overflow: hidden;
	min-height: 0;
	margin: 0;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--ael-shadow);
}

.single-hero-media img,
.single-hero-media .ael-image-fallback {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.single-hero-media .ael-image-fallback {
	min-height: 380px;
}

.article-lead,
.article-body,
.author-profile-story {
	position: relative;
	overflow: hidden;
}

.article-lead {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	margin-bottom: 12px;
	padding: 22px 26px;
	background:
		linear-gradient(120deg, rgba(151, 5, 14, 0.11), rgba(14, 165, 168, 0.08)),
		rgba(255, 255, 255, 0.84);
}

.article-lead-mark {
	width: 42px;
	height: 42px;
	background: url("assets/img/pomegranate-seed.png") center / contain no-repeat;
	filter: drop-shadow(0 12px 20px rgba(151, 5, 14, 0.2));
}

.article-lead p {
	margin: 0;
	color: var(--ael-ink);
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.75;
	text-align: justify;
}

.single .article-body p:first-of-type::before {
	content: "Կարմիր Նուռ:";
	display: inline;
	margin-right: 8px;
	color: var(--ael-ruby);
	font-weight: 900;
}

.article-body {
	padding: 32px;
	color: rgba(42, 10, 16, 0.9);
	font-size: 1.08rem;
	text-align: justify;
}

.article-body > *:first-child {
	margin-top: 0;
}

.article-body > *:last-child {
	margin-bottom: 0;
}

.article-body p,
.article-body ul,
.article-body ol {
	margin: 0 0 1.15em;
	text-align: justify !important;
}

.article-body :where(p, li, blockquote, figcaption) {
	text-align: justify !important;
}

.article-body h2,
.article-body h3,
.article-body h4 {
	margin: 1.7em 0 0.65em;
	line-height: 1.2;
}

.article-body h2 {
	font-size: 2rem;
}

.article-body h3 {
	font-size: 1.5rem;
}

.article-body blockquote {
	margin: 2rem 0;
	padding: 24px;
	border-left: 4px solid var(--ael-gold);
	border-radius: var(--ael-radius);
	color: var(--ael-ink);
	background: rgba(201, 137, 43, 0.12);
}

.article-body a {
	color: var(--ael-ruby);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.article-body img,
.wp-block-image img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: var(--ael-radius);
}

.article-body figure,
.wp-block-image {
	text-align: center;
}

.tags-block {
	margin-top: 14px;
	padding: 18px 20px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	background: rgba(255, 255, 255, 0.66);
}

.tags-block h2 {
	font-size: 1.05rem;
	line-height: 1.25;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 12px;
}

.tag-list a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 8px;
	border: 1px solid rgba(151, 5, 14, 0.12);
	border-radius: var(--ael-radius);
	color: var(--ael-text);
	background: rgba(255, 255, 255, 0.58);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.25;
}

.author-socials a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 248, 242, 0.14);
	border-radius: var(--ael-radius);
	color: var(--ael-text);
	background: rgba(255, 255, 255, 0.58);
	font-size: 0.86rem;
	font-weight: 800;
}

.tag-list a:hover,
.author-socials a:hover {
	border-color: var(--ael-border-strong);
	color: var(--ael-ruby);
	background: rgba(151, 5, 14, 0.08);
}

.author-profile {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 28px;
	padding: 34px;
}

.author-profile::before {
	position: absolute;
	top: 0;
	right: 18px;
	left: 18px;
	height: 8px;
	content: "";
	border-radius: 0 0 6px 6px;
	background: linear-gradient(90deg, var(--ael-ruby), var(--ael-gold), var(--ael-cyan));
}

.author-profile-avatar {
	width: 100%;
	aspect-ratio: 1;
	border: 1px solid var(--ael-border-strong);
	border-radius: var(--ael-radius);
	object-fit: cover;
}

.author-profile-content p {
	max-width: 760px;
	color: var(--ael-soft);
	text-align: justify;
}

.author-profile-role {
	margin-top: -10px;
	color: var(--ael-ruby) !important;
	font-weight: 700;
}

.author-profile-story {
	margin-bottom: 18px;
	padding: 28px;
}

.widget {
	padding: 22px;
}

.widget ul {
	padding-left: 20px;
}

.widget a {
	color: var(--ael-soft);
}

.search-form {
	display: flex;
	align-items: stretch;
	gap: 10px;
	max-width: 720px;
	padding: 10px;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	color: var(--ael-text);
	background: rgba(255, 255, 255, 0.72);
	outline: none;
}

.search-field:focus {
	border-color: var(--ael-border-strong);
	box-shadow: 0 0 0 3px rgba(217, 175, 87, 0.12);
}

.navigation.pagination {
	margin-top: 38px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.page-numbers {
	display: inline-grid;
	min-width: 40px;
	min-height: 40px;
	place-items: center;
	padding: 8px 12px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	background: rgba(255, 248, 242, 0.05);
}

.page-numbers.current,
.page-numbers:hover {
	color: var(--ael-ink);
	background: var(--ael-gold);
}

.comments-area {
	margin-top: 18px;
	padding: 22px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	background: rgba(255, 248, 242, 0.05);
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-body {
	margin-bottom: 18px;
	padding: 18px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	color: var(--ael-text);
	background: rgba(255, 255, 255, 0.72);
}

.comment-form .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: var(--ael-radius);
	color: #fff;
	background: var(--ael-ruby);
	cursor: pointer;
}

.not-found {
	padding: 34px;
}

.empty-state {
	padding: 16px;
	border: 1px solid var(--ael-border);
	border-radius: var(--ael-radius);
	color: var(--ael-muted);
	background: rgba(255, 255, 255, 0.62);
}

.site-footer {
	position: relative;
	overflow: hidden;
	border-top: 1px solid var(--ael-border);
	background:
		linear-gradient(130deg, rgba(151, 5, 14, 0.88), rgba(42, 10, 16, 0.9) 44%),
		var(--ael-ruby);
	color: #fff;
}

.site-main p,
.widget p,
.footer-brand p,
.empty-state,
.archive-description {
	text-align: justify;
}

.site-main .section-kicker,
.site-main .post-card-title,
.site-main .latest-copy strong,
.site-main .others-title,
.site-main .block-more-link,
.site-main .ael-category {
	text-align: left;
}

.site-footer .brand-mark,
.site-footer .brand-name {
	color: #fff;
}

.footer-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(98deg, transparent 0 30%, rgba(217, 175, 87, 0.12) 30% 36%, transparent 36% 100%),
		linear-gradient(38deg, transparent 0 68%, rgba(34, 211, 238, 0.1) 68% 72%, transparent 72% 100%);
}

.footer-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.7fr) minmax(220px, 0.8fr);
	gap: 22px;
	width: min(100% - 32px, var(--ael-max));
	margin: 0 auto;
	padding: 18px 0 12px;
}

.footer-brand p {
	max-width: 430px;
	color: rgba(255, 248, 237, 0.74);
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.footer-social {
	display: inline-grid;
	width: 46px;
	height: 46px;
	place-items: center;
	color: #fff;
	overflow: visible;
	transition: transform 180ms ease, filter 180ms ease;
}

.footer-social:hover {
	transform: translateY(-4px) scale(1.04);
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.footer-social img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.footer-brand-mark {
	align-items: center;
	gap: 14px;
	margin-bottom: 8px;
}

.footer-brand-mark .brand-logo {
	width: 70px;
	height: 70px;
}

.footer-brand-mark .brand-name {
	max-width: 320px;
	font-size: 1.75rem;
	font-weight: 900;
}

.footer-brand-mark .site-tagline {
	max-width: 420px;
	color: rgba(255, 248, 237, 0.74);
	font-size: 1rem;
}

.footer-navigation ul {
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}

.footer-navigation a {
	color: rgba(255, 248, 237, 0.74);
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: min(100% - 32px, var(--ael-max));
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid var(--ael-border);
	color: rgba(255, 248, 237, 0.72);
	font-size: 0.88rem;
}

.footer-bottom p {
	margin: 0;
}

.footer-credit a {
	color: #fff;
	font-weight: 700;
}

@media (max-width: 1080px) {
	.site-header-inner {
		grid-template-columns: auto auto auto;
	}

	.primary-navigation {
		position: fixed;
		top: 82px;
		right: 16px;
		left: 16px;
		display: none;
		padding: 16px;
		border: 1px solid rgba(217, 175, 87, 0.22);
		border-radius: var(--ael-radius);
		background:
			linear-gradient(130deg, rgba(151, 5, 14, 0.96), rgba(42, 10, 16, 0.97) 46%),
			var(--ael-ruby);
		box-shadow: var(--ael-shadow);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-navigation ul {
		align-items: stretch;
		flex-direction: column;
	}

	.menu-toggle {
		display: inline-grid;
		justify-self: end;
	}

	.hero-inner,
	.single-hero,
	.latest-layout,
	.home-main-layout,
	.archive-layout,
	.single-layout {
		grid-template-columns: 1fr;
	}

	.hero-section {
		min-height: auto;
	}

	.front-aside,
	.home-sidebar,
	.latest-column,
	.archive-sidebar,
	.single-aside {
		position: static;
	}

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

	.single-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 760px) {
	body {
		font-size: 15px;
	}

	.site-header-inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		width: min(100% - 20px, var(--ael-max));
		min-height: 78px;
		gap: 5px;
	}

	.site-branding {
		gap: 8px;
	}

	.site-header .brand-logo {
		width: 56px;
		height: 56px;
	}

	.site-header .site-tagline {
		display: block;
		max-width: 180px;
		font-size: 0.84rem;
		font-weight: 600;
		line-height: 1.25;
	}

	.brand-name {
		max-width: 185px;
		font-size: 1.24rem;
		font-weight: 900;
	}

	.menu-toggle,
	.header-search {
		width: 38px;
		height: 38px;
	}

	.menu-toggle {
		grid-column: 2;
		justify-self: end;
	}

	.header-actions {
		grid-column: 3;
		justify-self: end;
	}

	.site-footer .brand-name {
		max-width: 260px;
		font-size: 1.45rem;
	}

	.site-footer .site-tagline {
		display: block;
		font-size: 0.94rem;
	}

	.hero-section {
		padding: 30px 0 36px;
	}

	.hero-inner,
	.content-section,
	.archive-main,
	.single-main {
		width: min(100% - 24px, var(--ael-max));
	}

	.hero-inner {
		gap: 20px;
	}

	.hero-copy h1,
	.archive-hero h1,
	.single-hero h1,
	.author-profile h1,
	.not-found h1 {
		font-size: 2.5rem;
		line-height: 1.08;
	}

	.hero-copy p {
		font-size: 1rem;
		line-height: 1.72;
	}

	.hero-actions {
		margin-top: 16px;
		gap: 0;
	}

	.hero-card {
		min-height: 390px;
	}

	.hero-card-content {
		right: 18px;
		bottom: 18px;
		left: 18px;
	}

	.hero-card-content h2 {
		font-size: 1.45rem;
	}

	.content-section {
		padding: 30px 0;
	}

	.wide-heading {
		display: block;
	}

	.section-heading h2 {
		font-size: 1.6rem;
	}

	.tags-block h2 {
		font-size: 1rem;
	}

	.home-block-grid,
	.post-grid {
		grid-template-columns: 1fr;
	}

	.home-category-block,
	.latest-column {
		padding: 16px;
	}

	.home-block-heading {
		grid-template-columns: 1fr;
	}

	.post-card-content {
		padding: 18px;
	}

	.single-hero-copy,
	.article-body,
	.article-lead,
	.author-profile,
	.not-found {
		padding: 20px;
	}

	.single-hero-media {
		min-height: 0;
	}

	.article-lead {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 12px;
	}

	.article-lead-mark {
		width: 24px;
		height: 24px;
	}

	.single-meta {
		grid-template-columns: 1fr;
	}

	.single-meta-item {
		width: 100%;
		justify-content: space-between;
	}

	.author-profile {
		grid-template-columns: 1fr;
	}

	.author-profile-media {
		width: 116px;
	}

	.search-form {
		display: grid;
	}

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

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