:root {
  --vert-principal: #8BA888;
  --vert-clair: #B7C9B1;
  --beige-racines: #d6c7b1;
  --texte-gris: #706f6c;
  --fond-clair: #f9f8f6;
  --beige: #E8E3D8;
  --header-height: 82px;
  --fond-clair: #f9f5f0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  line-height: 1.6;
}

p, span, a, label, input, textarea {
  font-family: 'Montserrat', sans-serif;
}


h1, h2, li {
  font-family: 'Playfair Display', serif;
}

h2 {
  text-decoration: none;
}


/* ===== NAVIGATION ===== */
nav {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(139, 168, 136, 0.2);
  box-shadow: 0 6px 20px rgba(32, 46, 35, 0.08);
  z-index: 1000;
}

.nav-shell {
  min-height: var(--header-height);
  padding: 0.5rem 2rem;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-brand {
  position: absolute;
  left: 2rem;
  display: flex;
  align-items: center;
}

.nav-brand img {
  height: 110px;
  width: 110px;
  margin-top: 60px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.35rem;
  border-radius: 6px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: #4f5d51;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

nav.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

nav.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

nav.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  justify-content: center;
  gap: 1.5rem;
}

nav a {
  position: relative;
  text-decoration: none;
  color: #4f5d51;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.25rem;
  transition: color 0.25s ease;
}

nav ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(139, 168, 136, 0), rgba(139, 168, 136, 1), rgba(139, 168, 136, 0));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

nav a:hover,
nav a:focus-visible {
  color: #6f896d;
}

nav ul a:hover::after,
nav ul a:focus-visible::after {
  transform: scaleX(1);
}

nav a:focus-visible {
  outline: 2px solid rgba(139, 168, 136, 0.6);
  outline-offset: 3px;
  border-radius: 4px;
}

section {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

/* ===== SECTIONS ===== */
section {
  padding: 40px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#accueil {
  min-height: 100vh;
}

section:nth-child(even) {
  background: var(--fond-clair);
}

#accueil {
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 120px 10% 70px;
  background:
    linear-gradient(115deg, rgba(40, 58, 46, 0.48), rgba(40, 58, 46, 0.22) 42%, rgba(136, 165, 133, 0.18) 100%),
    radial-gradient(circle at 82% 18%, rgba(232, 227, 216, 0.42) 0%, rgba(232, 227, 216, 0) 43%),
    url('../images/hero.webp') center center / cover no-repeat;
}

#accueil::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 22, 18, 0.12) 0%, rgba(16, 22, 18, 0.28) 100%);
  pointer-events: none;
}

#accueil::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -120px;
  top: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 201, 177, 0.34), rgba(183, 201, 177, 0));
  filter: blur(2px);
  pointer-events: none;
}

h1 {
  font-size: 3rem;
  color: var(--vert-principal);
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 2rem;
  color: var(--vert-principal);
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  background: rgba(249, 248, 246, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
  padding: 2.5rem 2.8rem;
  border-radius: 14px;
  text-align: left;
}

.hero-content p {
  margin-top: 0;
}

.hero-kicker {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: #5f6d61;
  margin-bottom: 0.9rem;
}

.hero-subtitle {
  font-size: 1.22rem;
  color: #475448;
  margin-top: 0.2rem;
}

#accroche {
  font-style: italic;
  font-size: 1.12rem;
  color: #5d6e5f;
  margin-top: 0.75rem;
  max-width: 34ch;
}

/* ===== BOUTON ===== */
.contact-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 2rem;
  background: var(--vert-principal);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: 0.05em;
  transition: background 0.3s;
}

.contact-btn:hover {
  background: var(--vert-clair);
}

/* ===== À PROPOS ===== */
#apropos {
  text-align: center;
}

#apropos h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 2.5rem;
}

h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin: 0.2rem auto 0;
  background: linear-gradient(90deg, transparent, var(--vert-principal), transparent);
}

