/*
Theme Name: Tavus
Theme URI: https://tavus.example
Author: Tavus
Description: Фирменная тема нишевой парфюмерии Tavus («павлин» по-арабски). Светлый элегантный дизайн: слоновая кость, золото, изумруд и мотив павлиньего пера. Полная поддержка WooCommerce.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tavus
Tags: e-commerce, blog, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ══════════════════════════════════════════════════════════════════
   1. ПЕРЕМЕННЫЕ И БАЗА
   ══════════════════════════════════════════════════════════════════ */
:root {
	--ivory:      #F7F3EA;
	--ivory-deep: #F0EADB;
	--paper:      #FCFAF4;
	--ink:        #20302A;
	--ink-soft:   #5C6A63;
	--ink-faint:  #8C978F;
	--emerald:    #0E5A4A;
	--emerald-d:  #0A4237;
	--teal:       #178F7C;
	--sapphire:   #1B4B73;
	--gold:       #C29B3A;
	--gold-d:     #9C7B28;
	--gold-l:     #E3C878;
	--line:       rgba(32, 48, 42, .14);
	--line-soft:  rgba(32, 48, 42, .08);
	--line-gold:  rgba(194, 155, 58, .45);
	--shadow:     0 24px 48px -20px rgba(32, 48, 42, .18);
	--serif:      "Cormorant Garamond", "Noto Serif", Georgia, "Times New Roman", serif;
	--sans:       "Manrope", "Segoe UI", -apple-system, Arial, sans-serif;
	--w-content:  1200px;
	--w-prose:    760px;
	--head-h:     78px;
	--ease:       cubic-bezier(.22, .61, .36, 1);
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--ivory);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16.5px;
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.overlay-open { overflow: hidden; }

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

[hidden] { display: none !important; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--emerald); }

::selection { background: var(--gold-l); color: var(--ink); }

h1, h2, h3, h4, h5 {
	font-family: var(--serif);
	font-weight: 500;
	line-height: 1.14;
	margin: 0 0 .5em;
	color: var(--ink);
	letter-spacing: .01em;
}

p { margin: 0 0 1.1em; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.skip-link {
	position: absolute; left: 16px; top: -60px;
	z-index: 200;
	background: var(--emerald); color: #fff;
	padding: 10px 18px;
	transition: top .2s;
}
.skip-link:focus { top: 12px; color: #fff; }

/* ══════════════════════════════════════════════════════════════════
   2. УТИЛИТЫ
   ══════════════════════════════════════════════════════════════════ */
.container {
	width: min(var(--w-content), calc(100% - 48px));
	margin-inline: auto;
}

.section { padding: clamp(64px, 9vw, 110px) 0; }

.label {
	font-family: var(--sans);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .32em;
	text-transform: uppercase;
	color: var(--gold-d);
	margin: 0 0 18px;
}

.section-head { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.section-title {
	font-size: clamp(30px, 4vw, 44px);
	margin: 0 0 10px;
}
.section-head .ornament { margin-top: 8px; opacity: .9; }
.section-more { text-align: center; margin: clamp(30px, 4vw, 44px) 0 0; }

.dot { color: var(--gold); margin: 0 6px; }

/* ---------- Кнопки ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--sans);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	padding: 17px 30px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all .3s var(--ease);
}

.btn-solid {
	background: var(--emerald);
	color: var(--ivory);
	border-color: var(--emerald);
}
.btn-solid:hover {
	background: var(--emerald-d);
	border-color: var(--emerald-d);
	color: var(--ivory);
	transform: translateY(-2px);
	box-shadow: 0 14px 26px -14px rgba(14, 90, 74, .6);
}

.btn-ghost {
	background: transparent;
	color: var(--ink);
	border-color: var(--gold);
}
.btn-ghost:hover {
	background: var(--gold);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 26px -14px rgba(194, 155, 58, .55);
}

.btn-line {
	padding: 10px 2px;
	background: none;
	color: var(--ink);
	border: 0;
	border-bottom: 1px solid var(--line-gold);
}
.btn-line:hover { color: var(--emerald); border-color: var(--emerald); gap: 16px; }
.btn-line-light { color: var(--ivory); border-color: rgba(227, 200, 120, .6); }
.btn-line-light:hover { color: var(--gold-l); border-color: var(--gold-l); }

/* ---------- Формы ---------- */
input[type="text"], input[type="email"], input[type="url"], input[type="tel"],
input[type="password"], input[type="search"], input[type="number"],
textarea, select {
	width: 100%;
	font: inherit;
	font-size: 15.5px;
	color: var(--ink);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0;
	padding: 13px 16px;
	transition: border-color .25s, box-shadow .25s;
	appearance: none;
	-webkit-appearance: none;
}
select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%235C6A63' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 38px;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border-color: var(--emerald);
	box-shadow: 0 0 0 3px rgba(14, 90, 74, .12);
}
::placeholder { color: var(--ink-faint); opacity: 1; }
label { font-size: 13.5px; font-weight: 600; letter-spacing: .04em; }

button { font: inherit; }

/* ══════════════════════════════════════════════════════════════════
   3. ВЕРХНЯЯ ПОЛОСА И ШАПКА
   ══════════════════════════════════════════════════════════════════ */
.topbar {
	background: var(--emerald-d);
	color: rgba(247, 243, 234, .92);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .22em;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(247, 243, 234, .92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid transparent;
	transition: border-color .3s, box-shadow .3s;
}
body.is-scrolled .site-header {
	border-bottom-color: var(--line-soft);
	box-shadow: 0 10px 30px -18px rgba(32, 48, 42, .25);
}

.header-inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: var(--head-h);
}

/* ---------- Логотип ---------- */
.brand { flex-shrink: 0; }
.brand-link {
	display: inline-flex;
	align-items: baseline;
	gap: 12px;
	text-decoration: none;
}
.brand-mark { align-self: center; }
.brand-name {
	font-family: var(--serif);
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ink);
}
.brand-tag {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--gold-d);
}
.custom-logo { max-height: 52px; width: auto; }

