/*!
Theme Name: voproz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: voproz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

voproz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header {
	background-color: var(--color-white);
	border-bottom: 1px solid var(--color-border);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.header-container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100px;
}

/* Site Branding / Logo */
.site-branding {
	flex: 0 0 auto;
}

.site-branding a {
	display: block;
	text-decoration: none;
}

.site-branding a:hover,
.site-branding a:focus {
	text-decoration: none;
}

/* Custom Logo */
.custom-logo-link {
	display: block;
	max-width: 350px;
}

.custom-logo-link img {
	max-width: 350px;
	height: auto;
	width: 100%;
}

/* Text Logo (fallback) */
.site-logo-text .site-title {
	font-family: var(--font-heading);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-text);
	text-transform: none;
	letter-spacing: 0.02em;
}

.site-logo-text a:hover .site-title,
.site-logo-text a:focus .site-title {
	color: var(--color-accent);
}

/* Main Navigation */
.main-navigation {
	flex: 1 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2.5rem;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-text);
	padding: 0.5rem 0;
	position: relative;
	transition: color 0.3s ease;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: var(--color-accent);
	outline: none;
}

/* Animated underline on hover */
.main-navigation a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--color-accent);
	transition: width 0.3s ease;
}

.main-navigation a:hover::after,
.main-navigation a:focus::after {
	width: 100%;
}

/* Current menu item */
.main-navigation .current-menu-item > a,
.main-navigation .current-page-item > a,
.main-navigation .current_page_parent > a {
	color: var(--color-accent);
}

.main-navigation .current-menu-item > a::after,
.main-navigation .current-page-item > a::after,
.main-navigation .current_page_parent > a::after {
	width: 100%;
}

/* Dropdown Menus */
.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--color-white);
	min-width: 220px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--color-border);
	border-top: none;
	padding: 0.5rem 0;
	z-index: 999;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li {
	display: block;
	width: 100%;
}

.main-navigation ul ul a {
	padding: 0.75rem 1.5rem;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

.main-navigation ul ul a::after {
	display: none;
}

/* Hamburger Menu Button */
.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1001;
}

.menu-toggle:hover {
	background: transparent;
}

.hamburger {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 24px;
	height: 18px;
	justify-content: space-between;
}

.hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--color-text);
	transition: all 0.3s ease;
	transform-origin: center;
}

.menu-toggle:hover .hamburger span {
	background-color: var(--color-accent);
}

/* Active hamburger animation */
.main-navigation.toggled .menu-toggle .hamburger span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.main-navigation.toggled .menu-toggle .hamburger span:nth-child(2) {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle .hamburger span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* Tablet adjustments */
@media screen and (max-width: 1024px) {
	.header-container {
		padding: 0 1.5rem;
		min-height: 80px;
	}

	.main-navigation ul {
		gap: 2rem;
	}
}

/* Mobile Navigation */
@media screen and (max-width: 768px) {
	.header-container {
		min-height: 70px;
		padding: 0 1.5rem;
	}

	.site-branding {
		flex: 0 0 auto;
	}

	.custom-logo-link {
		max-width: 200px;
	}

	.site-logo-text .site-title {
		font-size: 1.5rem;
	}

	.menu-toggle {
		display: flex;
	}

	/* Hide menu by default on mobile */
	.main-navigation ul {
		display: none;
	}

	/* Show menu when toggled */
	.main-navigation.toggled ul {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: var(--color-white);
		padding: 2rem 1.5rem;
		gap: 0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		overflow-y: auto;
	}

	.main-navigation li {
		width: 100%;
		border-bottom: 1px solid var(--color-border);
	}

	.main-navigation li:last-child {
		border-bottom: none;
	}

	.main-navigation a {
		padding: 1rem 0;
		font-size: 0.9375rem;
	}

	.main-navigation a::after {
		display: none;
	}

	/* Dropdowns on mobile */
	.main-navigation ul ul {
		position: static;
		box-shadow: none;
		border: none;
		border-top: 1px solid var(--color-border);
		padding-left: 1.5rem;
		background-color: var(--color-bg);
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		display: none;
	}

	.main-navigation ul li.toggled-on > ul {
		display: block;
	}
}

/* Small Mobile */
@media screen and (max-width: 480px) {
	.header-container {
		padding: 0 1rem;
		min-height: 60px;
	}

	.custom-logo-link {
		max-width: 160px;
	}

	.site-logo-text .site-title {
		font-size: 1.25rem;
	}

	.main-navigation.toggled ul {
		top: 60px;
		padding: 1.5rem 1rem;
	}
}

/*--------------------------------------------------------------
# Archive & Cards
--------------------------------------------------------------*/

/* Archive Container */
.archive-container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 4rem 2rem;
}

.archive-header {
	text-align: center;
	margin-bottom: 4rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.archive-title {
	font-family: var(--font-heading);
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-text);
	margin: 0 0 1rem;
}

.archive-description {
	font-family: var(--font-body);
	font-size: 1.125rem;
	line-height: 1.6;
	color: var(--color-text-muted);
}

/* Cards Grid */
.cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

/* Card */
.card {
	background-color: var(--color-white);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
}

.card:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

/* Card Image */
.card__image {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.card__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.card__img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.card:hover .card__img {
	transform: scale(1.05);
}

/* Card Content */
.card__content {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
}

/* Card Author */
.card__author {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2;
}

.card__avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid var(--color-white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: block;
	margin-top: -25px;
	background-color: var(--color-white);
}

.card__author-name {
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--color-text-muted);
	line-height: 1;
}

