* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  background: #f7f3ef;
  color: #3e312d;
  line-height: 1.7;
}

a {
  color: #7a4f4b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    #f4ebe4 0%,
    #efe3da 60%,
    #e7d8cc 100%
  );
  border-bottom: 1px solid rgba(122, 79, 75, 0.15);
}

header {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(247, 243, 239, 0.65),
      rgba(239, 227, 218, 0.6)
    ),
    url('/images/soin-visage-source-de-beaute.webp') center center / cover no-repeat;
  border-bottom: 1px solid rgba(122, 79, 75, 0.15);
}

header .container {
  position: relative;
  z-index: 2;
}

.logo {
  display: block;
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
}

h1, h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  .logo {
    padding: 10px 14px;
    background: rgba(247, 243, 239, 0.45);
    border-radius: 12px;
    backdrop-filter: blur(2px);
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 38px 12px 34px;
  }

.hero h1 {
  font-size: 2.8rem;
  color: #5d3f3b;
}

  .hero h1,
  .hero p {
    position: relative;
    z-index: 2;
  }
}

.topbar {
  padding: 14px 0;
  font-size: 0.95rem;
  color: #6d5b56;
  text-align: center;
  letter-spacing: 0.3px;
}
    .hero {
      padding: 70px 0 60px;
      text-align: center;
    }

    .logo-placeholder {
      display: inline-block;
      margin-bottom: 20px;
      padding: 12px 22px;
      border: 1px solid rgba(122, 79, 75, 0.25);
      color: #7a4f4b;
      font-size: 1rem;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.45);
    }

    .hero h1 {
      text-shadow: 0 2px 10px rgba(255, 255, 255, 0.35);
      margin: 0 0 18px;
      font-size: 2.8rem;
      font-weight: normal;
      line-height: 1.2;
      color: #5d3f3b;
    }

    .hero p {
      max-width: 760px;
      margin: 0 auto;
      font-size: 1.15rem;
      color: #5f4e49;
    }

    main {
      padding: 55px 0;
    }

    section {
      background: #fff;
      margin-bottom: 28px;
      padding: 38px 34px;
      border-radius: 14px;
      box-shadow: 0 8px 28px rgba(62, 49, 45, 0.06);
    }

    h2 {
      margin-top: 0;
      margin-bottom: 18px;
      font-size: 1.8rem;
      font-weight: normal;
      color: #6b4641;
    }

    .intro-text p:last-child,
    .products-text p:last-child,
    .contact-text p:last-child {
      margin-bottom: 0;
    }

    .highlight {
      color: #7a4f4b;
      font-weight: bold;
    }

    footer {
      padding: 28px 0 40px;
      text-align: center;
      font-size: 0.95rem;
      color: #766763;
    }

    @media (max-width: 767px) {
      .hero {
        padding: 50px 0 45px;
      }

      .hero h1 {
        font-size: 2.1rem;
      }

      .hero p {
        font-size: 1.03rem;
      }

      section {
        padding: 28px 22px;
      }

      h2 {
        font-size: 1.55rem;
      }
    }

.contact-email {
  text-align: center;
  margin: 24px 0 18px;
}

.contact-email a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 18px;
  background: rgba(122, 79, 75, 0.08);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.contact-email a:hover {
  background: rgba(122, 79, 75, 0.15);
}

.mail-icon {
  width: 160px;
  height: auto;
  display: block;
  margin: 0;
}

p {
  margin-bottom: 16px;
}