/**
 * PARFCLUB — native home template
 * Подгружается только на странице с template "Home Native"
 */

/* ─── Vars ─── */
.pf-home-native {
	--pf-bg: #121314;
	--pf-bg-soft: #1b1c1e;
	--pf-text: #fff;
	--pf-muted: rgba(255,255,255,.7);
	--pf-accent: #24A1DE;        /* голубой Telegram-баннер */
	--pf-border: rgba(255,255,255,.18);
	--pf-radius: 14px;
	--pf-section-gap: 64px;
	background: var(--pf-bg);
	color: var(--pf-text);
}

/* Полная ширина секций */
.pf-home-native { margin: 0; padding: 0; }

/* Container — размеры берёт стандартный .page-container из темы */

/* Общий заголовок секции */
.pf-home-native .pf-section-title {
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 700;
	margin: 0 0 28px;
	line-height: 1.15;
	color: #fff;
}

/* ═════════ Buttons ═════════ */
.pf-home-native .pf-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border: 1px solid var(--pf-border);
	border-radius: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	background: transparent;
	transition: background .2s, border-color .2s, color .2s, transform .15s;
	line-height: 1;
	white-space: nowrap;
}
.pf-home-native .pf-btn:hover {
	background: #fff;
	color: #111;
	border-color: #fff;
}
.pf-home-native .pf-btn--small {
	padding: 10px 18px;
	font-size: 14px;
}
.pf-home-native .pf-btn--on-blue {
	border-color: rgba(255,255,255,.45);
	color: #fff;
}
.pf-home-native .pf-btn--on-blue:hover {
	background: #fff;
	color: var(--pf-accent);
}
.pf-home-native .pf-btn__arrow { transition: transform .2s; }
.pf-home-native .pf-btn:hover .pf-btn__arrow { transform: translateX(3px); }


/* ═════════ HERO ═════════ */
.pf-home-native .pf-hero {
	padding: 220px 0 180px;
	background-color: var(--pf-bg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	position: relative;
}
.pf-home-native .pf-hero__content { max-width: 600px; }
.pf-home-native .pf-hero__subtitle {
	display: inline-block;
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pf-muted);
	margin-bottom: 14px;
}
.pf-home-native .pf-hero__title {
	font-size: clamp(40px, 6vw, 72px);
	font-weight: 800;
	line-height: 1;
	margin: 0 0 20px;
	letter-spacing: -0.02em;
	color: #fff;
}
.pf-home-native .pf-hero__lead {
	font-size: 16px;
	color: var(--pf-muted);
	line-height: 1.55;
	max-width: 440px;
	margin: 0 0 30px;
}


/* ═════════ CATALOG ═════════ */
.pf-home-native .pf-catalog {
	padding: var(--pf-section-gap) 0;
}
.pf-home-native .pf-catalog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.pf-home-native .pf-cat-card {
	position: relative;
	display: block;
	border-radius: var(--pf-radius);
	overflow: hidden;
	aspect-ratio: 1/1;
	background: var(--pf-bg-soft);
	text-decoration: none;
	color: #fff;
	transition: transform .3s;
}
.pf-home-native .pf-cat-card:hover { transform: translateY(-4px); }
.pf-home-native .pf-cat-card__img {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform .5s ease;
}
.pf-home-native .pf-cat-card:hover .pf-cat-card__img { transform: scale(1.05); }
.pf-home-native .pf-cat-card__img--placeholder {
	background: linear-gradient(135deg, #222 0%, #111 100%);
}
.pf-home-native .pf-cat-card__overlay {
	position: absolute; inset: 0;
	padding: 22px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 14px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%);
}
.pf-home-native .pf-cat-card__title {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	color: #fff;
	line-height: 1.3;
}


