/**
 * Ritocchi estetici incrementali — overlay locale.
 * Tipografia globale + fix larghezza testi sezione About.
 */

/* Tipografia globale — leggero incremento (~6%) */
html {
	font-size: 106.25%;
}

@media (max-width: 767px) {
	html {
		font-size: 100%;
	}
}

/* Menu header: visibile anche sul cielo chiaro dello slider */
body .navbar .navbar-nav .nav-link {
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
body.home .caption h1,
body.home .caption h2.bn-slider-title-class {
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.38);
}

body.home .caption p {
	text-shadow: 0 1px 14px rgba(0, 0, 0, 0.42);
	opacity: 0.94;
}

/* Home: niente float Bauen, altrimenti le sezioni si affiancano e si coprono. */
body.home section.full-width-section {
	float: none;
	clear: both;
	width: 100%;
}

body.home section.full-width-section > .block-wrapper {
	float: none;
	width: 100%;
}

/* Step 5 — About ref. Stål: la FOTO parte da metà del quadrato, non da sinistra */
body.home section.loreti-about-hero {
	--loreti-about-pad-left: 88px;
	--loreti-photo-start: 28%;
	position: relative;
	z-index: 1;
	isolation: isolate;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	float: none;
	clear: both;
	width: 100%;
}

body.home section.loreti-about-hero .block-wrapper {
	position: relative;
	height: auto;
	min-height: clamp(520px, 48vw, 680px);
	padding: 0 !important;
	/* nasconde lo sfondo full-bleed di WPBakery; l'url resta per inherit */
	background-color: #fff !important;
	background-size: 0 0 !important;
	background-repeat: no-repeat !important;
	float: none;
	width: 100%;
	display: flex;
	align-items: center;
}

/* la foto inizia a metà del riquadro bianco e va fino al bordo destro */
body.home section.loreti-about-hero .block-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: var(--loreti-photo-start);
	background-image: inherit;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: 1;
}