/* ---------- Меню ---------- */
.main-nav { margin-left: auto; }
.nav-list {
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0; padding: 0;
}
.nav-list a {
	display: block;
	position: relative;
	padding: 10px 13px;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--ink);
	white-space: nowrap;
}
.nav-list a::after {
	content: "";
	position: absolute;
	left: 13px; right: 13px; bottom: 4px;
	height: 1px;
	background: var(--gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s var(--ease);
}
.nav-list a:hover::after,
.nav-list .current-menu-item > a::after,
.nav-list .current_page_item > a::after { transform: scaleX(1); }
.nav-list a:hover { color: var(--emerald); }

/* Выпадающее подменю */
.nav-list .sub-menu {
	position: absolute;
	min-width: 220px;
	list-style: none;
	margin: 0; padding: 10px 0;
	background: var(--paper);
	border: 1px solid var(--line-soft);
	box-shadow: var(--shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all .25s var(--ease);
	z-index: 50;
}
.nav-list li { position: relative; }
.nav-list li:hover > .sub-menu,
.nav-list li:focus-within > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-list .sub-menu a { letter-spacing: .08em; text-transform: none; font-size: 14px; padding: 9px 20px; }
.nav-list .sub-menu a::after { display: none; }

/* ---------- Действия справа ---------- */
.header-actions {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}
.header-phone {
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: .04em;
	text-decoration: none;
	margin-right: 10px;
	color: var(--ink);
}
.header-phone:hover { color: var(--emerald); }

.action-btn, .nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px; height: 42px;
	background: none;
	border: 1px solid transparent;
	border-radius: 50%;
	color: var(--ink);
	cursor: pointer;
	position: relative;
	text-decoration: none;
	transition: all .25s;
}
.action-btn:hover, .nav-toggle:hover { border-color: var(--line-gold); color: var(--emerald); }

.tavus-cart-count {
	position: absolute;
	top: -1px; right: -3px;
	min-width: 18px; height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
	background: var(--gold);
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	border-radius: 99px;
}

.nav-toggle { display: none; }

/* ---------- Оверлеи: поиск и мобильное меню ---------- */
.search-overlay, .mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 150;
	background: rgba(247, 243, 234, .97);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.search-overlay .container {
	max-width: 720px;
	padding-top: 22vh;
	position: relative;
}
.overlay-close {
	position: absolute;
	top: 26px; right: 26px;
	width: 52px; height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--ink);
	cursor: pointer;
	transition: all .25s;
}
.overlay-close:hover { border-color: var(--gold); color: var(--gold-d); transform: rotate(90deg); }
.search-overlay .overlay-close { top: -14vh; right: 0; }

.search-form { display: flex; border-bottom: 2px solid var(--ink); }
.search-form .search-field {
	border: 0;
	background: none;
	font-family: var(--serif);
	font-size: clamp(24px, 3.4vw, 34px);
	padding: 14px 4px;
}
.search-form .search-field:focus { box-shadow: none; }
.search-form .search-submit {
	background: none;
	border: 0;
	color: var(--gold-d);
	cursor: pointer;
	padding: 0 10px;
}
.search-form .search-submit:hover { color: var(--emerald); }

.mobile-menu {
	display: flex;
	flex-direction: column;
	padding: 26px 28px 40px;
}
.mobile-menu-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8vh;
}
.mobile-menu-head .brand-name { font-size: 26px; }
.mobile-menu-head .overlay-close { position: static; }
.mobile-nav-list {
	list-style: none;
	margin: 0; padding: 0;
}
.mobile-nav-list a {
	display: block;
	font-family: var(--serif);
	font-size: clamp(30px, 6vh, 40px);
	line-height: 1.5;
	text-decoration: none;
	color: var(--ink);
	transition: color .2s, padding-left .25s;
}
.mobile-nav-list a:hover { color: var(--emerald); padding-left: 10px; }
.mobile-menu-foot {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 26px;
	border-top: 1px solid var(--line-soft);
}
.mobile-menu-foot a { font-weight: 700; text-decoration: none; }

/* ---------- Соцкнопки ---------- */
.social-row { display: flex; gap: 10px; }
.social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px; height: 40px;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: inherit;
	transition: all .25s;
}
.social-btn:hover {
	border-color: var(--gold);
	color: var(--gold-d);
	transform: translateY(-3px);
}

/* ══════════════════════════════════════════════════════════════════
   4. ХИРО ГЛАВНОЙ
   ══════════════════════════════════════════════════════════════════ */
.hero {
	position: relative;
	overflow: hidden;
}
.hero-pattern {
	position: absolute;
	inset: 0;
	background-image: url("assets/img/pattern.svg");
	background-size: 160px;
	opacity: .05;
	pointer-events: none;
	-webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
}
.hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	align-items: center;
	gap: clamp(24px, 5vw, 72px);
	min-height: calc(88vh - var(--head-h));
	padding: clamp(40px, 6vh, 70px) 0 0;
}
.hero-label { margin-bottom: 22px; }
.hero-title {
	font-size: clamp(42px, 5.6vw, 74px);
	font-weight: 500;
	line-height: 1.06;
	margin: 0 0 26px;
	max-width: 13em;
}
.hero-title em {
	font-style: italic;
	font-weight: 400;
	color: var(--emerald);
}
.hero-sub {
	font-size: 17.5px;
	color: var(--ink-soft);
	max-width: 34em;
	margin-bottom: 38px;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-bottom: 48px; }

