:root {
	--green: #5f7f46;
	--green-light: #89a96a;
	--cream: #f4efe4;
	--sand: #d7c7a6;
	--dark: #2f2f2f;
	--white: #fffaf2;
	--gold: #b89b5e;
	--border: rgba(47, 47, 47, 0.14);
	--shadow: 0 18px 48px rgba(47, 47, 47, 0.13);
}

body {
	background: var(--white);
	color: var(--dark);
	font-family: Inter, system-ui, sans-serif;
	line-height: 1.7;
}

h1,
h2,
h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	line-height: 1.12;
}

a {
	color: var(--green);
	text-underline-offset: 0.18em;
}

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

.btn {
	border-radius: 4px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0.75rem 1.15rem;
}

.btn-primary {
	--bs-btn-bg: var(--green);
	--bs-btn-border-color: var(--green);
	--bs-btn-hover-bg: #496735;
	--bs-btn-hover-border-color: #496735;
}

.btn-outline-primary {
	--bs-btn-color: var(--green);
	--bs-btn-border-color: var(--green);
	--bs-btn-hover-bg: var(--green);
	--bs-btn-hover-border-color: var(--green);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.site-header {
	background: rgba(255, 250, 242, 0.95);
	border-bottom: 1px solid transparent;
	transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
	border-color: var(--border);
	box-shadow: 0 10px 26px rgba(47, 47, 47, 0.08);
}

.site-brand {
	display: inline-flex;
	flex-direction: column;
	line-height: 1;
	text-decoration: none;
}

.brand-name {
	color: var(--green);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.55rem;
	font-weight: 700;
}

.brand-place {
	color: var(--dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-top: 0.25rem;
	text-transform: uppercase;
}

.navbar-nav {
	gap: 0.15rem;
}

.navbar-nav a {
	color: var(--dark);
	font-size: 0.84rem;
	font-weight: 800;
	padding: 0.55rem 0.72rem;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar-nav a:hover,
.navbar-nav .current-menu-item > a {
	color: var(--green);
}

.nav-booking a,
.navbar-nav a[href*="prenota"] {
	background: var(--green);
	color: var(--white);
	margin-left: 0.25rem;
}

.language-select {
	margin-left: 0.75rem;
}

.language-select select {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 4px;
	color: var(--dark);
	font-size: 0.8rem;
	font-weight: 800;
	height: 38px;
	min-width: 126px;
	padding: 0.35rem 0.65rem;
}

.home-hero,
.internal-hero {
	background-position: center;
	background-size: cover;
	position: relative;
}

.home-hero {
	align-items: center;
	display: flex;
	min-height: 86vh;
	padding: 5rem 0 5rem;
}

.internal-hero {
	padding: 5rem 0 5rem;
}

.hero-overlay {
	background: linear-gradient(90deg, rgba(47, 47, 47, 0.76), rgba(47, 47, 47, 0.34));
	inset: 0;
	position: absolute;
}

.hero-content,
.internal-hero .container {
	position: relative;
	z-index: 1;
}

.home-hero h1,
.internal-hero h1 {
	color: var(--white);
	font-size: clamp(3rem, 8vw, 7rem);
	max-width: 880px;
	white-space: nowrap;
}

.home-hero h1 {
	color: var(--hero-text-color, var(--white));
}

.home-hero p,
.internal-hero p,
.archive-description {
	color: var(--white);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	max-width: 720px;
}

.home-hero .kicker,
.home-hero p {
	color: var(--hero-text-color, var(--white));
}

.kicker {
	color: var(--gold);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.hero-center-image {
	display: block;
	margin: 1.5rem 0;
	max-width: min(420px, 90vw);
}

.breadcrumb-wrap {
	color: var(--sand);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.breadcrumb-wrap a {
	color: var(--white);
	text-decoration: none;
}

.booking-strip {
	background: var(--cream);
	padding: 1.25rem 0;
}

.boston-booking-fallback {
	background: var(--white);
	box-shadow: var(--shadow);
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 1.25rem;
}

.boston-booking-fallback label {
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
}

.boston-booking-fallback input,
.boston-booking-fallback button {
	border: 1px solid var(--border);
	border-radius: 4px;
	display: block;
	min-height: 46px;
	padding: 0.5rem 0.7rem;
	width: 100%;
}

.boston-booking-fallback button {
	align-self: end;
	background: var(--green);
	color: var(--white);
	font-weight: 800;
}

.section-padding {
	padding: 5rem 0;
}

.section-heading {
	margin-bottom: 2rem;
	max-width: 760px;
}

.section-heading h2,
.restaurant-section h2,
.final-cta h2,
.internal-cta h2 {
	font-size: clamp(2rem, 5vw, 3.4rem);
}

.cards-section,
.rooms-section,
.gallery-section {
	background: var(--white);
}

.restaurant-section,
.offers-section,
.services-preview {
	background: var(--cream);
}

.feature-card,
.content-card,
.boston-shortcode-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(47, 47, 47, 0.08);
	height: 100%;
	overflow: hidden;
}

.feature-card img,
.content-card > img,
.boston-shortcode-card img,
.section-image {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.section-image {
	box-shadow: var(--shadow);
}

.feature-card-body,
.content-card-body,
.boston-shortcode-card-body {
	padding: 1.4rem;
}

.feature-card i {
	color: var(--gold);
	font-size: 1.7rem;
}

.boston-shortcode-grid,
.post-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.boston-shortcode-card h3 a,
.content-card h2 a {
	color: var(--dark);
	text-decoration: none;
}

.boston-price {
	color: var(--green);
	font-weight: 800;
}

.boston-services-list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.boston-service-item {
	align-items: center;
	background: var(--white);
	border: 1px solid var(--border);
	display: flex;
	font-weight: 800;
	gap: 0.75rem;
	min-height: 96px;
	padding: 1rem;
}

.boston-service-item i {
	color: var(--green);
	font-size: 1.7rem;
}

.gallery-grid,
.boston-gallery-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-grid img,
.boston-gallery-grid img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

.final-cta {
	background: var(--green);
	color: var(--white);
	padding: 5rem 0;
	text-align: center;
}

.final-cta h2,
.final-cta p {
	color: var(--white);
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

.content-wrap {
	padding: 4rem 0;
}

.content-single {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}

.entry-content {
	font-size: 1.05rem;
}

.detail-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 1.5rem;
}

.detail-pills span {
	background: var(--cream);
	border: 1px solid var(--border);
	border-radius: 999px;
	font-weight: 800;
	padding: 0.45rem 0.85rem;
}

.internal-cta {
	background: var(--cream);
	padding: 4rem 0;
}

.internal-cta-box {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 8px;
	box-shadow: var(--shadow);
	padding: 2rem;
	text-align: center;
}

.site-footer {
	background: var(--dark);
	color: rgba(255, 250, 242, 0.82);
	padding: 4rem 0 1.5rem;
}

.site-footer h2,
.site-footer h3,
.site-footer a {
	color: var(--white);
}

.site-footer h3 {
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li + li {
	margin-top: 0.45rem;
}

.footer-action {
	color: var(--sand) !important;
	font-weight: 800;
}

.social-links {
	display: flex;
	gap: 0.6rem;
	margin-top: 1rem;
}

.social-links a {
	align-items: center;
	border: 1px solid rgba(255, 250, 242, 0.25);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	width: 40px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 250, 242, 0.18);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 3rem;
	padding-top: 1rem;
}

.legal-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		background: var(--white);
		border: 1px solid var(--border);
		margin-top: 0.75rem;
		padding: 0.75rem;
	}

	.language-select {
		margin: 0.75rem 0 0;
	}

	.boston-booking-fallback,
	.boston-shortcode-grid,
	.post-grid,
	.boston-services-list,
	.gallery-grid,
	.boston-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	.home-hero {
		min-height: 78vh;
		padding: 5rem 0 3.5rem;
	}

	.home-hero h1,
	.internal-hero h1 {
		font-size: clamp(2.4rem, 14vw, 4.4rem);
		max-width: 100%;
		overflow-wrap: normal;
		white-space: nowrap;
	}

	.internal-hero {
		padding: 5rem 0 4rem;
	}

	.button-row .btn,
	.boston-booking-fallback,
	.boston-shortcode-grid,
	.post-grid,
	.boston-services-list,
	.gallery-grid,
	.boston-gallery-grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.section-padding,
	.final-cta {
		padding: 3.5rem 0;
	}
}