/* Card Title */
.card__title {
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text);
	margin: 0 0 1rem;
}

.card__title a {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

.card__title a:hover,
.card__title a:focus {
	color: var(--color-accent);
}

/* Card Excerpt */
.card__excerpt {
	font-family: var(--font-body);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--color-text-muted);
	margin: 0 0 1.5rem;
	flex-grow: 1;

	/* Limit to 3 lines with ellipsis */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Card Link/Read More */
.card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--font-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-accent);
	transition: gap 0.3s ease, color 0.3s ease;
	align-self: flex-start;
}

.card__link:hover,
.card__link:focus {
	color: var(--color-accent-dark);
	gap: 0.75rem;
}

.card__arrow {
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.card__link:hover .card__arrow {
	transform: translateX(4px);
}

/* Posts Navigation for Archive */
.site-main .posts-navigation {
	margin-top: 4rem;
	padding: 0 2rem;
	max-width: var(--container-max-width);
	margin-left: auto;
	margin-right: auto;
}

.posts-navigation .nav-links {
	justify-content: center;
	gap: 2rem;
}

.posts-navigation a {
	display: inline-block;
	padding: 0.875rem 2rem;
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-text);
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 3px;
	transition: all 0.3s ease;
}

.posts-navigation a:hover,
.posts-navigation a:focus {
	color: var(--color-white);
	background-color: var(--color-accent);
	border-color: var(--color-accent);
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
	.archive-container {
		padding: 3rem 1.5rem;
	}

	.archive-title {
		font-size: 2.5rem;
	}

	.cards-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.card__content {
		padding: 1.25rem;
	}

	.card__title {
		font-size: 1.375rem;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.archive-container {
		padding: 2.5rem 1rem;
	}

	.archive-header {
		margin-bottom: 3rem;
	}

	.archive-title {
		font-size: 2rem;
	}

	.archive-description {
		font-size: 1rem;
	}

	.cards-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.card__img {
		height: 220px;
	}

	.card__content {
		padding: 1.25rem;
	}

	.card__title {
		font-size: 1.25rem;
	}

	.card__excerpt {
		font-size: 0.875rem;
		-webkit-line-clamp: 3;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.archive-container {
		padding: 2rem 1rem;
	}

	.archive-title {
		font-size: 1.75rem;
	}

	.cards-grid {
		gap: 1.5rem;
	}

	.card__img {
		height: 200px;
	}

	.card__avatar {
		width: 45px;
		height: 45px;
		margin-top: -22px;
		border-width: 2px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Front Page Styles
--------------------------------------------------------------*/

/* CSS Variables */
:root {
	--color-bg: #FAFAF8;
	--color-bg-alt: #F5F3F0;
	--color-text: #2C2C2C;
	--color-text-muted: #666666;
	--color-text-light: #999999;
	--color-accent: #4A5D3E;
	--color-accent-dark: #3A4D2E;
	--color-white: #FFFFFF;
	--color-border: #E0E0E0;
	--font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--spacing-unit: 1rem;
	--container-max-width: 1400px;
}

/* Hero Section */
.hero-section {
	min-height: 100vh;
	height: 100vh;
	max-height: 900px;
	background-color: var(--color-bg);
	display: flex;
	align-items: center;
	position: relative;
}

.hero-container {
	display: grid;
	grid-template-columns: 60fr 40fr;
	width: 100%;
	min-height: 100vh;
	max-height: 900px;
}

.hero-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-content {
	display: flex;
	align-items: center;
	padding: 4rem 5rem;
	background-color: var(--color-bg);
}

.hero-content-inner {
	max-width: 480px;
	width: 100%;
}

.hero-label {
	display: block;
	font-family: var(--font-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-text-muted);
	margin-bottom: 1.5rem;
}

.hero-title {
	font-family: var(--font-heading);
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.1;
	color: var(--color-text);
	margin: 0 0 2rem;
}

.hero-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
	font-family: var(--font-body);
	font-size: 0.9375rem;
	color: var(--color-text-muted);
}

.hero-separator {
	color: var(--color-text-light);
}

.hero-description {
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.7;
	color: var(--color-text-muted);
	margin: 0 0 2.5rem;
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 1rem 2.5rem;
	font-family: var(--font-body);
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-primary {
	background-color: var(--color-accent);
	color: var(--color-white);
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: var(--color-accent-dark);
	color: var(--color-white);
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(74, 93, 62, 0.3);
}

.btn-primary:active {
	transform: translateY(0);
}

/* Newsletter Section */
.newsletter-section {
	background-color: var(--color-bg-alt);
	padding: 5rem 0;
	border-top: 1px solid var(--color-border);
}

.newsletter-container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.newsletter-content {
	max-width: 520px;
}

.newsletter-title {
	font-family: var(--font-heading);
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text);
	margin: 0 0 1rem;
}

.newsletter-text {
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--color-text-muted);
	margin: 0;
}

.newsletter-form-wrapper {
	max-width: 540px;
}

.newsletter-form {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.newsletter-input {
	flex: 1;
	padding: 1rem 1.25rem;
	font-family: var(--font-body);
	font-size: 0.9375rem;
	color: var(--color-text);
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 3px;
	outline: none;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-input::placeholder {
	color: var(--color-text-light);
}

.newsletter-input:focus {
	border-color: var(--color-accent);
	box-shadow: 0 0 0 3px rgba(74, 93, 62, 0.1);
}

.newsletter-form .btn {
	padding: 1rem 2rem;
	white-space: nowrap;
}

.newsletter-privacy {
	font-family: var(--font-body);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--color-text-light);
	margin: 0;
}

/* Responsive Design - Tablet */
@media (max-width: 1024px) {
	.hero-content {
		padding: 3rem 3rem;
	}

	.hero-title {
		font-size: 2.75rem;
	}

	.newsletter-container {
		gap: 2.5rem;
	}

	.newsletter-title {
		font-size: 1.875rem;
	}
}

/* Responsive Design - Mobile */
@media (max-width: 768px) {
	.hero-section {
		min-height: auto;
		height: auto;
		max-height: none;
	}

	.hero-container {
		display: flex;
		flex-direction: column;
		min-height: auto;
		max-height: none;
	}

	.hero-image {
		height: 50vh;
		min-height: 300px;
		order: -1;
	}

	.hero-content {
		padding: 3rem 2rem;
	}

	.hero-content-inner {
		max-width: 100%;
	}

	.hero-title {
		font-size: 2.25rem;
		margin-bottom: 1.5rem;
	}

	.hero-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
		margin-bottom: 1.5rem;
	}

	.hero-separator {
		display: none;
	}

	.hero-description {
		margin-bottom: 2rem;
	}

	.btn {
		width: 100%;
		padding: 1rem 2rem;
	}

	/* Newsletter Mobile */
	.newsletter-section {
		padding: 3rem 0;
	}

	.newsletter-container {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 0 1.5rem;
	}

	.newsletter-content {
		max-width: 100%;
	}

	.newsletter-title {
		font-size: 1.75rem;
	}

	.newsletter-form {
		flex-direction: column;
		gap: 0.75rem;
	}

	.newsletter-form .btn {
		width: 100%;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.hero-content {
		padding: 2.5rem 1.5rem;
	}

	.hero-title {
		font-size: 1.875rem;
	}

	.hero-label {
		font-size: 0.6875rem;
		margin-bottom: 1rem;
	}

	.newsletter-section {
		padding: 2.5rem 0;
	}

	.newsletter-container {
		padding: 0 1rem;
	}

	.newsletter-title {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* Mint Section - Newsletter & Navigation */
.footer-mint {
	background-color: #E6F2E6;
	padding: 5rem 0;
	position: relative;
}

.footer-mint-container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

/* Footer Mint - Left Side (Newsletter) */
.footer-mint-left {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.footer-magazine {
	display: flex;
	justify-content: center;
}

.footer-magazine-img {
	max-width: 250px;
	width: 100%;
	height: auto;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-magazine-img:hover {
	transform: translateY(-8px) rotate(2deg);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.footer-mint-content {
	text-align: center;
}

.footer-mint-title {
	font-family: var(--font-heading);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text);
	margin: 0 0 1rem;
}

.footer-mint-text {
	font-family: var(--font-body);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--color-text-muted);
	margin: 0 0 1.5rem;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.footer-mint-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 400px;
	margin: 0 auto;
}

.footer-mint-input {
	padding: 0.875rem 1.25rem;
	font-family: var(--font-body);
	font-size: 0.9375rem;
	color: var(--color-text);
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 3px;
	outline: none;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-mint-input::placeholder {
	color: var(--color-text-light);
}

.footer-mint-input:focus {
	border-color: var(--color-accent);
	box-shadow: 0 0 0 3px rgba(74, 93, 62, 0.1);
}

.footer-mint-form .btn {
	width: 100%;
	justify-content: center;
}

/* Footer Mint - Right Side (Navigation & Social) */
.footer-mint-right {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

/* Footer Navigation Menu */
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}

.footer-menu li {
	margin: 0;
}

.footer-menu a {
	font-family: var(--font-body);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-text);
	transition: color 0.3s ease;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: var(--color-accent);
	text-decoration: underline;
}

/* Social Icons */
.footer-social {
	display: flex;
	gap: 1rem;
}

.footer-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: var(--color-text);
	background-color: var(--color-white);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.footer-social-link:hover,
.footer-social-link:focus {
	color: var(--color-accent);
	background-color: var(--color-text);
	transform: translateY(-3px);
}

.footer-social-link svg {
	width: 18px;
	height: 18px;
}

/* White Section - Copyright & Legal Links */
.footer-bottom {
	background-color: var(--color-white);
	padding: 1.5rem 0;
	border-top: 1px solid var(--color-border);
}

.footer-bottom-container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 2rem;
}

.footer-bottom-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	text-align: center;
}

.footer-copyright {
	font-family: var(--font-body);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--color-text-muted);
	margin: 0;
}

/* Footer Tech Menu (Legal Links) */
.footer-tech-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: center;
}

.footer-tech-menu li {
	margin: 0;
}

.footer-tech-menu li:not(:last-child)::after {
	content: "|";
	margin: 0 0.75rem;
	color: var(--color-text-light);
}

.footer-tech-menu a {
	font-family: var(--font-body);
	font-size: 0.8125rem;
	text-decoration: none;
	color: var(--color-text-muted);
	transition: color 0.3s ease;
}

.footer-tech-menu a:hover,
.footer-tech-menu a:focus {
	color: var(--color-accent);
	text-decoration: underline;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
	.footer-mint {
		padding: 4rem 0;
	}

	.footer-mint-container {
		gap: 3rem;
	}

	.footer-magazine-img {
		max-width: 220px;
	}

	.footer-mint-title {
		font-size: 1.75rem;
	}

	.footer-menu {
		gap: 0.75rem 1.5rem;
	}

	.footer-bottom-content {
		gap: 1rem;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.footer-mint {
		padding: 3rem 0;
	}

	.footer-mint-container {
		grid-template-columns: 1fr;
		gap: 3rem;
		padding: 0 1.5rem;
	}

	.footer-mint-left {
		order: 1;
	}

	.footer-magazine {
		order: 1;
	}

	.footer-mint-content {
		order: 2;
	}

	.footer-mint-right {
		order: 3;
	}

	.footer-magazine-img {
		max-width: 200px;
	}

	.footer-mint-title {
		font-size: 1.5rem;
	}

	.footer-mint-text {
		font-size: 0.875rem;
	}

	.footer-mint-form {
		max-width: 100%;
	}

	.footer-menu {
		justify-content: center;
		gap: 0.75rem 1rem;
	}

	.footer-social {
		justify-content: center;
	}

	.footer-bottom-content {
		flex-direction: column;
		gap: 1.5rem;
	}

	.footer-tech-menu {
		justify-content: center;
	}

	.footer-tech-menu li:not(:last-child)::after {
		margin: 0 0.5rem;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.footer-mint {
		padding: 2.5rem 0;
	}

	.footer-mint-container {
		padding: 0 1rem;
		gap: 2.5rem;
	}

	.footer-magazine-img {
		max-width: 180px;
	}

	.footer-mint-title {
		font-size: 1.375rem;
	}

	.footer-mint-text {
		font-size: 0.8125rem;
	}

	.footer-menu {
		font-size: 0.6875rem;
	}

	.footer-bottom-container {
		padding: 0 1rem;
	}

	.footer-copyright {
		font-size: 0.75rem;
	}

	.footer-tech-menu a {
		font-size: 0.75rem;
	}

	.footer-tech-menu li:not(:last-child)::after {
		margin: 0 0.5rem;
	}
}

/*--------------------------------------------------------------
# Single Post & Page
--------------------------------------------------------------*/

/* Single Post/Page Wrapper */
.single-post-wrapper {
	background-color: var(--color-bg);
}

.single-container {
	max-width: 840px;
	margin: 0 auto;
	padding: 5rem 2rem;
}

/* Single Title */
.single-title {
	font-family: var(--font-heading);
	font-size: 2.625rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-text);
	margin: 0 0 2rem;
}

/* Single Content */
.single-content {
	font-family: var(--font-body);
	color: var(--color-text);
}

/* Typography for content */
.single-content p {
	font-size: 1.0625rem;
	line-height: 1.8;
	margin-bottom: 1.75rem;
	color: var(--color-text-muted);
}

.single-content h2 {
	font-family: var(--font-heading);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text);
	margin: 3rem 0 1.5rem;
}

.single-content h3 {
	font-family: var(--font-heading);
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text);
	margin: 2.5rem 0 1.25rem;
}

.single-content h4 {
	font-family: var(--font-heading);
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text);
	margin: 2rem 0 1rem;
}