.hero-notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	list-style: none;
	margin: 0; padding: 22px 0 46px;
	border-top: 1px solid var(--line-soft);
	max-width: 480px;
}
.hero-notes li {
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--ink-faint);
	position: relative;
}
.hero-notes li:not(:last-child)::after {
	content: "✦";
	position: absolute;
	right: -20px;
	color: var(--gold);
	font-size: 8px;
	top: 3px;
}

.hero-art {
	position: relative;
	align-self: stretch;
	min-height: 480px;
}
.hero-halo {
	position: absolute;
	top: 46%; left: 50%;
	width: 130%;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(227, 200, 120, .28) 0%, rgba(227, 200, 120, .1) 42%, transparent 68%);
	pointer-events: none;
}
.hero-feather {
	position: absolute;
	left: 50%;
	bottom: -16%;
	height: 108%;
	width: auto;
	max-width: none;
	transform: translateX(-50%) rotate(8deg);
	transform-origin: 50% 80%;
	filter: drop-shadow(0 30px 40px rgba(14, 90, 74, .16));
	animation: featherFloat 9s ease-in-out infinite;
}
@keyframes featherFloat {
	0%, 100% { transform: translateX(-50%) rotate(8deg) translateY(0); }
	50%      { transform: translateX(-50%) rotate(9.6deg) translateY(-14px); }
}

/* ---------- Бегущая строка нот ---------- */
.marquee {
	overflow: hidden;
	border-top: 1px solid var(--line-gold);
	border-bottom: 1px solid var(--line-gold);
	background: var(--paper);
	padding: 15px 0;
}
.marquee-track {
	display: inline-block;
	white-space: nowrap;
	font-family: var(--serif);
	font-size: 19px;
	font-style: italic;
	color: var(--gold-d);
	animation: marqueeMove 46s linear infinite;
}
@keyframes marqueeMove {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════════════════════════════
   5. СЕКЦИИ ГЛАВНОЙ
   ══════════════════════════════════════════════════════════════════ */

/* ---------- Манифест (изумрудная полоса) ---------- */
.manifest {
	background:
		radial-gradient(120% 160% at 85% 10%, rgba(23, 143, 124, .35) 0%, transparent 50%),
		radial-gradient(90% 140% at 8% 90%, rgba(27, 75, 115, .3) 0%, transparent 55%),
		var(--emerald-d);
	color: var(--ivory);
	padding: clamp(72px, 10vw, 120px) 0;
	position: relative;
	overflow: hidden;
}
.manifest::after {
	content: "";
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(227, 200, 120, .22);
	pointer-events: none;
}
.manifest-inner {
	max-width: 880px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.manifest-mark { margin-bottom: 26px; filter: drop-shadow(0 6px 18px rgba(0,0,0,.35)); }
.manifest-quote { margin: 0 0 18px; }
.manifest-quote p {
	font-family: var(--serif);
	font-size: clamp(24px, 3.2vw, 36px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
	color: var(--ivory);
	margin: 0;
}
.manifest-sign {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--gold-l);
	margin-bottom: 34px;
}

/* ---------- Преимущества ---------- */
.benefits { background: var(--ivory); }
.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 3vw, 36px);
}
.benefit {
	background: var(--paper);
	border: 1px solid var(--line-soft);
	padding: clamp(28px, 3.4vw, 44px);
	text-align: center;
	transition: all .35s var(--ease);
}
.benefit:hover {
	border-color: var(--line-gold);
	transform: translateY(-6px);
	box-shadow: var(--shadow);
}
.benefit-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px; height: 64px;
	border: 1px solid var(--line-gold);
	border-radius: 50%;
	color: var(--gold-d);
	margin-bottom: 20px;
	background: #fff;
}
.benefit h3 { font-size: 24px; margin-bottom: 10px; }
.benefit p { font-size: 15px; color: var(--ink-soft); margin: 0; }

/* ---------- Отзывы-цитаты ---------- */
.quotes { background: var(--ivory-deep); position: relative; }
.quotes-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 3vw, 32px);
}
.quote-card {
	margin: 0;
	background: var(--paper);
	border: 1px solid var(--line-soft);
	border-top: 2px solid var(--gold);
	padding: clamp(26px, 3vw, 38px);
	display: flex;
	flex-direction: column;
	transition: all .35s var(--ease);
}
.quote-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.quote-ico { color: var(--gold-l); margin-bottom: 14px; }
.quote-card blockquote { margin: 0 0 18px; }
.quote-card blockquote p {
	font-family: var(--serif);
	font-size: 19.5px;
	font-style: italic;
	line-height: 1.55;
	margin: 0;
}
.quote-card figcaption {
	margin-top: auto;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .06em;
	color: var(--ink-soft);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
}
.quote-stars { color: var(--gold); display: inline-flex; gap: 2px; }
.quote-stars .tavus-ico path { fill: currentColor; stroke-width: .8; }
.quote-card figcaption a { color: var(--emerald); }

