@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root{
  --bg:#f5f1eb;          /* fond général beige clair */
  --green:#e6dccf;       /* ancien vert → beige doux */
  --green-2:#cbb8a3;     /* beige moyen */
  --blue:#e9e2d8;        /* beige froid (ancien bleu) */
  --text:#2b2b2b;
  --white:#ffffff;
}
* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  letter-spacing: .04em
}

.container {
  max-width: 1280px
}

.logo {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: .25em;
  color: #000 !important
}

.logo span {
  font-size: 1rem;
  letter-spacing: 0;
  margin-left: .05rem
}

.nav-link {
  font-size: .95rem;
  letter-spacing: .18em;
  color: #000 !important;
  padding: .5rem 0 !important
}

.nav-link:hover {
  opacity: .55
}

.hero {
  padding: 1.5rem 1rem 4rem
}

.hero-bg {
  min-height: 575px;
  border-radius: 70px;
  background: linear-gradient(
      90deg,
      rgba(245, 235, 220, 0.85),
      rgba(190, 160, 130, 0.65)
    ),
    url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1800&q=80') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem
}

.hero-card {
  width: min(680px, 100%);
  background: rgba(255, 248, 240, 0.75);
  backdrop-filter: blur(5px);
  border-radius: 48px;
  padding: 3.2rem 3rem;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .08)
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .38em;
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem
}

.eyebrow i {
  font-size: 1.8rem;
  letter-spacing: 0
}

h1,
h2 {
  font-weight: 300;
  line-height: .95;
  letter-spacing: .02em
}

h1 {
  font-size: clamp(3.6rem, 7vw, 6.2rem);
  text-transform: uppercase
}

h2 {
  font-size: clamp(3rem, 6vw, 5rem)
}

em {
  font-style: italic;
  font-weight: 300
}

p {
  font-size: 1.05rem;
  line-height: 1.75;
  letter-spacing: .08em
}

.hero-card p {
  max-width: 650px;
  margin: 1.8rem auto 1.5rem
}

.btn-clean {
  min-width: 200px;
  border-radius: 999px;
  background: #5c4432;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: .75rem 2rem
}

.btn-clean:hover {
  background: #d8c3a5;
  color: #111
}

.section {
  padding: 6.5rem 0
}

.feature-section .row {
  min-height: 410px
}

.image-card {
  height: 430px;
  border-radius: 58px;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 18px 70px rgba(255, 255, 255, .25)
}

.image-cat {
  background-image: url('https://images.unsplash.com/photo-1518791841217-8f162f1e1131?auto=format&fit=crop&w=900&q=80')
}

.image-dog {
  background-image: url('https://images.unsplash.com/photo-1552053831-71594a27632d?auto=format&fit=crop&w=900&q=80')
}

.image-pets {
  background-image: linear-gradient(
      rgba(210, 180, 140, 0.22),
      rgba(210, 180, 140, 0.22)
    ),
    url('https://images.unsplash.com/photo-1517849845537-4d257902454a?auto=format&fit=crop&w=900&q=80');
}

.image-vanessa {
  background-image: linear-gradient(rgba(210, 180, 140, 0.18), rgba(210, 180, 140, 0.18)), url('https://images.unsplash.com/photo-1583337130417-3346a1be7dee?auto=format&fit=crop&w=900&q=80')
}

.floating-badge {
  position: absolute;
  right: -65px;
  top: 30px;
  width: 205px;
  height: 155px;
  border-radius: 44px;
  background: rgba(248, 248, 248, .72);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .05)
}

.floating-badge strong {
  font-size: 2.6rem;
  font-weight: 400
}

.floating-badge span {
  font-size: 1rem
}

.badge-left {
  left: -65px;
  right: auto
}

.office-section {
  padding-bottom: 5rem
}

.vanessa-section {
  padding-top: 4rem;
  padding-bottom: 8rem
}

.stats-section {
  background: #e8dccb;
  padding: 8rem 0 7rem;
  position: relative
}

.wave {
  position: absolute;
  top: -85px;
  left: 0;
  width: 100%;
  height: 115px;
  background: var(--green);
  clip-path: ellipse(56% 60% at 31% 100%)
}

.wave:after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 0;
  width: 58%;
  height: 100%;
  background: var(--green);
  clip-path: ellipse(52% 56% at 50% 100%)
}

.stat {
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
  font-weight: 400
}

.stat span {
  font-size: .35em;
  vertical-align: top
}

