:root {
  --earth:      #241812;
  --earth-soft: #2F2118;
  --earth-deep: #1A100B;
  --sand:       #EFE2D0;
  --sand-soft:  #C5AE94;
  --amber:      #CE9357;
  --terra:      #A65B3B;
  --radius:     1.6rem;
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body {
  font-family: 'Mulish', sans-serif;
  background-color: var(--earth);
  color: var(--sand);
  line-height: 1.85;
  font-size: 1rem;
  font-weight: 300;
}

body::after {
  content: ""; position: fixed; inset: 0; z-index: 9999;
  pointer-events: none; opacity: 0.07;
  background-image: var(--noise);
}

h1, h2, h3 {
  font-family: 'Fraunces', serif;
  color: var(--amber);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.container { max-width: 1080px; margin: 0 auto; padding: 0 2rem; }
section { padding: 7rem 0; position: relative; }

.label {
  font-size: 0.72rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--terra); font-weight: 600; margin-bottom: 1.4rem;
}

nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  padding: 1.2rem 0;
  background: linear-gradient(to bottom, rgba(26, 16, 11, 0.85), transparent);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 0.65rem; }
.nav-logo img { width: 36px; height: 36px; object-fit: contain; filter: brightness(0) saturate(100%) invert(88%) sepia(20%) saturate(430%) hue-rotate(345deg); opacity: 0.92; }
.nav-logo .name { font-family: 'Fraunces', serif; font-size: 1.4rem; color: var(--sand); font-weight: 400; }
.nav-back {
  font-size: 0.84rem; color: var(--sand-soft); font-weight: 500;
  letter-spacing: 0.04em; transition: color 0.3s;
}
.nav-back:hover { color: var(--amber); }

#hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 8rem 0 5rem; overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: 1.2fr 0.9fr;
  gap: 4rem; align-items: center; width: 100%;
}
.hero-title {
  font-size: clamp(3.2rem, 9vw, 5.8rem);
  font-weight: 300; letter-spacing: 0.04em;
  margin: 0.6rem 0 1.6rem;
}
.hero-title em { font-style: italic; color: var(--sand); }
.hero-sub {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  color: var(--sand); line-height: 1.5; max-width: 30ch;
  margin-bottom: 1.6rem;
}
.hero-text { color: var(--sand-soft); max-width: 44ch; margin-bottom: 2.6rem; }
.btn {
  display: inline-block; padding: 1rem 2.4rem; border-radius: 3rem;
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.06em;
  transition: all 0.4s ease; cursor: pointer;
}
.btn-amber {
  background: var(--amber); color: var(--earth-deep);
  box-shadow: 0 8px 30px rgba(206, 147, 87, 0.25);
}
.btn-amber:hover { background: var(--sand); transform: translateY(-2px); }
.btn-ghost { border: 1px solid rgba(206, 147, 87, 0.5); color: var(--amber); }
.btn-ghost:hover { background: rgba(206, 147, 87, 0.12); }

.hero-photo { position: relative; max-width: 420px; justify-self: end; }
.hero-photo img {
  border-radius: 12rem 12rem var(--radius) var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  filter: saturate(0.92);
}
.hero-photo::before {
  content: ""; position: absolute; inset: -12%;
  background: radial-gradient(circle at 50% 40%, rgba(206, 147, 87, 0.22), transparent 65%);
  z-index: -1;
}

#transitions { background: var(--earth-soft); }
.trans-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 4.5rem; align-items: center;
}
.trans-photo { position: relative; max-width: 400px; }
.trans-photo img {
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}
.trans-content h2 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); margin-bottom: 1.8rem; }
.trans-list {
  list-style: none; display: flex; flex-wrap: wrap; gap: 0.7rem;
  margin-bottom: 2.2rem;
}
.trans-list li {
  font-size: 0.88rem; color: var(--sand-soft);
  border: 1px solid rgba(197, 174, 148, 0.3);
  padding: 0.45rem 1.1rem; border-radius: 2rem;
}
.trans-quote {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(1.45rem, 3.2vw, 2rem); line-height: 1.45;
  color: var(--sand);
}
.trans-quote span { color: var(--amber); }

.soins-intro { text-align: center; max-width: 640px; margin: 0 auto 4rem; }
.soins-intro h2 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); margin-bottom: 1.2rem; }
.soins-intro .duree {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--sand-soft); font-size: 1.1rem;
}
.soins-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}
.soin-card {
  background-color: var(--earth-soft);
  background-image: var(--noise), radial-gradient(circle at 30% 15%, rgba(206, 147, 87, 0.12), transparent 60%);
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(206, 147, 87, 0.18);
  border-radius: var(--radius); padding: 2.8rem 2.2rem;
  transition: transform 0.5s ease, border-color 0.5s ease;
}
.soin-card:hover { transform: translateY(-6px); border-color: rgba(206, 147, 87, 0.45); }
.soin-card .num {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--terra); font-size: 1rem; display: block; margin-bottom: 1.2rem;
}
.soin-card h3 { font-size: 1.45rem; margin-bottom: 1rem; font-style: italic; }
.soin-card p { color: var(--sand-soft); font-size: 0.96rem; }
.soin-card .note {
  display: inline-block; margin-top: 1.4rem;
  font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terra); font-weight: 600;
}

#contact { text-align: center; background: var(--earth-soft); }
#contact h2 { font-size: clamp(1.9rem, 4.5vw, 2.7rem); margin-bottom: 1.4rem; }
#contact p { color: var(--sand-soft); max-width: 46ch; margin: 0 auto 2.6rem; }
.contact-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

footer {
  background: var(--earth-deep); padding: 2.6rem 0;
  text-align: center; font-size: 0.8rem; color: rgba(197, 174, 148, 0.55);
}
footer a { color: var(--sand-soft); transition: color 0.3s; }
footer a:hover { color: var(--amber); }

.fade { opacity: 0; transform: translateY(28px); transition: opacity 1.4s ease, transform 1.4s ease; }
.fade.visible { opacity: 1; transform: translateY(0); }
.fade-2 { transition-delay: 0.25s; }
.fade-3 { transition-delay: 0.5s; }

@media (prefers-reduced-motion: no-preference) {
  .hero-photo::before { animation: halo 9s ease-in-out infinite; }
  @keyframes halo { 0%, 100% { opacity: 1; } 50% { opacity: 0.55; } }
}
@media (prefers-reduced-motion: reduce) {
  .fade { opacity: 1 !important; transform: none !important; transition: none; }
}

@media (max-width: 880px) {
  section { padding: 5rem 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-photo { justify-self: center; max-width: 300px; }
  .trans-grid { grid-template-columns: 1fr; gap: 3rem; }
  .trans-photo { margin: 0 auto; max-width: 340px; }
  .trans-content { text-align: center; }
  .trans-list { justify-content: center; }
}
@media (max-width: 480px) {
  .contact-actions { flex-direction: column; align-items: stretch; max-width: 300px; margin: 0 auto; }
}
