/*
Theme Name: Napút Online
Theme URI: https://www.naputonline.hu
Description: Klasszikus PHP magazin-téma a live Napút kinézet alapján (WP 7, PHP 8.2). Nem Gonzo-fork.
Version: 0.6.7
Author: ITSquad
Requires at least: 6.7
Requires PHP: 8.2
Text Domain: naputonline
*/

/* Figma Stílusok 3:92 — colors + PT Sans type scale */
:root {
	--naput-black: #000000;
	--naput-white: #ffffff;
	--naput-grey-20: #323334;
	--naput-grey-10: #121314;
	--naput-grey-15: #212126;
	--naput-grey-30: #38383d;
	--naput-grey-40: #54545c;
	--naput-grey-50: #787880;
	--naput-grey-60: #9999a1;
	--naput-grey-70: #bababf;
	--naput-grey-80: #d9d9de;
	--naput-grey-90: #ededf0;
	--naput-grey-95: #f7f8fa;
	--naput-orange-60: #cc6114;
	--naput-orange-50: #e87722;
	--naput-orange-40: #f28c40;
	--naput-orange-30: #f5a76a;
	--naput-orange-20: #fad0a8;
	--naput-orange-10: #fde8d4;
	--naput-red-60: #6b1515;
	--naput-red-50: #8b1a1a;
	--naput-red-40: #a52020;
	--naput-red-30: #c03030;

	--naput-bg: var(--naput-black);
	--naput-paper: var(--naput-white);
	--naput-accent: var(--naput-orange-50);
	--naput-logo: var(--naput-red-60);
	--naput-text: var(--naput-grey-30);
	--naput-muted: var(--naput-grey-50);
	--naput-heading: var(--naput-grey-20);
	--naput-nav-hover: var(--naput-grey-60);
	--naput-width: 1280px;
	--naput-main: 756px;
	--naput-side: 330px;
	--naput-font: "PT Sans", Helvetica, Arial, sans-serif;
	--naput-serif: "Times New Roman", Times, serif;

	--naput-fs-h1: 36px;
	--naput-lh-h1: 40px;
	--naput-fs-h2: 24px;
	--naput-lh-h2: 32px;
	--naput-fs-h3: 20px;
	--naput-lh-h3: 28px;
	--naput-fs-h4: 18px;
	--naput-lh-h4: 24px;
	--naput-fs-body-lg: 16px;
	--naput-lh-body-lg: 24px;
	--naput-fs-body: 14px;
	--naput-lh-body: 20px;
	--naput-fs-body-sm: 12px;
	--naput-lh-body-sm: 16px;
	--naput-fs-nav: 13px;
	--naput-lh-nav: 16px;
	--naput-fs-meta: 11px;
	--naput-lh-meta: 14px;
	--naput-fs-tag: 12px;
	--naput-lh-tag: 14px;
}

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

html {
	font-size: var(--naput-fs-body);
	scroll-behavior: smooth;
}

body {
	margin: 0;
	/* background: var(--naput-bg); */
	color: var(--naput-text);
	font-family: var(--naput-font);
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 400;
	word-wrap: break-word;
}

h1,
.h1 {
	font-size: var(--naput-fs-h1);
	line-height: var(--naput-lh-h1);
	font-weight: 700;
	letter-spacing: -0.5px;
	color: var(--naput-heading);
}

h2,
.h2 {
	font-size: var(--naput-fs-h2);
	line-height: var(--naput-lh-h2);
	font-weight: 700;
	letter-spacing: -0.3px;
	color: var(--naput-heading);
}

h3,
.h3 {
	font-size: var(--naput-fs-h3);
	line-height: var(--naput-lh-h3);
	font-weight: 700;
	letter-spacing: -0.2px;
	color: var(--naput-heading);
}

h4,
.h4 {
	font-size: var(--naput-fs-h4);
	line-height: var(--naput-lh-h4);
	font-weight: 700;
	color: var(--naput-heading);
}

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

a {
	color: var(--naput-text);
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease;
}

a:hover {
	background: #eee;
	color: #222;
}

p {
	margin: 0 0 20px;
	color: var(--naput-muted);
}

.naput-container {
	width: min(100%, var(--naput-width));
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
	margin: 0 auto;
	min-height: 100vh;
	background: var(--naput-paper);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.naput-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 20px 0 40px;
  width: 100%;
}

.naput-main {
	width: var(--naput-main);
	padding: 0 20px 20px;
}

.naput-sidebar {
	width: var(--naput-side);
	padding: 0 20px 20px 0;
}

/* Header — Figma 20:393 */
.naput-header {
	position: relative;
	z-index: 40;
	background: var(--naput-white);
	border-bottom: 1px solid var(--naput-grey-90);
	font-family: var(--naput-font);
}

.naput-header-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 80px;
}

.naput-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	min-width: 0;
}

.naput-brand:hover {
	background: none;
}

.naput-brand-img,
.naput-brand .custom-logo {
	display: block;
	width: auto;
	max-width: min(329px, 100%);
	height: 50px;
	object-fit: contain;
}

.naput-brand-sm .naput-brand-img {
	width: 196px;
	height: 30px;
	max-width: 196px;
}

.naput-header-icon-btn {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	line-height: 0;
}

.naput-header-icon-btn:hover {
	background: none;
}

.naput-icon-32 {
	width: 32px;
	height: 32px;
}

.naput-header-search-close {
	display: none;
}

.naput-header.is-search-open .naput-header-search-open {
	display: none;
}

.naput-header.is-search-open .naput-header-search-close {
	display: inline-flex;
}

.naput-header-search-desktop {
	flex: 0 0 auto;
}

.naput-search {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
	width: min(100%, 360px);
}

.naput-search-quote {
	margin: 0;
	color: var(--naput-grey-30);
	font-size: var(--naput-fs-meta);
	line-height: var(--naput-lh-meta);
	letter-spacing: 0.1px;
	font-style: normal;
}

.naput-search-row {
	display: flex;
	gap: 8px;
	align-items: stretch;
	width: 100%;
}

.naput-search input[type="search"],
.naput-search input[type="text"] {
	flex: 1 1 auto;
	min-width: 0;
	width: 270px;
	height: 40px;
	padding: 8px 16px;
	border: 0;
	border-radius: 8px;
	background: var(--naput-grey-90);
	color: var(--naput-grey-30);
	font-family: inherit;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-style: normal;
}

.naput-search input[type="search"]::placeholder {
	color: #626262;
}

.naput-search input[type="search"]:focus,
.naput-search input[type="text"]:focus {
	outline: 1px solid var(--naput-orange-50);
	background: var(--naput-white);
	color: var(--naput-grey-10);
}

.naput-search button {
	flex: 0 0 auto;
	height: 40px;
	padding: 8px 16px;
	border: 0;
	border-radius: 8px;
	background: #1a1a1e;
	color: var(--naput-white);
	font-family: inherit;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.naput-search button:hover {
	background: var(--naput-grey-10);
	color: var(--naput-white);
}

.naput-search-panel {
	display: none;
	padding: 0 16px 16px;
}

.naput-search-panel .naput-search {
	width: 100%;
}

.naput-header.is-search-open .naput-search-panel {
	display: block;
}

.naput-nav-panel-head {
	display: none;
}

.naput-nav {
	background: var(--naput-grey-95);
	border-top: 1px solid var(--naput-grey-90);
	border-bottom: 1px solid var(--naput-grey-90);
}

.naput-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: stretch;
	margin: 0;
	padding: 0 80px;
	list-style: none;
}