.stats-section p {
  font-size: 1rem;
  margin-top: .6rem
}

.testimonials {
  position: relative
}

.testimonial-nav {
  position: absolute;
  right: 14%;
  top: 5rem;
  gap: 1rem;
  font-size: 2.2rem
}

.testimonial-card {
  position: relative;
  min-height: 420px;
  border-radius: 38px;
  padding: 5.8rem 3rem 3rem;
  text-align: center
}

.testimonial-card.white {
  background: #f8eada
}

.testimonial-card.blue {
  background: #efe6db;
}

.testimonial-card.green {
  background: #e4d6c3;
}

.testimonial-card img {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 105px;
  border-radius: 50%;
  object-fit: cover
}

.testimonial-card p {
  font-size: 1rem;
  line-height: 1.75
}

.testimonial-card h3 {
  font-size: .9rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  margin-top: 2.8rem;
  margin-bottom: .35rem
}

.testimonial-card span {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .3em
}

.dots {
  text-align: center;
  margin-top: 3rem
}

.dots span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #999;
  border-radius: 50%;
  margin: .35rem
}

.dots span:first-child {
  background: #222
}

.quote-section {
   background: linear-gradient(
    180deg,
    rgba(235, 220, 200, 0.6) 0 44%,
    #d8c3a5 44% 100%
  );
  padding: 4rem 0 7rem
}

.quote-card {
  max-width: 1010px;
  min-height: 560px;
  margin: auto;
  border-radius: 44px;
  background: linear-gradient(
      rgba(80, 60, 40, 0.45),
      rgba(80, 60, 40, 0.45)
    ),
    url('https://images.unsplash.com/photo-1516734212186-a967f81ad0d7?auto=format&fit=crop&w=1600&q=80') center/cover;
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .08)
}

.quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .22);
  backdrop-filter: blur(1.5px);
  z-index: 0
}

.quote-card h2,
.quote-card p,
.quote-form {
  position: relative;
  z-index: 1
}

.quote-card h2 {
  font-size: clamp(3rem, 6vw, 4.7rem);
  color: #fff;
  text-shadow: 0 4px 25px rgba(0, 0, 0, .25)
}

.quote-card p {
  max-width: 620px;
  margin: 1.6rem auto 2.4rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .32)
}

.quote-form {
  width: min(520px, 92%);
  background: #d8c3a5;
  border-radius: 12px;
  padding: .65rem;
  display: flex;
  gap: .6rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18)
}

.quote-form input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0 2rem;
  outline: none
}

.quote-form input::placeholder {
  color: rgba(255, 255, 255, .82)
}

.quote-form button {
  width: 86px;
  border: 0;
  border-radius: 8px;
  background: #b66434;
  font-size: 1.3rem;
  transition: .25s ease
}

.quote-form button:hover {
  background: #8a4f2d;
  transform: translateX(2px)
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-top: 1.5rem
  }

  .nav-link {
    text-align: right
  }

  .hero-bg {
    min-height: 520px;
    border-radius: 46px
  }

  .section {
    padding: 5rem 0
  }

  .feature-section,
  .vanessa-section {
    text-align: center
  }

  .feature-section .eyebrow,
  .vanessa-section .eyebrow {
    justify-content: center
  }

  .image-card {
    height: 360px
  }

  .floating-badge {
    right: 20px;
    top: 20px
  }

  .badge-left {
    left: 20px
  }

  .office-section {
    padding-bottom: 5rem
  }

  .vanessa-section {
    padding-bottom: 6rem
  }

  .testimonial-card {
    min-height: 380px
  }

  .quote-card {
    min-height: 480px
  }
}

