/* apropos.css - Ventabren.info */

.apropos-intro {
  max-width: 1300px;
  margin: 50px auto 10px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 55px;
}

.apropos-portrait {
  flex-shrink: 0;
}

.apropos-portrait-circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd0be;
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
  border: 3px solid #fff;
}

.apropos-portrait-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  display: block;
}

.apropos-intro-text p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.7;
  color: #5a4a36;
  margin: 0;
  text-align: justify;
}

.apropos-page .legal-content {
  max-width: 950px;
}

.apropos-page .legal-hero {
  background:
    linear-gradient(rgba(0,0,0,.22), rgba(0,0,0,.42)),
    url("images/vieuxvillage.jpg") center/cover no-repeat;
}

.apropos-page .legal-hero-content h1 {
  font-size: 52px;
}

.apropos-page .legal-hero-content p {
  font-size: 18px;
}

.apropos-page .legal-block > p {
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
}

.apropos-page .legal-block h2 {
  font-size: 28px;
}

.apropos-signature .apropos-signature-name {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 58px;
  color: #b68b52;
  margin: 0;
  line-height: 1;
}

.apropos-signature-date {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-size: 34px;
  color: #b68b52;
  margin: 6px 0 0;
}

.apropos-signature {
  text-align: right;
  margin: 18px 90px 0 0;
  transform: rotate(-4deg);
  transform-origin: bottom right;
}

/* --- RESPONSIVE --- */
@media (max-width: 640px) {
  .apropos-intro {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin: 30px auto 0;
    padding: 0 22px;
  }

  .apropos-signature .apropos-signature-name {
    font-size: 44px;
  }
}