.naput-menu > .menu-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.naput-menu-row {
	display: flex;
	align-items: center;
	gap: 4px;
	min-width: 0;
}

.naput-menu > .menu-item > .naput-menu-row > a,
.naput-menu > .menu-item > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 36px;
	padding: 10px 8px;
	border-bottom: 4px solid transparent;
	color: var(--naput-grey-10);
	font-size: var(--naput-fs-body-sm);
	line-height: var(--naput-lh-body-sm);
	letter-spacing: 0.2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.naput-menu > .menu-item > .naput-menu-row > a:hover,
.naput-menu > .menu-item > a:hover,
.naput-menu > .menu-item:focus-within > .naput-menu-row > a,
.naput-menu > .menu-item:focus-within > a,
.naput-menu > .current-menu-item > .naput-menu-row > a,
.naput-menu > .current-menu-item > a,
.naput-menu > .current-menu-ancestor > .naput-menu-row > a,
.naput-menu > .current-menu-parent > .naput-menu-row > a,
.naput-menu > .menu-item.is-accordion-open > .naput-menu-row > a {
	background: none;
	border-bottom-color: var(--naput-orange-50);
	color: var(--naput-grey-10);
}

.naput-nav-home-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.naput-nav-home-icon.is-active {
	display: none;
}

.menu-item-home.current-menu-item .naput-nav-home-icon:not(.is-active),
.menu-item-home:hover .naput-nav-home-icon:not(.is-active),
.menu-item-home:focus-within .naput-nav-home-icon:not(.is-active) {
	display: none;
}

.menu-item-home.current-menu-item .naput-nav-home-icon.is-active,
.menu-item-home:hover .naput-nav-home-icon.is-active,
.menu-item-home:focus-within .naput-nav-home-icon.is-active {
	display: block;
}

.naput-nav-accordion {
	display: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.naput-nav-chevron.is-down {
	display: none;
}

.menu-item.is-accordion-open > .naput-nav-accordion .naput-nav-chevron.is-right {
	display: none;
}

.menu-item.is-accordion-open > .naput-nav-accordion .naput-nav-chevron.is-down {
	display: block;
}

.naput-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 30;
	min-width: 180px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: var(--naput-white);
	border: 1px solid var(--naput-grey-90);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.naput-menu > .menu-item:hover > .sub-menu,
.naput-menu > .menu-item:focus-within > .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.naput-menu > .menu-item.is-accordion-open > .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.naput-menu .sub-menu > .menu-item {
	position: relative;
}

.naput-menu .sub-menu .sub-menu {
	top: 0;
	left: calc(100% + 4px);
}

.naput-menu .sub-menu > .menu-item:hover > .sub-menu,
.naput-menu .sub-menu > .menu-item:focus-within > .sub-menu,
.naput-menu .sub-menu > .menu-item.is-accordion-open > .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.naput-menu .sub-menu .naput-menu-row > a {
	flex: 1 1 auto;
	min-width: 0;
}

.naput-menu .sub-menu a {
	display: block;
	padding: 8px;
	border-radius: 8px;
	background: var(--naput-grey-90);
	color: var(--naput-grey-10);
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	text-transform: none;
	letter-spacing: 0;
}

.naput-menu .sub-menu a:hover {
	background: var(--naput-orange-50);
	color: var(--naput-white);
}

.naput-wordmark,
.naput-wordmark-mark,
.naput-wordmark-text,
.naput-top-banner,
.naput-top-quote,
.naput-nav-toggle {
	display: none !important;
}

/* Featured slider — Figma home hero */
.naput-featured {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 0 32px;
	overflow: hidden;
	border-radius: 6px;
	background: var(--naput-grey-15);
}

.naput-featured-track {
	position: relative;
}

.naput-featured-slide {
	display: none;
	position: relative;
	overflow: hidden;
	min-height: 320px;
	aspect-ratio: 756 / 500;
	max-height: 500px;
}

.naput-featured-slide.is-active {
	display: block;
}

.naput-featured-media {
	display: block;
	height: 100%;
}

.naput-featured-media:hover {
	background: none;
}

.naput-featured-slide img,
.naput-featured-slide .naput-ph,
.naput-featured-ph {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.naput-featured-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	padding: 32px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%);
	color: var(--naput-white);
	pointer-events: none;
}

.naput-featured-caption a {
	pointer-events: auto;
	color: var(--naput-white);
}

.naput-featured-caption a:hover {
	background: none;
	color: var(--naput-orange-30);
}

.naput-featured-title {
	margin: 0;
	max-width: 100%;
	font-size: var(--naput-fs-h1);
	line-height: var(--naput-lh-h1);
	font-weight: 700;
	letter-spacing: -0.5px;
	color: var(--naput-white);
}

.naput-featured-title a {
	color: inherit;
}

.naput-cat-tag {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 4px;
	background: var(--naput-orange-50);
	color: var(--naput-white) !important;
	font-size: var(--naput-fs-body-sm);
	line-height: var(--naput-lh-body-sm);
	letter-spacing: 0.2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.naput-cat-tag:hover {
	background: var(--naput-orange-60);
	color: var(--naput-white) !important;
}

.naput-featured-ribbon {
	display: none !important;
}

.naput-featured-btn {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(26, 26, 30, 0.45);
	color: var(--naput-white);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.2s ease, background 0.2s ease;
}

.naput-featured:hover .naput-featured-btn,
.naput-featured:focus-within .naput-featured-btn {
	opacity: 1;
}

.naput-featured-btn:hover {
	background: rgba(26, 26, 30, 0.7);
	color: var(--naput-white);
}

.naput-featured-prev {
	left: 12px;
}

.naput-featured-next {
	right: 12px;
}

.naput-featured-dots {
	position: absolute;
	top: 16px;
	left: 50%;
	z-index: 3;
	display: flex;
	gap: 6px;
	transform: translateX(-50%);
}

.naput-featured-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	opacity: 1;
}

.naput-featured-dots button.is-active {
	background: var(--naput-white);
}

.naput-ph {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, #2a2a2a 0%, #111 55%, #3a2a10 100%);
}

.naput-card .naput-ph {
	aspect-ratio: 300 / 180;
}

/* Homepage modules — Figma: leads row, then follows row (2 cols) */
.naput-home-modules {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: stretch;
	width: 100%;
}

.naput-mod-pair {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.naput-mod-pair-leads,
.naput-mod-pair-follows {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
	width: 100%;
}

.naput-mod-a {
	position: relative;
	width: 100%;
	margin: 0;
	float: none;
}

.naput-mod-a-lead {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	position: relative;
}

.naput-mod-a-lead-media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 363 / 180;
}

.naput-mod-a-lead-media:hover {
	background: none;
}