.single-content h5,
.single-content h6 {
	font-family: var(--font-heading);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--color-text);
	margin: 1.5rem 0 0.75rem;
}

/* Lists */
.single-content ul,
.single-content ol {
	margin: 0 0 1.75rem 1.5rem;
}

.single-content ul {
	list-style: disc;
}

.single-content ol {
	list-style: decimal;
}

.single-content li {
	font-size: 1.0625rem;
	line-height: 1.8;
	margin-bottom: 0.75rem;
	color: var(--color-text-muted);
}

.single-content li > ul,
.single-content li > ol {
	margin-bottom: 0.75rem;
}

/* Nested lists */
.single-content ul ul,
.single-content ol ol,
.single-content ul ol,
.single-content ol ul {
	margin: 0.75rem 0 0.75rem 1.5rem;
}

/* Blockquote */
.single-content blockquote {
	margin: 2rem 0;
	padding: 1.5rem 2rem;
	border-left: 4px solid var(--color-accent);
	background-color: var(--color-bg-alt);
	font-family: var(--font-heading);
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.6;
	color: var(--color-text);
	font-style: italic;
}

.single-content blockquote p {
	margin-bottom: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.single-content blockquote cite {
	display: block;
	margin-top: 1rem;
	font-size: 0.9375rem;
	font-style: normal;
	color: var(--color-text-muted);
}

.single-content blockquote cite::before {
	content: "— ";
}

/* Horizontal Rule */
.single-content hr {
	border: none;
	height: 1px;
	background-color: var(--color-border);
	margin: 3rem 0;
}

/* Code & Preformatted */
.single-content code {
	font-family: monospace, monospace;
	font-size: 0.9375em;
	padding: 0.2em 0.4em;
	background-color: var(--color-bg-alt);
	border-radius: 3px;
	color: var(--color-text);
}

.single-content pre {
	background-color: var(--color-bg-alt);
	border: 1px solid var(--color-border);
	border-radius: 4px;
	padding: 1.5rem;
	margin: 0 0 1.75rem;
	overflow-x: auto;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.single-content pre code {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}

/* Tables */
.single-content table {
	width: 100%;
	margin: 0 0 1.75rem;
	border-collapse: collapse;
}

.single-content th,
.single-content td {
	padding: 0.875rem 1rem;
	text-align: left;
	border-bottom: 1px solid var(--color-border);
}

.single-content th {
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-text);
	background-color: var(--color-bg-alt);
}

.single-content td {
	font-size: 1rem;
	color: var(--color-text-muted);
}

.single-content tr:last-child td {
	border-bottom: none;
}

/* Images in content */
.single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 0 0 1.75rem;
}

