@font-face {
	font-display: optional;
	font-family: "Montellia";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/montellia.woff2") format("woff2");
}

@font-face {
	font-display: optional;
	font-family: "Open Sans";
	font-stretch: 100%;
	font-style: normal;
	font-weight: 300 700;
	src: url("fonts/open-sans-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-display: optional;
	font-family: "Open Sans";
	font-stretch: 100%;
	font-style: normal;
	font-weight: 300 700;
	src: url("fonts/open-sans-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-display: optional;
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 400 700;
	src: url("fonts/playfair-display-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-display: optional;
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 400 700;
	src: url("fonts/playfair-display-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-display: optional;
	font-family: "Maver Icons";
	font-style: normal;
	font-weight: 900;
	src: url("fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
	font-display: optional;
	font-family: "Maver Brands";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/fa-brands-400.woff2") format("woff2");
}

:root {
	--maver-gold: #91845a;
	--maver-gold-dark: #776c48;
	--maver-ink: #292929;
	--maver-muted: #8a8a8a;
	--maver-navy: #061927;
	--maver-pink: #d49a99;
	--maver-line: #ececec;
	--maver-serif: "Playfair Display", Georgia, "Times New Roman", serif;
	--maver-sans: "Open Sans", Arial, Helvetica, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 88px;
}

body {
	background: #fff;
	color: var(--maver-muted);
	font-family: var(--maver-sans);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.55;
	margin: 0;
}

body.has-modal-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

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

button,
input {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid #1c708d;
	outline-offset: 3px;
}

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

.screen-reader-text:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: var(--maver-ink);
	display: block;
	height: auto;
	left: 10px;
	padding: 12px 18px;
	top: 10px;
	width: auto;
	z-index: 10000;
}

.skip-link {
	left: -9999px;
	position: fixed;
	top: 12px;
	z-index: 10001;
}

.skip-link:focus {
	background: #fff;
	color: #000;
	left: 12px;
	padding: 10px 16px;
}

.maver-icon,
.maver-brand {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.maver-icon {
	font-family: "Maver Icons";
	font-weight: 900;
}

.maver-brand {
	font-family: "Maver Brands";
	font-weight: 400;
}

.maver-icon--bars::before { content: "\f0c9"; }
.maver-icon--search::before { content: "\f002"; }
.maver-icon--close::before { content: "\f00d"; }
.maver-icon--down::before { content: "\f078"; }
.maver-icon--right::before { content: "\f061"; }
.maver-icon--up::before { content: "\f106"; }
.maver-icon--location::before { content: "\f3c5"; }
.maver-icon--phone::before { content: "\f025"; }
.maver-icon--mail::before { content: "\f0e0"; }
.maver-brand--instagram::before { content: "\f16d"; }
.maver-brand--x::before,
.maver-brand--x-twitter::before { content: "X"; }
.maver-brand--facebook::before { content: "\f39e"; }
.maver-brand--youtube::before { content: "\f167"; }
.maver-brand--pinterest::before { content: "\f231"; }

.maver-brand--x,
.maver-brand--x-twitter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	font-weight: 400;
}

.icon-button {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--maver-gold-dark);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 10px;
}

.site-header {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
	height: 126px;
	position: sticky;
	top: 0;
	transition: height 180ms ease, box-shadow 180ms ease;
	z-index: 900;
}

.site-header.is-scrolled {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	height: 70px;
}

.site-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1110px;
	padding: 0 20px;
}

.site-branding,
.site-branding__link {
	align-items: center;
	display: flex;
	height: 100%;
}

.site-branding__logo,
.custom-logo {
	height: 94px;
	object-fit: contain;
	transition: height 180ms ease, width 180ms ease;
	width: 180px;
}

.is-scrolled .site-branding__logo,
.is-scrolled .custom-logo {
	height: 58px;
	width: 112px;
}

.desktop-navigation {
	margin-left: auto;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.desktop-navigation__menu {
	align-items: center;
	display: flex;
	gap: 27px;
}

.desktop-navigation__menu > li {
	position: relative;
}

.desktop-navigation__menu > li > a {
	color: #847a58;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 25px 0;
	text-transform: uppercase;
}

.desktop-navigation__menu a:hover,
.desktop-navigation__menu a:focus-visible,
.desktop-navigation__menu .current-menu-item > a {
	color: #5f5639;
}

.desktop-navigation__menu .sub-menu {
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
	left: -20px;
	list-style: none;
	min-width: 220px;
	opacity: 0;
	padding: 10px 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 4px);
	transform: translateY(8px);
	transition: opacity 150ms ease, transform 150ms ease;
	visibility: hidden;
}

.desktop-navigation__menu li:hover > .sub-menu,
.desktop-navigation__menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.desktop-navigation__menu .sub-menu a {
	color: #555;
	display: block;
	font-size: 13px;
	padding: 8px 20px;
}

.header-actions,
.language-links,
.social-links {
	align-items: center;
	display: flex;
}

.header-actions {
	gap: 16px;
	margin-left: 18px;
}

.language-links--desktop {
	gap: 3px;
}

.language-links a {
	display: flex;
}

.language-links img {
	display: block;
	height: 20px;
	object-fit: cover;
	width: 25px;
}

.language-links a[aria-current="page"] {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--maver-gold-dark);
	position: relative;
}

.search-toggle {
	font-size: 20px;
}

.menu-toggle {
	display: none;
}

.mobile-drawer-shell[hidden],
.search-overlay[hidden] {
	display: none;
}

.mobile-drawer-shell {
	inset: 0;
	position: fixed;
	z-index: 100100;
}

.drawer-backdrop {
	background: rgba(255, 255, 255, 0.18);
	border: 0;
	inset: 0;
	position: absolute;
	width: 100%;
}

.mobile-drawer {
	background: var(--maver-navy);
	box-shadow: 8px 0 24px rgba(0, 0, 0, 0.15);
	color: #fff;
	height: 100%;
	left: 0;
	overflow-y: auto;
	padding: 20px 20px 38px;
	position: relative;
	transform: translateX(-100%);
	transition: transform 220ms ease;
	width: min(82vw, 320px);
	z-index: 1;
}

.mobile-drawer-shell.is-open .mobile-drawer {
	transform: translateX(0);
}

.mobile-drawer__close {
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 13px;
}

.mobile-drawer__brand {
	display: block;
	margin: 2px auto 13px;
	width: 210px;
}

.mobile-drawer__brand img {
	display: block;
	filter: brightness(0) invert(1);
	height: 110px;
	object-fit: contain;
	width: 210px;
}

.mobile-navigation__menu > li > a {
	color: #fff;
	display: block;
	font-size: 19px;
	line-height: 1.25;
	padding: 8px 0;
}

.mobile-navigation__menu > .current-menu-item > a {
	color: #6fb5c8;
}

.mobile-navigation__menu .menu-item-has-children {
	position: relative;
}

.mobile-navigation__menu .submenu-toggle {
	background: rgba(255, 255, 255, 0.12);
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	height: 28px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5px;
	width: 28px;
}

.mobile-navigation__menu .submenu-toggle[aria-expanded="true"] .maver-icon {
	transform: rotate(180deg);
}

.mobile-navigation__menu .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 3px 0 6px 15px;
}