/* ---------- Журнал ---------- */
.journal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 3vw, 36px);
}
.post-card {
	background: var(--paper);
	border: 1px solid var(--line-soft);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all .35s var(--ease);
}
.post-card:hover {
	border-color: var(--line-gold);
	transform: translateY(-6px);
	box-shadow: var(--shadow);
}
.post-card-media {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: linear-gradient(140deg, var(--emerald-d), var(--emerald) 55%, var(--sapphire));
}
.post-card-media img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .6s var(--ease);
}
.post-card:hover .post-card-media img { transform: scale(1.045); }
.post-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%; height: 100%;
	opacity: .9;
}
.post-card-media .post-card-placeholder img {
	width: 82px; height: 82px;
	object-fit: contain;
	filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .35));
}
.post-card-body {
	padding: 26px 28px 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.post-card-meta {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--gold-d);
	margin-bottom: 12px;
}
.post-card-meta a { text-decoration: none; color: inherit; }
.post-card-meta a:hover { color: var(--emerald); }
.post-card-title { font-size: 25px; line-height: 1.22; margin-bottom: 10px; }
.post-card-title a { text-decoration: none; }
.post-card-title a:hover { color: var(--emerald); }
.post-card-excerpt { font-size: 15px; color: var(--ink-soft); margin-bottom: 18px; }
.post-card-more {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--ink);
	transition: gap .25s, color .2s;
}
.post-card-more:hover { color: var(--emerald); gap: 13px; }

/* ---------- Призыв ---------- */
.cta {
	background: var(--ivory);
	position: relative;
	overflow: hidden;
}
.cta::before {
	content: "";
	position: absolute;
	right: -140px; top: 50%;
	width: 480px; height: 480px;
	transform: translateY(-50%);
	background: url("assets/img/mark.svg") center / contain no-repeat;
	opacity: .06;
	pointer-events: none;
}
.cta-inner {
	max-width: 720px;
	text-align: center;
	position: relative;
}
.cta-title { font-size: clamp(30px, 4vw, 46px); margin-bottom: 14px; }
.cta-text { color: var(--ink-soft); margin-bottom: 32px; }

/* ══════════════════════════════════════════════════════════════════
   6. ВНУТРЕННИЕ СТРАНИЦЫ
   ══════════════════════════════════════════════════════════════════ */
.page-hero {
	position: relative;
	text-align: center;
	padding: clamp(56px, 8vw, 96px) 0 clamp(34px, 5vw, 54px);
	overflow: hidden;
}
.page-hero .hero-pattern { opacity: .045; }
.page-hero .container { position: relative; }
.page-title {
	font-size: clamp(34px, 4.6vw, 58px);
	margin: 0 0 12px;
}
.page-sub {
	color: var(--ink-soft);
	max-width: 46em;
	margin: 0 auto 12px;
}
.page-hero .ornament { margin-top: 10px; }

.page-body { padding-top: clamp(20px, 3vw, 40px); }

/* ---------- Типографика статей (.prose) ---------- */
.prose {
	max-width: var(--w-prose);
	margin-inline: auto;
	font-size: 17px;
	line-height: 1.85;
}
.prose-wide { max-width: 980px; }
.prose h2 {
	font-size: clamp(26px, 3vw, 34px);
	margin: 1.6em 0 .6em;
}
.prose h3 { font-size: 24px; margin: 1.5em 0 .5em; }
.prose a { color: var(--emerald); text-decoration-color: var(--line-gold); }
.prose a:hover { color: var(--gold-d); }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose ul > li::marker { color: var(--gold); content: "✦  "; font-size: .8em; }
.prose ol > li::marker { color: var(--gold-d); font-weight: 700; }
.prose img { display: block; margin: 1.6em auto; }
.prose figure { margin: 1.8em 0; }
.prose figcaption {
	text-align: center;
	font-size: 13px;
	color: var(--ink-faint);
	margin-top: 10px;
	letter-spacing: .04em;
}
.prose blockquote,
.wp-block-quote {
	margin: 1.8em 0;
	padding: 26px 32px;
	background: var(--paper);
	border-left: 2px solid var(--gold);
	font-family: var(--serif);
	font-size: 20px;
	font-style: italic;
	line-height: 1.6;
}
.wp-block-quote cite {
	display: block;
	margin-top: 10px;
	font-family: var(--sans);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--gold-d);
}
.prose table, .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.6em 0;
	font-size: 15px;
	background: var(--paper);
}
.prose th, .wp-block-table th {
	font-family: var(--sans);
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
	text-align: left;
	color: var(--gold-d);
	background: var(--ivory-deep);
}
.prose th, .prose td, .wp-block-table th, .wp-block-table td {
	border: 1px solid var(--line-soft);
	padding: 12px 16px;
}
.prose hr, .wp-block-separator {
	border: 0;
	height: 1px;
	background: var(--line-gold);
	margin: 2.4em auto;
	max-width: 240px;
}
.wp-block-columns { gap: 28px; }

/* ---------- Отдельная запись ---------- */
.post-hero .post-meta {
	font-size: 13px;
	letter-spacing: .08em;
	color: var(--ink-soft);
}
.post-cover { max-width: 980px; margin: 0 auto clamp(30px, 5vw, 54px); }
.post-cover img { width: 100%; box-shadow: var(--shadow); }
.single-post .prose { padding-bottom: 20px; }
.post-footer {
	max-width: var(--w-prose);
	margin: 30px auto 0;
	text-align: center;
	padding-bottom: 40px;
}
.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 26px;
	font-family: var(--serif);
	font-size: 18px;
}
.post-nav a { text-decoration: none; color: var(--ink-soft); }
.post-nav a:hover { color: var(--emerald); }