.single-content figure {
	margin: 0 0 1.75rem;
}

.single-content figcaption {
	font-size: 0.875rem;
	color: var(--color-text-light);
	text-align: center;
	margin-top: 0.75rem;
	font-style: italic;
}

/* Links in content */
.single-content a {
	color: var(--color-accent);
	text-decoration: none;
	transition: color 0.3s ease, text-decoration 0.3s ease;
}

.single-content a:hover,
.single-content a:focus {
	color: var(--color-accent-dark);
	text-decoration: underline;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 2.5rem 0;
	padding: 1.5rem 0;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	text-align: center;
}

.page-links a,
.page-links > span {
	display: inline-block;
	padding: 0.5rem 0.75rem;
	margin: 0 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--color-text);
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 3px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.page-links a:hover,
.page-links > span {
	background-color: var(--color-accent);
	color: var(--color-white);
	border-color: var(--color-accent);
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
	.single-container {
		padding: 4rem 2rem;
	}

	.single-title {
		font-size: 2.25rem;
	}

	.single-content h2 {
		font-size: 1.75rem;
	}

	.single-content h3 {
		font-size: 1.5rem;
	}

	.single-content blockquote {
		font-size: 1.25rem;
		padding: 1.25rem 1.5rem;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.single-container {
		padding: 3rem 1.5rem;
	}

	.single-title {
		font-size: 1.875rem;
		margin-bottom: 1.5rem;
	}

	.single-content p {
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}

	.single-content h2 {
		font-size: 1.625rem;
		margin: 2.5rem 0 1.25rem;
	}

	.single-content h3 {
		font-size: 1.375rem;
		margin: 2rem 0 1rem;
	}

	.single-content h4 {
		font-size: 1.25rem;
	}

	.single-content ul,
	.single-content ol {
		margin-left: 1.25rem;
	}

	.single-content blockquote {
		font-size: 1.125rem;
		padding: 1.25rem;
		margin: 1.5rem 0;
	}

	.single-content th,
	.single-content td {
		padding: 0.75rem;
		font-size: 0.9375rem;
	}

	.page-links {
		margin: 2rem 0;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.single-container {
		padding: 2.5rem 1rem;
	}

	.single-title {
		font-size: 1.625rem;
	}

	.single-content p {
		font-size: 0.9375rem;
	}

	.single-content h2 {
		font-size: 1.375rem;
	}

	.single-content h3 {
		font-size: 1.25rem;
	}

	.single-content blockquote {
		font-size: 1rem;
		padding: 1rem;
	}

	.single-content table {
		font-size: 0.875rem;
	}

	.single-content th,
	.single-content td {
		padding: 0.625rem;
		display: block;
	}

	.single-content th {
		text-align: center;
	}

	.single-content td {
		text-align: center;
		border: none;
		border-bottom: 1px solid var(--color-border);
	}

	.single-content tr:last-child td {
		border-bottom: none;
	}
}

/* ============================================
   Single Video Post Template Styles
   ============================================ */

/* Page wrapper for video posts */
.page-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Product layout - two column grid */
.product-layout {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 48px;
	align-items: start;
	padding: 32px 0 64px;
}

/* Left column - Video */
.video-column {
	position: sticky;
	top: 24px;
}

.video-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 14px;
	overflow: hidden;
	background: #2A2725;
	box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
}

.video-wrapper video,
.video-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.video-wrapper img {
	opacity: 0.85;
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s ease;
}

.video-wrapper:hover img {
	opacity: 1;
	transform: scale(1.02);
}

/* Play button overlay */
.play-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	z-index: 2;
	pointer-events: auto;
}

