.camere-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px;
   box-sizing: border-box;
}

.titolo-pagina {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 50px;
	font-weight: 700;
}

/* GRID */
.camere-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	gap: 40px;
   width: 100%;
	box-sizing: border-box;
}

/* CARD FULL IMAGE */
.camera-card-full {
	position: relative;
	display: block;
	height: 350px;
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 8px 25px rgba(0,0,0,0.25);
	transition: transform .25s ease, box-shadow .25s ease;
}

	.camera-card-full:hover {
		transform: scale(1.02);
		box-shadow: 0 12px 35px rgba(0,0,0,0.35);
	}

/* BACKGROUND IMAGE */
.camera-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: filter .25s ease;
}

.camera-card-full:hover .camera-bg {
	filter: brightness(0.75);
}

/* TITLE OVERLAY */
.camera-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 1px;
	color: white;
	font-family: "Playfair Display", serif;
	background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
}

/* HERO DELLA PAGINA CAMERE */
.camere-hero {
	position: relative;
	height: 55vh;
	background-image: url('/img/INTERNO/IMG014.JPG');
	background-size: cover;
	background-position: center;
}

.camere-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.35);
}

.camere-hero-text {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: white;
}

	.camere-hero-text h1 {
		font-family: "Playfair Display", serif;
		font-size: 3.8rem;
		font-weight: 700;
		letter-spacing: 2px;
		margin: 0;
	}

	.camere-hero-text h2 {
		font-family: "Playfair Display", serif;
		font-size: 1.6rem;
		margin-top: 10px;
		opacity: 0.9;
	}

/* INTRO SEZIONE */
.camere-intro {
	text-align: center;
	margin: 80px 0 40px 0;
}

	.camere-intro h3 {
		font-family: "Playfair Display", serif;
		font-size: 1.4rem;
		letter-spacing: 2px;
		color: #8a5a3b;
		margin-bottom: 10px;
	}

	.camere-intro h4 {
		font-family: "Playfair Display", serif;
		font-size: 2.4rem;
		font-weight: 700;
	}

/* GRID CAMERE */
.camere-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	gap: 40px;
	padding: 0 40px 80px 40px;
}

@media (max-width: 900px) {
	.camere-grid {
     grid-template-columns: minmax(0, 1fr);
		padding: 0 16px 60px 16px;
		gap: 22px;
	}

	.camera-card-full {
		height: 280px;
       width: 100%;
	}

	.camera-bg {
		background-position: center;
	}

	.camera-title {
		font-size: 1.7rem;
		padding: 18px 0;
	}
}

/* CARD FULL IMAGE */
.camera-card-full {
	position: relative;
	display: block;
	height: 350px;
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 8px 25px rgba(0,0,0,0.25);
	transition: transform .25s ease, box-shadow .25s ease;
}

	.camera-card-full:hover {
		transform: scale(1.02);
		box-shadow: 0 12px 35px rgba(0,0,0,0.35);
	}

.camera-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: filter .25s ease;
}

.camera-card-full:hover .camera-bg {
	filter: brightness(0.75);
}

/* TITOLO CAMERA */
.camera-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: white;
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	font-weight: 600;
	background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
}

/* HERO CAMERA */
.room-hero {
	position: relative;
	height: 100vh;
	min-height: 600px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.room-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
}

.room-hero-text {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	text-shadow: 0 2px 12px rgba(0,0,0,0.5);
	padding: 0 24px;
	max-width: 860px;
	width: 100%;
}

.room-hero-text > * {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

	.room-hero-text h1 {
		font-family: "Playfair Display", serif;
		font-size: 3.8rem;
		font-weight: 700;
		letter-spacing: 2px;
		margin: 0;
	}

	.room-hero-text h1::after {
		content: "";
		display: block;
		width: 110px;
		height: 2px;
		margin: 14px auto 0;
		background: linear-gradient(90deg, transparent, rgba(209,164,92,0.95), transparent);
		opacity: 0.95;
	}

	.room-hero-text h2 {
		font-family: "Playfair Display", serif;
		font-size: 1.1rem;
		font-variant: small-caps;
		letter-spacing: 3px;
		margin-top: 14px;
		opacity: 0.9;
	}

.room-hero-desc {
	font-family: "Playfair Display", serif;
	font-size: 1.1rem;
	line-height: 1.8;
	margin-top: 24px;
	opacity: 0.95;
}

@media (max-width: 900px) {
	.room-hero {
		height: 100svh;
		min-height: 0;
	}

	.room-hero-text {
		padding: 0 20px;
	}

	.room-hero-text h1 { font-size: 2.6rem; }
	.room-hero-text h2 { font-size: 1rem; }
	.room-hero-desc { font-size: 1rem; }
}

/* DESCRIZIONE CAMERA */
.room-description {
	max-width: 1200px;
	margin: 80px auto;
	padding: 0 20px;
	display: flex;
	gap: 60px;
}

@media (max-width: 900px) {
	.room-description {
		flex-direction: column;
		gap: 26px;
		margin: 46px auto;
	}
}

.room-description-inner {
	flex: 2;
	font-size: 1.2rem;
	line-height: 1.7;
	color: #444;
}

.room-features {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 10px 18px;
}

.room-features li {
	background: #faf7f2;
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 12px;
	padding: 12px 14px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* BOOKING BOX */
.room-booking-box {
	flex: 1;
	background: #fafafa;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

	.room-booking-box h3 {
		font-family: "Playfair Display", serif;
		margin-bottom: 20px;
	}

	.room-booking-box label {
		display: block;
		margin-top: 15px;
		font-weight: 600;
	}

	.room-booking-box input,
	.room-booking-box select {
		width: 100%;
		padding: 10px;
		margin-top: 5px;
		border-radius: 6px;
		border: 1px solid #ccc;
	}

	.room-booking-box button {
		margin-top: 20px;
		width: 100%;
		padding: 12px;
		background: #8a5a3b;
		color: white;
		border: none;
		border-radius: 6px;
		font-size: 1.1rem;
		cursor: pointer;
	}

/* GALLERY */
.room-gallery {
	max-width: 1400px;
	margin: 80px auto;
	padding: 0 20px;
	text-align: center;
}

	.room-gallery h3 {
		font-family: "Playfair Display", serif;
		font-size: 2.4rem;
		margin-bottom: 40px;
	}

.room-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 25px;
}

.room-gallery-item {
  height: 260px;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
   border: 0;
	cursor: pointer;
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
	box-shadow: 0 10px 26px rgba(0,0,0,0.12);
   position: relative;
}