@media (max-width: 575px) {
  body {
    letter-spacing: .02em
  }

  .logo {
    font-size: 1.55rem
  }

  .hero {
    padding-top: .5rem
  }

  .hero-bg {
    min-height: 500px;
    border-radius: 30px;
    padding: 1rem
  }

  .hero-card {
    border-radius: 30px;
    padding: 2.4rem 1.2rem
  }

  h1 {
    font-size: 3.25rem
  }

  h2 {
    font-size: 3rem
  }

  p {
    font-size: .95rem
  }

  .eyebrow {
    letter-spacing: .18em;
    font-size: .7rem;
    justify-content: center
  }

  .btn-clean {
    min-width: 165px
  }

  .image-card {
    height: 310px;
    border-radius: 34px
  }

  .floating-badge {
    width: 150px;
    height: 115px;
    border-radius: 28px
  }

  .floating-badge strong {
    font-size: 2rem
  }

  .stats-section {
    padding: 6rem 0 5rem
  }

  .wave {
    top: -55px;
    height: 75px
  }

  .testimonial-card {
    padding: 5.5rem 2rem 2.5rem
  }

  .quote-section {
    padding: 2.5rem 0 4rem
  }

  .quote-card {
    border-radius: 32px;
    padding: 3.5rem 1rem;
    min-height: 430px
  }

  .quote-card p {
    max-width: 92%;
  }

  .quote-form {
    width: 92%;
  }

  .quote-form input {
    padding: 0 1rem;
    font-size: .85rem
  }

  .quote-form button {
    width: 64px
  }
}
.availability-section {
  background: #f5f1eb;
  padding: 120px 0;
}

.availability-content {
  max-width: 540px;
}

.section-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.availability-content h2 {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 25px;
}

.availability-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.availability-card {
  background: #d8c3a5;
  border-radius: 28px;
  padding: 28px 32px;
  margin-bottom: 18px;
}

.availability-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.availability-card p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  
}

.map-card {
  border-radius: 38px;
  overflow: hidden;
  background: #d8c3a5;
  padding: 18px;
}

.map-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}

@media (max-width: 991px) {
  .availability-section {
    padding: 80px 0;
  }

  .availability-content {
    max-width: 100%;
    text-align: center;
  }

  .map-card img {
    height: 340px;
  }
}

@media (max-width: 576px) {
  .availability-card {
    padding: 24px;
  }

  .map-card {
    padding: 12px;
    border-radius: 28px;
  }

  .map-card img {
    height: 260px;
    border-radius: 22px;
  }
}

.gallery-section {
  padding: 100px 0;
  background: #f5f1eb;
}

.gallery-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  cursor: pointer;
  transition: 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.03);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 12px;
}

.lightbox.show {
  display: flex;
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.btn-reserver {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: #5c4432;
  color: #fff !important;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
}

.btn-reserver:hover {
  background: #7a5a42;
  color: #fff !important;
}

@media (max-width: 991px) {
  .btn-reserver {
    display: block;
    margin-top: 15px;
    text-align: right;
  }
}

.footer {
  background: #e9dfd2;
  padding: 80px 0 40px;
  color: #2b2b2b;
}

.footer-logo {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.footer h4 {
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #2b2b2b;
  font-size: 0.9rem;
  transition: 0.2s;
}

.footer-links a:hover {
  opacity: 0.6;
}

.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 25px;
  font-size: 0.8rem;
  opacity: 0.7;
}

.testimonial-avatar {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);

  width: 95px;
  height: 95px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;

  background: #5c4432; /* marron */
  color: #fff;

  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.quote-section {
  padding: 90px 0;
  background: linear-gradient(
    to bottom,
    #f5eadb 0%,
    #f5eadb 45%,
    #d8bf99 45%,
    #d8bf99 100%
  );
}

.contact-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #f8efe4;
  box-shadow: 0 25px 60px rgba(92, 68, 50, 0.16);
  border: 1px solid rgba(92, 68, 50, 0.18);
}

.contact-image {
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1516734212186-a967f81ad0d7?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  padding: 70px;
  display: flex;
  align-items: center;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: rgba(55, 43, 34, 0.48);
}

.contact-form {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
}

.contact-form label {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 18px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 15px 18px;
  border: none;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  color: #5c4432;
  outline: none;
}

.contact-form textarea {
  min-height: 115px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(92, 68, 50, 0.45);
}

.contact-form button {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 8px;
  background: #d8bf99;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 28px;
  cursor: pointer;
}

.contact-form button i {
  background: #5c4432;
  color: #fff;
  width: 58px;
  height: 34px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-content {
  padding: 90px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-content h2 {
  color: #3f2f25;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.95;
  font-weight: 300;
  margin-bottom: 35px;
}

.contact-content h2 em {
  font-style: italic;
  font-weight: 300;
}

.contact-line {
  width: 90px;
  height: 3px;
  background: #d8bf99;
  margin-bottom: 45px;
}

.contact-content p {
  color: #5c4432;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 470px;
}

@media (max-width: 991px) {
  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-image {
    min-height: 560px;
    padding: 45px 25px;
  }

  .contact-content {
    padding: 55px 30px;
  }
}