.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rock-salt-regular {
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
}


body {
  font-family: "Michroma", sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bg {
  background-image: url('images/hero2.jpg');
  background-position: center calc(100% + 250px);
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar,
.navbar-brand,
.nav-link,
.navbar-nav {
  font-family: "Michroma", sans-serif;
}

.navbar {
  background: none !important;
  background-image: none !important;
}

.top-bg .navbar.bg-body-tertiary,
.top-bg .navbar.bg-body-tertiary .container-fluid {
  background-color: transparent !important;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%) !important;
  box-shadow: none !important;
}

.top-bg {
  background-color: transparent !important;
}

.top-bg * {
  background-color: transparent !important;
  box-shadow: none !important;
}

.top-bg .navbar {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: none !important;
  box-shadow: none !important;
}

.top-bg .navbar .container-fluid,
.top-bg .navbar-collapse {
  background-color: transparent !important;
}

.top-bg,
.top-bg * {
  background-color: transparent !important;
}

.top-bg .navbar,
.top-bg .navbar .container-fluid,
.top-bg .navbar-collapse {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.top-bg .navbar.bg-body-tertiary,
.top-bg .navbar.bg-body-tertiary .container-fluid {
  background: var(--top-overlay) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom: none !important;
}

.top-bg .navbar {
  position: relative;
  z-index: 50;
}

.top-bg .nav-link,
.top-bg .navbar-brand {
  color: #fff !important;
  background: transparent !important;
}

.top-bg .navbar-toggler {
  background: transparent !important;
  border: none !important;
}

.top-bg .navbar + .hero,
.top-bg .hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.top-bg .navbar + .hero {
  margin-top: 0 !important;
}

.hero {
  width: 100%;
  height: 50vh;
  background: var(--top-overlay) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shorthero {
  width: 100%;
  height: 25vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.glass-panel {
  backdrop-filter: brightness(0.85) contrast(1.1) saturate(0.9) blur(1px);
  -webkit-backdrop-filter: brightness(0.85) contrast(1.1) saturate(0.9) blur(1px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 20px;
  padding: 60px 80px;
  max-width: 800px;
  box-shadow: 
    0 8px 32px 0 rgba(31, 38, 135, 0.2),
    inset 0 1px 6px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 6px 0 rgba(0, 0, 0, 0.05),
    inset -1px 0px 8px 0 rgba(255, 255, 255, 0.15),
    inset 1px 0px 8px 0 rgba(0, 0, 0, 0.05),
    inset 0px 20px 30px -10px rgba(255, 255, 255, 0.2),
    inset 0px -20px 30px -10px rgba(0, 0, 0, 0.08);
  text-align: center;
  animation: fadeInUp 1s ease-out;
  position: relative;
}

.glass-panel::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20%;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  border-radius: 50%;
  filter: blur(0.5px);
}

.glass-panel::after {
  content: '';
  position: absolute;
  top: 20%;
  right: 15%;
  width: 150px;
  height: 30px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15), transparent);
  border-radius: 50%;
  filter: blur(8px);
}

.shorthero .quote {
  font-family: "Michroma", sans-serif;
  font-size: 1.5rem;
  color: white;
  margin: 0;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.5;
}

.quote {
  font-family: "Michroma", sans-serif;
  font-size: 2rem;
  color: white;
  margin: 0;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.8;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Mobile navbar collapsed state ── */
@media (max-width: 991px) {
  .top-bg .navbar-collapse.collapsing,
  .top-bg .navbar-collapse.show {
    background-color: rgba(15, 15, 15, 0.96) !important;
    padding: 8px 16px 16px;
    margin: 0 -12px;
    border-radius: 0 0 8px 8px;
  }
  .top-bg .navbar-collapse.show .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .top-bg .navbar-collapse.show .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .top-bg {
    background-position: center calc(100% + 100px);
    background-attachment: scroll;
  }

  .glass-panel {
    padding: 30px 20px;
    max-width: 92%;
  }

  .quote {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .shorthero .quote {
    font-size: 1.1rem;
  }
}


.two-columns-section {
  padding: 80px 40px;
  margin-inline: 0 !important;
  width: 100%;
}

.two-columns-section .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 80px;
  width: 80%;
  margin-inline: auto;
}

.two-columns-section .col-md-6 {
  flex: 0 0 calc(50% - 30px);
  max-width: none !important;
  margin-inline: 0 !important;
}

.column-card {
  padding: 40px 30px;
  margin-bottom: 30px;
  margin-inline: 0 !important;
}

.column-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.column-title {
  font-family: "Michroma", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.column-intro {
  font-family: "Michroma", sans-serif;
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.column-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center 70%;
  border-radius: 10px;
  margin-bottom: 30px;
}


.arrow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.3s ease;
  margin-top: auto;
  align-self: flex-start;
}

.arrow-button:hover {
  background: #333;
  transform: translateX(5px);
  color: #fff;
}

@media (max-width: 768px) {
  .two-columns-section {
    padding: 50px 20px;
  }

  .two-columns-section .row {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }

  .two-columns-section .col-md-6 {
    width: 100%;
  }

  .arrow-button {
    align-self: flex-end;
  }
}

@media (max-width: 480px) {
  .column-image {
    height: 200px;
  }

  .column-title {
    font-size: 1.8rem;
  }

  .two-columns-section {
    padding: 40px 16px;
  }
}

/* Whoami section */
.whoami {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}
.whoami-width {
  width: 80%;
  margin-inline: auto;
}
.whoami-image {
  display: flex;
  align-items: flex-start;
}
.whoami-image img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 8px;
}
.whoami-text {
  font-family: "Michroma", sans-serif;
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.whoami-content .btn-primary {
    background-color: black; 
    font-family: "Michroma", sans-serif;
    border: none;               
    color: #fff;                
    padding: 0.75rem 2rem;      
    font-size: 1.1rem;          
    font-weight: 600;           
    border-radius: 0.5rem;      
    transition: all 0.3s ease;  
}

.whoami-content .btn-primary:hover {
    background-color: #0b5ed7; 
    transform: translateY(-2px); 
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); 
}

.whoami-content .btn-primary:focus {
    outline: none; 
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); 
}


@media (max-width: 768px) {
  .whoami {
    padding: 50px 20px;
  }
  .whoami-image img {
    max-height: 320px;
    object-position: center 20%;
  }
  .whoami-title {
    text-align: center;
    font-size: 1.6rem;
  }
  .whoami-text {
    margin-top: 12px;
  }
}

/* Footer */
footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 60px 40px 20px;
  margin-top: auto;
  font-family: "Michroma", sans-serif;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.footer-section h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #fff;
}