.naput-mod-a-lead-media img,
.naput-mod-a-lead-media .naput-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.naput-mod-a-lead-media .naput-cat-tag {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

.naput-mod-a-lead-title {
	margin: 0;
	font-size: var(--naput-fs-h4);
	line-height: var(--naput-lh-h4);
	font-weight: 700;
	letter-spacing: -0.2px;
	color: #1a1a1e;
}

.naput-mod-a-lead-title a {
	color: inherit;
}

.naput-mod-a-lead-title a:hover {
	background: none;
	color: var(--naput-orange-50);
}

.naput-mod-a-follows {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.naput-mod-a-follow {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	padding: 0 0 24px;
	border-bottom: 0;
}

.naput-mod-a-follow:last-child {
	padding-bottom: 0;
}

.naput-mod-a-follow-title {
	margin: 0;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 400;
	color: #1a1a1e;
}

.naput-mod-a-follow-title a {
	color: inherit;
}

.naput-mod-a-follow-title a:hover {
	background: none;
	color: var(--naput-orange-50);
}

.naput-mod-a-follow-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0;
	color: var(--naput-grey-40);
	line-height: var(--naput-lh-meta);
}

.naput-mod-a-follow-date {
	font-size: var(--naput-fs-tag);
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.naput-mod-a-follow-sep {
	font-size: 10px;
	font-weight: 700;
}

.naput-mod-a-follow-by {
	font-size: var(--naput-fs-meta);
	letter-spacing: 0.1px;
}

.naput-mod-a-label,
.naput-mod-a-arrow,
.naput-mod-a-lead .naput-excerpt {
	display: none !important;
}

/* Sidebar home widgets — Figma */
.naput-section-title {
	margin: 0 0 12px;
	padding: 8px 12px;
	border: 1px solid var(--naput-grey-90);
	background: var(--naput-grey-95);
	color: #1a1a1e;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 400;
}

.naput-onazo-block {
	margin: 0 0 16px;
}

.naput-onazo-head {
	display: block;
	width: 100%;
	height: auto;
}

.naput-onazo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin: 0;
}

.naput-onazo-tile {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 165 / 142;
	line-height: 0;
}

.naput-onazo-tile:hover {
	background: none;
	opacity: 0.92;
}

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

.naput-credits {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 8px;
	color: #1a1a1e;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
}

.naput-credits p {
	margin: 0;
	color: inherit;
}

.naput-side-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.naput-side-list-item {
	margin: 0;
	border-bottom: 1px solid var(--naput-grey-90);
}

.naput-side-list-link {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 10px 0;
}

.naput-side-list-link:hover { background: none; }

.naput-side-list-thumb {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 4px;
}

.naput-side-list-thumb img,
.naput-side-list-thumb .naput-ph {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.naput-side-list-body {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.naput-side-list-title {
	overflow: hidden;
	color: #1a1a1e;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.naput-side-list-meta {
	overflow: hidden;
	color: var(--naput-grey-40);
	font-size: var(--naput-fs-meta);
	line-height: var(--naput-lh-meta);
	letter-spacing: 0.1px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.naput-book-card a {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	padding: 16px;
	background: var(--naput-grey-95);
	border-radius: 8px;
	text-align: center;
}

.naput-book-card a:hover { background: var(--naput-grey-90); }

.naput-book-card img,
.naput-book-card .naput-ph {
	width: 140px;
	height: auto;
	max-height: 200px;
	object-fit: contain;
}

.naput-book-title {
	color: #1a1a1e;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 700;
}

.naput-book-slide {
	display: none;
}

.naput-book-slide.is-active {
	display: block;
}

.naput-book-slide a {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	padding: 16px;
	background: var(--naput-grey-95);
	border-radius: 8px;
	text-align: center;
}

.naput-book-slide a:hover {
	background: var(--naput-grey-90);
}

.naput-book-slide img,
.naput-book-slide .naput-ph {
	width: 140px;
	height: auto;
	max-height: 200px;
	object-fit: contain;
}

.naput-book-slider-nav {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-top: 8px;
}

.naput-book-slider-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--naput-grey-90);
	border-radius: 8px;
	background: var(--naput-white);
	color: var(--naput-grey-10);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

/* Calendar — Figma title-bar nav + panel */
.naput-calendar {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
}

.naput-cal-head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid var(--naput-grey-90);
	background: var(--naput-grey-95);
	color: #1a1a1e;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
}

.naput-cal-prev,
.naput-cal-next {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #1a1a1e;
	text-decoration: none;
	z-index: 1;
}

.naput-cal-prev:hover,
.naput-cal-next:hover {
	background: none;
	color: var(--naput-orange-50);
}

.naput-cal-arrow {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.naput-cal-arrow-next {
	transform: scaleX(-1);
}

.naput-cal-current {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	pointer-events: none;
}

.naput-cal-body {
	padding: 16px;
	border: 1px solid var(--naput-grey-90);
	border-radius: 6px;
	background: var(--naput-grey-95);
}

.naput-calendar .wp-calendar-nav,
.naput-calendar caption {
	display: none !important;
}

.naput-calendar .wp-calendar-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.naput-calendar .wp-calendar-table th,
.naput-calendar .wp-calendar-table td {
	padding: 4px 0;
	border: 0;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.2px;
	color: #1a1a1e;
	vertical-align: middle;
}

.naput-calendar .wp-calendar-table th {
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #626262;
}

.naput-calendar .wp-calendar-table td.pad {
	color: #626262;
}

.naput-calendar .wp-calendar-table td a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 28px;
	color: #1a1a1e;
	border-radius: 4px;
}

.naput-calendar .wp-calendar-table td#today a,
.naput-calendar .wp-calendar-table td#today {
	color: var(--naput-orange-50);
	font-weight: 700;
}

.naput-calendar .wp-calendar-table td a:hover {
	background: var(--naput-white);
	color: var(--naput-orange-50);
}

/* Archive cloud — ~3–4 chips per row, size to label */
.naput-archive-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: flex-start;
	width: 100%;
}

.naput-archive-cloud a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid var(--naput-grey-90);
	border-radius: 4px;
	background: var(--naput-grey-95);
	color: #1a1a1e !important;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.1px;
	white-space: nowrap;
	text-decoration: none;
}

.naput-archive-cloud a:hover {
	background: var(--naput-orange-50);
	border-color: var(--naput-orange-50);
	color: var(--naput-white) !important;
}

.naput-main::after {
	content: "";
	display: block;
	clear: both;
}

/* Homepage modules */
.naput-module {
	margin-bottom: 36px;
}

.naput-module-title {
	margin: 0 0 16px;
	font-size: 1.5em;
	font-weight: 400;
	color: var(--naput-heading);
}

.naput-module-title a,
.naput-module-title span {
	display: inline-block;
	padding: 3px 10px 4px;
	background: var(--naput-accent);
	color: #fff;
}

.naput-module-title a:hover {
	background: #333;
	color: #fff;
}

.naput-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 16px;
}

.naput-card.leading {
	grid-column: 1 / -1;
}

.naput-card h2 {
	margin: 8px 0 6px;
	font-size: 1.25em;
	font-weight: 700;
	color: var(--naput-heading);
	line-height: 1.3;
}

.naput-card.leading h2 {
	font-size: 1.7em;
}

.naput-card .naput-meta {
	display: block;
	margin: 8px 0 6px;
	color: var(--naput-heading);
	font-size: 0.75em;
	font-style: italic;
	font-weight: 700;
}

.naput-cat-chip {
	display: inline-block;
	margin-right: 6px;
	padding: 0 4px;
	background: var(--naput-accent);
	color: #fff;
	font-size: 0.92em;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
}

.naput-cat-chip:hover {
	background: #444;
	color: #fff;
}

.naput-excerpt {
	margin: 0;
	color: var(--naput-muted);
	line-height: 1.5;
	font-size: 1.05em;
}