/* ---------- Пагинация ---------- */
.pagination-wrap { margin-top: clamp(36px, 5vw, 56px); }
.pagination-wrap .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}
.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px; height: 46px;
	padding: 0 14px;
	border: 1px solid var(--line);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: var(--ink);
	transition: all .25s;
}
a.page-numbers:hover { border-color: var(--gold); color: var(--gold-d); }
.page-numbers.current { background: var(--emerald); border-color: var(--emerald); color: #fff; }
.page-numbers.dots { border: 0; }

/* ---------- Комментарии ---------- */
.comments-area {
	max-width: var(--w-prose);
	margin: 20px auto 0;
	padding: 40px 0 70px;
	border-top: 1px solid var(--line-soft);
}
.comments-title, .comment-reply-title { font-size: 28px; }
.comment-list { list-style: none; margin: 0 0 30px; padding: 0; }
.comment-list .comment { padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.comment-list .children { list-style: none; padding-left: 34px; }
.comment-author { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.comment-author .avatar { border-radius: 50%; }
.comment-metadata { font-size: 12.5px; }
.comment-metadata a { color: var(--ink-faint); text-decoration: none; }
.reply a { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-d); text-decoration: none; }
.comment-form p { margin-bottom: 16px; }
.comment-form .submit {
	background: var(--emerald);
	color: #fff;
	border: 0;
	padding: 15px 30px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .25s;
}
.comment-form .submit:hover { background: var(--emerald-d); }

/* ---------- Страница «О бренде» ---------- */
.about-hero {
	position: relative;
	overflow: hidden;
	background: var(--ivory);
}
.about-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	align-items: center;
	gap: clamp(24px, 5vw, 70px);
	padding: clamp(48px, 7vw, 90px) 0;
}
.about-hero-text .page-title { text-align: left; font-size: clamp(38px, 5vw, 64px); }
.about-lead {
	font-family: var(--serif);
	font-size: clamp(20px, 2.3vw, 26px);
	font-style: italic;
	color: var(--ink-soft);
	line-height: 1.55;
}
.about-hero-art { position: relative; min-height: 460px; }
.about-hero-art img {
	position: absolute;
	left: 54%; bottom: -34%;
	height: 158%;
	width: auto;
	max-width: none;
	transform: translateX(-50%) rotate(16deg);
	filter: drop-shadow(0 26px 36px rgba(14, 90, 74, .15));
}
.about-body { padding-top: 10px; }
.about-symbols { background: var(--ivory-deep); }

/* ---------- Контакты ---------- */
.contacts-body { padding-top: clamp(24px, 4vw, 48px); }
.contacts-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
}
.contacts-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.contact-card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	background: var(--paper);
	border: 1px solid var(--line-soft);
	padding: 24px;
	text-decoration: none;
	transition: all .3s var(--ease);
}
.contact-card:hover { border-color: var(--line-gold); transform: translateY(-4px); box-shadow: var(--shadow); }
.contact-card .benefit-ico { width: 50px; height: 50px; margin-bottom: 8px; }
.contact-card-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--gold-d);
}
.contact-card-value { font-size: 16.5px; font-weight: 600; line-height: 1.45; }
.contact-socials { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; padding: 6px 2px; }
.contacts-content .prose { margin: 0; }
.contacts-content iframe { width: 100%; border: 1px solid var(--line-soft); }

/* ---------- 404 и поиск ---------- */
.error-404 { position: relative; overflow: hidden; text-align: center; }
.error-inner { position: relative; max-width: 640px; }
.error-mark { margin-bottom: 20px; }
.error-title { font-size: clamp(32px, 4.4vw, 52px); }
.error-text { color: var(--ink-soft); margin-bottom: 30px; }
.error-404 .hero-actions { justify-content: center; margin-bottom: 40px; }
.error-404 .search-form { max-width: 420px; margin: 0 auto; }

.search-results { max-width: 800px; margin: 0 auto; }
.search-item { padding: 26px 0; border-bottom: 1px solid var(--line-soft); }
.search-item .post-card-title { margin-bottom: 6px; }
.nothing-found { text-align: center; color: var(--ink-soft); max-width: 480px; margin: 0 auto; }

/* ══════════════════════════════════════════════════════════════════
   7. WOOCOMMERCE
   ══════════════════════════════════════════════════════════════════ */
.shop-container { padding-bottom: clamp(60px, 8vw, 100px); }

.tavus-breadcrumb {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ink-faint);
	margin: 26px 0 30px;
}
.tavus-breadcrumb a { text-decoration: none; color: var(--ink-soft); }
.tavus-breadcrumb a:hover { color: var(--emerald); }
.crumb-sep { color: var(--gold); margin: 0 8px; }

/* ---------- Служебная строка каталога ---------- */
.woocommerce-result-count {
	font-size: 13px;
	color: var(--ink-faint);
	letter-spacing: .04em;
	float: left;
	margin: 8px 0 30px;
}
.woocommerce-ordering { float: right; margin: 0 0 30px; }
.woocommerce-ordering select { width: auto; font-size: 13.5px; padding: 10px 38px 10px 14px; background-color: transparent; border-color: var(--line); }

/* ---------- Сетка товаров ---------- */
.woocommerce ul.products,
ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 2.6vw, 32px);
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	clear: both;
}
.woocommerce ul.products.columns-4, ul.products.columns-4 { grid-template-columns: repeat(4, 1fr); }
.woocommerce ul.products.columns-2, ul.products.columns-2 { grid-template-columns: repeat(2, 1fr); }