.play-btn {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 2px solid rgba(255,255,255,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	cursor: pointer;
	transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-wrapper:hover .play-btn {
	background: rgba(255,255,255,0.25);
	transform: scale(1.08);
}

.play-btn i {
	color: #fff;
	font-size: 1.3rem;
	margin-left: 3px;
}

.play-label {
	color: rgba(255,255,255,0.7);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Mute button */
.video-mute-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	transition: all 0.2s ease;
	pointer-events: auto;
	opacity: 0;
	transform: scale(0.9);
}

.video-wrapper:hover .video-mute-btn,
.slide-card:hover .video-mute-btn {
	opacity: 1;
	transform: scale(1);
}

.video-mute-btn:hover {
	background: rgba(0,0,0,0.7);
	transform: scale(1.08);
}

.video-mute-btn i {
	color: #fff;
}

/* Video is playing - hide play overlay */
.video-wrapper.video-playing .play-overlay {
	opacity: 0;
	pointer-events: none;
}

.video-wrapper.video-playing video {
	opacity: 1;
}

/* Video badge */
.video-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	background: rgba(0,0,0,0.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.video-badge .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4ADE80;
	animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}

/* Video caption */
.video-caption {
	margin-top: 14px;
	font-size: 0.78rem;
	color: #9E9893;
	text-align: center;
	line-height: 1.5;
}

/* Right column - Info */
.info-column {
	padding-top: 4px;
}

.product-title {
	font-size: 1.85rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #1A1A1A;
	margin-bottom: 8px;
}

.product-subtitle {
	font-size: 0.92rem;
	color: #6B6560;
	margin-bottom: 24px;
	line-height: 1.5;
}

.product-desc {
	font-size: 0.9rem;
	color: #6B6560;
	line-height: 1.7;
	margin-bottom: 32px;
	padding-bottom: 28px;
	border-bottom: 1px solid #E5E0DA;
}

/* Buy section */
.buy-section-label {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9E9893;
	margin-bottom: 16px;
}

.marketplace-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 36px;
}

/* Marketplace link card */
.mp-link {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 20px;
	border-radius: 10px;
	border: 1.5px solid #E5E0DA;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.mp-link::after {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.mp-link:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
	transform: translateY(-2px);
}

/* Wildberries */
.mp-link--wb:hover {
	border-color: #8B2F8B;
}

.mp-link--wb::after {
	background: #F5EBF5;
}

.mp-link--wb:hover::after {
	opacity: 1;
}

.mp-link--wb .mp-icon {
	background: #8B2F8B;
}

/* Ozon */
.mp-link--ozon:hover {
	border-color: #005BFF;
}

.mp-link--ozon::after {
	background: #EBF0FF;
}

.mp-link--ozon:hover::after {
	opacity: 1;
}

.mp-link--ozon .mp-icon {
	background: #005BFF;
}

/* Official site */
.mp-link--site:hover {
	border-color: #1A1A1A;
}

.mp-link--site::after {
	background: rgba(0,0,0,0.05);
}

.mp-link--site:hover::after {
	opacity: 1;
}

.mp-link--site .mp-icon {
	background: #1A1A1A;
}

.mp-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mp-link:hover .mp-icon {
	transform: scale(1.06);
}

.mp-icon i {
	color: #fff;
	font-size: 1.05rem;
}

.mp-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.mp-info {
	flex: 1;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.mp-name {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 2px;
	color: #1A1A1A;
}

.mp-hint {
	font-size: 0.78rem;
	color: #9E9893;
}

.mp-arrow {
	position: relative;
	z-index: 1;
	color: #9E9893;
	font-size: 0.85rem;
	transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mp-link:hover .mp-arrow {
	transform: translateX(3px);
}

.mp-link--wb:hover .mp-arrow { color: #8B2F8B; }
.mp-link--ozon:hover .mp-arrow { color: #005BFF; }
.mp-link--site:hover .mp-arrow { color: #1A1A1A; }

/* Content body */
.content-body {
	font-size: 0.9rem;
	color: #6B6560;
	line-height: 1.75;
}

.content-body p {
	margin-bottom: 16px;
}

.content-body p:last-child {
	margin-bottom: 0;
}

/* Mobile responsive */
@media (max-width: 860px) {
	.product-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.video-column {
		position: static;
		max-width: 340px;
		margin: 0 auto;
	}

	.info-column {
		padding-top: 0;
	}

	.product-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 480px) {
	.page-wrapper {
		padding: 0 16px;
	}

	.video-column {
		max-width: 280px;
	}

	.product-title {
		font-size: 1.3rem;
	}

	.product-subtitle {
		font-size: 0.85rem;
	}

	.mp-link {
		padding: 14px 16px;
		gap: 12px;
	}

	.mp-icon {
		width: 38px;
		height: 38px;
		border-radius: 8px;
	}

	.mp-name {
		font-size: 0.88rem;
	}
}

/* ============================================
   Animation Settings
   ============================================ */

/* Animate.css custom duration and delay */
.animate__fadeInUp {
	--animate-duration: 0.6s;
	--animate-delay: 0s;
}

/* Staggered animation delays */
.animate__delay-1 { --animate-delay: 0.1s; }
.animate__delay-2 { --animate-delay: 0.2s; }
.animate__delay-3 { --animate-delay: 0.3s; }
.animate__delay-4 { --animate-delay: 0.4s; }
.animate__delay-5 { --animate-delay: 0.5s; }

/* Smooth animation with reduced motion support */
@media (prefers-reduced-motion: no-preference) {
	.fade-in-up {
		opacity: 0.4;
		animation: fadeInUpFromHalf 0.8s ease forwards;
	}

	.fade-in-up.animate__delay-1 { animation-delay: 0.1s; }
	.fade-in-up.animate__delay-2 { animation-delay: 0.2s; }
	.fade-in-up.animate__delay-3 { animation-delay: 0.3s; }
	.fade-in-up.animate__delay-4 { animation-delay: 0.4s; }
	.fade-in-up.animate__delay-5 { animation-delay: 0.5s; }

	@keyframes fadeInUpFromHalf {
		from {
			opacity: 0.4;
			transform: translateY(30px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	/* Override Animate.css fadeInUp to start from 0.4 opacity */
	.animate__fadeInUp {
		opacity: 0.4;
		--animate-duration: 0.8s;
	}

	.animate__animated.animate__fadeInUp {
		animation-name: fadeInUpFromHalf;
	}
}

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
	.animate__animated,
	.fade-in-up {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

/* ============================================
   Breadcrumbs
   ============================================ */

.breadcrumbs {
	padding: 24px 0 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.82rem;
	color: #9E9893;
	letter-spacing: 0.01em;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;;
}

.breadcrumbs a {
	color: #6B6560;
	transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.breadcrumbs a:hover {
	color: #C45638;
}

.breadcrumbs .sep {
	font-size: 0.65rem;
	opacity: 0.5;
}

.breadcrumbs .current {
	color: #9E9893;
	font-weight: 500;
}

/* Breadcrumbs in single post */
.single-post-wrapper .breadcrumbs,
.page-wrapper .breadcrumbs {
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 24px 20px 16px;
}

@media (max-width: 768px) {
	.breadcrumbs {
		font-size: 0.75rem;
		padding: 18px 0 12px;
	}
}

/* ============================================
   Comics Card Template (for archive pages)
   ============================================ */

/* Comics card - square with gradient */
.post-card--comics {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}

/* Background image */
.post-card--comics .card-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
	            opacity 0.5s ease;
}

.post-card--comics:hover .card-bg {
	transform: scale(1.04);
}

/* Gradient overlay: transparent top → black bottom */
.post-card--comics .card-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.1) 35%,
		rgba(0, 0, 0, 0.55) 65%,
		rgba(0, 0, 0, 0.88) 100%
	);
	z-index: 1;
	pointer-events: none;
}

/* Comics badge */
.post-card--comics .card-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	background: rgba(255,255,255,0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.15);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 5px;
	pointer-events: none;
}

.post-card--comics .card-badge .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.7;
}

/* Bottom content */
.post-card--comics .card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 20px 18px;
	pointer-events: none;
}

.post-card--comics .card-title {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}

.post-card--comics .card-author {
	font-size: 0.75rem;
	color: rgba(255,255,255,0.55);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}

.post-card--comics .card-author .author-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(255,255,255,0.2);
}

/* Responsive for comics cards */
@media (max-width: 900px) {
	.post-card--comics .card-title {
		font-size: 0.88rem;
	}
}

@media (max-width: 560px) {
	.post-card--comics {
		border-radius: 10px;
	}

	.post-card--comics .card-content {
		padding: 14px 12px;
	}

	.post-card--comics .card-title {
		font-size: 0.8rem;
		line-height: 1.3;
		margin-bottom: 6px;
	}

	.post-card--comics .card-author {
		font-size: 0.68rem;
	}

	.post-card--comics .card-badge {
		top: 10px;
		left: 10px;
		font-size: 0.6rem;
		padding: 4px 7px;
	}

	.post-card--comics .card-author .author-avatar {
		width: 16px;
		height: 16px;
	}
}

/* ============================================
   Video Card Template (for archive pages)
   ============================================ */

/* Video card - full background with gradient */
.post-card--video {
	position: relative;
	display: block;
	aspect-ratio: 9 / 16;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}

/* Background image */
.post-card--video .card-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
	            opacity 0.5s ease;
}

.post-card--video:hover .card-bg {
	transform: scale(1.04);
}

/* Gradient overlay: transparent top → black bottom */
.post-card--video .card-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.1) 35%,
		rgba(0, 0, 0, 0.55) 65%,
		rgba(0, 0, 0, 0.88) 100%
	);
	z-index: 1;
	pointer-events: none;
}