.mobile-navigation__menu .sub-menu.is-open {
	display: block;
}

.mobile-navigation__menu .sub-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 7px 0;
}

.language-links--drawer {
	align-items: flex-start;
	flex-direction: column;
	gap: 3px;
	margin: 10px auto 25px;
	width: 25px;
}

.social-links {
	gap: 21px;
}

.social-links--drawer {
	justify-content: center;
}

.social-links--drawer a {
	color: #fff;
	font-size: 15px;
}

.drawer-whatsapp {
	align-items: center;
	background: #f5f5f5;
	border-radius: 16px;
	bottom: 16px;
	color: #999;
	display: flex;
	font-size: 12px;
	left: 14px;
	padding-right: 10px;
	position: absolute;
}

.drawer-whatsapp img {
	height: 31px;
	margin-right: 5px;
	width: 31px;
}

.search-overlay {
	align-items: center;
	background: rgba(255, 255, 255, 0.91);
	display: flex;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 100100;
}

.search-overlay__form {
	align-items: center;
	border-bottom: 1px solid var(--maver-gold-dark);
	display: flex;
	max-width: calc(100% - 54px);
	width: 430px;
}

.search-overlay__form > .maver-icon {
	color: var(--maver-gold-dark);
	font-size: 27px;
}

.search-overlay__form input {
	background: transparent;
	border: 0;
	color: var(--maver-gold-dark);
	font-size: 27px;
	font-weight: 300;
	min-width: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
}