.footer-section h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #fff;
}

.footer-section p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ccc;
}

.footer-section p a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section p a:hover {
  color: #aaa;
}

.footer-links,
.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-social li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-social a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-social a:hover {
  color: #fff;
}

.footer-social-icons {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.footer-social-icons a {
  color: #ccc;
  font-size: 1.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-social-icons a:hover {
  color: #fff;
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #333;
  color: #999;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 20px 15px;
    margin-top: 50px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-section h3 {
    font-size: 1.2rem;
  }

  .footer-section h4 {
    font-size: 1rem;
  }
}

/* Contact Section Unique Glass Panel */
.contact-section .glass-panel {
 backdrop-filter: brightness(0.85) contrast(1.1) saturate(0.9) blur(1px);
  -webkit-backdrop-filter: brightness(0.85) contrast(1.1) saturate(0.9) blur(1px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 20px;
  box-shadow: 
    0 8px 32px 0 rgba(31, 38, 135, 0.2),
    inset 0 1px 6px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 6px 0 rgba(0, 0, 0, 0.05),
    inset -1px 0px 8px 0 rgba(255, 255, 255, 0.15),
    inset 1px 0px 8px 0 rgba(0, 0, 0, 0.05),
    inset 0px 20px 30px -10px rgba(255, 255, 255, 0.2),
    inset 0px -20px 30px -10px rgba(0, 0, 0, 0.08);
  padding: 50px 60px;
  animation: fadeInUp 1s ease-out;
  margin: 0 auto;
  max-width: 100%;
  color: black;
}

/* Titolo */
.contact-section h2 {
  font-family: "Michroma", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

/* Contatti */
.contact-info p {
  font-family: "Michroma", sans-serif;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.contact-info a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #ddd;
}

/* Form */
.form-label {
  font-family: "Michroma", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.form-control {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 12px 15px;
  font-family: "Michroma", sans-serif;
  font-size: 0.85rem;
  color: #222;
  transition: all 0.3s ease;
}

.form-control:focus {
  background: rgba(255,255,255,0.25);
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
}

.form-control::placeholder {
  color: #ddd;
}

/* Pulsante */
.btn-dark {
  background: #000;
  border: none;
  border-radius: 30px;
  padding: 12px 40px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background: #333;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Mappa */
.map-container iframe {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-section .row {
    flex-direction: column;
  }

  .contact-section .glass-panel {
    padding: 35px 25px;
  }

  .map-container {
    min-height: 300px;
  }
}


/* LOGOS SECTIONS */
.logo {
  max-height: 100px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.logoCollab {
  object-fit: contain;
  transition: all 0.3s ease;
}

.logo:hover {
  transform: scale(1.1);
}

/*COOKIE POLICY*/
.cookie-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.cookie-policy h2 {
  margin-top: 40px;
  font-size: 22px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.cookie-policy h3 {
  margin-top: 25px;
  font-size: 18px;
}

.cookie-policy p {
  margin: 15px 0;
}

.cookie-policy hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.table-wrapper {
  overflow-x: auto;
  margin-top: 15px;
}

.cookie-policy table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.cookie-policy th,
.cookie-policy td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.cookie-policy th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.browser-links {
  margin-top: 15px;
  padding-left: 20px;
}

.browser-links li {
  margin-bottom: 8px;
}

.browser-links a {
  color: #0066cc;
  text-decoration: none;
}

.browser-links a:hover {
  text-decoration: underline;
}


/*PRIVACY POLICY */

.privacy-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.privacy-policy h1 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.privacy-policy h2 {
  margin-top: 40px;
  font-size: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.privacy-policy h3 {
  font-size: 16px;
  margin-top: 5px;
  color: #777;
  font-weight: normal;
}

.privacy-policy p {
  margin: 15px 0;
}

.privacy-policy ul {
  margin: 15px 0;
  padding-left: 20px;
}

.privacy-policy li {
  margin-bottom: 8px;
}

.privacy-policy a {
  color: #0066cc;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

.privacy-policy section {
  margin-bottom: 30px;
}

.privacy-policy address {
  font-style: normal;
  line-height: 1.6;
  margin-top: 10px;
}

/*FOOTER LINKS*/
.footer-links a {
  color: #777;
  text-decoration: none;
}

.footer-links a:hover {
  color: #555;
}

/* ── Cookie Consent Banner ── */
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(15, 15, 15, 0.97);
  color: #e8e8e8;
  padding: 20px 32px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Michroma", sans-serif;
  font-size: 0.78rem;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
  animation: cookieFadeUp 0.4s ease;
}

#cookie-banner.cookie-banner--hide {
  animation: cookieFadeDown 0.4s ease forwards;
}

#cookie-banner p {
  margin: 0;
  flex: 1;
  min-width: 260px;
}

#cookie-banner a {
  color: #aaa;
  text-decoration: underline;
}

#cookie-banner a:hover {
  color: #fff;
}

.cookie-banner-buttons {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

#cookie-accept {
  background: #fff;
  color: #111;
  border: none;
  padding: 10px 24px;
  font-family: "Michroma", sans-serif;
  font-size: 0.75rem;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
}

#cookie-accept:hover {
  background: #ddd;
}

#cookie-decline {
  background: transparent;
  color: #aaa;
  border: 1px solid #555;
  padding: 10px 24px;
  font-family: "Michroma", sans-serif;
  font-size: 0.75rem;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: border-color 0.2s, color 0.2s;
}

#cookie-decline:hover {
  border-color: #aaa;
  color: #e8e8e8;
}

@keyframes cookieFadeUp {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

@keyframes cookieFadeDown {
  from { transform: translateY(0);    opacity: 1; }
  to   { transform: translateY(100%); opacity: 0; }
}

@media (max-width: 600px) {
  #cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .cookie-banner-buttons {
    width: 100%;
  }
  #cookie-accept,
  #cookie-decline {
    flex: 1;
    text-align: center;
  }
}

/* ══════════════════════════════════════════
   PROGETTI PAGE
══════════════════════════════════════════ */

/* ── Intro strip ── */
.progetti-intro {
  background: #f7f7f5;
  padding: 70px 40px 60px;
  border-bottom: 1px solid #e5e5e5;
}

.progetti-intro-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  text-align: center;
}