/* Video badge */
.post-card--video .card-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	background: rgba(255,255,255,0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.15);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 5px;
	pointer-events: none;
}

.post-card--video .card-badge .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.7;
}

/* Bottom content */
.post-card--video .card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 20px 18px;
	pointer-events: none;
}

.post-card--video .card-title {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}

.post-card--video .card-author {
	font-size: 0.75rem;
	color: rgba(255,255,255,0.55);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}

.post-card--video .card-author .author-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(255,255,255,0.2);
}

/* Responsive for video cards */
@media (max-width: 900px) {
	.post-card--video .card-title {
		font-size: 0.88rem;
	}
}

@media (max-width: 560px) {
	.post-card--video {
		border-radius: 10px;
	}

	.post-card--video .card-content {
		padding: 14px 12px;
	}

	.post-card--video .card-title {
		font-size: 0.8rem;
		line-height: 1.3;
		margin-bottom: 6px;
	}

	.post-card--video .card-author {
		font-size: 0.68rem;
	}

	.post-card--video .card-badge {
		top: 10px;
		left: 10px;
		font-size: 0.6rem;
		padding: 4px 7px;
	}

	.post-card--video .card-author .author-avatar {
		width: 16px;
		height: 16px;
	}
}

/* ============================================
   Video Gallery (for single video posts)
   ============================================ */