.search-overlay__form input::placeholder {
	color: var(--maver-gold-dark);
	opacity: 0.9;
}

.search-overlay__close {
	font-size: 22px;
}

.site-main {
	display: block;
	overflow: hidden;
}

.hero {
	position: relative;
}

.hero__image {
	display: block;
	width: 100%;
}

.hero--localized {
	isolation: isolate;
}

.hero--localized::before {
	background: linear-gradient(90deg, rgba(25, 22, 19, 0.78), rgba(25, 22, 19, 0.97) 22%);
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 58%;
	z-index: 1;
}

.hero__content {
	color: #fff;
	position: absolute;
	right: 4.5%;
	text-align: right;
	top: 50%;
	transform: translateY(-50%);
	width: 49%;
	z-index: 2;
}

.hero__content h1 {
	font-family: var(--maver-sans);
	font-size: clamp(24px, 3.4vw, 48px);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 18px;
}

.hero__content p {
	font-size: clamp(13px, 1.75vw, 25px);
	font-weight: 300;
	line-height: 1.45;
	margin: 0 0 0 auto;
	max-width: 780px;
}

[dir="rtl"] body {
	direction: rtl;
	text-align: right;
}

[dir="rtl"] .desktop-navigation {
	margin-left: 0;
	margin-right: auto;
}

[dir="rtl"] .header-actions {
	margin-left: 0;
	margin-right: 18px;
}

[dir="rtl"] .desktop-navigation__menu .sub-menu {
	left: auto;
	right: -20px;
}

[dir="rtl"] .mobile-drawer {
	box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
	left: auto;
	right: 0;
	transform: translateX(100%);
}

[dir="rtl"] .mobile-drawer__close {
	left: 15px;
	right: auto;
}

[dir="rtl"] .mobile-navigation__menu .submenu-toggle {
	left: 0;
	right: auto;
}

[dir="rtl"] .mobile-navigation__menu .sub-menu {
	padding-left: 0;
	padding-right: 15px;
}

[dir="rtl"] .drawer-whatsapp {
	left: auto;
	padding-left: 10px;
	padding-right: 0;
	right: 14px;
}

[dir="rtl"] .drawer-whatsapp img,
[dir="rtl"] .whatsapp-float img {
	margin-left: 5px;
	margin-right: 0;
}

[dir="rtl"] .search-overlay__form input {
	direction: rtl;
	text-align: right;
}

[dir="rtl"] .section-title--left {
	text-align: right;
}

[dir="rtl"] .text-link .maver-icon--right {
	transform: rotate(180deg);
}

[dir="rtl"] .testimonials__decor--flower {
	left: auto;
	right: 3.5%;
}

[dir="rtl"] .testimonials__decor--leaf {
	left: 4%;
	right: auto;
}

[dir="rtl"] .contact-item + .contact-item {
	border-left: 0;
	border-right: 1px solid #e8e8e8;
}

[dir="rtl"] .site-footer__copyright {
	left: 8%;
	right: auto;
}

[dir="rtl"] .whatsapp-float {
	border-radius: 14px 0 0 14px;
	left: auto;
	padding-left: 10px;
	padding-right: 0;
	right: 16px;
}

[dir="rtl"] .scroll-to-top {
	left: 30px;
	right: auto;
}

[dir="rtl"] .post-navigation .nav-previous {
	text-align: right;
}

[dir="rtl"] .post-navigation .nav-next {
	text-align: left;
}

.section-shell,
.content-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	padding-left: 20px;
	padding-right: 20px;
}

.section-title {
	color: var(--maver-gold);
	font-family: var(--maver-serif);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.02;
	margin: 0;
	text-align: center;
}