body.home section.loreti-about-hero .section-wrapper.container {
	max-width: none;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

body.home section.loreti-about-hero .row-layout.row {
	margin: 0;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

/* riquadro: parte da sinistra, si ferma a metà + un filo */
body.home section.loreti-about-hero .row-layout > .wpb_column:first-child {
	width: 55% !important;
	max-width: none;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	z-index: 3;
}

body.home section.loreti-about-hero .row-layout > .wpb_column:first-child .vc_column-inner {
	padding: 0;
	margin: 0;
}

/* inset verticale: foto sopra e sotto fino a circa metà altezza del quadrato */
body.home section.loreti-about-hero .row-layout > .wpb_column:first-child .wpb_wrapper {
	position: relative;
	background: #fff;
	box-shadow: none;
	margin: clamp(72px, 8vw, 120px) 0;
	padding: 56px 72px 56px var(--loreti-about-pad-left);
	overflow: hidden;
}

body.home section.loreti-about-hero .row-layout > .wpb_column:first-child .wpb_wrapper::before {
	content: "Chi sono";
	position: absolute;
	left: 32px;
	top: 56px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 10px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #b19777;
	font-weight: 600;
}

body.home section.loreti-about-hero .sec-heading.loreti-about-panel {
	margin: 0;
	padding: 0;
}

body.home section.loreti-about-hero .section-title {
	font-family: inherit;
	font-size: clamp(1.65rem, 2.4vw, 2.15rem);
	font-weight: 600;
	line-height: 1.22;
	margin-bottom: 0.9rem;
	max-width: none !important;
	width: 100%;
	text-transform: none;
	letter-spacing: -0.015em;
	word-spacing: normal;
	color: #1a1a1a;
}

body.home section.loreti-about-hero .section-title span {
	color: #1a1a1a;
	font-weight: 700;
}

body.home section.loreti-about-hero .sec-heading p {
	line-height: 1.75;
	color: #9a9a9a;
	margin: 0 0 0.75rem;
	max-width: none !important;
	width: 100%;
	font-size: 1rem;
}

body.home section.loreti-about-hero .sec-heading p:last-child {
	margin-bottom: 0;
}

body.home section.loreti-about-hero .sec-button.loreti-about-cta,
body.home section.loreti-about-hero .sec-button.loreti-about-cta.float-left {
	margin: 1.4rem 0 0;
	padding: 0;
	float: none !important;
	display: block;
	clear: both;
}

body.home section.loreti-about-hero .sec-button.loreti-about-cta .butn-dark {
	background: transparent;
	padding: 0;
	border: 0;
}

body.home section.loreti-about-hero .sec-button.loreti-about-cta .butn-dark a {
	display: inline-block;
	padding: 14px 28px;
	background: #b19777;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	transition: background 0.2s ease;
	border: 0;
}

body.home section.loreti-about-hero .sec-button.loreti-about-cta .butn-dark a:hover {
	background: #9a8164;
	color: #fff !important;
}

@media (max-width: 991px) {
	body.home section.loreti-about-hero {
		--loreti-photo-start: 0;
	}

	body.home section.loreti-about-hero .block-wrapper {
		min-height: 420px;
		align-items: flex-end;
	}

	body.home section.loreti-about-hero .row-layout > .wpb_column:first-child {
		width: calc(100% - 32px) !important;
		max-width: none;
		margin: 0 16px !important;
	}

	body.home section.loreti-about-hero .row-layout > .wpb_column:first-child .wpb_wrapper {
		margin: 48px 0 0;
		padding: 36px 24px 32px 52px;
	}

	body.home section.loreti-about-hero .row-layout > .wpb_column:first-child .wpb_wrapper::before {
		top: 36px;
	}
}

/* Home — Territorio (SEO + link interni) */
body.home section.loreti-home-territory {
	background: #fff;
	position: relative;
	z-index: 2;
	isolation: isolate;
	overflow: hidden;
	float: none;
	clear: both;
	width: 100%;
}

body.home section.loreti-home-territory .block-wrapper {
	float: none;
	width: 100%;
}

body.home section.loreti-home-territory .sec-heading.loreti-home-territory-text .section-title {
	text-transform: none;
	letter-spacing: -0.01em;
	font-size: clamp(1.45rem, 2.1vw, 2rem);
	line-height: 1.28;
	max-width: min(480px, 95%);
}

body.home section.loreti-home-territory .sec-heading.loreti-home-territory-text p {
	line-height: 1.75;
	color: #6a6a6a;
	font-size: 1rem;
	margin-bottom: 1rem;
	max-width: min(540px, 95%);
}

body.home section.loreti-home-territory .sec-heading.loreti-home-territory-text a {
	color: #b19777;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.home section.loreti-home-territory .sec-heading.loreti-home-territory-text a:hover {
	color: #9a8164;
}

body.home section.loreti-home-territory .sec-img img {
	border-radius: 4px;
}

/* Home — Processo: tutti i 4 step sulla stessa riga (niente onda Bauen) */
body.home section.loreti-home-process {
	background: #f6f3ef;
}

body.home section.loreti-home-process .process .row,
body.home section.loreti-home-process .row-layout.row,
body.home section.loreti-home-process .vc_row_inner {
	align-items: stretch;
}

body.home section.loreti-home-process .process .item,
body.home section.loreti-home-process .process .item.odd,
body.home section.loreti-home-process .process .item.first {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.home section.loreti-home-process .process .item img,
body.home section.loreti-home-process .process .item img.tobotm {
	display: none !important;
}

body.home section.loreti-home-process .process .item .cont {
	height: 100%;
	background: #fff;
}

body.home section.loreti-home-process .process .item .cont:hover {
	background: #b19777;
	border-color: #b19777;
}

body.home section.loreti-home-process .process .item .cont:hover h6,
body.home section.loreti-home-process .process .item .cont:hover p {
	color: #fff;
}

body.home section.loreti-home-process .process .item .cont:hover h3 {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

body.home section.loreti-home-process .sec-button.loreti-home-process-cta {
	margin-top: 2rem;
	text-align: center;
}

body.home section.loreti-home-process .sec-button.loreti-home-process-cta .butn-dark a {
	background: #b19777;
	color: #fff !important;
	padding: 14px 28px;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home section.loreti-home-process .sec-button.loreti-home-process-cta .butn-dark a:hover {
	background: #9a8164;
}

@media (max-width: 991px) {
	body.home section.loreti-home-territory .row-layout > .wpb_column {
		margin-bottom: 1.5rem;
	}
}

/* Home — Servizi: fondo scuro, card stessa altezza, testi chiari */
body.home section.loreti-home-services {
	background: #1b1b1b;
	color: #d8d8d8;
}

body.home section.loreti-home-services .section-title,
body.home section.loreti-home-services .section-title span {
	color: #f3f3f3;
}

body.home section.loreti-home-services .vc_row_inner,
body.home section.loreti-home-services .vc_row_inner .row,
body.home section.loreti-home-services .row-layout.row {
	display: flex !important;
	align-items: stretch;
	flex-wrap: wrap;
}

body.home section.loreti-home-services .vc_row_inner > .wpb_column,
body.home section.loreti-home-services .vc_row_inner .vc_column-inner,
body.home section.loreti-home-services .vc_row_inner .wpb_wrapper,
body.home section.loreti-home-services .sec-services {
	float: none !important;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
}

body.home section.loreti-home-services .services .item {
	flex: 1 1 auto;
	height: 100%;
	min-height: 400px;
	margin-bottom: 0;
	padding: 48px 32px 88px;
	background: #242424;
	border-radius: 6px;
	transition: transform 0.35s ease, background 0.25s ease;
}

body.home section.loreti-home-services .services .item:hover {
	transform: translateY(-4px);
	background: #2c2c2c;
}

body.home section.loreti-home-services .services .item h5 {
	color: #f0ebe3;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

body.home section.loreti-home-services .services .item p,
body.home section.loreti-home-services .services .item {
	color: #cfcfcf;
}

body.home section.loreti-home-services .services .item a {
	color: inherit;
	text-decoration: none;
}

body.home section.loreti-home-services .services .item .numb {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
}

body.home section.loreti-home-services .services .item .line:after {
	background-color: rgba(177, 151, 119, 0.45);
}

body.home section.loreti-home-services .sec-button.loreti-home-services-cta {
	margin-top: 2.4rem;
	text-align: center;
}

body.home section.loreti-home-services .sec-button.loreti-home-services-cta .butn-dark a {
	background: #b19777;
	color: #fff !important;
	padding: 14px 28px;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	body.home section.loreti-home-services .vc_row_inner > .wpb_column {
		width: 100% !important;
		margin-bottom: 18px;
	}

	body.home section.loreti-home-services .services .item {
		min-height: 0;
	}
}

body.home .bauen-blog .owl-item {
	display: flex;
}

body.home .bauen-blog .owl-item > .item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* News: card più definite, angoli coerenti */
body.home .bauen-blog .item {
	overflow: hidden;
	border-radius: 6px;
	background: #f6f6f6;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.35s ease, transform 0.35s ease;
}

body.home .bauen-blog .item:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.09);
}

body.home .bauen-blog .item img {
	transition: transform 0.5s ease;
}

body.home .bauen-blog .item:hover img {
	transform: scale(1.035);
}

body.home .bauen-blog .item .con {
	padding: 1.15rem 1.2rem 1.35rem;
}

body.home .bauen-blog .item h5 a {
	transition: color 0.25s ease;
}

/* Pagina Blog — testata centrata, chip, griglia 3 col */
body.page-blog .banner-header {
	display: none !important;
}

body.page-blog section.loreti-blog-archive {
	background: #fff;
	padding-top: 7.5rem;
	padding-bottom: 4.5rem;
}

.loreti-blog-archive-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 1.75rem;
}

.loreti-blog-archive-head__eyebrow {
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #b19777;
	margin: 0 0 0.7rem;
}

.loreti-blog-archive-head__title {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.2;
	color: #272727;
	margin: 0 0 0.8rem;
	text-transform: none;
	letter-spacing: -0.02em;
	font-weight: 500;
}

.loreti-blog-archive-head__intro {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

.loreti-blog-filters {
	text-align: center;
	margin: 0 auto 2.4rem;
}

.loreti-blog-filters__list {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.55rem 0.7rem;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 0.85rem !important;
}

.loreti-blog-filters__list li {
	display: inline-block;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.loreti-blog-filters__chip {
	display: inline-block;
	padding: 0.5rem 1.15rem;
	border: 1px solid #e4ddd4;
	border-radius: 999px;
	font-size: 0.74rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5c5c5c !important;
	background: #fff;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.loreti-blog-filters__chip:hover {
	color: #272727 !important;
	border-color: #b19777;
}

.loreti-blog-filters__chip.is-active {
	background: #b19777;
	border-color: #b19777;
	color: #fff !important;
}

.loreti-blog-filters__count {
	font-size: 0.85rem;
	color: #888;
	margin: 0;
}

body.page-blog .loreti-blog-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -14px;
	margin-right: -14px;
}

body.page-blog .loreti-blog-card {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 1.75rem;
}

body.page-blog .loreti-blog-archive .item {
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 6px;
	background: #f6f6f6;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

body.page-blog .loreti-blog-archive .item img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	display: block;
	filter: none;
	transform: none;
}

body.page-blog .loreti-blog-archive .item:hover img {
	filter: none;
	transform: scale(1.035);
}

body.page-blog .loreti-blog-archive .item .con {
	position: static;
	bottom: auto;
	margin: 0 !important;
	padding: 1.05rem 1.15rem 1.25rem !important;
	background: transparent;
	border: 0;
	border-radius: 0;
}

body.page-blog .loreti-blog-archive .item .con h5,
body.page-blog .loreti-blog-archive .item .con h5 a {
	color: #272727 !important;
	font-size: 1.02rem !important;
	line-height: 1.4;
	letter-spacing: 0;
	font-weight: 500;
	font-family: inherit;
}

body.page-blog .loreti-blog-archive .item .category,
body.page-blog .loreti-blog-archive .item .category a {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #b19777 !important;
}

body.page-blog .blog-sidebar,
body.page-blog section.bauen-blog3 {
	display: none !important;
}

@media (max-width: 991px) {
	body.page-blog section.loreti-blog-archive {
		padding-top: 6rem;
	}

	body.page-blog .loreti-blog-card {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	body.page-blog .loreti-blog-card {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Step 9 — footer scuro + hairline + 4 colonne + striscia legale */
.main-footer {
	display: none !important;
}

.loreti-mauro-footer-cols,
.loreti-mauro-footer-legal {
	background: #1b1b1b;
	color: #cfcfcf;
	float: none;
	clear: both;
	width: 100%;
}

.main-footer .sub-footer2,
.main-footer .fotcont {
	text-align: center;
}

.main-footer .fothead h6 {
	letter-spacing: 0.08em;
	color: #b19777;
}

.main-footer p,
.main-footer a,
.main-footer .copyright_text,
.loreti-mauro-footer-cols a {
	color: #d8d8d8;
	text-decoration: none;
}

.loreti-mauro-footer-legal a,
.loreti-mauro-footer-state-aid__link {
	color: #e8d5bc;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.main-footer a:hover,
.loreti-mauro-footer-cols a:hover,
.loreti-mauro-footer-legal a:hover {
	color: #b19777;
}

.main-footer .sub-footer,
.main-footer .sub-footer2 {
	display: none;
}

.main-footer .social-icon a:not(:has(.ti-facebook)),
.social-left li:not(:has(.ti-facebook)) {
	display: none;
}

.loreti-mauro-footer-cols,
.loreti-mauro-footer-legal {
	font-size: 0.9375rem;
	line-height: 1.6;
	text-align: center;
}

.loreti-mauro-footer-cols {
	padding: 40px 0 24px;
	border-top: 1px solid rgba(177, 151, 119, 0.35);
}

.loreti-mauro-footer-cols__col p {
	margin: 0 0 8px;
}

.loreti-mauro-footer-cols__col--brand p:not(.loreti-mauro-footer-cols__title) {
	opacity: 0.92;
}

.loreti-mauro-footer-cols__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 32px;
}

.loreti-mauro-footer-cols__title {
	margin: 0 0 10px;
	color: #b19777;
	font-size: 0.8125rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.loreti-mauro-footer-cols ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.loreti-mauro-footer-legal {
	padding: 16px 0 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.loreti-mauro-footer-legal__biz {
	margin: 0 0 10px;
}

.loreti-mauro-footer-state-aid {
	font-size: 0.8125rem;
	opacity: 0.92;
	margin: 8px 0 0;
}

.loreti-mauro-footer-state-aid__title {
	margin: 0 0 4px;
	font-weight: 600;
	color: #eaeaea;
}

.loreti-mauro-footer-bottom {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.loreti-mauro-footer-bottom__social {
	margin: 0 0 12px;
}

.loreti-mauro-footer-bottom__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	color: #d8d8d8;
}

.loreti-mauro-footer-bottom__copy,
.copyright_text,
.main-footer .sub-footer {
	display: none !important;
}

.loreti-mauro-footer--missing {
	color: #c62828 !important;
	font-weight: 600;
	background: rgba(198, 40, 40, 0.1);
	border: 1px dashed #c62828;
	padding: 0.15rem 0.4rem;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.main-footer .container,
	.loreti-mauro-footer-cols .container,
	.loreti-mauro-footer-legal .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.loreti-mauro-footer-cols__grid {
		grid-template-columns: 1fr 1fr;
		gap: 22px 18px;
	}
}

/* Pagine Servizi + Chi sono — testi lunghi, sezioni alternate */
section.loreti-servizi-intro .loreti-servizi-h1 .section-title,
section.loreti-servizi-block .loreti-servizi-h2 .section-title,
section.loreti-servizi-cta .section-title,
section.loreti-chi-sono-intro .loreti-chi-sono-h1 .section-title,
section.loreti-chi-sono-block .loreti-chi-sono-h2 .section-title,
section.loreti-chi-sono-cta .section-title {
	text-transform: none;
	letter-spacing: -0.02em;
}

section.loreti-servizi-intro .loreti-servizi-h1 .section-title,
section.loreti-chi-sono-intro .loreti-chi-sono-h1 .section-title {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	max-width: 18ch;
	line-height: 1.2;
}

section.loreti-servizi-intro .wpb_text_column p,
section.loreti-servizi-block .wpb_text_column p,
section.loreti-chi-sono-intro .wpb_text_column p,
section.loreti-chi-sono-block .wpb_text_column p {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #5c5c5c;
	max-width: 62ch;
	margin-bottom: 1rem;
}

section.loreti-servizi-intro a,
section.loreti-servizi-block a,
section.loreti-chi-sono-intro a,
section.loreti-chi-sono-block a {
	color: #b19777;
	text-decoration: underline;
	text-underline-offset: 2px;
}

section.loreti-servizi-intro a:hover,
section.loreti-servizi-block a:hover,
section.loreti-chi-sono-intro a:hover,
section.loreti-chi-sono-block a:hover {
	color: #9a8164;
}

section.loreti-servizi-block--alt,
section.loreti-chi-sono-block--alt {
	background: #f6f3ef;
}

section.loreti-servizi-block .row-layout.row,
section.loreti-chi-sono-block .row-layout.row {
	align-items: center;
}

section.loreti-servizi-block .loreti-servizi-h2 .section-title,
section.loreti-chi-sono-block .loreti-chi-sono-h2 .section-title {
	font-size: clamp(1.45rem, 2.2vw, 1.9rem);
	max-width: 18ch;
	line-height: 1.25;
	margin-bottom: 0.35rem;
}

section.loreti-servizi-block .loreti-servizi-h2 .section-title::after,
section.loreti-chi-sono-block .loreti-chi-sono-h2 .section-title::after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin: 14px 0 8px;
	background: #b19777;
}

section.loreti-servizi-block .sec-image .about-img-2,
section.loreti-servizi-block .sec-image .about-buro,
section.loreti-chi-sono-block .sec-image .about-img-2,
section.loreti-chi-sono-block .sec-image .about-buro {
	display: none;
}

section.loreti-servizi-block .sec-image .img img,
section.loreti-servizi-block .sec-image img,
section.loreti-chi-sono-block .sec-image .img img,
section.loreti-chi-sono-block .sec-image img {
	width: 100%;
	height: clamp(240px, 32vw, 420px);
	object-fit: cover;
	border-radius: 4px;
}

section.loreti-servizi-cta,
section.loreti-chi-sono-cta {
	background: #1b1b1b;
	color: #d8d8d8;
	text-align: center;
}

section.loreti-servizi-cta .section-title,
section.loreti-chi-sono-cta .section-title {
	color: #f3f3f3;
}

section.loreti-servizi-cta .wpb_text_column p,
section.loreti-chi-sono-cta .wpb_text_column p {
	color: #cfcfcf;
	max-width: 56ch;
	margin: 0 auto 1.4rem;
	line-height: 1.7;
}

section.loreti-servizi-cta .sec-button.loreti-servizi-cta-btn .butn-dark a,
section.loreti-chi-sono-cta .sec-button.loreti-chi-sono-cta-btn .butn-dark a {
	background: #b19777;
	color: #fff !important;
	padding: 14px 28px;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

section.loreti-servizi-cta .sec-button.loreti-servizi-cta-btn .butn-dark a:hover,
section.loreti-chi-sono-cta .sec-button.loreti-chi-sono-cta-btn .butn-dark a:hover {
	background: #9a8164;
}

@media (max-width: 991px) {
	section.loreti-servizi-block .wpb_column,
	section.loreti-chi-sono-block .wpb_column {
		margin-bottom: 1.25rem;
	}

	section.loreti-servizi-intro .loreti-servizi-h1 .section-title,
	section.loreti-servizi-block .loreti-servizi-h2 .section-title,
	section.loreti-chi-sono-intro .loreti-chi-sono-h1 .section-title,
	section.loreti-chi-sono-block .loreti-chi-sono-h2 .section-title {
		max-width: none;
	}
}

/* Pagina Contatti — schede + mappa, senza form */
body.page-contatti .banner-header {
	display: none;
}

body.page-contatti section.loreti-contatti-main {
	padding-top: 88px;
	background: #f6f3ef;
}

body.admin-bar.page-contatti section.loreti-contatti-main {
	padding-top: 120px;
}

section.loreti-contatti-main .row-layout.row {
	align-items: stretch;
}

section.loreti-contatti-main .loreti-contatti-h1 .section-title {
	text-transform: none;
	letter-spacing: -0.02em;
	line-height: 1.2;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	max-width: 14ch;
}

section.loreti-contatti-main .loreti-contatti-h1 .section-title::after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin: 14px 0 8px;
	background: #b19777;
}

section.loreti-contatti-main .wpb_text_column p {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #5c5c5c;
	max-width: 46ch;
	margin-bottom: 1rem;
}

section.loreti-contatti-main a {
	color: #b19777;
	text-decoration: none;
}

section.loreti-contatti-main a:hover {
	color: #9a8164;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.loreti-contatti-list {
	list-style: none;
	margin: 1.75rem 0 0;
	padding: 0;
	background: #fff;
	border: 1px solid rgba(177, 151, 119, 0.22);
}

.loreti-contatti-list li {
	display: grid;
	grid-template-columns: 8.5rem 1fr;
	gap: 12px 20px;
	padding: 16px 22px;
	border-top: 1px solid rgba(177, 151, 119, 0.16);
	align-items: start;
}

.loreti-contatti-list li:first-child {
	border-top: 0;
}

.loreti-contatti-list__label {
	color: #b19777;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding-top: 0.2em;
}

.loreti-contatti-list__value {
	color: #2b2b2b;
	line-height: 1.55;
}

.loreti-contatti-gmap {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 16px;
}

.loreti-contatti-gmap iframe {
	display: block;
	width: 100%;
	min-height: 520px;
	height: 100%;
	border: 0;
	background: #e8e4de;
}

.loreti-contatti-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	background: #b19777;
	color: #fff !important;
	padding: 14px 28px;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none !important;
}

.loreti-contatti-nav:hover {
	background: #9a8164;
	color: #fff !important;
}

@media (max-width: 991px) {
	section.loreti-contatti-main .wpb_column {
		margin-bottom: 1.75rem;
	}

	section.loreti-contatti-main .loreti-contatti-h1 .section-title {
		max-width: none;
	}

	.loreti-contatti-list li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.loreti-contatti-gmap iframe {
		min-height: 280px;
	}
}

/* Pagina FAQ */
body.page-faq .banner-header {
	display: none !important;
}

section.loreti-faq-intro {
	background: #fff;
}

section.loreti-faq-intro .loreti-faq-h1 .section-title {
	text-transform: none;
	letter-spacing: -0.02em;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	max-width: 22ch;
	line-height: 1.2;
}

section.loreti-faq-intro .wpb_text_column p {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #5c5c5c;
	max-width: 62ch;
	margin-bottom: 1.5rem;
}

section.loreti-faq-intro a {
	color: #b19777;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.loreti-faq-nav {
	margin: 0.5rem 0 0;
}

.loreti-faq-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.loreti-faq-nav__chip {
	display: inline-block;
	padding: 8px 16px;
	background: #f3efe9;
	color: #272727 !important;
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.loreti-faq-nav__chip:hover,
.loreti-faq-nav__chip:focus-visible {
	background: #b19777;
	color: #fff !important;
}

.loreti-faq-anchor {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	scroll-margin-top: 110px;
}

section.loreti-faq-section .loreti-faq-h2 .section-title {
	text-transform: none;
	letter-spacing: -0.02em;
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}

section.loreti-faq-section .vc_toggle {
	margin-bottom: 12px;
}

section.loreti-faq-section .vc_toggle_content {
	display: none;
}

section.loreti-faq-section .vc_toggle_active .vc_toggle_content {
	display: block;
}

section.loreti-faq-section .vc_toggle_title {
	font-size: 1.02rem;
	color: #272727;
}

section.loreti-faq-section .vc_toggle_title h3 {
	margin: 0;
	font-size: inherit;
	font-weight: 600;
	line-height: 1.4;
}

section.loreti-faq-section .vc_toggle_content {
	color: #5c5c5c;
	line-height: 1.7;
}

.loreti-servizi-faq a {
	color: #b19777;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.page-accessibilita .banner-header {
	display: none !important;
}

.loreti-a11y-page__article {
	max-width: 72ch;
	margin: 0 auto;
}

.loreti-a11y-page__article h1 {
	text-transform: none;
	letter-spacing: -0.02em;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	margin: 0 0 1rem;
}

.loreti-a11y-page__article h2 {
	font-size: 1.25rem;
	margin: 2rem 0 0.75rem;
}

.loreti-a11y-page__article p,
.loreti-a11y-page__article li {
	line-height: 1.75;
	color: #5c5c5c;
}

.loreti-a11y-page__lead {
	font-size: 1.05rem;
	color: #5c5c5c;
}

.loreti-a11y-page__article a {
	color: #8a7356;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.page-privacy-cookie-policy .banner-header,
body.page-cookie-policy .banner-header {
	display: none !important;
}

body.page-privacy-cookie-policy .content-wrapper,
body.page-cookie-policy .content-wrapper,
body.page-accessibilita .content-wrapper {
	padding-top: 48px;
	padding-bottom: 64px;
}

.loreti-legal-page {
	max-width: 72ch;
	margin: 0 auto;
}

.loreti-legal-page h1 {
	text-transform: none;
	letter-spacing: -0.02em;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	margin: 0 0 1rem;
}

.loreti-legal-page h2 {
	font-size: 1.25rem;
	margin: 2rem 0 0.75rem;
}

.loreti-legal-page h3 {
	font-size: 1.05rem;
	margin: 1.5rem 0 0.6rem;
}

.loreti-legal-page p,
.loreti-legal-page li {
	line-height: 1.75;
	color: #5c5c5c;
}

.loreti-legal-page__lead {
	font-size: 1.05rem;
	color: #5c5c5c;
}

.loreti-legal-page a {
	color: #8a7356;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.loreti-legal-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	list-style: none;
	margin: 1.5rem 0 2rem;
	padding: 16px 20px;
	background: #f4f1ec;
	border-left: 3px solid #b19777;
}

.loreti-legal-nav a {
	color: #1a1a1a;
	font-weight: 600;
	text-decoration: none;
}

.loreti-legal-nav a:hover {
	color: #6b5340;
	text-decoration: underline;
}

.loreti-legal-anchor {
	scroll-margin-top: 100px;
}

.loreti-legal-block__cookie {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(26, 26, 26, 0.1);
}

.loreti-legal-table-wrap {
	overflow-x: auto;
	margin: 16px 0 24px;
}

.loreti-legal-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.loreti-legal-table th,
.loreti-legal-table td {
	border: 1px solid rgba(26, 26, 26, 0.12);
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
	color: #3d3d3d;
}

.loreti-legal-table th {
	background: #f4f1ec;
	font-weight: 700;
	color: #1a1a1a;
}

.loreti-legal-cookie-btn {
	margin: 12px 0 16px;
}

.loreti-legal-updated {
	margin-top: 32px;
	font-size: 14px;
	color: #6b6b6b;
}

/* Step 18 — link interni articoli e hub servizi */
.loreti-post-breadcrumb {
	margin: 0 0 1.25rem;
	font-size: 0.88rem;
	color: #6b6b6b;
}

.loreti-post-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.loreti-post-breadcrumb li + li::before {
	content: "›";
	margin-right: 0.5rem;
	color: #6b6b6b;
}

.loreti-post-breadcrumb a {
	color: #6b6b6b;
	text-decoration: none;
}

.loreti-post-breadcrumb a:hover {
	color: #b19777;
}

.loreti-post-footer,
.loreti-svc-footer {
	margin: 2.5rem 0 0;
	padding: 1.5rem 0 0;
	border-top: 1px solid #e4ddd4;
	display: grid;
	gap: 1.75rem;
}

@media (min-width: 768px) {
	.loreti-post-footer,
	.loreti-svc-footer {
		grid-template-columns: 1fr 1fr;
	}
}

.loreti-post-footer__title,
.loreti-svc-footer .loreti-post-footer__title {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	color: #1a1a1a;
}

.loreti-post-footer__faq-item {
	margin-bottom: 0.65rem;
	border: 1px solid #e4ddd4;
	background: #f8f6f3;
	padding: 0.65rem 0.85rem;
}

.loreti-post-footer__faq-item summary {
	cursor: pointer;
	font-weight: 600;
	color: #1a1a1a;
}

.loreti-post-footer__faq-item p,
.loreti-post-footer__more ul,
.loreti-svc-footer ul {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #5c5c5c;
}

.loreti-post-footer__more li,
.loreti-svc-footer li {
	margin-bottom: 0.35rem;
}

.loreti-post-footer a,
.loreti-svc-footer a,
a.loreti-ilink {
	color: #b19777;
	text-underline-offset: 2px;
}

.loreti-ilink-fallback {
	margin-top: 1.25rem;
	font-size: 0.95rem;
	line-height: 1.6;
}

.loreti-svc-footer__faq {
	grid-column: 1 / -1;
	font-size: 0.92rem;
}