.apropos-inner {
  display: flex;
  gap: 4rem;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
}

.apropos-text {
  flex: 2;
  min-width: 280px;
  max-width: 640px;
  color: var(--texte-gris);
}

.apropos-text p {
  text-align: left;
  line-height: 1.9;
  margin-bottom: 1rem;
}

.apropos-text p:first-child {
  color: #5f6d61;
  font-weight: 500;
}

.apropos-logo {
  flex: 1;
  min-width: 180px;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

#apropos img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--vert-principal);
  opacity: 0.92;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

#apropos #notes {
  margin-top: 2rem;
  margin-bottom: 0;
}

#conclusion {
  font-style: italic;
  color: #4f5d51;
  margin-top: 1.75rem;
  background: linear-gradient(135deg, rgba(183, 201, 177, 0.24), rgba(232, 227, 216, 0.4));
  border-left: 4px solid var(--vert-principal);
  border-radius: 10px;
  padding: 1.1rem 1.2rem;
  line-height: 1.8;
  font-size: 1.15rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  font-family: 'Playfair Display', serif;
}

#formation {
  font-size: 0.72rem;
  color: #888;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .apropos-inner {
    flex-direction: column;
    gap: 2rem;
  }

  .apropos-logo {
    width: 100%;
    padding-top: 0;
  }

  .apropos-text {
    max-width: 100%;
  }

  #conclusion {
    font-size: 0.98rem;
    padding: 1rem;
  }
}

/* ===== RÉFLEXOLOGIE ===== */
#reflexologie {
  align-items: center;
}

.reflexo-intro {
  max-width: 900px;
  margin: 0 auto 1.5rem;
  border-radius: 12px;
  padding: 1.5rem;
}

.reflexo-intro p {
  text-align: justify;
  color: var(--texte-gris);
}

.reflexo-label {
  text-align: center;
  font-style: italic;
  color: var(--texte-gris);
  margin: 0 auto 1.25rem;
}

.reflexo-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.reflexo-card {
  background: var(--fond-clair);
  border: none;
  border-radius: 12px;
  padding: 1.6rem 1.4rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.reflexo-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.17);
  transform: translateY(-4px);
}

.reflexo-icon {
  width: 64px;
  height: 64px;
  background-color: #eef2ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  font-size: 1.3rem;
  color: var(--vert-principal);
}

.reflexo-card h3 {
  color: var(--texte-gris);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.reflexo-card p {
  color: var(--texte-gris);
  text-align: justify;
  font-size: 0.95rem;
}

.reflexo-public {
  max-width: 900px;
  margin: 1.5rem auto 0;
  text-align: center;
  color: var(--texte-gris);
  font-style: italic;
}

#notes {
  font-style: italic;
  font-size: 0.9rem;
  color: #888;
  max-width: 600px;
  border-left: 3px solid var(--beige-racines);
  padding-left: 1rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

#notes-reflexo {
  font-style: italic;
  font-size: 0.9rem;
  color: #888;
  max-width: 600px;
  border-left: 3px solid var(--beige-racines);
  padding-left: 1rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

/* ===== PRESTATIONS ===== */
.cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ===== GALERIE ===== */
#galerie {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.gallery-track-wrapper {
  width: 100%;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scroll-left 55s linear infinite;
}

.gallery-track img {
  height: 280px;
  width: 280px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.gallery-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

#galerie p {
  font-style: italic;
  color: #888;
  padding-bottom: 30px;
}

/* ===== TARIFS ===== */
.tarifs-intro {
  max-width: 600px;
  color: var(--texte-gris);
  margin-bottom: 2rem;
  font-style: italic;
}

.card {
  background: var(--fond-clair);
  border: none;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  width: 230px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.17);
  transform: translateY(-4px);
}

.card-featured {
  border: 2px solid var(--vert-clair);
}

.card-icon {
  width: 64px;
  height: 64px;
  background-color: #eef2ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
  color: var(--vert-principal);
}