.progetti-intro-text {
  font-family: "Michroma", sans-serif;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.8;
  max-width: 760px;
  margin: 0;
}

.progetti-stats {
  display: flex;
  gap: 80px;
  justify-content: center;
  flex-wrap: wrap;
}

.progetti-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.stat-number {
  font-family: "Michroma", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #111;
  line-height: 1;
}

.stat-label {
  font-family: "Michroma", sans-serif;
  font-size: 0.72rem;
  color: #777;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Filter bar ── */
.progetti-filter-bar {
  padding: 32px 40px 0;
  background: #fff;
}

.progetti-filter-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0;
}

.filter-btn {
  font-family: "Michroma", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 4px 12px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: -1px;
}

.filter-btn:hover {
  color: #222;
}

.filter-btn.active {
  color: #111;
  border-bottom-color: #111;
}

/* ── Projects grid ── */
.progetti-grid-section {
  padding: 48px 0 80px;
  background: #fff;
}

.progetti-grid {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* First card spans full width */
.progetto-card--large {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

.progetto-card--large .progetto-card-img-wrap {
  height: 100%;
  min-height: 420px;
}

.progetto-card--large .progetto-card-body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Standard card */
.progetto-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.progetto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
}

.progetto-card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 300px;
  background: #f0f0f0;
}