.section-title--left {
	text-align: left;
}

.intro {
	padding-bottom: 250px;
	padding-top: 132px;
}

.intro__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 50px;
	align-items: center;
}

.intro-card {
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 18px 18px 10px;
}

.intro-card img {
	display: block;
	width: 100%;
}

.intro-card figcaption,
.script-heading {
	color: var(--maver-gold);
	font-family: "Montellia", cursive;
	font-size: 40px;
	line-height: 1;
}

.intro-card figcaption {
	padding: 16px 3px 2px;
}

.intro-card--parma {
	grid-column: 1;
	grid-row: 1 / 3;
}

.intro-card--parma img {
	aspect-ratio: 0.85;
	object-fit: cover;
}

.intro__copy {
	align-self: center;
	grid-column: 2;
	grid-row: 1;
}

.intro__copy .section-title {
	font-size: 51px;
}

.intro__copy p,
.intro__touch > p:not(.script-heading) {
	font-size: 15px;
	line-height: 1.45;
	margin: 18px 0 0;
}

.intro__touch {
	align-self: center;
	grid-column: 2;
	grid-row: 2;
}

.intro__touch .script-heading {
	font-size: 31px;
	margin: 0 0 4px;
}

.intro__touch h3 {
	color: var(--maver-gold);
	font-family: var(--maver-serif);
	font-size: 41px;
	line-height: 1;
	margin: 0;
}

.text-link {
	align-items: center;
	color: var(--maver-gold-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 20px;
	margin-top: 24px;
	text-transform: uppercase;
}

.services {
	padding-bottom: 190px;
}

.services__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 74px;
}

.service-card {
	background: #fff;
	box-shadow: 0 9px 25px rgba(0, 0, 0, 0.045);
	display: flex;
	flex-direction: column;
	min-height: 480px;
	padding: 0 29px 34px;
	text-align: center;
}

.service-card h3 {
	background: var(--maver-gold);
	color: #fff;
	font-family: var(--maver-sans);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin: 0 -29px 28px;
	padding: 14px 8px;
}

.service-card img {
	aspect-ratio: 1.05;
	object-fit: cover;
	width: 100%;
}

.service-card p {
	font-size: 14px;
	line-height: 1.85;
	margin: 28px 0 24px;
}

.service-card .button {
	margin: auto auto 0;
}

.button {
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1;
	padding: 18px 27px;
	text-transform: uppercase;
	transition: background 150ms ease, transform 150ms ease;
}

.button:hover {
	transform: translateY(-1px);
}

.button--dark {
	background: var(--maver-ink);
	color: #fff;
}

.button--gold {
	background: var(--maver-gold);
	color: #fff;
}

.button--gold:hover,
.button--gold:focus-visible {
	background: var(--maver-gold-dark);
}

.section-cta {
	margin-top: 70px;
	text-align: center;
}

.testimonials {
	min-height: 765px;
	padding: 56px 0 85px;
	position: relative;
}

.testimonials__inner {
	position: relative;
	z-index: 1;
}

.testimonials blockquote {
	margin: 54px 0 0;
	text-align: center;
}

.testimonials blockquote > p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 930px;
}

.testimonials blockquote footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 58px;
}

.testimonials blockquote img {
	border-radius: 50%;
	height: 86px;
	object-fit: cover;
	width: 86px;
}

.testimonials cite {
	color: var(--maver-gold-dark);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	margin-top: 14px;
}

.testimonials__decor {
	pointer-events: none;
	position: absolute;
}

.testimonials__decor--flower {
	left: 3.5%;
	top: 0;
	width: 159px;
}

.testimonials__decor--leaf {
	bottom: 25px;
	right: 4%;
	width: 255px;
}

.experiences {
	padding-bottom: 114px;
	padding-top: 55px;
}

.experiences__grid {
	display: grid;
	gap: 0 30px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 70px;
}

.experience-item {
	border-bottom: 5px solid #efefef;
	padding: 0 0 26px;
}

.experience-item:nth-child(n+3) {
	padding-top: 22px;
}

.experience-item h3 {
	color: var(--maver-gold-dark);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 8px;
}