/* ═════════ TELEGRAM ═════════ */
.pf-home-native .pf-telegram {
	padding: var(--pf-section-gap) 0 32px;
}
.pf-home-native .pf-telegram__inner {
	background: var(--pf-accent);
	border-radius: 22px;
	padding: 48px clamp(24px, 4vw, 60px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	color: #fff;
}
.pf-home-native .pf-telegram__text { max-width: 620px; }
.pf-home-native .pf-telegram__title {
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #fff;
}
.pf-home-native .pf-telegram__lead {
	font-size: 15px;
	color: rgba(255,255,255,.9);
	margin: 0 0 22px;
}
.pf-home-native .pf-telegram__icon img {
	width: 180px;
	height: 180px;
	object-fit: contain;
	filter: drop-shadow(0 8px 20px rgba(0,0,0,.12));
}


/* ═════════ NEW ARRIVALS (стандартный WC вывод через [products]) ═════════ */
.pf-home-native .pf-arrivals {
	padding: var(--pf-section-gap) 0 96px;
}
.pf-home-native .pf-arrivals .woocommerce ul.products,
.pf-home-native .pf-arrivals .products { margin: 0; padding: 0; }

/* Названия товаров — белые на тёмном фоне */
.pf-home-native .pf-arrivals a.woo-product-name,
.pf-home-native .pf-arrivals .woo-product-name.title,
.pf-home-native .pf-arrivals a.woo-product-name.title.titles-typo.-undash {
	color: #fff;
}

/* Свотчи вариаций (размеры флаконов: 5/15/50 мл) — тёмный фон, белая рамка */
.pf-home-native .pf-arrivals li.variable-item.button-variable-item {
	background: #121212 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}
.pf-home-native .pf-arrivals li.variable-item.button-variable-item.selected {
	border: 2px solid #71cc46 !important;
}

/* Цены на тёмном фоне */
.pf-home-native .pf-arrivals .price,
.pf-home-native .pf-arrivals .price .amount,
.pf-home-native .pf-arrivals .woocommerce-Price-amount,
.pf-home-native .pf-arrivals .woocommerce-Price-amount bdi {
	color: #fff;
}

/* Кнопка «Открыть →» на карточке категории — не тянется на всю ширину */
.pf-home-native .pf-cat-card__overlay .pf-btn--small,
.pf-home-native span.pf-btn.pf-btn--small.pf-btn--outlined {
	max-width: fit-content;
}

/* Кнопка подписки на Telegram — hover: белая с тёмным текстом */
.pf-home-native a.pf-btn.pf-btn--on-blue:hover,
.pf-home-native .pf-btn--on-blue:hover {
	color: #000;
	background: #fff !important;
}



/* ═════════ NEWS (лента /posts/) ═════════ */
.pf-news-page {
	--pf-news-green: #71cc46;
	--pf-news-bg: #f2f2f2;
	--pf-news-card-bg: #fff;
	--pf-news-text: #111;
	--pf-news-muted: #6b6b6b;
	background: var(--pf-news-bg);
	color: var(--pf-news-text);
	padding-bottom: 80px;
}
.pf-news-page .pf-news {
	padding: 40px 0 0;
}
.pf-news-page .pf-news__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.pf-news-page .pf-news-card {
	background: var(--pf-news-card-bg);
	border-radius: 10px;
	padding: 28px 28px 0;
	display: flex;
	flex-direction: column;
	min-height: 380px;
	transition: box-shadow .2s, transform .2s;
}
.pf-news-page .pf-news-card:hover {
	box-shadow: 0 6px 28px rgba(0,0,0,.08);
	transform: translateY(-2px);
}
.pf-news-page .pf-news-card__body {
	flex: 1 1 auto;
	padding-bottom: 24px;
}

/* Карточки с картинкой (блог /articles/) */
.pf-news-page .pf-news-card--with-img {
	padding: 0;
	overflow: hidden;
}
.pf-news-page .pf-news-card__thumb {
	display: block;
	aspect-ratio: 16/10;
	overflow: hidden;
	background: #eaeaea;
}
.pf-news-page .pf-news-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.pf-news-page .pf-news-card--with-img:hover .pf-news-card__thumb img {
	transform: scale(1.04);
}
.pf-news-page .pf-news-card--with-img .pf-news-card__body {
	padding: 24px 28px 0;
}
.pf-news-page .pf-news-card--with-img .pf-news-card__meta {
	padding-left: 28px;
	padding-right: 28px;
}
@media (max-width: 600px) {
	.pf-news-page .pf-news-card--with-img .pf-news-card__body {
		padding: 20px 22px 0;
	}
	.pf-news-page .pf-news-card--with-img .pf-news-card__meta {
		padding-left: 22px;
		padding-right: 22px;
	}
}
.pf-news-page .pf-news-card__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 16px;
	color: var(--pf-news-text);
}
.pf-news-page .pf-news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color .2s;
}
.pf-news-page .pf-news-card__title a:hover {
	color: var(--pf-news-green);
}
.pf-news-page .pf-news-card__excerpt {
	font-size: 15px;
	line-height: 1.55;
	color: #333;
	margin: 0 0 20px;
}
.pf-news-page .pf-news-card__more {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--pf-news-green);
	text-decoration: none;
	transition: color .2s;
}
.pf-news-page .pf-news-card__more:hover {
	color: #5aab36;
}
.pf-news-page .pf-news-card__meta {
	border-top: 1px solid #eee;
	padding: 16px 0;
	margin-top: auto;
	font-size: 13px;
	color: var(--pf-news-muted);
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.pf-news-page .pf-news-card__dot {
	color: #ccc;
}
.pf-news-page .pf-news__empty {
	text-align: center;
	color: var(--pf-news-muted);
	font-size: 16px;
	padding: 80px 0;
}

/* Пагинация — светлая */
.pf-news-page .pf-news__pagination {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.pf-news-page .pf-news__pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.pf-news-page .pf-news__pagination ul.page-numbers li {
	margin: 0;
}
.pf-news-page .pf-news__pagination a.page-numbers,
.pf-news-page .pf-news__pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border-radius: 50px;
	border: 1px solid #ddd;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	transition: background .2s, border-color .2s, color .2s;
}
.pf-news-page .pf-news__pagination a.page-numbers:hover {
	background: var(--pf-news-green);
	color: #fff;
	border-color: var(--pf-news-green);
}
.pf-news-page .pf-news__pagination span.page-numbers.current {
	background: var(--pf-news-green);
	color: #fff;
	border-color: var(--pf-news-green);
	font-weight: 600;
}
.pf-news-page .pf-news__pagination span.page-numbers.dots {
	border-color: transparent;
	background: transparent;
}

/* Адаптив для ленты */
@media (max-width: 1024px) {
	.pf-news-page .pf-news__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.pf-news-page .pf-news__grid { grid-template-columns: 1fr; gap: 18px; }
	.pf-news-page .pf-news-card { min-height: 0; padding: 22px 22px 0; }
}

/* ═════════ CONTACTS (/kontakty/) ═════════ */
.pf-contacts-page {
	--pf-green: #71cc46;
	background: #fff;
	color: #111;
	padding-bottom: 80px;
}
.pf-contacts-page .pf-contacts {
	padding: 40px 0 0;
}
.pf-contacts-page .pf-contacts__grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 40px;
	align-items: stretch;
}
.pf-contacts-page .pf-contacts__info {
	background: #f5f5f5;
	border-radius: 14px;
	padding: 40px;
}
.pf-contacts-page .pf-contacts__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.pf-contacts-page .pf-contacts__item {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 17px;
	line-height: 1.4;
	color: #222;
}
.pf-contacts-page .pf-contacts__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	background: #f3f3f3;
	color: var(--pf-green);
	border-radius: 50%;
	transition: background .2s;
}
.pf-contacts-page .pf-contacts__item:has(a:hover) .pf-contacts__icon {
	background: var(--pf-green);
	color: #fff;
}
.pf-contacts-page .pf-contacts__text {
	color: #222;
	text-decoration: none;
	transition: color .2s;
}
.pf-contacts-page a.pf-contacts__text:hover {
	color: var(--pf-green);
}
.pf-contacts-page .pf-contacts__map {
	border-radius: 14px;
	overflow: hidden;
	min-height: 600px;
	background: #e8e8e8;
}
.pf-contacts-page .pf-contacts__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 600px;
	border: 0;
}