.progetto-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.progetto-card:hover .progetto-card-img-wrap img {
  transform: scale(1.04);
}

.progetto-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Michroma", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  backdrop-filter: blur(4px);
}

.progetto-card-body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.progetto-title {
  font-family: "Michroma", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #111;
  margin: 0;
}

.progetto-location {
  font-family: "Michroma", sans-serif;
  font-size: 0.75rem;
  color: #999;
  margin: 0;
  letter-spacing: 0.04em;
}

.progetto-location i {
  margin-right: 5px;
}

.progetto-desc {
  font-family: "Michroma", sans-serif;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.progetto-cta {
  display: inline-block;
  margin-top: 8px;
  font-family: "Michroma", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.2s, border-color 0.2s;
}

.progetto-cta:hover {
  color: #555;
  border-bottom-color: #555;
}

/* ── Trust strip ── */
.trust-strip {
  background: #111;
  padding: 36px 40px;
}

.trust-strip-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 36px;
  font-family: "Michroma", sans-serif;
  font-size: 0.72rem;
  color: #ccc;
  letter-spacing: 0.06em;
}

.trust-item i {
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
}

.trust-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.15);
}

/* ── CTA band ── */
.progetti-cta-band {
  background: #f7f7f5;
  padding: 100px 40px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.progetti-cta-inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.progetti-cta-title {
  font-family: "Michroma", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #111;
  margin: 0;
}

.progetti-cta-sub {
  font-family: "Michroma", sans-serif;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.progetti-cta-btn {
  display: inline-block;
  margin-top: 12px;
  background: #111;
  color: #fff;
  font-family: "Michroma", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 44px;
  transition: background 0.25s, transform 0.25s;
}

.progetti-cta-btn:hover {
  background: #333;
  transform: translateY(-2px);
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .progetti-grid {
    grid-template-columns: 1fr;
  }

  .progetto-card--large {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .progetto-card--large .progetto-card-img-wrap {
    height: 300px;
    min-height: unset;
  }

  .progetto-card--large .progetto-card-body {
    padding: 28px 28px 32px;
  }

  .trust-strip-inner {
    flex-direction: column;
    gap: 16px;
  }

  .trust-divider {
    width: 60px;
    height: 1px;
  }
}

@media (max-width: 768px) {
  .progetti-intro {
    padding: 50px 24px 40px;
  }

  .progetti-filter-bar {
    padding: 24px 24px 0;
  }

  .progetti-grid-section {
    padding: 32px 0 60px;
  }

  .progetti-cta-band {
    padding: 70px 24px;
  }

  .trust-item {
    padding: 8px 20px;
    font-size: 0.68rem;
  }
}

@media (max-width: 600px) {
  .progetti-intro-inner,
  .progetti-filter-inner,
  .progetti-grid,
  .trust-strip-inner,
  .progetti-cta-inner {
    width: 92%;
  }

  .progetti-stats {
    gap: 40px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .progetti-cta-title {
    font-size: 1.4rem;
  }

  .progetti-cta-sub {
    font-size: 0.85rem;
  }
}

/* ═══════════════════════════════════════════════
   SERVIZI PAGE
═══════════════════════════════════════════════ */

.servizi-section {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.servizio-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.servizio-row--reverse {
  direction: rtl;
}
.servizio-row--reverse > * {
  direction: ltr;
}

.servizio-img-wrap {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #1a1a1a;
}
.servizio-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.servizio-img-wrap:hover img {
  transform: scale(1.04);
}

.servizio-img-wrap--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.servizio-icon-placeholder {
  font-size: 5rem;
  color: #888;
}

.servizio-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.servizio-number {
  font-family: 'Michroma', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: #888;
}

.servizio-title {
  font-family: 'Michroma', sans-serif;
  font-size: 1.4rem;
  color: #111;
  margin: 0;
}

.servizio-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 900px) {
  .servizio-row,
  .servizio-row--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .servizi-section {
    width: 92%;
    padding: 40px 0;
    gap: 56px;
  }

  .servizio-title {
    font-size: 1.2rem;
  }

  .servizio-icon-placeholder {
    font-size: 4rem;
  }

  .servizio-img-wrap--placeholder {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 480px) {
  .servizi-section {
    width: 95%;
    padding: 32px 0;
    gap: 48px;
  }
}