.naput-thumb:hover {
	background: none;
}

/* Single article — Figma 20:3220 bejegyzes-aloldal-D */
.naput-article {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.naput-article-title {
	margin: 0;
	color: var(--naput-grey-30);
	font-size: var(--naput-fs-h1);
	line-height: var(--naput-lh-h1);
	font-weight: 700;
	letter-spacing: -0.5px;
}

.naput-article-meta-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.naput-article-meta-date {
	color: var(--naput-grey-40);
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	letter-spacing: 0.1px;
	text-transform: uppercase;
}

.naput-article-hero {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	aspect-ratio: 756 / 500;
	max-height: 500px;
	background: var(--naput-grey-15);
}

.naput-article-hero img,
.naput-article-hero .naput-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.naput-article-hero-meta {
	position: absolute;
	left: 24px;
	bottom: 28px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}

.naput-article-hero-date {
	margin: 0;
	color: var(--naput-grey-70);
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	letter-spacing: 0.1px;
	text-transform: uppercase;
}

.naput-article-comments {
	position: absolute;
	right: 24px;
	bottom: 28px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	padding: 4px 8px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.45);
	color: var(--naput-grey-70);
	font-size: var(--naput-fs-body);
}

.naput-article-comments:hover {
	background: rgba(0, 0, 0, 0.65);
	color: var(--naput-white);
}

.naput-article-body.entry-content,
.naput-article .entry-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	color: #1a1a1e;
	font-size: var(--naput-fs-body-lg);
	line-height: var(--naput-lh-body-lg);
}

.naput-article .entry-content > *:first-child {
	margin-top: 0;
}

.naput-article .entry-content > *:last-child {
	margin-bottom: 0;
}

.naput-article .entry-content p,
.naput-article .entry-content li {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-body-lg);
	line-height: var(--naput-lh-body-lg);
}

.naput-article .entry-content p + p {
	margin-top: 0;
}

.naput-article .entry-content strong,
.naput-article .entry-content b {
	font-weight: 700;
}

.naput-article .entry-content a {
	color: var(--naput-orange-60);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.naput-article .entry-content a:hover {
	background: none;
	color: var(--naput-orange-50);
}

.naput-article .entry-content h2,
.naput-article .entry-content h3 {
	margin: 0.4em 0 0;
	color: var(--naput-grey-30);
	font-weight: 700;
}

.naput-article .entry-content ul,
.naput-article .entry-content ol {
	margin: 0;
	padding-left: 1.25em;
	color: #1a1a1e;
}

.naput-article .entry-content blockquote {
	margin: 0;
	padding: 0 0 0 16px;
	border-left: 3px solid var(--naput-orange-50);
	color: #1a1a1e;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	float: none;
	width: auto;
}

.naput-article .entry-content blockquote p {
	margin: 0;
	color: inherit;
}

.naput-article-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	width: 100%;
}

.naput-article-avatar {
	display: block;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 40px;
}

.naput-article-avatar img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.naput-article-avatar:hover {
	background: none;
}

.naput-article-author {
	color: var(--naput-orange-50);
	font-size: var(--naput-fs-nav);
	line-height: var(--naput-lh-nav);
	letter-spacing: 0.2px;
}

.naput-article-author:hover {
	background: none;
	color: var(--naput-orange-60);
}

.naput-article-byline-sep {
	color: var(--naput-grey-40);
	font-size: var(--naput-fs-meta);
	line-height: var(--naput-lh-meta);
}

.naput-article-byline-date {
	color: var(--naput-grey-40);
	font-size: var(--naput-fs-nav);
	line-height: var(--naput-lh-nav);
	letter-spacing: 0.2px;
}

.naput-article-share {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding-top: 12px;
	border-top: 1px solid var(--naput-grey-90);
}

.naput-article-share-label {
	color: var(--naput-grey-40);
	font-size: var(--naput-fs-meta);
	line-height: var(--naput-lh-meta);
	letter-spacing: 0.1px;
}

.naput-article-share-btns {
	display: flex;
	gap: 8px;
	align-items: center;
}

.naput-share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	color: var(--naput-white);
	font-size: var(--naput-fs-body);
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
}

.naput-share:hover {
	opacity: 0.9;
	color: var(--naput-white);
}

.naput-share-fb {
	background: #3b5998;
}

.naput-share-x {
	background: #1da1f2;
}

.naput-share-link {
	background: var(--naput-grey-80);
	color: var(--naput-grey-15);
	font-size: 14px;
}

.naput-share-link.is-copied {
	background: var(--naput-orange-50);
	color: var(--naput-white);
}

.naput-share-link:hover {
	background: var(--naput-grey-70);
	color: var(--naput-grey-15);
}

.naput-related {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	width: 100%;
}

.naput-related-title {
	margin: 0;
	font-weight: 700;
	font-size: var(--naput-fs-h4);
	line-height: var(--naput-lh-h4);
}

.naput-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.naput-related-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.naput-related-card-media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 177 / 102;
	border-radius: 2px;
	background: var(--naput-grey-90);
}

.naput-related-card-media:hover {
	background: var(--naput-grey-90);
}

