/*
Theme Name:  Lahanna Child Style 3
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Lahanna Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     4.0.5
Template:    lahanna
Tags:        blog
Text Domain: lahanna-child
*/


.top-content {
    margin-top: -10px;
	}
.blog-list:not(.blog-circles) .featured-image {
    padding-top: 44%;
	}
.footer-insta ul li {
    padding: 0;
	}
.tptn_title {
    font-size: 20px; line-height: 1.3;
	}
.widget_categories ul li, 
.widget_recent_entries ul li, 
.widget_archive ul li, 
.widget_pages ul li, 
.widget_nav_menu ul li, 
.widget_recent_comments ul li, 
.widget_product_categories ul li, 
.widget_meta ul li, 
.widget_rss ul a.rsswidget {
    font-size: 20px; line-height: 1.3;
	}
.widget .cooked-nutrition-label {
    font-size: 14px;
	}
body .cooked-nutrition-label strong {
    text-transform: none; letter-spacing: 0;
	}
body .cooked-nutrition-label p.cooked-daily-value-text {
    font-size: 14px;
	}
.cooked-recipe-directions .cooked-direction-number {
    background: #111; font-weight: 400; font-size: 32px;
	}

/* ==========================================================================
   Homepage editoriale — Sezioni 1 e 4 (front-page.php)
   ========================================================================== */

#pv-home {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 24px;
}

.pv-hero {
	padding: 96px 0 56px;
	text-align: center;
}
.pv-hero-inner {
	max-width: 700px;
	margin: 0 auto;
}
.pv-hero-question {
	font-family: "Lancelot", serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 1.3;
	margin: 0 0 24px;
}
.pv-hero-thesis {
	font-family: "Crimson Text", serif;
	font-size: 20px;
	line-height: 1.6;
	color: #6a6a62;
	margin: 0;
}