.video-gallery {
	padding: 48px 0 72px;
	border-top: 1px solid #E5E0DA;
}

.video-gallery__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.video-gallery__title {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9E9893;
}

.video-gallery__count {
	font-size: 0.78rem;
	color: #9E9893;
	font-weight: 500;
}

/* Gallery Slider */
.gallery-slider {
	position: relative;
}

.gallery-track-wrapper {
	overflow: hidden;
	border-radius: 10px;
}

.gallery-track {
	display: flex;
	will-change: transform;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-slide {
	flex-shrink: 0;
	width: 25%;
	padding: 0 8px;
}

/* Gallery Arrows */
.gallery-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1.5px solid #E5E0DA;
	background: #FFFFFF;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	color: #6B6560;
	font-size: 0.8rem;
}

.gallery-arrow:hover:not(:disabled) {
	background: #1A1A1A;
	color: #fff;
	border-color: #1A1A1A;
	box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
}

.gallery-arrow:active:not(:disabled) {
	transform: translateY(-50%) scale(0.92);
}

.gallery-arrow:disabled {
	opacity: 0.25;
	cursor: not-allowed;
	pointer-events: none;
}

.gallery-arrow--prev {
	left: -22px;
}

.gallery-arrow--next {
	right: -22px;
}

/* Slide Card */
.slide-card {
	position: relative;
	width: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 10px;
	overflow: hidden;
	background: #2A2725;
	cursor: pointer;
}

.slide-card video,
.slide-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.75;
	transition: opacity 0.3s ease, transform 0.45s ease;
}

.slide-card:hover video,
.slide-card:hover img {
	opacity: 1;
	transform: scale(1.04);
}

/* Play overlay for gallery - allow clicks */
.slide-card .play-overlay {
	pointer-events: auto;
}

/* Video is playing - hide play button */
.slide-card.video-playing .play-overlay {
	opacity: 0;
	pointer-events: none;
}