.experience-item p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.experiences .section-cta {
	margin-top: 42px;
}

.blog-section {
	padding-bottom: 190px;
}

.blog-grid {
	display: grid;
	gap: 45px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 65px;
}

.blog-card {
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.035);
}

.blog-card > img {
	display: block;
	width: 100%;
}

.blog-card__body {
	padding: 30px 28px 35px;
}

.blog-card h3 {
	color: var(--maver-gold-dark);
	font-family: var(--maver-serif);
	font-size: 28px;
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.blog-card__meta {
	display: flex;
	font-size: 11px;
	gap: 12px;
	justify-content: center;
	margin: 25px 0 0;
	text-transform: uppercase;
}

.blog-card__meta span:first-child {
	color: var(--maver-ink);
}

.branches {
	padding-bottom: 123px;
}

.branches__divider {
	background: #f2f2f2;
	border-bottom: 1px solid #e4e4e4;
	height: 14px;
	margin-bottom: 62px;
}

.branches__layout {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 240px 1fr;
}

.branches .section-title {
	font-size: 30px;
}

.branches__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
}

.branch-card {
	border-radius: 50%;
	display: block;
	overflow: hidden;
}

.branch-card img {
	display: block;
	transition: transform 200ms ease;
	width: 100%;
}

.branch-card:hover img,
.branch-card:focus-visible img {
	transform: scale(1.025);
}

.promo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 75px;
	max-width: 1170px;
	padding: 0;
}

.promo__visual,
.promo__content {
	min-height: 280px;
}

.promo__visual img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.promo__content {
	align-items: center;
	background: var(--maver-pink);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px;
	text-align: center;
}

.promo__content h2 {
	font-family: var(--maver-serif);
	font-size: 58px;
	line-height: 0.95;
	margin: 0 0 25px;
	max-width: 470px;
}