/* Адаптив */
@media (max-width: 900px) {
	.pf-contacts-page .pf-contacts__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.pf-contacts-page .pf-contacts__info {
		padding: 28px;
	}
	.pf-contacts-page .pf-contacts__map,
	.pf-contacts-page .pf-contacts__map iframe {
		min-height: 400px;
	}
}
@media (max-width: 500px) {
	.pf-contacts-page .pf-contacts__item {
		font-size: 15px;
		gap: 14px;
	}
	.pf-contacts-page .pf-contacts__icon {
		width: 38px;
		height: 38px;
	}
}

/* ═════════ SHIPPING (/oplata-i-dostavka/) ═════════ */
.pf-shipping-page {
	--pf-green: #71cc46;
	background: #fff;
	color: #1a1a1a;
	padding-bottom: 80px;
}
.pf-shipping-page .pf-shipping {
	padding: 40px 0 0;
}
.pf-shipping-page .pf-shipping__intro {
	font-size: 17px;
	line-height: 1.55;
	color: #333;
	margin: 0 0 40px;
	padding: 20px 24px;
	background: #fff8e6;
	border-left: 4px solid #f0b400;
	border-radius: 8px;
}
.pf-shipping-page .pf-shipping__h2 {
	font-size: clamp(22px, 2.5vw, 30px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #111;
}
.pf-shipping-page .pf-shipping__h2--section {
	margin-top: 56px;
}

/* График работы */
.pf-shipping-page .pf-shipping__schedule {
	background: #f5f5f5;
	border-radius: 14px;
	padding: 28px 32px;
	margin-bottom: 20px;
}
.pf-shipping-page .pf-schedule {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pf-shipping-page .pf-schedule__row {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 8px 0;
	font-size: 16px;
}
.pf-shipping-page .pf-schedule__day  { color: #333; }
.pf-shipping-page .pf-schedule__time { color: #111; font-weight: 600; }
.pf-shipping-page .pf-schedule__dots {
	flex: 1;
	border-bottom: 1px dotted #bbb;
	transform: translateY(-4px);
}

/* FAQ */
.pf-shipping-page .pf-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pf-shipping-page .pf-faq__item {
	background: #f5f5f5;
	border-radius: 12px;
	overflow: hidden;
	transition: background .2s;
}
.pf-shipping-page .pf-faq__item[open] {
	background: #fff;
	box-shadow: 0 2px 14px rgba(0,0,0,.06);
	border: 1px solid #ececec;
}
.pf-shipping-page .pf-faq__q {
	list-style: none;
	cursor: pointer;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #111;
	transition: color .2s;
}
.pf-shipping-page .pf-faq__q::-webkit-details-marker { display: none; }
.pf-shipping-page .pf-faq__q:hover { color: var(--pf-green); }
.pf-shipping-page .pf-faq__chev {
	flex-shrink: 0;
	color: #888;
	transition: transform .25s, color .2s;
}
.pf-shipping-page .pf-faq__item[open] .pf-faq__chev {
	transform: rotate(180deg);
	color: var(--pf-green);
}
.pf-shipping-page .pf-faq__a {
	padding: 0 24px 20px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}
.pf-shipping-page .pf-faq__a p { margin: 0 0 10px; }
.pf-shipping-page .pf-faq__a p:last-child { margin-bottom: 0; }
.pf-shipping-page .pf-faq__a ul {
	margin: 10px 0;
	padding-left: 20px;
}
.pf-shipping-page .pf-faq__a li { margin-bottom: 6px; }

/* Примечания */
.pf-shipping-page .pf-shipping__note {
	margin: 40px 0 0;
	padding: 24px 28px;
	background: #fff0ec;
	border-left: 4px solid #ee5a3d;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.6;
	color: #222;
}
.pf-shipping-page .pf-shipping__note p { margin: 0 0 14px; }
.pf-shipping-page .pf-shipping__note p:last-child { margin-bottom: 0; }

/* Таблица тарифов */
.pf-shipping-page .pf-rates {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden;
}
.pf-shipping-page .pf-rates__row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	padding: 16px 22px;
	align-items: center;
	border-bottom: 1px solid #eee;
	font-size: 15px;
}
.pf-shipping-page .pf-rates__row:last-child { border-bottom: none; }
.pf-shipping-page .pf-rates__row:nth-child(even) { background: #fafafa; }
.pf-shipping-page .pf-rates__row--head {
	background: #f0f0f0 !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: 13px;
	color: #555;
}
.pf-shipping-page .pf-rates__name  { color: #222; line-height: 1.4; }
.pf-shipping-page .pf-rates__price {
	font-weight: 700;
	color: #111;
	white-space: nowrap;
	font-size: 16px;
}

/* Адаптив */
@media (max-width: 600px) {
	.pf-shipping-page .pf-shipping__schedule { padding: 22px 20px; }
	.pf-shipping-page .pf-schedule__row { font-size: 15px; }
	.pf-shipping-page .pf-faq__q { padding: 16px 18px; font-size: 15px; }
	.pf-shipping-page .pf-faq__a { padding: 0 18px 16px; }
	.pf-shipping-page .pf-rates__row { padding: 14px 18px; }
	.pf-shipping-page .pf-rates__name { font-size: 14px; }
}

/* ═════════ SINGLE POST (новости + блог) ═════════ */
.pf-single-post {
	--pf-post-green: #71cc46;
	--pf-post-green-dark: #5aab36;
	background: #fff;
	color: #1a1a1a;
}

/* Hero */
.pf-post-hero {
	background-color: #1a1a1a;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 0 80px;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
	border-radius: 0 0 24px 24px;
	overflow: hidden;
}
.pf-post-hero:not(.has-image) { background: linear-gradient(135deg, #1e1e1e, #0f0f0f); }
.pf-post-hero__inner {
	max-width: 820px;
	margin: 0 auto;
	padding: 60px 0;
}
.pf-post-hero__meta {
	margin-bottom: 18px;
	display: flex;
	justify-content: center;
}
.pf-post-hero__date {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: rgba(255,255,255,.85);
}
.pf-post-hero__title {
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: #fff;
	margin: 0 0 18px;
}
.pf-post-hero__title img.emoji,
.pf-post-hero__title img.wp-smiley {
	display: inline-block;
	height: 0.9em;
	width: auto;
	vertical-align: -0.1em;
	margin: 0 2px;
}
.pf-post-hero__author {
	font-size: 15px;
	color: rgba(255,255,255,.82);
	margin: 0;
}

/* Container post — перекрываем narrow single-post контейнер темы */
.pf-single-post .pf-post__container.page-container,
.pf-post__container.page-container {
	max-width: 1080px !important;
	width: 100% !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.pf-post { padding-bottom: 60px; }

/* Entry content — типографика */
.pf-single-post .entry-content {
	font-size: 17px;
	line-height: 1.7;
	color: #222;
}
/* Скрываем артефактные ul/li с одной только svg-иконкой (Elementor даёт такой хлам) */
.pf-single-post .entry-content ul:has(> li > svg:only-child) { display: none; }
.pf-single-post .entry-content li:has(> svg:only-child) { display: none; }
.pf-single-post .entry-content p {
	margin: 0 0 18px;
}
.pf-single-post .entry-content strong { color: #111; font-weight: 700; }
.pf-single-post .entry-content em { color: #555; }
.pf-single-post .entry-content a {
	color: var(--pf-post-green);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color .2s, border-color .2s;
}
.pf-single-post .entry-content a:hover {
	color: var(--pf-post-green-dark);
	border-bottom-color: currentColor;
}
.pf-single-post .entry-content ul,
.pf-single-post .entry-content ol {
	margin: 0 0 22px;
	padding-left: 24px;
}
.pf-single-post .entry-content ul li,
.pf-single-post .entry-content ol li {
	margin-bottom: 8px;
}
.pf-single-post .entry-content ul li::marker { color: #666; }
.pf-single-post .entry-content ol li::marker { color: #444; font-weight: 700; }

/* Изображения внутри поста */
.pf-single-post .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
	margin: 10px 0;
	display: inline-block;
	box-shadow: 0 6px 22px rgba(0,0,0,.06);
}
.pf-single-post .entry-content p:has(> img:only-child) {
	text-align: center;
}

/* Последний абзац (итог) — выделяем плашкой если в strong */
.pf-single-post .entry-content > p:last-of-type:has(strong) {
	background: #f3f3f3;
	padding: 22px 26px;
	border-radius: 12px;
	font-weight: 600;
	color: #111;
	margin-top: 30px;
}

/* Теги */
.pf-post__tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
.pf-post__tags-label {
	font-size: 14px;
	color: #666;
	margin-right: 4px;
}
.pf-post__tag {
	display: inline-block;
	padding: 8px 16px;
	background: #f3f3f3;
	color: #333;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	text-decoration: none;
	transition: background .2s, color .2s;
}
.pf-post__tag:hover {
	background: var(--pf-post-green);
	color: #fff;
}

/* Related posts */
.pf-related {
	background: #fafafa;
	padding: 70px 0 90px;
	border-top: 1px solid #eee;
}
.pf-related__title {
	font-size: clamp(22px, 2.5vw, 32px);
	font-weight: 700;
	margin: 0 0 30px;
	color: #111;
}
.pf-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.pf-related-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform .25s, box-shadow .25s;
	display: flex;
	flex-direction: column;
}
.pf-related-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(0,0,0,.08);
}
.pf-related-card__thumb {
	aspect-ratio: 16/10;
	overflow: hidden;
	background: #eaeaea;
}
.pf-related-card__thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s;
}
.pf-related-card:hover .pf-related-card__thumb img {
	transform: scale(1.05);
}
.pf-related-card__body {
	padding: 20px 22px 24px;
}
.pf-related-card__date {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: .06em;
	display: block;
	margin-bottom: 8px;
}
.pf-related-card__title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Адаптив */
@media (max-width: 900px) {
	.pf-related__grid { grid-template-columns: repeat(2, 1fr); }
	.pf-post-hero { padding: 80px 0 50px; margin-bottom: 40px; }
	.pf-post-hero__inner { padding: 20px 0; }
}
@media (max-width: 600px) {
	.pf-related__grid { grid-template-columns: 1fr; }
	.pf-single-post .entry-content { font-size: 16px; }
}

/* ═════════ FOOTER (кастомный) ═════════ */
.pf-footer {
	background: #0d0d0e;
	color: rgba(255,255,255,.7);
	padding: 64px 0 48px;
	font-size: 14px;
	line-height: 1.7;
}
.pf-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 1.2fr 1fr 1.1fr;
	gap: 40px;
	align-items: start;
}
.pf-footer__logo {
	display: inline-block;
	margin-bottom: 18px;
}
.pf-footer__logo img {
	max-width: 190px;
	height: auto;
	filter: brightness(1.05);
}
.pf-footer__desc {
	color: rgba(255,255,255,.75);
	margin: 0 0 20px;
	max-width: 320px;
}
.pf-footer__legal {
	margin: 0 0 4px;
	font-size: 13px;
	color: rgba(255,255,255,.55);
}
.pf-footer__title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 18px;
}
.pf-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pf-footer__list li {
	margin: 0 0 10px;
}
.pf-footer__list a {
	color: rgba(255,255,255,.75);
	text-decoration: none;
	transition: color .2s;
}
.pf-footer__list a:hover {
	color: #fff;
}
.pf-footer__list--contacts li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: rgba(255,255,255,.75);
	margin-bottom: 12px;
}
.pf-footer__list--contacts a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: rgba(255,255,255,.75);
	text-decoration: none;
}
.pf-footer__list--contacts a:hover {
	color: #fff;
}
.pf-footer__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: #fff;
	margin-top: 3px;
}
.pf-footer__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

/* ═════════ Responsive ═════════ */
@media (max-width: 1024px) {
	.pf-home-native .pf-catalog__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.pf-home-native .pf-hero { padding: 190px 0 120px; }
	.pf-home-native .pf-catalog__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.pf-home-native .pf-telegram__inner {
		flex-direction: column;
		text-align: center;
		padding: 40px 24px;
	}
	.pf-home-native .pf-telegram__icon img { width: 120px; height: 120px; }
	.pf-home-native { --pf-section-gap: 44px; }
}
@media (max-width: 480px) {
	.pf-home-native .pf-catalog__grid {
		grid-template-columns: 1fr;
	}
}

/* Футер адаптив */
@media (max-width: 900px) {
	.pf-footer__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
}
@media (max-width: 500px) {
	.pf-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}