.pv-intro {
	padding: 24px 0 56px;
}
.pv-intro--tail {
	padding: 56px 0 72px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pv-intro-inner {
	max-width: 640px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7;
}
.pv-intro-inner h2 {
	font-family: "Lancelot", serif;
	font-weight: 400;
	margin-top: 40px;
}

/* Manifesto — testo reale della pagina Ciclo Vivo, isolato e messo in scena */
.pv-manifesto {
	background: #22231e;
	color: #f2ede2;
	padding: 88px 24px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}
.pv-manifesto-inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.pv-manifesto-label {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #d9a26e;
	margin-bottom: 28px;
}
.pv-manifesto-inner h2 {
	display: none;
}
.pv-manifesto-inner p {
	font-family: "Lancelot", serif;
	font-size: 24px;
	line-height: 1.45;
	margin: 0 0 20px;
}
.pv-manifesto-inner p strong {
	color: #e2a06e;
	font-weight: 400;
}
.pv-manifesto-inner hr {
	border: none;
	border-top: 1px solid rgba(242, 237, 226, 0.18);
	max-width: 120px;
	margin: 36px auto;
}

.pv-section-title {
	font-family: "Lancelot", serif;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	margin: 0 0 8px;
}
.pv-section-sub {
	text-align: center;
	color: #6a6a62;
	margin: 0 0 44px;
	font-size: 16px;
}

.pv-start-card-placeholder-mark {
	font-family: "Lancelot", serif;
	font-size: 64px;
	color: #bc2c3a;
	opacity: 0.55;
	line-height: 1;
}

/* ==========================================================================
   Sezione 2 — Ruota dei bisogni
   ========================================================================== */

.pv-wheel-section {
	padding: 24px 0 88px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pv-wheel-inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
.pv-wheel-section .pv-section-title {
	max-width: 600px;
	margin: 0 auto 48px;
	line-height: 1.35;
}

.pv-wheel {
	position: relative;
	width: min(360px, 82vw);
	aspect-ratio: 1 / 1;
	margin: 0 auto 48px;
}
.pv-wheel-svg {
	width: 100%;
	height: 100%;
	display: block;
}
.pv-wedge {
	fill: #e7d9c3;
	stroke: #fff;
	stroke-width: 0.6;
	transition: fill 0.2s ease;
}
.pv-wedge--sicurezza      { fill: #8a6d3b; }
.pv-wedge--nutrimento     { fill: #bc2c3a; }
.pv-wedge--appartenenza   { fill: #c98a4b; }
.pv-wedge--relazione      { fill: #a4552e; }
.pv-wedge--riconoscimento { fill: #d9a256; }
.pv-wedge--autonomia      { fill: #6d172e; }
.pv-wedge { opacity: 0.55; }
.pv-wedge.is-active { opacity: 1; }

.pv-wheel-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 34%;
	height: 34%;
	border-radius: 50%;
	background: #fffaf2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 6%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.pv-wheel-center-label {
	font-family: "Lancelot", serif;
	font-size: 14px;
	line-height: 1.25;
	color: #3a3a34;
}

.pv-wheel-btn {
	position: absolute;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	padding: 7px 14px;
	font-family: "Raleway", sans-serif;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #3a3a34;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.pv-wheel-btn:hover {
	border-color: #bc2c3a;
}
.pv-wheel-btn.is-active {
	background: #bc2c3a;
	border-color: #bc2c3a;
	color: #fff;
}

.pv-panels {
	text-align: left;
	max-width: 560px;
	margin: 0 auto;
}
.pv-panel {
	padding: 28px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pv-panel-title {
	font-family: "Lancelot", serif;
	font-weight: 400;
	font-size: 20px;
	margin: 0 0 12px;
}
.pv-panel-note {
	font-family: "Crimson Text", serif;
	font-size: 16px;
	color: #6a6a62;
	font-style: italic;
	margin: 0;
}
.pv-panel-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pv-panel-list li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.pv-panel-list a {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	text-decoration: none;
	color: inherit;
}
.pv-panel-list a:hover .pv-panel-list-title {
	color: #bc2c3a;
}
.pv-panel-list-title {
	font-family: "Crimson Text", serif;
	font-size: 17px;
}
.pv-panel-list-cat {
	font-family: "Raleway", sans-serif;
	font-size: 10.5px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #a8a89c;
	flex: 0 0 auto;
}

/* Senza JS: niente ruota interattiva a comparsa, solo lista leggibile dei pannelli. */
.no-js .pv-wheel-btn { cursor: default; }

/* ==========================================================================
   Sezione "Partiamo da una cosa"
   ========================================================================== */
.pv-onething-section {
	padding: 72px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pv-onething-inner {
	max-width: 1160px;
	margin: 0 auto;
}
.pv-onething-section .pv-section-title { text-align: center; }
.pv-onething-section .pv-section-sub {
	text-align: center;
	max-width: 480px;
	margin: 0 auto 44px;
	color: #6a6a62;
	font-family: "Crimson Text", serif;
	font-size: 17px;
}
.pv-onething-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 22px;
}
.pv-onething-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	overflow: hidden;
	transition: border-color 0.2s ease;
}
.pv-onething-card:hover { border-color: #bc2c3a; }
.pv-onething-type {
	font-family: "Raleway", sans-serif;
	font-size: 10.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #bc2c3a;
	padding: 16px 16px 0;
}
.pv-onething-media {
	display: block;
	margin: 12px 0 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.pv-onething-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pv-onething-media--placeholder {
	background: #ffeccc;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pv-onething-title {
	font-family: "Lancelot", serif;
	font-size: 17px;
	line-height: 1.3;
	padding: 14px 16px 0;
}
.pv-onething-excerpt {
	font-family: "Crimson Text", serif;
	font-size: 14px;
	line-height: 1.5;
	color: #6a6a62;
	padding: 6px 16px 18px;
}

/* ==========================================================================
   Porte — collegamento discreto ingrediente ricetta -> approfondimento
   ========================================================================== */
.pv-porta {
	color: inherit;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #bc2c3a;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}
.pv-porta:hover {
	color: #bc2c3a;
}

/* ==========================================================================
   Finale — Da dove nasce tutto questo (Pappando -> KOS -> Ciclo Vivo)
   ========================================================================== */
.pv-origin {
	padding: 96px 0 100px;
}
.pv-origin-inner {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}
.pv-origin-inner p {
	font-family: "Crimson Text", serif;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 16px;
	color: #3a3a34;
}
.pv-origin-name {
	font-family: "Lancelot", serif !important;
	font-size: 34px !important;
	color: #bc2c3a;
	margin: 28px 0 !important;
}
.pv-origin-closing {
	font-family: "Lancelot", serif !important;
	font-size: 20px !important;
	line-height: 1.5 !important;
	color: #22231e;
	margin: 40px 0 44px !important;
}
.pv-origin-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding-top: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pv-origin-links a {
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	letter-spacing: 0.03em;
	color: #6a6a62;
	text-decoration: none;
}
.pv-origin-links a:hover { color: #bc2c3a; }
.pv-origin-manifesto-link {
	margin-top: 8px;
	color: #bc2c3a !important;
	font-weight: 600;
}

@media (max-width: 860px) {
	.pv-hero { padding: 56px 0 40px; }
	.pv-hero-question { font-size: 28px; }
	.pv-hero-thesis { font-size: 17px; }
	.pv-intro-inner { font-size: 17px; }
	.pv-wheel-section .pv-section-title { font-size: 24px; margin-bottom: 36px; }
	.pv-wheel { width: 88vw; margin-bottom: 36px; }
	.pv-wheel-btn { font-size: 9.5px; padding: 5px 9px; }
	.pv-wheel-center-label { font-size: 11px; }
	.pv-onething-grid { grid-template-columns: repeat(2, 1fr); }
	.pv-onething-section { padding: 48px 0; }
	.pv-manifesto { padding: 56px 20px; }
	.pv-manifesto-inner p { font-size: 19px; }
	.pv-origin { padding: 64px 0 72px; }
	.pv-origin-name { font-size: 28px !important; }
	.pv-origin-closing { font-size: 18px !important; }
}

/* ==========================================================================
   La Rete — "Cosa collega questo contenuto" (fondo ricetta/articolo)
   ========================================================================== */
.pv-rete {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pv-rete-label {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #a8a89c;
	margin-bottom: 10px;
}
.pv-rete-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.pv-rete-list a {
	display: inline-block;
	font-family: "Crimson Text", serif;
	font-size: 15px;
	color: #bc2c3a;
	text-decoration: none;
	border: 1px solid rgba(188, 44, 58, 0.3);
	border-radius: 20px;
	padding: 5px 14px;
	transition: background 0.2s ease, color 0.2s ease;
}
.pv-rete-list a:hover {
	background: #bc2c3a;
	color: #fff;
}
