a {
	text-decoration: none;
}
.cta {
	padding: 10px 40px;
	border-radius: 28px;
	border: 1px solid #0E0E0E;
	font-size: 22px;
	font-weight: 300;
	line-height: normal;
	color: #0E0E0E;
}

header {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	padding-top: 52px;
}
header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
header .logo img {
	width: 100px;
}
header .socials {
	display: flex;
	align-items: center;
	gap: 42px;
}

#hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	text-align: center;
}
#hero .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}
#hero h1 {
	font-size: 66px;
	line-height: 68px;
	margin-bottom: 32px;
}
#hero p {
	font-size: 22px;
	font-weight: 300;
	margin: 0 auto 40px auto;
	max-width: 940px;
}
#hero p b {
	font-weight: 500;
}
#map {
  background-color: #121214; 
  color: #ffffff;
  padding: 60px 0 0 0;
}

#map .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

#map .pre-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #aaaaaa;
  margin-bottom: 16px;
}

#map h2 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 20px;
}

#map p {
  font-size: 13px;
  line-height: 1.6;
  color: #cccccc;
  max-width: 680px;
  margin-bottom: 0;
}

#map p b {
  color: #ffffff;
  font-weight: 600;
}

/* Wrapper mappa: lascia che l'immagine occupi tutta la larghezza */
.map-wrapper {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.hero-bg {
  width: 100%;
  height: auto;
  display: block;
  /* Se l'immagine è già su fondo trasparente/scuro, usa mix-blend-mode per integrare le luci dorate */
  mix-blend-mode: screen; /* rimuovi se l'immagine ha già sfondo nero */
}

/* Barra città in basso */
.cities {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #121214;
  padding: 24px 40px;
  margin-top: 0;
  font-family: inherit;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
}
#contact {
  background-color: #f0efed;
  padding: 0;
}

#contact .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
  align-items: start;
}

/* LEFT COLUMN */
.contact-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.social-icons {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.social-icons a {
  color: #1a1a1a;
  text-decoration: none;
  transition: opacity 0.2s;
}

.social-icons a:hover {
  opacity: 0.5;
}

.contact-left h2 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.contact-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 40px 0;
}

.contact-info {
  font-size: 14px;
  color: #1a1a1a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info .separator {
  color: #1a1a1a;
}

/* Divider verticale tra le due colonne */
#contact .container {
  position: relative;
}

.contact-left::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 80px;
  bottom: 80px;
  width: 1px;
  background-color: #ccc;
}

/* RIGHT COLUMN */
.contact-right {
  padding-top: 8px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
  padding: 8px 0;
  font-size: 14px;
  color: #1a1a1a;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #999;
}

.form-field input:focus,
.form-field textarea:focus {
  border-bottom-color: #1a1a1a;
}

.form-field.full-width {
  margin-bottom: 30px;
}

.form-field textarea {
  resize: none;
  min-height: 80px;
}

/* Footer form: checkbox + bottone */
.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.privacy-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #555;
}

.privacy-label input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background: transparent;
  flex-shrink: 0;
  display: inline-block;
  transition: background 0.2s;
}

.privacy-label input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #1a1a1a;
}

.privacy-text a {
  color: #1a1a1a;
  text-decoration: underline;
}

.submit-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #1a1a1a;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  color: #1a1a1a;
  transition: background 0.2s, color 0.2s;
}

.submit-btn:hover {
  background: #1a1a1a;
  color: #fff;
}

/* IMMAGINE IN FONDO */
.contact-image {
  width: 100%;
  padding: 0 40px 40px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.cities .dot {
  color: #c9a84c; /* oro/giallo per i bullet */
  font-size: 1.2em;
}

.no-wrap {
  white-space: nowrap;
}