.woocommerce ul.products li.product,
ul.products li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	position: relative;
	background: var(--paper);
	border: 1px solid var(--line-soft);
	text-align: center;
	transition: all .35s var(--ease);
}
.woocommerce ul.products li.product:hover {
	border-color: var(--line-gold);
	transform: translateY(-6px);
	box-shadow: var(--shadow);
}
.product-card-inner { padding: 0 0 28px; display: flex; flex-direction: column; height: 100%; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
	text-decoration: none;
}
.woocommerce ul.products li.product img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	display: block;
	margin: 0 0 22px !important;
	transition: transform .5s var(--ease), opacity .3s;
}
.woocommerce ul.products li.product:hover img { opacity: .93; }

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--serif);
	font-size: 24px !important;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 22px !important;
	margin: 0 0 4px;
	color: var(--ink);
}
.product-kind {
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--gold-d);
	margin: 0 0 12px;
}
.woocommerce ul.products li.product .price {
	display: block;
	font-family: var(--sans);
	font-size: 15.5px !important;
	font-weight: 700;
	color: var(--ink) !important;
	margin: 0 0 18px !important;
}
.woocommerce ul.products li.product .price del { color: var(--ink-faint); opacity: 1; font-weight: 500; margin-right: 8px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; color: var(--emerald); }

.woocommerce ul.products li.product .star-rating { margin: 0 auto 10px; }

/* Кнопка «В корзину» в карточке */
.woocommerce ul.products li.product .button,
ul.products li.product .button {
	display: inline-block;
	margin: auto auto 0;
	background: transparent;
	color: var(--ink);
	border: 1px solid var(--gold);
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	padding: 13px 24px;
	line-height: 1;
	transition: all .3s var(--ease);
}
.woocommerce ul.products li.product .button:hover { background: var(--gold); color: #fff; }
.woocommerce a.added_to_cart {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--emerald);
}

/* Значок скидки */
.woocommerce span.onsale, span.onsale {
	position: absolute;
	top: 16px; left: 16px;
	z-index: 2;
	min-width: 0; min-height: 0;
	background: var(--emerald);
	color: var(--ivory);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	line-height: 1;
	padding: 8px 12px;
	border-radius: 0;
	margin: 0;
}

/* Звёзды рейтинга */
.woocommerce .star-rating span::before, .star-rating span::before { color: var(--gold); }
.woocommerce .star-rating::before, .star-rating::before { color: var(--line-gold); }

/* ---------- Карточка товара ---------- */
.woocommerce div.product { margin-top: 10px; position: relative; }
.woocommerce div.product span.onsale { top: 14px; left: 14px; }
.woocommerce div.product div.images { width: 47%; margin-bottom: 40px; }
.woocommerce div.product div.summary { width: 48%; margin-bottom: 40px; }
.woocommerce div.product div.images img { border: 1px solid var(--line-soft); background: var(--paper); }
.woocommerce div.product div.images .flex-control-thumbs { margin-top: 14px; gap: 12px; display: flex; list-style: none; padding: 0; }
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: 84px; }
.woocommerce div.product div.images .flex-control-thumbs img { border: 1px solid var(--line); cursor: pointer; opacity: .7; }
.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover { opacity: 1; border-color: var(--gold); }

.woocommerce div.product .product_title {
	font-size: clamp(32px, 3.6vw, 46px);
	line-height: 1.1;
	margin-bottom: 8px;
}
.woocommerce div.product .summary .woocommerce-product-rating { margin-bottom: 14px; }
.woocommerce div.product .summary p.price {
	font-family: var(--sans);
	font-size: 22px;
	font-weight: 700;
	color: var(--ink);
	margin: 14px 0 20px;
}
.woocommerce div.product .summary p.price del { color: var(--ink-faint); font-weight: 500; }
.woocommerce div.product .summary p.price ins { text-decoration: none; color: var(--emerald); }
.woocommerce div.product .summary .woocommerce-product-details__short-description {
	font-size: 16px;
	color: var(--ink-soft);
	border-top: 1px solid var(--line-soft);
	padding-top: 20px;
}

.woocommerce div.product form.cart { display: flex; align-items: stretch; gap: 14px; margin: 26px 0 24px; }
.woocommerce div.product form.cart div.quantity { float: none; margin: 0; }
.woocommerce div.product form.cart .button {
	background: var(--emerald);
	color: var(--ivory);
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	padding: 16px 34px;
	transition: all .3s var(--ease);
}
.woocommerce div.product form.cart .button:hover { background: var(--emerald-d); transform: translateY(-2px); }

/* Количество: степперы */
.quantity { display: inline-flex; align-items: stretch; border: 1px solid var(--line); background: #fff; }
.quantity input.qty {
	width: 58px;
	border: 0;
	text-align: center;
	font-weight: 700;
	padding: 12px 4px;
	-moz-appearance: textfield;
}
.quantity input.qty::-webkit-outer-spin-button, .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; }
.quantity input.qty:focus { box-shadow: none; }
.qty-btn {
	width: 40px;
	background: none;
	border: 0;
	font-size: 18px;
	color: var(--ink-soft);
	cursor: pointer;
	transition: color .2s, background .2s;
}
.qty-btn:hover { background: var(--ivory-deep); color: var(--emerald); }

.woocommerce div.product .product_meta {
	font-size: 12.5px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ink-faint);
	border-top: 1px solid var(--line-soft);
	padding-top: 18px;
}
.woocommerce div.product .product_meta a { color: var(--gold-d); text-decoration: none; }
.woocommerce div.product .product_meta > span { display: block; margin-bottom: 4px; }

/* Вкладки описания */
.woocommerce div.product .woocommerce-tabs { clear: both; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0 30px;
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 8px;
	list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 14px 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--ink-faint);
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ink); border-bottom-color: var(--gold); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 860px; }
.woocommerce div.product .woocommerce-tabs .panel h2:first-of-type { font-size: 26px; }