.footer-contact {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

.footer-contact__inner {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1.15fr;
	margin: 0 auto;
	max-width: 1100px;
}

.contact-item {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 20px;
	min-height: 92px;
	padding: 20px 55px;
}

.contact-item + .contact-item {
	border-left: 1px solid #e8e8e8;
}

.contact-item > .maver-icon {
	color: #c8c8c8;
	font-size: 27px;
}

.contact-item a:hover {
	color: var(--maver-gold-dark);
}

.contact-item--phones a {
	display: block;
}

.site-footer__bottom {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 146px;
	padding: 28px 20px;
	position: relative;
}

.social-links--footer {
	color: var(--maver-gold-dark);
	font-size: 25px;
}

.site-footer__copyright {
	bottom: 37px;
	color: #858585;
	font-size: 14px;
	margin: 0;
	position: absolute;
	right: 8%;
}

.footer-navigation {
	display: none;
}

.whatsapp-float {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 0 14px 14px 0;
	bottom: 14px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
	color: #999;
	display: flex;
	font-size: 12px;
	left: 16px;
	padding-right: 10px;
	position: fixed;
	z-index: 920;
}

.whatsapp-float img {
	height: 31px;
	margin-right: 5px;
	width: 31px;
}

.scroll-to-top {
	background: var(--maver-gold);
	border: 0;
	bottom: 28px;
	color: #fff;
	cursor: pointer;
	height: 46px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 30px;
	transition: opacity 180ms ease;
	width: 46px;
	z-index: 920;
}

.scroll-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.content-shell {
	max-width: 900px;
	min-height: 55vh;
	padding-bottom: 100px;
	padding-top: 100px;
}

.content-header h1,
.error-404 h1 {
	color: var(--maver-gold);
	font-family: var(--maver-serif);
	font-size: 48px;
	line-height: 1.1;
}

.post-list {
	display: grid;
	gap: 45px;
	grid-template-columns: repeat(2, 1fr);
}

.post-summary img,
.page-content__image img {
	display: block;
	width: 100%;
}

.post-summary h2 {
	color: var(--maver-gold-dark);
	font-family: var(--maver-serif);
}

.entry-content {
	color: #555;
}

.entry-content > * {
	max-width: 100%;
}

.single-content {
	max-width: 1060px;
}

.single-article__header {
	margin: 0 auto 44px;
	max-width: 850px;
	text-align: center;
}

.single-article__header h1 {
	color: var(--maver-gold);
	font-family: var(--maver-serif);
	font-size: clamp(42px, 5vw, 64px);
	line-height: 1.08;
	margin: 0;
}

.single-article__meta {
	align-items: center;
	display: flex;
	font-size: 12px;
	gap: 18px;
	justify-content: center;
	letter-spacing: 0.04em;
	margin-top: 25px;
	text-transform: uppercase;
}

.single-article__categories a {
	color: var(--maver-gold-dark);
	font-weight: 700;
}

.single-article__featured {
	margin: 0 auto 52px;
	max-width: 960px;
}

.single-article__featured-image {
	display: block;
	height: auto;
	width: 100%;
}

.single-article__content {
	font-size: 17px;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 760px;
}

.single-article__content > :first-child {
	margin-top: 0;
}

.single-article__content h2,
.single-article__content h3,
.single-article__content h4 {
	color: var(--maver-gold-dark);
	font-family: var(--maver-serif);
	line-height: 1.2;
	margin-bottom: 0.55em;
	margin-top: 1.5em;
}

.single-article__content h2 { font-size: 35px; }
.single-article__content h3 { font-size: 28px; }
.single-article__content h4 { font-size: 23px; }

.single-article__content a {
	color: var(--maver-gold-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.single-article__content blockquote {
	border-left: 4px solid var(--maver-gold);
	color: #666;
	font-family: var(--maver-serif);
	font-size: 21px;
	font-style: italic;
	margin: 2em 0;
	padding: 4px 0 4px 28px;
}

.single-article__content img,
.single-article__content figure {
	height: auto;
	max-width: 100%;
}

.single-article__content figcaption {
	font-size: 13px;
	margin-top: 8px;
	text-align: center;
}

.single-article__content pre {
	background: #f6f5f2;
	overflow-x: auto;
	padding: 20px;
}

.page-links {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-top: 40px;
}

.post-navigation {
	border-top: 1px solid var(--maver-line);
	margin-top: 70px;
	padding-top: 35px;
}

.post-navigation .nav-links {
	display: grid;
	gap: 35px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	display: block;
}

.post-navigation__label {
	color: var(--maver-muted);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.post-navigation__title {
	color: var(--maver-gold-dark);
	display: block;
	font-family: var(--maver-serif);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
}

.error-404 {
	text-align: center;
}

.error-404__code {
	color: #eee;
	font-family: var(--maver-serif);
	font-size: 140px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.empty-state__search {
	display: flex;
	gap: 12px;
	margin-top: 28px;
	max-width: 560px;
}

.empty-state__search input {
	border: 1px solid var(--maver-line);
	min-width: 0;
	padding: 12px 16px;
	width: 100%;
}

[dir="rtl"] .empty-state__search input {
	direction: rtl;
	text-align: right;
}

@media (max-width: 1050px) {
	.desktop-navigation__menu {
		gap: 16px;
	}

	.desktop-navigation__menu > li > a {
		font-size: 11px;
	}

	.intro__grid {
		gap: 26px;
	}

	.service-card {
		padding-left: 18px;
		padding-right: 18px;
	}

	.service-card h3 {
		margin-left: -18px;
		margin-right: -18px;
	}
}

@media (max-width: 800px) {
	body {
		font-size: 15px;
	}

	.site-header {
		height: 128px;
	}

	.site-header.is-scrolled {
		height: 69px;
	}

	.site-header__inner {
		padding: 0 54px;
	}

	.site-branding__logo,
	.custom-logo {
		height: 90px;
		width: 172px;
	}

	.is-scrolled .site-branding__logo,
	.is-scrolled .custom-logo {
		height: 56px;
		width: 108px;
	}

	.desktop-navigation,
	.language-links--desktop {
		display: none;
	}

	.header-actions {
		gap: 8px;
		margin-left: auto;
	}

	[dir="rtl"] .header-actions {
		margin-left: 0;
		margin-right: auto;
	}

	.menu-toggle {
		display: inline-flex;
		font-size: 28px;
	}

	.search-toggle {
		font-size: 18px;
	}

	.section-shell {
		padding-left: 55px;
		padding-right: 55px;
	}

	.section-title {
		font-size: 31px;
	}

	.hero__content {
		right: 3.5%;
		width: 53%;
	}

	.hero--localized::before {
		width: 61%;
	}

	.hero__content h1 {
		font-size: clamp(15px, 4.8vw, 20px);
		margin-bottom: 5px;
	}

	.hero__content p {
		font-size: clamp(8px, 2.45vw, 11px);
		line-height: 1.35;
	}

	.intro {
		padding-bottom: 76px;
		padding-top: 64px;
	}

	.intro__grid {
		display: flex;
		flex-direction: column;
		gap: 38px;
	}

	.intro-card {
		padding: 18px 18px 11px;
	}

	.intro-card--parma { order: 1; }
	.intro__copy { order: 2; }
	.intro-card--sile { order: 3; }
	.intro-card--taksim { order: 4; }
	.intro__touch { order: 5; }

	.intro-card--parma img {
		aspect-ratio: auto;
	}

	.intro-card--sile img {
		aspect-ratio: 1.04;
		object-fit: cover;
	}

	.intro-card figcaption {
		font-size: 38px;
		padding: 16px 4px 2px;
	}

	.intro__copy .section-title {
		font-size: 32px;
	}

	.intro__copy p,
	.intro__touch > p:not(.script-heading) {
		font-size: 13px;
	}

	.intro__touch {
		padding: 10px 26px 0;
	}

	.intro__touch .script-heading {
		font-size: 34px;
	}

	.intro__touch h3 {
		font-size: 34px;
	}

	.services {
		padding-bottom: 92px;
	}

	.services__grid {
		gap: 20px;
		grid-template-columns: 1fr;
		margin-top: 28px;
	}

	.service-card {
		min-height: 0;
		padding: 0 39px 42px;
	}

	.service-card h3 {
		margin: 0 -39px 39px;
		padding: 13px 8px;
	}

	.service-card img {
		aspect-ratio: 1.05;
	}

	.service-card p {
		font-size: 13px;
		line-height: 1.8;
	}

	.section-cta {
		margin-top: 32px;
	}

	.testimonials {
		min-height: 605px;
		padding: 80px 0 90px;
	}

	.testimonials__decor--flower {
		left: 43px;
		top: 65px;
		width: 71px;
	}

	.testimonials .section-title {
		padding-left: 35px;
	}

	.testimonials blockquote {
		margin-top: 50px;
	}

	.testimonials blockquote > p {
		font-size: 18px;
		line-height: 1.45;
		max-width: 275px;
	}

	.testimonials blockquote footer {
		margin-top: 47px;
	}

	.testimonials__decor--leaf {
		bottom: 80px;
		right: 44px;
		width: 68px;
	}

	.experiences {
		padding-bottom: 93px;
		padding-top: 0;
	}

	.experiences__grid {
		grid-template-columns: 1fr;
		margin-top: 62px;
	}

	.experience-item,
	.experience-item:nth-child(n+3) {
		padding: 13px 0 16px;
	}

	.experience-item:first-child {
		padding-top: 0;
	}

	.experience-item h3 {
		font-size: 21px;
	}

	.experience-item p {
		font-size: 12px;
	}

	.blog-section {
		padding-bottom: 98px;
	}

	.blog-grid {
		gap: 36px;
		grid-template-columns: 1fr;
		margin-top: 48px;
	}

	.blog-card__body {
		padding: 25px 22px 34px;
	}

	.blog-card h3 {
		font-size: 23px;
	}

	.branches {
		padding-bottom: 90px;
	}

	.branches__divider {
		margin-bottom: 60px;
	}

	.branches__layout {
		display: block;
	}

	.branches .section-title {
		font-size: 27px;
		margin-bottom: 35px;
	}

	.branches__grid {
		display: flex;
		gap: 0;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.branches__grid::-webkit-scrollbar {
		display: none;
	}

	.branch-card {
		flex: 0 0 100%;
		scroll-snap-align: start;
	}

	.promo {
		grid-template-columns: 1fr;
		margin-bottom: 55px;
		max-width: calc(100% - 110px);
		padding: 0;
	}

	.promo__visual,
	.promo__content {
		min-height: 0;
	}

	.promo__visual img {
		aspect-ratio: 1.53;
	}

	.promo__content {
		min-height: 277px;
	}

	.promo__content h2 {
		font-size: 40px;
	}

	.footer-contact__inner {
		display: block;
		padding: 26px 85px;
	}

	.contact-item {
		font-size: 13px;
		gap: 18px;
		min-height: 0;
		padding: 12px 0;
	}

	.contact-item + .contact-item {
		border-left: 0;
	}

	[dir="rtl"] .contact-item + .contact-item {
		border-right: 0;
	}

	.site-footer__bottom {
		flex-direction: column;
		min-height: 250px;
		padding: 56px 25px 28px;
	}

	.social-links--footer {
		font-size: 21px;
	}

	.site-footer__copyright {
		bottom: auto;
		font-size: 13px;
		margin-top: 48px;
		position: static;
		right: auto;
		text-align: center;
	}

	.scroll-to-top {
		bottom: 14px;
		right: 13px;
	}

	[dir="rtl"] .scroll-to-top {
		left: 13px;
		right: auto;
	}

	.whatsapp-float {
		bottom: 15px;
		left: 16px;
	}

	[dir="rtl"] .whatsapp-float {
		left: auto;
		right: 16px;
	}

	body:not(.home) .site-footer__bottom {
		padding-bottom: 78px;
	}

	body:not(.home) .whatsapp-float {
		border-radius: 50%;
		padding-right: 0;
	}

	body:not(.home) .whatsapp-float img {
		margin-right: 0;
	}

	[dir="rtl"] body:not(.home) .whatsapp-float img {
		margin-left: 0;
	}

	body:not(.home) .whatsapp-float span {
		display: none;
	}

	.content-shell {
		padding: 65px 28px 80px;
	}

	.post-list {
		grid-template-columns: 1fr;
	}

	.content-header h1,
	.error-404 h1 {
		font-size: 37px;
	}

	.empty-state__search {
		align-items: stretch;
		flex-direction: column;
	}

	.single-article__header {
		margin-bottom: 30px;
	}

	.single-article__header h1 {
		font-size: 37px;
	}

	.single-article__meta {
		align-items: center;
		flex-direction: column;
		gap: 5px;
		margin-top: 18px;
	}

	.single-article__featured {
		margin-bottom: 34px;
	}

	.single-article__content {
		font-size: 16px;
		line-height: 1.75;
	}

	.single-article__content h2 { font-size: 29px; }
	.single-article__content h3 { font-size: 25px; }
	.single-article__content h4 { font-size: 21px; }

	.post-navigation {
		margin-top: 52px;
	}

	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.post-navigation .nav-next {
		text-align: left;
	}

	[dir="rtl"] .post-navigation .nav-next,
	[dir="rtl"] .post-navigation .nav-previous {
		text-align: right;
	}
}

@media (max-width: 370px) {
	.site-header__inner,
	.section-shell {
		padding-left: 34px;
		padding-right: 34px;
	}

	.promo {
		max-width: calc(100% - 68px);
	}

	.footer-contact__inner {
		padding-left: 55px;
		padding-right: 55px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.faq-section {
	padding-bottom: 90px;
	padding-top: 60px;
}

.faq-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-top: 50px;
}

.faq-item {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	padding: 30px 28px;
}

.faq-item h2 {
	color: var(--maver-gold-dark);
	font-family: var(--maver-sans);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 16px;
}

.faq-item p {
	color: #555;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.eeat-author-box {
	align-items: center;
	background: #fdfaf6;
	border: 1px solid #ebd9c8;
	border-radius: 8px;
	display: flex;
	gap: 20px;
	margin: 40px 0;
	padding: 24px;
}

.eeat-author-box__avatar img {
	border-radius: 50%;
	object-fit: contain;
}

.eeat-author-box__info h3 {
	color: var(--maver-gold-dark);
	font-size: 18px;
	margin: 0 0 6px;
}

.eeat-author-box__info p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