.card h3 {
  font-weight: 600;
  color: var(--texte-gris);
  text-align: center;
}

.card-subtitle {
  font-size: 0.85rem;
  font-weight: 400;
  color: #aaa;
}

.card-duration {
  font-size: 0.85rem;
  color: #aaa;
  font-style: italic;
  text-align: center;
}

.card-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--vert-principal);
  font-family: 'Playfair Display', serif;
  margin-top: 0.5rem;
  text-align: center;
}

.card-price-sub {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--texte-gris);
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

.fidelite {
  margin-top: 2rem;
  padding: 0.8rem 1.5rem;
  border: 1.5px dashed #a07850;
  border-radius: 6px;
  color: #7a5c38;
  font-style: italic;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}


/* ===== CONTACT ===== */
#contact {
  align-items: stretch;
  text-align: left;
}

#contact h2,
#contact h3,
#contact p {
  text-align: center;
}

#contact a {
  color: var(--vert-principal);
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}

.suite {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 220px));
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.element {
  background-color: var(--fond-clair);
  border: none;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

@media (max-width: 1100px) {
  .suite {
    grid-template-columns: repeat(2, minmax(220px, 300px));
  }
}

.contact-icon {
  width: 64px;
  height: 64px;
  background-color: #eef2ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
  color: var(--vert-principal);
}

.element h3 {
  font-weight: 500;
  color: var(--texte-gris);
  margin-bottom: 0.25rem;
}

.element p,
.element p a {
  color: var(--vert-principal);
  text-decoration: none;
}

.element p a:hover {
  text-decoration: underline;
}

.element:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.17);
  transition: box-shadow 0.3s ease;
}

/* ===== FOOTER ===== */
footer {
  text-align: center;
  padding: 1.5rem;
  background: #333;
  color: #aaa;
  font-size: 0.85rem;
}

footer a {
  color: var(--vert-principal);
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-shell {
    justify-content: space-between;
    padding: 0.6rem 1rem;
  }

  .nav-brand {
    position: static;
  }

  .nav-brand img {
    height: 90px;
    width: 90px;
    margin-top: 0;
    margin-left: 40px;
  }

  .nav-toggle {
    display: block;
  }

  nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(139, 168, 136, 0.25);
    box-shadow: 0 14px 24px rgba(32, 46, 35, 0.14);
    overflow: hidden;
    max-height: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease, padding 0.3s ease;
  }

  nav.nav-open ul {
    max-height: 280px;
    padding: 0.75rem 1rem 0.9rem;
    opacity: 1;
    pointer-events: auto;
  }

  nav ul li {
    width: 100%;
    text-align: center;
  }

  nav ul a {
    display: inline-block;
    width: 100%;
    padding: 0.6rem 0.4rem;
  }

  .first-part {
    flex-direction: column;
  }

  .reflexo-benefits {
    grid-template-columns: 1fr;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: min(100%, 360px);
  }

  .suite {
    grid-template-columns: minmax(260px, 360px);
  }

  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

@media (max-width: 600px) {
  #accueil {
    align-items: center;
    justify-content: center;
    padding: 100px 5% 40px;
    background-position: 62% center;
  }

  nav a {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  section {
    scroll-margin-top: 130px;
  }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }

  section { padding: 80px 5%; }

  .hero-content {
    max-width: 100%;
    padding: 1.6rem 1.3rem;
    text-align: left;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  #accroche {
    font-size: 1rem;
  }
}

.info-section {
  padding: 80px 10%;
  text-align: center;
}

.info-section h2 {
  margin-bottom: 40px;
}

.content {
  display: flex;
  justify-content: center;
  gap: 150px;
}

.content p {
  max-width: 400px;
  text-align: left;
}

.apropos-logo {
  flex: 1;
  min-width: 180px;
  display: flex;
  justify-content: center;
}

#info img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--vert-principal);
}