/* Сопутствующие */
.woocommerce .related.products > h2, .woocommerce .upsells.products > h2 {
	font-size: clamp(26px, 3vw, 36px);
	text-align: center;
	margin: 30px 0 34px;
}

/* Отзывы в карточке товара */
#reviews #comments ol.commentlist { list-style: none; padding: 0; }
#reviews #comments ol.commentlist li { margin-bottom: 20px; }
#reviews #comments ol.commentlist li .comment-text {
	border: 1px solid var(--line-soft) !important;
	border-radius: 0 !important;
	background: var(--paper);
	padding: 20px 24px;
}
#reviews .comment-reply-title { font-family: var(--serif); font-size: 24px; }
#reviews .comment-form-rating .stars a { color: var(--gold); }

/* ---------- Уведомления ---------- */
.woocommerce-message, .woocommerce-info, .woocommerce-error,
.wc-block-components-notice-banner {
	background: var(--paper) !important;
	border: 1px solid var(--line-gold) !important;
	border-top: 2px solid var(--gold) !important;
	color: var(--ink) !important;
	border-radius: 0 !important;
	padding: 18px 22px 18px 52px !important;
	margin-bottom: 28px;
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--gold-d); }
.woocommerce-error { border-top-color: #B4443C !important; }
.woocommerce-error::before { color: #B4443C; }
.woocommerce-message .button, .woocommerce-info .button {
	background: none;
	color: var(--emerald);
	font-weight: 700;
	border-radius: 0;
}

/* ---------- Корзина ---------- */
.woocommerce table.shop_table {
	border: 1px solid var(--line-soft);
	border-radius: 0;
	border-collapse: collapse;
	background: var(--paper);
}
.woocommerce table.shop_table th {
	font-size: 11.5px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--gold-d);
	background: var(--ivory-deep);
	padding: 14px 16px;
}
.woocommerce table.shop_table td { border-top: 1px solid var(--line-soft); padding: 16px; }
.woocommerce table.shop_table td.product-name a { font-family: var(--serif); font-size: 19px; text-decoration: none; }
.woocommerce table.shop_table img { width: 72px; border: 1px solid var(--line-soft); }
.woocommerce a.remove {
	color: var(--ink-faint) !important;
	font-size: 22px;
	border-radius: 50%;
	transition: all .2s;
}
.woocommerce a.remove:hover { background: #B4443C; color: #fff !important; }

.woocommerce .coupon input#coupon_code { width: 150px; padding: 12px 14px; }
.woocommerce a.button, .woocommerce a.checkout-button, .woocommerce a.added_to_cart { text-decoration: none; }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button {
	background: var(--ivory-deep);
	color: var(--ink);
	border-radius: 0;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 12px;
	transition: all .25s;
}
.woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover { background: var(--gold); color: #fff; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, .woocommerce a.checkout-button {
	background: var(--emerald) !important;
	color: var(--ivory) !important;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: .18em;
	padding: 16px 30px;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce a.checkout-button:hover { background: var(--emerald-d) !important; }
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] { background: var(--ivory-deep); color: var(--ink-faint); border-radius: 0; }

.cart_totals h2, .cross-sells h2 { font-size: 28px; }
.woocommerce-cart .cart-collaterals .cart_totals { border: 1px solid var(--line-gold); background: var(--paper); padding: 26px; }
.woocommerce-cart .cart-collaterals .cart_totals table { border: 0; background: none; }

/* ---------- Оформление заказа ---------- */
.woocommerce form .form-row label { font-size: 13px; margin-bottom: 4px; }
.woocommerce form .form-row.woocommerce-invalid input.input-text { border-color: #B4443C; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { padding: 13px 16px; }
.woocommerce-checkout h3, .woocommerce-checkout #order_review_heading {
	font-size: 26px;
	margin: 24px 0 16px;
}
.woocommerce-checkout #payment {
	background: var(--paper);
	border: 1px solid var(--line-soft);
	border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid var(--line-soft); list-style: none; margin: 0; padding: 18px; }
.woocommerce-checkout #payment div.payment_box {
	background: var(--ivory-deep);
	color: var(--ink-soft);
	border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--ivory-deep); }
#place_order { width: 100%; }

/* ---------- Личный кабинет ---------- */
.woocommerce-MyAccount-navigation { width: 26% !important; }
.woocommerce-MyAccount-content { width: 70% !important; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; border: 1px solid var(--line-soft); background: var(--paper); }
.woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--line-soft); }
.woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 14px 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
	text-decoration: none;
	color: var(--ink-soft);
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover { color: var(--emerald); background: var(--ivory-deep); }

/* ---------- Блочные корзина и оформление (Gutenberg) ---------- */
.wc-block-components-button {
	background-color: var(--emerald) !important;
	color: var(--ivory) !important;
	border-radius: 0 !important;
	font-weight: 700 !important;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-size: 13px !important;
}
.wc-block-components-button:hover { background-color: var(--emerald-d) !important; }
.wc-block-components-product-name { font-family: var(--serif) !important; font-size: 18px !important; }
.wc-block-components-formatted-money-amount { font-weight: 700; }
.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-cart .wc-block-components-sidebar {  }
.wc-block-components-text-input input { border-radius: 0 !important; }
.wc-block-components-checkout-step__heading .wc-block-components-title { font-family: var(--serif); }

/* ══════════════════════════════════════════════════════════════════
   8. ПОДВАЛ
   ══════════════════════════════════════════════════════════════════ */