.naput-related-card-media img,
.naput-related-card-media .naput-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.naput-related-card-media .naput-cat-tag {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

.naput-related-card-title {
	margin: 0;
	color: var(--naput-grey-15);
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 400;
}

.naput-related-card-title a {
	color: inherit;
}

.naput-related-card-title a:hover {
	background: none;
	color: var(--naput-orange-50);
}

.naput-pages {
	margin: 0;
}

.naput-tags {
	margin: 0;
	color: var(--naput-grey-40);
	font-size: var(--naput-fs-meta);
}

.alignleft {
	float: left;
	margin: 7px 3% 10px 0;
}

.alignright {
	float: right;
	margin: 7px 0 15px 3%;
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

.wp-caption {
	background: #000;
	padding-bottom: 4px;
}

.wp-caption-text {
	margin: 6px 10px 4px;
	color: #aaa;
	font-size: 0.92em;
	text-align: center;
}

.page-numbers,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 24px 0;
}

.page-numbers a,
.page-numbers span,
.nav-links a,
.nav-links span {
	display: inline-block;
	padding: 6px 10px;
	background: #f5f5f5;
}

.page-numbers .current,
.nav-links .current {
	background: var(--naput-accent);
	color: #fff;
}

/* Sidebar */
.naput-sidebar .widget {
	width: 290px;
	margin: 0 0 36px;
}

.naput-sidebar .widget-title {
	margin: 0 0 12px;
	padding: 8px 12px;
	border: 1px solid var(--naput-grey-90);
	background: var(--naput-grey-95);
	color: #1a1a1e;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 400;
}

.naput-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.naput-side-list li {
	margin: 0 0 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f0f0f0;
}

.naput-side-list a {
	display: block;
	line-height: 1.35;
}

.naput-side-feature {
	margin-bottom: 12px;
}

.naput-side-feature h4 {
	margin: 8px 0 0;
	font-size: 1.15em;
	font-weight: 700;
}

.naput-widget-more {
	margin: 12px 0 0;
	font-size: 0.95em;
}

.naput-credits p {
	margin: 0 0 8px;
	color: #333;
	font-size: 0.95em;
	line-height: 1.45;
}

/* archive cloud styles above */


/* Calendar look: see .naput-calendar rules above (Figma). */

/* Footer — Figma 20:899 */
.naput-footer {
	clear: both;
	width: 100%;
	background: var(--naput-grey-10);
	color: var(--naput-white);
	font-family: var(--naput-font);
}

.naput-footer-inner {
	padding: 64px 80px 40px;
}

.naput-footer-cols {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.naput-footer-heading {
	margin: 0 0 16px;
	padding: 0;
	background: none;
	color: var(--naput-white);
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 400;
}

.naput-footer a {
	color: var(--naput-white);
	text-decoration: none;
}

.naput-footer a:hover {
	background: none;
	color: var(--naput-orange-40);
}

.naput-footer-fresh {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.naput-footer-fresh-link {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 10px 0;
}

.naput-footer-fresh-thumb {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 4px;
}

.naput-footer-fresh-img,
.naput-footer-fresh .naput-ph-tiny {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 4px;
}

.naput-ph-tiny {
	background: var(--naput-grey-30);
}

.naput-footer-fresh-body {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
}

.naput-footer-fresh-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	color: var(--naput-grey-70);
	line-height: var(--naput-lh-meta);
}

.naput-footer-fresh-date {
	font-size: var(--naput-fs-tag);
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: var(--naput-lh-tag);
}

.naput-footer-fresh-sep {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.naput-footer-fresh-by {
	font-size: var(--naput-fs-meta);
	font-weight: 400;
	letter-spacing: 0.1px;
}

.naput-footer-fresh-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--naput-white);
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 400;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.naput-footer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}

.naput-footer-tag {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 4px;
	background: var(--naput-orange-50);
	color: var(--naput-white) !important;
	font-size: var(--naput-fs-body-sm);
	line-height: var(--naput-lh-body-sm);
	letter-spacing: 0.2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.naput-footer-tag:hover {
	background: var(--naput-orange-60);
	color: var(--naput-white) !important;
}

.naput-sponsors {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.naput-sponsor {
	margin: 0;
}

.naput-sponsor-link {
	display: block;
	overflow: hidden;
	height: 50px;
	border-radius: 8px;
	background: var(--naput-white);
}

.naput-sponsor-img {
	display: block;
	width: auto;
	max-width: 155px;
	height: 50px;
	object-fit: contain;
	background: var(--naput-white);
}

.naput-footer-imprint-col {
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: var(--naput-white);
}

.naput-imprint-org,
.naput-imprint-person {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.naput-imprint-org p,
.naput-imprint-person p {
	margin: 0;
	color: var(--naput-white);
	font-size: var(--naput-fs-body-sm);
	line-height: var(--naput-lh-body-sm);
	font-weight: 700;
}

.naput-imprint-name {
	font-size: var(--naput-fs-body-lg) !important;
	line-height: var(--naput-lh-body-lg) !important;
}

.naput-imprint-role {
	font-size: var(--naput-fs-body) !important;
	line-height: var(--naput-lh-body) !important;
	font-weight: 700 !important;
}

.naput-imprint-person p:not(.naput-imprint-role) {
	font-weight: 400;
}

.naput-imprint-people {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.naput-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	flex-wrap: wrap;
	min-height: 48px;
	padding: 8px 80px;
	background: var(--naput-grey-15);
}

.naput-footer-copy {
	margin: 0;
	color: var(--naput-white);
	font-size: var(--naput-fs-body-sm);
	line-height: var(--naput-lh-body-sm);
	opacity: 0.5;
	text-align: left;
}

.naput-footer-legal {
	margin-left: auto;
}

.naput-footer-legal-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.naput-footer-legal-menu a {
	color: var(--naput-white);
	font-size: var(--naput-fs-body-sm);
	line-height: var(--naput-lh-body-sm);
	opacity: 0.5;
}

.naput-footer-legal-menu a:hover {
	opacity: 1;
}

.naput-back-top {
	position: fixed;
	right: 18px;
	bottom: 40%;
	z-index: 30;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.55;
}

.naput-back-top:hover {
	background: var(--naput-accent);
	color: #fff;
	opacity: 1;
}

.naput-comments {
	margin-top: 32px;
}

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

.comment-list .comment {
	margin: 0 0 16px;
	padding: 12px;
	background: #fafafa;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	font-family: inherit;
}

.comment-form .submit {
	width: auto;
	background: var(--naput-accent);
	border: 0;
	color: #fff;
	padding: 10px 18px;
	cursor: pointer;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

/* Module B — 620px lead + list */
.naput-mod-b {
	clear: both;
	width: 620px;
	max-width: 100%;
	margin: 0 0 40px;
	overflow: hidden;
}

.naput-mod-b-label {
	margin: 0 0 16px;
	font-size: 1.5em;
	font-weight: 400;
}

.naput-mod-b-label a {
	display: inline-block;
	padding: 3px 10px 4px;
	background: var(--naput-accent);
	color: #fff;
}

.naput-mod-b-label a:hover {
	background: #333;
	color: #fff;
}

.naput-mod-b-cols {
	display: flex;
	gap: 40px;
}

.naput-mod-b-lead {
	width: 290px;
	flex: 0 0 290px;
}

.naput-mod-b-lead h3 {
	margin: 8px 0 6px;
	font-size: 1.333em;
	font-weight: 400;
}

.naput-mod-b-list {
	flex: 1;
	min-width: 0;
}

.naput-mod-b-list h3 {
	margin: 0 0 14px;
	font-size: 1.083em;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.naput-mod-b-list h3 a:hover {
	background: #eee;
}

.naput-mod-b-also {
	margin: 16px 0 12px;
	color: var(--naput-muted);
	font-family: var(--naput-serif);
	font-style: italic;
	letter-spacing: 0.06em;
}

.naput-mod-b-also a {
	font-family: var(--naput-font);
	font-style: normal;
	font-weight: 700;
	color: var(--naput-accent);
	text-transform: uppercase;
}

.naput-mod-b-also a:hover {
	background: none;
}

.naput-mod-b-children {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.naput-mod-b-children a {
	padding: 4px 10px;
	background: var(--naput-accent);
	color: #fff;
	font-weight: 700;
}

.naput-mod-b-children a:hover {
	background: #444;
	color: #fff;
}

/* Module C / related quarters */
.naput-mod-c {
	position: relative;
	width: 134px;
	margin: 0 0 16px;
}

.naput-mod-c-label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 0;
}

.naput-mod-c-label a {
	display: block;
	padding: 2px 9px;
	background: var(--naput-accent);
	color: #fff;
	font-size: 0.75em;
}

.naput-mod-c-label a:hover {
	background: #333;
	color: #fff;
}

.naput-mod-c h3 {
	margin: 6px 0 4px;
	font-size: 1em;
	font-weight: 700;
}

.naput-mod-c .naput-ph,
.naput-mod-c img {
	width: 134px;
	height: 80px;
	object-fit: cover;
}

/* Category archive — Figma 20:4500 */
.naput-archive .naput-main {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.naput-archive-hero {
	margin: 0;
	width: 100%;
}

.naput-archive .naput-featured {
	margin-bottom: 0;
}

.naput-archive-mobile-title {
	display: none;
	margin: 0;
	padding: 0 0 8px;
	color: #1a1a1e;
	font-size: var(--naput-fs-h2);
	line-height: var(--naput-lh-h2);
	font-weight: 700;
}

.naput-archive-intro {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: stretch;
	width: 100%;
	padding: 16px;
	border-radius: 8px;
	background: var(--naput-orange-10);
	color: #1a1a1e;
	font-size: var(--naput-fs-body-lg);
	line-height: var(--naput-lh-body-lg);
}

.naput-archive-intro-label {
	margin: 0;
	color: var(--naput-orange-60);
	font-size: var(--naput-fs-body-lg);
	line-height: var(--naput-lh-body-lg);
	font-weight: 700;
}

.naput-archive-intro-text {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-body-lg);
	line-height: var(--naput-lh-body-lg);
}

.naput-archive-intro-text p {
	margin: 0 0 0.75em;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.naput-archive-intro-text p:last-child {
	margin-bottom: 0;
}

.naput-archive-intro--plain {
	background: var(--naput-grey-95);
	border: 1px solid var(--naput-grey-90);
}

/* Archive page title bar — Figma napi archívum (25:7793), keresés (25:7871) */
.naput-archive-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 8px 16px;
	border-top: 3px solid var(--naput-grey-30);
	background: var(--naput-grey-90);
	color: var(--naput-grey-30);
	text-align: center;
	word-break: break-word;
}

.naput-archive-bar-label {
	margin: 0;
	font-size: var(--naput-fs-body);
	line-height: var(--naput-lh-body);
	font-weight: 400;
}

.naput-archive-bar-value {
	margin: 0;
	font-size: var(--naput-fs-h3);
	line-height: var(--naput-lh-h3);
	font-weight: 700;
	letter-spacing: -0.2px;
}

.naput-archive-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 24px;
	width: 100%;
	align-items: start;
}

/* Search / archive desktop — Figma 25:7870 (756px main, 2 cards per row) */
@media (min-width: 1024px) {
  .naput-inner {
    width: unset;
  }

	body.naput-body-archive .naput-container {
		width: min(100%, var(--naput-width));
	}

	body.naput-body-archive .naput-main {
		width: 756px;
		flex: 1 1 756px;
		max-width: 756px;
	}

	body.naput-body-archive .naput-sidebar {
		width: 330px;
		flex: 0 0 330px;
	}
}

@media (min-width: 641px) {
	.naput-search-results .naput-archive-grid,
	.naput-archive .naput-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.naput-archive-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	position: relative;
}

.naput-archive-card-media {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 366 / 180;
	border-radius: 2px;
	background: var(--naput-grey-90);
}

.naput-archive-card-media:hover {
	background: var(--naput-grey-90);
}

.naput-archive-card-media img,
.naput-archive-card-media .naput-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.naput-archive-card-media .naput-cat-tag {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

.naput-archive-card-title {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-h4);
	line-height: var(--naput-lh-h4);
	font-weight: 700;
}

.naput-archive-card-title a {
	color: inherit;
}

.naput-archive-card-title a:hover {
	background: none;
	color: var(--naput-orange-50);
}

.naput-archive-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0;
	color: var(--naput-grey-40);
	line-height: var(--naput-lh-meta);
	white-space: nowrap;
}

.naput-archive-card-date {
	font-size: var(--naput-fs-tag);
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.naput-archive-card-sep {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.naput-archive-card-by {
	font-size: var(--naput-fs-meta);
	letter-spacing: 0.1px;
}

.naput-pagination,
.navigation.pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 8px 0 0;
}

.naput-pagination .nav-links,
.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.naput-pagination .page-numbers,
.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	border: 1px solid var(--naput-grey-90);
	border-radius: 4px;
	background: var(--naput-grey-95);
	color: #1a1a1e;
	font-size: var(--naput-fs-body);
	line-height: 1;
	text-decoration: none;
}

.naput-pagination .page-numbers:hover,
.navigation.pagination .page-numbers:hover {
	background: var(--naput-white);
	color: var(--naput-orange-50);
}

.naput-pagination .page-numbers.current,
.navigation.pagination .page-numbers.current {
	background: var(--naput-orange-50);
	border-color: var(--naput-orange-50);
	color: var(--naput-white);
}

/* Legacy archive heading (tag/author/search) */
.naput-cat-top {
	width: 100%;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid var(--naput-grey-90);
	background: var(--naput-grey-95);
}

.naput-cat-top h1 {
	margin: 0;
	font-size: var(--naput-fs-h4);
	line-height: var(--naput-lh-h4);
	font-weight: 700;
	color: #1a1a1e;
}

.taxonomy-description {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

.naput-blog-row {
	display: flex;
	gap: 20px;
	margin: 0 0 32px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	min-height: 170px;
}

.naput-blog-row:hover {
	background: #eee;
}

.naput-blog-row-media {
	position: relative;
	flex: 0 0 290px;
	width: 290px;
}

.naput-blog-row-cat {
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 2;
	padding: 3px 16px;
	background: var(--naput-accent);
	color: #fff;
	font-size: 1.25em;
}

.naput-blog-row-cat:hover {
	background: #333;
	color: #fff;
}

.naput-blog-row-text h2 {
	margin: 4px 0 6px;
	font-size: 1.333em;
	font-weight: 400;
}

.naput-blog-row-text h2 a {
	color: #000;
}

.naput-blog-row-text h2 a:hover {
	background: #fff;
	color: #444;
}

.naput-blog-row-date {
	margin: 0 0 8px;
	color: #222;
	font-size: 0.75em;
	font-weight: 700;
}

.naput-authorbox {
	overflow: hidden;
	margin: 28px 0;
	padding: 16px 0;
	border-top: 1px solid #eee;
}

.naput-authorbox h2 {
	margin: 0 0 12px;
	font-size: 1.1em;
}

.naput-author-pic {
	float: left;
	margin: 0 16px 8px 0;
}

.naput-authorbox p a {
	padding: 0 4px;
	background: var(--naput-accent);
	color: #fff;
	font-weight: 700;
}

.naput-authorbox p a:hover {
	background: #444;
	color: #fff;
}

.naput-author-bio {
	display: flex;
	gap: 20px;
	margin: 0 0 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

/* Szerzőink — Figma 25:11349 */
.naput-authors-page .naput-main-full {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	max-width: var(--naput-width);
	margin: 0 auto;
	padding: 24px 16px 64px;
}

.naput-authors-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 8px 16px;
	border-top: 3px solid #38383d;
	background: var(--naput-grey-90, #ededf0);
}

.naput-authors-title h1 {
	margin: 0;
	width: 100%;
	color: #38383d;
	font-size: var(--naput-fs-h3, 20px);
	line-height: var(--naput-lh-h3, 28px);
	font-weight: 700;
	letter-spacing: -0.2px;
	text-align: center;
}

.naput-authors-alpha {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 992px;
}

.naput-authors-alpha-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: var(--naput-grey-90, #ededf0);
	color: #121314;
	font-family: inherit;
	font-size: var(--naput-fs-body, 14px);
	line-height: var(--naput-lh-body, 20px);
	cursor: pointer;
}

.naput-authors-alpha-btn:hover:not(:disabled) {
	background: var(--naput-white);
	color: var(--naput-orange-50, #e87722);
}

.naput-authors-alpha-btn.is-active {
	background: var(--naput-orange-50, #e87722);
	color: var(--naput-white);
}

.naput-authors-alpha-btn:disabled,
.naput-authors-alpha-btn.is-empty {
	opacity: 0.4;
	cursor: default;
}

.naput-authors-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 16px;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.naput-author-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	width: 150px;
}

.naput-author-card.is-hidden {
	display: none;
}

.naput-author-card-media {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border-radius: 8px;
	background: var(--naput-grey-90, #ededf0);
}

.naput-author-card-media:hover {
	background: var(--naput-grey-90, #ededf0);
}

.naput-author-card-media img,
.naput-author-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.naput-author-ph {
	aspect-ratio: 1;
}

.naput-author-card-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: stretch;
	width: 100%;
	text-align: center;
}

.naput-author-card-name {
	color: #212126;
	font-size: var(--naput-fs-body-sm, 12px);
	line-height: var(--naput-lh-body-sm, 16px);
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.naput-author-card-name:hover {
	background: none;
	color: var(--naput-orange-50, #e87722);
}

.naput-author-card-role,
.naput-author-card-link {
	margin: 0;
	color: #787880;
	font-size: var(--naput-fs-body, 14px);
	line-height: var(--naput-lh-body, 20px);
}

.naput-author-card-link:hover {
	background: none;
	color: var(--naput-orange-50, #e87722);
}

.naput-authors-empty {
	margin: 0;
	color: #787880;
	text-align: center;
}

.naput-author-single {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 720px;
	margin: 0 auto;
	padding: 24px 16px 64px;
}

.naput-author-single-head {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: flex-start;
}

.naput-author-single-media {
	overflow: hidden;
	width: 150px;
	height: 150px;
	border-radius: 8px;
	background: var(--naput-grey-90, #ededf0);
}

.naput-author-single-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.naput-author-single-title {
	margin: 0 0 8px;
	font-size: var(--naput-fs-h2, 28px);
	line-height: var(--naput-lh-h2, 36px);
	font-weight: 700;
	text-transform: uppercase;
}

.naput-author-single-role {
	margin: 0 0 12px;
	color: #787880;
}

.naput-author-single-back a {
	color: #787880;
}

/* Rólunk — Figma 24:5669 */
.naput-about-page .naput-main-full {
	max-width: var(--naput-width);
	margin: 0 auto;
	padding: 24px 16px 64px;
}

.naput-about-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.naput-about-copy {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.naput-about-title {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-h1, 36px);
	line-height: var(--naput-lh-h1, 40px);
	font-weight: 700;
	letter-spacing: -0.5px;
}

.naput-about-subtitle {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-h2, 24px);
	line-height: var(--naput-lh-h2, 32px);
	font-weight: 700;
	letter-spacing: -0.3px;
}

.naput-about-quote {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-h3, 20px);
	line-height: var(--naput-lh-h3, 28px);
	font-weight: 700;
	letter-spacing: -0.2px;
	text-align: right;
}

.naput-about-prose {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.naput-about-prose p {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-body-lg, 16px);
	line-height: var(--naput-lh-body-lg, 24px);
}

.naput-about-facts {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.naput-about-facts-title {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-body-lg, 16px);
	line-height: var(--naput-lh-body-lg, 24px);
	font-weight: 700;
}

.naput-about-facts-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.naput-about-facts-list li {
	position: relative;
	margin: 0;
	padding: 0 0 0 18px;
	color: #1a1a1e;
	font-size: var(--naput-fs-body-lg, 16px);
	line-height: var(--naput-lh-body-lg, 24px);
}

.naput-about-facts-list li::before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--naput-orange-50, #e87722);
}

.naput-about-link-intro,
.naput-about-link {
	margin: 0;
	color: #1a1a1e;
	font-size: var(--naput-fs-body-lg, 16px);
	line-height: var(--naput-lh-body-lg, 24px);
}

.naput-about-link a {
	color: #1a1a1e;
	word-break: break-word;
}

.naput-about-link a:hover {
	color: var(--naput-orange-50, #e87722);
}

.naput-about-share {
	margin-top: 8px;
}

.naput-about-aside {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.naput-about-hero {
	overflow: hidden;
	width: 100%;
	border-radius: 2px;
	background: var(--naput-grey-90, #ededf0);
}

.naput-about-hero img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 551 / 365;
	object-fit: cover;
}

.naput-about-editors {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.naput-about-editor {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	width: 125px;
}

.naput-about-editor-media {
	overflow: hidden;
	width: 120px;
	height: 157px;
	border-radius: 8px;
	background: var(--naput-grey-90, #ededf0);
}

.naput-about-editor-media img,
.naput-about-editor-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.naput-about-editor-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	text-align: center;
}

.naput-about-editor-name {
	margin: 0;
	color: #212126;
	font-size: var(--naput-fs-body-sm, 12px);
	line-height: var(--naput-lh-body-sm, 16px);
	letter-spacing: 0.2px;
	text-transform: uppercase;
	text-decoration: none;
}

a.naput-about-editor-name:hover {
	background: none;
	color: var(--naput-orange-50, #e87722);
}

.naput-about-editor-role {
	margin: 0;
	color: #787880;
	font-size: var(--naput-fs-body, 14px);
	line-height: var(--naput-lh-body, 20px);
}

.naput-authors {
	margin: 0;
	padding: 0;
	list-style: none;
}

.naput-authors li {
	display: flex;
	gap: 16px;
	margin: 0 0 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}

.naput-authors-name {
	display: block;
	margin-bottom: 6px;
	font-size: 1.2em;
	font-weight: 700;
}

.naput-main-full {
	width: 100%;
	padding: 0 20px 40px;
}

.naput-inner-full .naput-sidebar {
	display: none;
}

.wpcf7-form {
	margin-top: 24px;
	padding: 15px;
	background: #f2f2f2;
}

.wpcf7-form .wpcf7-form-control {
	width: 100%;
	padding: 8px;
	border: 1px solid #3c3c3c;
	border-radius: 0;
	box-sizing: border-box;
}

.wpcf7-form input.wpcf7-submit {
	width: auto;
	margin-top: 15px;
	padding: 12px 20px;
	border: 0;
	background: #1fc35e;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.wpcf7-form input.wpcf7-submit:hover {
	background: #17a34a;
}

.naput-article .entry-content:has(.one_third),
.naput-article .entry-content:has(.one_half) {
	display: block;
}

.naput-article .entry-content:has(.one_third) > p,
.naput-article .entry-content:has(.one_half) > p {
	margin-bottom: 16px;
}

.one_third,
.two_third,
.one_half {
	float: left;
	box-sizing: border-box;
	margin: 0 4% 16px 0;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.34%;
}

.one_half {
	width: 48%;
}

.one_third.last,
.two_third.last,
.one_half.last {
	margin-right: 0;
}

.one_third p,
.two_third p,
.one_half p,
.lc-buyer-notice p {
	margin: 0 0 1em;
}

.clearboth {
	clear: both;
	display: block;
	height: 0;
}

.naput-article .entry-content a.go-to-order,
.naput-article .entry-content a.go-to-order:hover {
	display: inline-block;
	margin-top: 15px;
	padding: 15px 20px;
	background: #1fc35e;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.wpcf7-form .form-title {
	margin: 0;
	color: #3c3c3c;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
}

.wpcf7-form .form-elements label {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	color: #2d2d2d;
	font-size: 13px;
}

@media (max-width: 781px) {
	.one_third,
	.two_third,
	.one_half,
	.one_third.last,
	.two_third.last,
	.one_half.last {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

.skip-link:focus {
	position: static;
	width: auto;
	height: auto;
	clip: auto;
	padding: 8px;
	background: var(--naput-accent);
	color: #fff;
}

@media (max-width: 1023px) {
	.naput-header-bar {
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		align-items: center;
		gap: 8px;
		padding: 24px 16px;
	}

	.naput-header-icon-btn {
		display: inline-flex;
	}

	.naput-header-menu-open {
		grid-column: 1;
		justify-self: start;
	}

	.naput-header-bar > .naput-brand {
		grid-column: 2;
		justify-self: center;
	}

	.naput-header-search-toggle {
		grid-column: 3;
		justify-self: end;
	}

	.naput-header-search-desktop {
		display: none !important;
	}

	.naput-brand-img,
	.naput-brand .custom-logo {
		width: 196px;
		height: 30px;
		max-width: 196px;
	}

	/* Search open: hide hamburger — Figma search-M */
	.naput-header.is-search-open .naput-header-menu-open {
		visibility: hidden;
		pointer-events: none;
	}

	.naput-search-panel {
		display: none;
		padding: 0 16px 24px;
	}

	.naput-header.is-search-open .naput-search-panel {
		display: block;
	}

	.naput-search-panel .naput-search {
		width: 100%;
		max-width: none;
	}

	.naput-search-panel .naput-search input[type="search"] {
		width: auto;
		flex: 1 1 auto;
	}

	.naput-nav-panel {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 50;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding: 24px 16px 40px;
		background: var(--naput-white);
	}

	.naput-header.is-nav-open .naput-nav-panel {
		display: block;
	}

	.naput-header.is-nav-open .naput-header-bar,
	.naput-header.is-nav-open .naput-search-panel {
		visibility: hidden;
	}

	.naput-nav-panel-head {
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		align-items: center;
		gap: 8px;
		margin-bottom: 8px;
	}

	.naput-nav-panel-head .naput-brand {
		justify-self: center;
	}

	.naput-nav-panel-head [data-naput-nav-close] {
		justify-self: start;
	}

	.naput-nav-panel-head [data-naput-search-toggle] {
		justify-self: end;
	}

	.naput-nav {
		border: 0;
		background: transparent;
	}

	.naput-menu {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0;
		padding: 0;
	}

	.naput-menu > .menu-item {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.naput-menu-row {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
	}

	.naput-menu > .menu-item > .naput-menu-row > a,
	.naput-menu > .menu-item > a {
		flex: 1 1 auto;
		min-width: 0;
		justify-content: flex-start;
	}

	.naput-menu > .menu-item-home > .naput-menu-row > a {
		flex: 0 0 auto;
		width: max-content;
	}

	.naput-nav-accordion {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.naput-menu .sub-menu {
		position: static;
		display: none;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: transparent;
	}

	.naput-menu > .menu-item:hover > .sub-menu,
	.naput-menu > .menu-item:focus-within > .sub-menu,
	.naput-menu .sub-menu > .menu-item:hover > .sub-menu,
	.naput-menu .sub-menu > .menu-item:focus-within > .sub-menu {
		display: none;
	}

	.naput-menu .menu-item.is-accordion-open > .sub-menu {
		display: flex;
		flex-direction: column;
		gap: 8px;
		padding-top: 4px;
		padding-bottom: 8px;
	}

	.naput-menu .sub-menu .sub-menu {
		padding-left: 12px;
	}

	.naput-menu .sub-menu a {
		padding: 8px;
		border-radius: 8px;
		background: var(--naput-grey-90);
		color: var(--naput-grey-10);
		font-size: var(--naput-fs-body);
		line-height: var(--naput-lh-body);
		text-transform: none;
		letter-spacing: 0;
		font-weight: 400;
	}

	.naput-menu .sub-menu a:hover {
		background: var(--naput-orange-50);
		color: var(--naput-white);
	}

	body.naput-nav-lock {
		overflow: hidden;
	}

	/* Home mobile (Figma 20:1415) */
	.naput-home-modules {
		gap: 28px;
	}

	.naput-mod-pair {
		gap: 28px;
	}

	.naput-mod-pair-leads,
	.naput-mod-pair-follows {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.naput-featured {
		margin: 0 0 24px;
		border-radius: 0;
	}

	.naput-featured-btn {
		opacity: 1;
	}

	.naput-featured-slide {
		aspect-ratio: 16 / 10;
		max-height: none;
		min-height: 240px;
	}

	.naput-featured-caption {
		padding: 16px;
		gap: 8px;
	}

	.naput-featured-title {
		font-size: var(--naput-fs-h2);
		line-height: var(--naput-lh-h2);
	}

	.naput-mod-a-lead-title {
		font-size: var(--naput-fs-h3);
		line-height: var(--naput-lh-h3);
	}

	.naput-sidebar {
		margin-top: 8px;
	}

	.naput-onazo-title {
		border-radius: 0;
	}


	.naput-main,
	.naput-sidebar {
		width: 100%;
		padding: 0 16px 24px;
	}

	.naput-sidebar .widget {
		width: 100%;
	}

	.naput-footer-inner {
		padding: 48px 32px 32px;
	}

	.naput-footer-bottom {
		padding-right: 32px;
		padding-left: 32px;
	}

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

	.naput-featured,
	.naput-mod-b {
		width: 100%;
	}

	.naput-mod-a {
		float: none;
		margin-right: 0;
	}

	.naput-blog-row {
		flex-direction: column;
	}

	.naput-blog-row-media {
		flex: 0 0 auto;
		width: 100%;
	}

	.naput-mod-b-cols {
		flex-direction: column;
	}

	.naput-mod-b-lead {
		width: 100%;
		flex: 1 1 auto;
	}
}

@media (max-width: 640px) {
	html {
		font-size: 14px;
	}

	.naput-grid {
		grid-template-columns: 1fr;
	}

	.naput-mod-pair-leads,
	.naput-mod-pair-follows {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.naput-mod-a,
	.naput-mod-a-lead img,
	.naput-mod-a-lead .naput-ph {
		width: 100%;
	}

	.naput-article-title {
		font-size: var(--naput-fs-h2);
		line-height: var(--naput-lh-h2);
	}

	.naput-article {
		gap: 24px;
	}

	.naput-article-hero {
		aspect-ratio: 16 / 10;
		max-height: none;
		border-radius: 0;
	}

	.naput-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.naput-archive-mobile-title {
		display: block;
	}

	.naput-archive-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.naput-archive-intro {
		padding: 16px;
	}

	.naput-archive-bar {
		margin-inline: -16px;
	}

	.naput-archive-card-media {
		aspect-ratio: 328 / 180;
	}

	.naput-authors-page .naput-main-full {
		gap: 24px;
		padding: 16px 16px 48px;
	}

	.naput-authors-alpha {
		justify-content: flex-start;
	}

	.naput-authors-grid {
		justify-content: center;
	}

	.naput-about-layout {
		grid-template-columns: 1fr;
	}

	.naput-about-page .naput-main-full {
		padding: 16px 16px 48px;
	}

	.naput-about-copy {
		gap: 20px;
	}

	.naput-about-aside {
		gap: 32px;
	}

	.naput-about-editors {
		justify-content: center;
	}

	.naput-article blockquote {
		float: none;
		width: 100%;
		margin: 0;
	}

	.post-navigation {
		flex-direction: column;
	}

	.naput-footer-inner {
		padding: 40px 16px;
	}

	.naput-footer-bottom {
		padding-right: 16px;
		padding-left: 16px;
	}

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