:root {
  --bg: #2f6f73;
  --surface: #ffffff;
  --text: #0f1a1b;
  --muted: #5d6b6d;
  --line: rgba(24, 35, 37, 0.1);
  --accent: #2f6f73;
  --accent-dark: #24585b;
  --max: 1280px;
  --radius: 28px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

h1, h2, h3 {
  font-family: "Syne", sans-serif;
  font-weight: 600 !important;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 100; backdrop-filter: blur(18px);
  background: rgba(47, 111, 115, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav {
  min-height: 84px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.brand img { height: 42px; width: auto; filter: brightness(0) invert(1); }
.menu {
  display: flex; align-items: center; gap: 30px;
  color: rgba(255,255,255,0.84); font-size: 0.95rem;
}
.menu a { position: relative; }
.menu a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0;
  height: 1px; background: #ffffff; transition: width 0.25s ease;
}
.menu a:hover::after { width: 100%; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 22px; border-radius: 999px;
  border: 1px solid var(--line); transition: 0.25s ease;
  font-size: 0.95rem; white-space: nowrap;
}
.btn-primary, .btn-light {
  background: #ffffff; color: var(--accent-dark);
  border-color: rgba(255,255,255,0.2);
}
.btn-secondary, .btn-azzurro {
  background: #406e72; color: #ffffff;
  border-color: rgba(255,255,255,0.2);
  text-transform: bold
}
.btn-secondary:hover, .btn-azzurro:hover {
  background: #3f6b6f; transform: translateY(-1px);
}
.btn-primary:hover, .btn-light:hover {
  background: #3f6b6f; color: #ffffff; transform: translateY(-1px);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.18em;
  color: #b9a27d; margin-bottom: 22px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.7;
}
.hero { padding: 0 0 36px; }
.hero-main {
  min-height: 100vh; display: flex; align-items: flex-end; padding: 96px;
  border-radius: 0 0 var(--radius) var(--radius); overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.48)),
    url('images/hero-torino.jpg') center/cover,
    linear-gradient(135deg, #2f6f73, #24585b);
  box-shadow: var(--shadow);
}
.hero-content { max-width: 760px; }
h1 {
  font-size: clamp(3rem, 5.6vw, 6rem); line-height: 0.92;
  letter-spacing: -0.055em; font-weight: 500; max-width: 42ch; color: #ffffff;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.white-card {
  background: #ffffff; border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid rgba(24, 35, 37, 0.06);
}
.about-section { padding: 0 0 70px; }
.about-card, .contact-card, .map-card { padding: 40px; }
.about-card h2, .contact-card h2 {
  font-size: clamp(2rem, 3vw, 3.2rem); line-height: 0.98; max-width: 35ch;
  letter-spacing: -0.055em; font-weight: 500; margin-bottom: 14px; color: var(--text);
}
.about-card p, .contact-card p, .map-card p, .footer p {
  color: var(--muted); font-size: 1rem;
}
section { padding: 66px 0; }
.services-simple { background: #2f6f73; padding: 80px 0; }
.services-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px;
  align-items: end; color: white;
}
.services-head h2 { font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.05; font-weight: 500; }
.services-head p { opacity: .85; max-width: 520px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: #ffffff; border-radius: 22px; padding: 28px;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.service-index { font-size: 12px; letter-spacing: .15em; color: #9a8f7a; margin-bottom: 14px; }
.service-card h3 { font-size: 20px; margin-bottom: 10px; font-weight: 500; }
.service-card p { color: #5f6a6b; }
.method-section { padding: 50px 0 60px; text-align: center; }
.method-section .eyebrow { justify-content: center; color: rgba(255,255,255,0.78); }
.method-section h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.02;
  letter-spacing: -0.055em; font-weight: 500; color: #ffffff;
  max-width: 35ch; margin: 0 auto; 
}
.contact-grid {
  display: grid; grid-template-columns: 1fr 0.9fr; gap: 26px; align-items: stretch;
}
.contact-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
  margin-top: 24px; padding-top: 18px;
  border-top: 1px solid rgba(24, 35, 37, 0.08);
}
.contact-item span {
  display: block; font-size: 0.75rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent-dark); margin-bottom: 8px;
}
.contact-item strong, .contact-item a {
  font-size: 1.04rem; font-weig2t: 500; color: var(--text);
}
.map-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.92)),
    url('images/map-placeholder.jpg') center/cover,
    linear-gradient(135deg, #edf2f2, #dfe8e8);
  min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end;
}
.map-badge {
  display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 999px;
  background: rgba(47,111,115,0.92); color: #fff; font-size: 0.88rem;
  width: fit-content; margin-bottom: 18px;
}
.map-wrapper {
  margin-top: 10px;
  border-radius: 16px;
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 300px;
  border: 0;
}
.cta-band {
  padding: 42px; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  color: #fff; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,0.12);
}
.cta-band h2 {
  font-size: clamp(2rem, 3vw, 3.1rem); line-height: 0.98;
  letter-spacing: -0.055em; font-weight: 500;
}
.cta-band p { margin-top: 10px; color: rgba(255,255,255,0.82); max-width: 700px; }
footer { padding: 34px 0 50px; }
.footer {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.84);
}
.footer-logo { height: 32px; width: auto; margin-bottom: 12px; filter: brightness(0) invert(1); }

/* MEDIA QUERIES ORIGINALE + MOBILE FIX */
@media (max-width: 1100px) {
  .services-head, .cards-grid, .contact-grid, .contact-list { grid-template-columns: 1fr; }
  .nav, .cta-band, .footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .menu { display: none; }
  .hero-main, .about-card, .contact-card, .map-card, .cta-band {
    padding: 24px; border-radius: 20px;
  }
  .hero-main { min-height: 86vh; }
  section, .services-simple, .method-section, .about-section {
    padding-top: 24px; padding-bottom: 34px;
  }
  /* Mobile fix map iframe */
  .map-card iframe {
    width: 100% !important;
    height: auto !important;
  }
  .nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .btn {
    padding: 10px 14px;
    font-size: 0.85rem;
    min-height: 40px;
  }

  .brand img {
    height: 32px;
  }
  .break-mobile {
  display: inline;
}

@media (max-width: 720px) {
  .break-mobile {
    display: block;
  }
}
}
  
}