.slide-card.video-playing video {
	opacity: 1;
}

.slide-card .play-btn {
	width: 48px;
	height: 48px;
	border-width: 1.5px;
	transition: opacity 0.3s ease;
	pointer-events: auto;
}

.slide-card .play-btn i {
	font-size: 1rem;
}

/* Slide Meta */
.slide-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
	pointer-events: none;
}

.slide-number {
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 5px;
}

.slide-duration {
	background: rgba(0,0,0,0.45);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 500;
	padding: 3px 8px;
	border-radius: 5px;
}

/* Gallery Dots */
.gallery-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
}

.gallery-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #E5E0DA;
	border: none;
	cursor: pointer;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0;
}

.gallery-dot:hover {
	background: #9E9893;
}

.gallery-dot.active {
	background: #C45638;
	width: 28px;
	border-radius: 4px;
}

/* Video Modal */
.video-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.88);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.open {
	opacity: 1;
	visibility: visible;
}

.video-modal__inner {
	position: relative;
	width: 340px;
	max-height: 88vh;
	aspect-ratio: 9 / 16;
	border-radius: 14px;
	overflow: hidden;
	background: #1A1A1A;
	transform: scale(0.88) translateY(20px);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
	box-shadow: 0 24px 64px rgba(0,0,0,0.4);
}

.video-modal.open .video-modal__inner {
	transform: scale(1) translateY(0);
}

.video-modal__inner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.video-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,0.15);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	z-index: 10;
	transition: background 0.2s ease, transform 0.2s ease;
}

.video-modal__close:hover {
	background: rgba(255,255,255,0.2);
	transform: scale(1.08);
}

.video-modal__title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 48px 16px 16px;
	background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 600;
	pointer-events: none;
}

.video-modal__title span {
	display: block;
	font-size: 0.72rem;
	font-weight: 400;
	color: rgba(255,255,255,0.6);
	margin-top: 4px;
}

.video-modal__backdrop {
	position: absolute;
	inset: 0;
	cursor: pointer;
}

/* Gallery Responsive */
@media (max-width: 860px) {
	.video-gallery {
		padding: 36px 0 56px;
	}

	.gallery-slide {
		width: 100%;
		padding: 0;
	}

	.gallery-arrow {
		width: 36px;
		height: 36px;
		font-size: 0.7rem;
	}

	.gallery-arrow--prev {
		left: 8px;
	}

	.gallery-arrow--next {
		right: 8px;
	}

	.video-modal__inner {
		width: 85vw;
		max-width: 340px;
	}
}

@media (max-width: 480px) {
	.video-gallery {
		padding: 32px 0 48px;
	}

	.video-gallery__header {
		margin-bottom: 20px;
	}

	.gallery-arrow {
		width: 32px;
		height: 32px;
		font-size: 0.65rem;
	}

	.gallery-arrow--prev {
		left: 6px;
	}

	.gallery-arrow--next {
		right: 6px;
	}

	.slide-card .play-btn {
		width: 42px;
		height: 42px;
	}

	.slide-card .play-btn i {
		font-size: 0.85rem;
	}
}

/* ============================================
   Comics Navigation
   ============================================ */

.comics-navigation {
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: 1px solid var(--color-border);
}

.comics-nav-container {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	align-items: stretch;
}

.comics-nav-link {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem;
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.comics-nav-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	border-color: var(--color-accent);
}

.comics-nav-prev {
	flex-direction: row;
}

.comics-nav-next {
	flex-direction: row-reverse;
	text-align: right;
}

.comics-nav-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-bg-alt);
	border-radius: 50%;
	color: var(--color-text);
	transition: all 0.3s ease;
}

.comics-nav-link:hover .comics-nav-icon {
	background-color: var(--color-accent);
	color: var(--color-white);
}

.comics-nav-icon i {
	font-size: 0.9rem;
}

.comics-nav-text {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
	flex: 1;
}

.comics-nav-label {
	font-family: var(--font-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-text-light);
}

.comics-nav-title {
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.comics-nav-link:hover .comics-nav-title {
	color: var(--color-accent);
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
	.comics-navigation {
		margin-top: 3rem;
		padding-top: 2.5rem;
	}

	.comics-nav-container {
		gap: 1.5rem;
	}

	.comics-nav-link {
		padding: 1.25rem;
	}

	.comics-nav-icon {
		width: 36px;
		height: 36px;
	}

	.comics-nav-title {
		font-size: 0.9375rem;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.comics-navigation {
		margin-top: 2.5rem;
		padding-top: 2rem;
	}

	.comics-nav-container {
		flex-direction: column;
		gap: 1rem;
	}

	.comics-nav-link {
		padding: 1rem;
	}

	.comics-nav-prev,
	.comics-nav-next {
		flex-direction: row;
		text-align: left;
	}

	.comics-nav-next {
		flex-direction: row;
	}

	.comics-nav-icon {
		width: 32px;
		height: 32px;
	}

	.comics-nav-icon i {
		font-size: 0.8rem;
	}

	.comics-nav-label {
		font-size: 0.6875rem;
	}

	.comics-nav-title {
		font-size: 0.875rem;
		-webkit-line-clamp: 1;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.comics-nav-link {
		padding: 0.875rem;
		gap: 0.75rem;
	}

	.comics-nav-icon {
		width: 28px;
		height: 28px;
	}

	.comics-nav-icon i {
		font-size: 0.75rem;
	}

	.comics-nav-title {
		font-size: 0.8125rem;
	}
}


