body {
  background-color: #f8f9fa;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.container-asym {
  max-width: 1200px; /* kies zelf: bv. 1000px voor smaller, 1400px voor breder */
  margin: 0 auto;
}
.painting-detail {
  max-width: 900px;   /* stel in op bv. 700px, 800px of 900px */
  width: 100%;        /* responsief schalen */
  height: auto;
  margin: 0 auto;     /* centreert binnen de container */
  display: block;
}

@media (max-width: 768px) {
  .container-asym {
    padding-left: 40px;
    padding-right: 40px;
  }
}
li {
    list-style-type:none;
}
a:hover {
  color: #d14b4b !important;
  text-decoration: underline;
}
/* HERO IMAGE */
.hero-info {
  font-size: 0.75rem; /* kleiner maken */
  line-height: 1.4;
  text-align: right;
  margin-top: 1rem;
}
.hero-section img {
  display: block;
  width: 100%;      /* altijd volle breedte */
  height: auto;     /* geen vervorming */
  margin: 0 auto;   /* netjes centreren */
}
.hero-title {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  color:#000;
}

.hero-subtext {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.2rem;
}
.about-section {
    margin-top: 3rem;
}
.container-asym {
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

@media (max-width: 768px) {
  .container-asym {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.artwork-info h2 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.artwork-info p {
  font-size: 0.65rem;
  margin-bottom: 0.2rem;
}

.artwork-description p {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer-link {
  text-decoration: none;
  color: #000;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #c4001a;
}
/* WORK */ 
.gallery {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gallery-column img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .gallery {
    flex-direction: column;
  }
}
.linkProject {
  text-decoration: none !important;
  transition: color 0.2s ease-in-out;
  font-size: 0.85rem;
  color: inherit;
}
a {
  text-decoration: none!important;
}
/* Footer */
.footer-bar {
  font-size: 0.85rem;
  background-color: #f8f9fa;
}

.footer-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #d14b4b;
  text-decoration: underline;
}

/* Responsive stack voor footer */
@media (max-width: 576px) {
  .footer-bar .d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}


/* CONTACT */
.contact-content h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
.contactText {
    font-size: 0.85rem;
    line-height: 1.5;

}
.contact-content p {
  margin-bottom: 0.5rem;
}
.contact-link {
  text-decoration: none;
  color: inherit;
}

.contact-link:hover {
  text-decoration: underline;
}
@media (max-width: 920px) {
  .contact-cols {
    flex-direction: column !important;
  }
  .contact-cols > div {
    text-align: left !important;
    margin-top: 1.5rem;
  }
}

    @media (max-width: 768px) {
      .text-md-end {
        text-align: left !important;
      }
    }




