/* ============================================
   Mujeres de Fe -- Identidad Japandi / Casa de Te
   Paleta: sage #A8B8A0 / #7D9272, petalo #D8B4B6 / #E8D7D7
   Neutros: crema #F8F4EE, marfil #FAF8F3, arena #E7DFD4, texto #4A4A4A
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');
body, p, li, a, input, textarea, button, .main-navigation a, .site-description {
	font-family: 'Lora', Georgia, serif;
}
h1, h2, h3, h4, h5, h6,
.entry-title, .page-title, .widget-title, .wp-block-post-title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-weight: 600;
	letter-spacing: 0.01em;
}
body {
	background-color: #FAF8F3;
	color: #4A4A4A;
}
.site-logo {
	display: flex;
	justify-content: center;
	padding: 40px 0 30px;
}
.site-logo img.custom-logo {
	max-height: 148px !important;
	width: auto !important;
	height: auto !important;
}
.site-branding .site-title,
.site-branding .site-description {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
#masthead.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(250,248,243,0.97);
	backdrop-filter: blur(6px);
	box-shadow: 0 2px 14px rgba(74,74,74,0.06);
	border-bottom: 1px solid #E7DFD4;
	padding: 6px 0;
}
.main-navigation a {
	font-size: 13px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	font-weight: 500;
	color: #4A4A4A;
	padding: 12px 18px;
	position: relative;
	transition: color .3s ease;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #7D9272;
}
.main-navigation a::after {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 7px;
	height: 1px;
	background: linear-gradient(90deg, #A8B8A0, #D8B4B6);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .3s ease;
}
.main-navigation a:hover::after,
.main-navigation a:focus::after,
.main-navigation li.current_page_item > a::after {
	transform: scaleX(1);
}
.main-navigation li.current_page_item > a {
	color: #7D9272;
}
@media (min-width: 601px) {
	.main-navigation .menu-main-container {
		display: flex;
		justify-content: center;
	}
	.main-navigation ul {
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}
}
@media (max-width: 600px) {
	#masthead .site-branding {
		padding: 4px 0 2px !important;
		min-height: 0 !important;
		margin-bottom: 4px !important;
	}
	.site-logo {
		padding: 4px 0 2px;
		margin-bottom: 0;
	}
	.site-logo img.custom-logo {
		max-height: 32px !important;
		width: auto !important;
		height: auto !important;
	}
	.main-navigation {
		margin-top: 4px;
	}
	.main-navigation a {
		padding: 9px 12px;
		font-size: 12px;
	}
	#toggle-menu.button {
		padding: 4px 12px;
	}
}
.has-pale-pink-background-color {
	background-color: #F8F4EE !important;
}
.has-pale-pink-color {
	color: #B89098 !important;
}
a {
	color: #7D9272;
}
a:hover {
	color: #5f7256;
}
.has-secondary-color {
	color: #7D9272 !important;
}
.has-secondary-background-color {
	background-color: #D8B4B6 !important;
}
.wp-block-button__link,
.wp-element-button {
	background-color: #A8B8A0 !important;
	color: #FAF8F3 !important;
	border-radius: 30px !important;
	padding: 14px 32px !important;
	font-family: 'Lora', Georgia, serif;
	letter-spacing: 0.03em;
	font-size: 14px;
	border: none;
	transition: all .3s ease;
	box-shadow: 0 2px 8px rgba(125,146,114,0.18);
}
.wp-block-button__link:hover,
.wp-element-button:hover {
	background-color: #7D9272 !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(125,146,114,0.28);
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent !important;
	border: 1.5px solid #A8B8A0 !important;
	color: #7D9272 !important;
}
#colophon.site-footer {
	background: #F8F4EE;
	border-top: 1px solid #E7DFD4;
	margin-top: 0;
}
#colophon .site-info {
	text-align: center;
	padding: 18px 20px 26px;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #8a8678;
}
#colophon .site-info a {
	color: #7D9272;
	text-decoration: none;
	border-bottom: 1px solid rgba(125,146,114,0.35);
}
#colophon .site-info a:hover {
	color: #5f7256;
	border-bottom-color: #5f7256;
}
::selection {
	background: #E8D7D7;
}