.site-footer {
	background: var(--emerald-d);
	color: rgba(247, 243, 234, .82);
	margin-top: 0;
}
.footer-ornament {
	text-align: center;
	padding: 44px 0 0;
	filter: brightness(2.6) sepia(.4);
	opacity: .55;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1.25fr;
	gap: clamp(28px, 4vw, 56px);
	padding: 40px 0 54px;
}
.footer-brand .brand-link { margin-bottom: 16px; }
.site-footer .brand-name { color: var(--ivory); font-size: 26px; }
.footer-motto { font-size: 14.5px; line-height: 1.75; margin: 14px 0 20px; color: rgba(247, 243, 234, .66); }
.footer-title {
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--gold-l);
	margin: 6px 0 20px;
}
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 11px; }
.footer-list a {
	font-size: 14.5px;
	text-decoration: none;
	color: rgba(247, 243, 234, .82);
	transition: color .2s, padding-left .25s;
}
.footer-list a:hover { color: var(--gold-l); padding-left: 6px; }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.contact-list .tavus-ico { color: var(--gold-l); flex-shrink: 0; margin-top: 4px; }
.site-footer .social-btn { border-color: rgba(247, 243, 234, .25); color: rgba(247, 243, 234, .85); }
.site-footer .social-btn:hover { border-color: var(--gold-l); color: var(--gold-l); }

.footer-bottom { border-top: 1px solid rgba(247, 243, 234, .14); }
.footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 0;
	font-size: 13px;
	color: rgba(247, 243, 234, .55);
}
.footer-bottom-inner p { margin: 0; }
.footer-bottom-inner a { color: rgba(247, 243, 234, .7); text-decoration: none; }
.footer-bottom-inner a:hover { color: var(--gold-l); }

/* ══════════════════════════════════════════════════════════════════
   9. АНИМАЦИИ ПОЯВЛЕНИЯ
   ══════════════════════════════════════════════════════════════════ */
@keyframes fadeUp {
	from { opacity: 0; transform: translateY(26px); }
	to   { opacity: 1; transform: translateY(0); }
}
.reveal-load { animation: fadeUp .9s var(--ease) both; }
.reveal-load.d1 { animation-delay: .05s; }
.reveal-load.d2 { animation-delay: .17s; }
.reveal-load.d3 { animation-delay: .3s; }
.reveal-load.d4 { animation-delay: .44s; }
.reveal-load.d5 { animation-delay: .58s; }

html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
html.js .reveal.is-visible { opacity: 1; transform: none; }
html.js .reveal.d2 { transition-delay: .12s; }
html.js .reveal.d3 { transition-delay: .24s; }
html.js .reveal.d4 { transition-delay: .36s; }
html.js .reveal.d5 { transition-delay: .46s; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.reveal-load, html.js .reveal { opacity: 1; transform: none; animation: none; }
	.marquee-track { animation: none; }
	.hero-feather { animation: none; }
}

/* ══════════════════════════════════════════════════════════════════
   10. АДАПТИВНОСТЬ
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
	.main-nav { display: none; }
	.nav-toggle { display: inline-flex; }
	.brand { margin-inline: auto; }
	.header-inner { gap: 12px; }
	.header-phone { display: none; }
	.hero-title { font-size: clamp(38px, 6.4vw, 60px); }
}

@media (max-width: 900px) {
	.hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 40px; }
	.hero-art { min-height: 400px; order: -1; }
	.hero-feather { height: 128%; bottom: -34%; transform: translateX(-50%) rotate(18deg); }
	@keyframes featherFloat {
		0%, 100% { transform: translateX(-50%) rotate(18deg) translateY(0); }
		50%      { transform: translateX(-50%) rotate(19.4deg) translateY(-10px); }
	}
	.hero-text { text-align: center; padding-bottom: 40px; }
	.hero-sub, .hero-title { margin-inline: auto; }
	.hero-actions { justify-content: center; }
	.hero-notes { margin-inline: auto; justify-content: center; }
	.benefits-grid, .quotes-grid, .journal-grid { grid-template-columns: 1fr 1fr; }
	.about-hero-grid { grid-template-columns: 1fr; }
	.about-hero-art { display: none; }
	.contacts-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.woocommerce ul.products, ul.products,
	.woocommerce ul.products.columns-4, ul.products.columns-4 { grid-template-columns: repeat(2, 1fr); }
	.woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
	.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { width: 100% !important; float: none; }
}

@media (max-width: 600px) {
	body { font-size: 15.5px; }
	.container { width: calc(100% - 36px); }
	.benefits-grid, .quotes-grid, .journal-grid { grid-template-columns: 1fr; }
	.woocommerce ul.products, ul.products,
	.woocommerce ul.products.columns-4, ul.products.columns-4,
	.woocommerce ul.products.columns-2, ul.products.columns-2 { grid-template-columns: 1fr; }
	.contacts-cards { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.footer-bottom-inner { justify-content: center; text-align: center; }
	.brand-tag { display: none; }
	.hero-actions .btn-solid { width: 100%; justify-content: center; }
	.woocommerce div.product form.cart { flex-wrap: wrap; }
	.woocommerce div.product form.cart .button { flex-grow: 1; }
	.woocommerce-ordering, .woocommerce-result-count { float: none; }
	.woocommerce-ordering select { width: 100%; }
	.post-nav { flex-direction: column; }
	.mobile-nav-list a { font-size: clamp(26px, 5vh, 34px); }
}

/* ══════════════════════════════════════════════════════════════════
   11. ПЕЧАТЬ
   ══════════════════════════════════════════════════════════════════ */
@media print {
	.site-header, .topbar, .site-footer, .hero-art, .marquee, .search-overlay, .mobile-menu { display: none !important; }
	body { background: #fff; }
}
