:root {
  --bg: #f3f4ee;
  --bg-soft: #eceee2;
  --olive: #898a6a;
  --olive-dark: #898a6a;
  --text: #252525;
  --muted: #6a6a66;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
  padding-top: 78px;
}

.skip-link:focus {
  position: fixed;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 1100;
  padding: 0.45rem 0.85rem;
  background: var(--olive);
  color: #fff;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
}

.section {
  padding: 4.5rem 0;
}

.site-nav {
  background: rgba(247, 248, 243, 0.96);
  border-bottom: 1px solid rgba(90, 93, 77, 0.16);
  backdrop-filter: blur(8px);
}

.nav-shell {
  min-height: 78px;
}

.nav-brand img {
  width: 140px;
  height: auto;
  object-fit: contain;
  filter: invert(35%) sepia(12%) saturate(682%) hue-rotate(32deg) brightness(92%) contrast(88%);
  transition: filter 0.25s ease;
}

.nav-brand:hover img {
  filter: invert(28%) sepia(13%) saturate(786%) hue-rotate(30deg) brightness(84%) contrast(90%);
}

.nav-links .nav-link {
  font-size: 0.74rem;
  color: #4f5246;
  font-weight: 500;
  padding: 0.25rem 0.7rem;
  white-space: nowrap;
}

.nav-links .nav-link:hover {
  color: var(--olive-dark);
}

.btn-rdv {
  border-radius: 999px;
  background: #898a6a;
  color: #fff;
  font-size: 0.74rem;
  padding: 0.45rem 1rem;
  border: none;
  transition: background-color 0.22s ease, transform 0.2s ease, box-shadow 0.22s ease;
}

.btn-rdv:hover {
  background: #7c7d60;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(63, 67, 53, 0.22);
}

.hero-home {
  min-height: 74vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0) 70%),
    url("../assets/images/gallery/gallery-02.jpg") center calc(0px + var(--hero-parallax-y, 0px)) / cover no-repeat;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(52vw, 760px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 72%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.86) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.86) 55%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-home__inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-home__overlay {
  max-width: 420px;
  color: #fff;
}

.hero-home__overlay h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  margin-bottom: 1rem;
  font-weight: 600;
}

.hero-title-accent {
  color: #898a6a;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.55),
    0 2px 6px rgba(0, 0, 0, 0.38);
}

.hero-home__overlay p {
  margin-bottom: 1.4rem;
  font-size: 0.98rem;
  opacity: 0.92;
}

.hero-home__actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.btn-hero-fill,
.btn-hero-outline {
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.2s ease, box-shadow 0.22s ease;
}

.btn-hero-fill {
  background: #898a6a;
  color: #fff;
}

.btn-hero-fill:hover {
  background: #7c7d60;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(63, 67, 53, 0.22);
}

.btn-hero-outline {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn-hero-outline:hover {
  background: #7c7d60;
  border-color: #7c7d60;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(63, 67, 53, 0.2);
}

.cabinet .btn-hero-outline {
  border-color: rgba(103, 107, 82, 0.45);
  color: var(--olive-dark);
}

.cabinet .btn-hero-outline:hover {
  color: #fff;
}

/* Invisalign : bouton secondaire lisible sur fond clair (aligné visuellement avec .btn-rdv.btn-sm) */
.btn-invis-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(103, 107, 82, 0.55);
  color: #3d4134;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-invis-outline:hover {
  background: var(--olive);
  border-color: var(--olive);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(63, 67, 53, 0.18);
}

.btn-invis-outline:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 2px;
}

.soins {
  background: #f5f5f0;
}

.invisalign-feature {
  background: #eef0e7;
  padding-top: 1.2rem;
  padding-bottom: 1.8rem;
}

.invis-highlight {
  border: 1px solid rgba(96, 100, 81, 0.2);
  border-radius: 12px;
  overflow: hidden;
  background: #f8f9f3;
}

.invis-highlight__content {
  padding: 1.2rem 1.1rem;
}

.invis-highlight__content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
  color: #2f3328;
}

.invis-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.invis-title__logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.invis-title sup {
  font-size: 0.58em;
  vertical-align: super;
  line-height: 0;
}

.invis-highlight__content p,
.invis-highlight__content li {
  color: #575b4b;
  font-size: 0.92rem;
}

.invis-highlight__content ul {
  padding-left: 1rem;
  margin-bottom: 0.75rem;
}

.invis-highlight__content li {
  margin-bottom: 0.3rem;
}

.invis-benefits {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.85rem;
}

.invis-benefits li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.45rem;
}

.invis-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.03rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--olive);
}

.invis-highlight__side {
  height: 100%;
  padding: 1.2rem 1.1rem;
  background: #f8f9f3;
}

.invis-highlight__side h3 {
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
  color: #2f3328;
}

.invis-highlight__side p,
.invis-highlight__side li {
  color: #575b4b;
  font-size: 0.9rem;
}

.invis-highlight__side ul {
  padding-left: 1rem;
  margin-bottom: 0.8rem;
}

.invis-highlight__side li {
  margin-bottom: 0.28rem;
}

.itero-logo-wrap {
  margin: 0.35rem 0 0.65rem;
}

.itero-logo-wrap img {
  width: 100px;
  height: auto;
  object-fit: contain;
  display: block;
}

.invis-kicker {
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--olive);
}

.invis-highlight__media {
  height: 100%;
}

.invis-highlight__media--center {
  border-left: 0;
  border-right: 0;
}

.invis-highlight__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.invis-logo-wrap img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  display: block;
}

.invis-logo-wrap--left {
  margin-top: 0.2rem;
}

.avant-apres-carousel {
  background: var(--bg);
}

.avant-apres-carousel .section-title {
  margin-bottom: 1.35rem;
}

@media (min-width: 992px) {
  .avant-apres-carousel .section-title {
    margin-bottom: 2rem;
  }
}

.avant-apres-carousel .section-title p {
  font-size: 0.95rem;
  margin-top: 0.2rem;
  margin-bottom: 1.25rem !important;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

.avant-apres__copy {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .avant-apres__copy {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0.35rem;
  }
}

.avant-apres__lead {
  font-size: 1rem;
  line-height: 1.55;
  color: #3f4335;
  margin-bottom: 1rem;
}

.avant-apres__bullets li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #595b50;
  line-height: 1.45;
}

.avant-apres__bullets li:last-child {
  margin-bottom: 0.85rem;
}

.avant-apres__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--olive);
}

.avant-apres__note {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--muted);
  margin-bottom: 0;
}

/* Carrousel avant/après — version épurée */
.neo-carousel {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .avant-apres-carousel .neo-carousel {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .avant-apres-carousel .neo-carousel__img-wrap {
    height: clamp(260px, 30vw, 440px);
    max-height: 440px;
  }

  .avant-apres-carousel .neo-carousel__img {
    max-width: min(100%, 780px);
  }
}

.neo-carousel.carousel-fade .carousel-item {
  transition-duration: 0.45s;
  transition-timing-function: ease-out;
}

.neo-carousel__chrome {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(90, 93, 77, 0.12);
  box-shadow: 0 6px 28px rgba(63, 67, 53, 0.07);
}

.neo-carousel__inner {
  position: relative;
  background: transparent;
}

.neo-carousel .carousel-item {
  position: relative;
  background: transparent;
}

.neo-carousel__img-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  height: clamp(220px, 32vw, 360px);
  min-height: 220px;
  max-height: 360px;
  box-sizing: border-box;
  padding: 0.85rem 0.85rem 1.5rem;
  background: var(--bg-soft);
  isolation: isolate;
}

.neo-carousel__img-slot {
  position: relative;
  z-index: 0;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.neo-carousel__img {
  position: relative;
  z-index: 0;
  width: auto;
  height: auto;
  max-width: min(100%, 600px);
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.neo-carousel__slide-label {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.75rem 0.35rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--muted);
  text-align: center;
  background-color: var(--bg-soft);
}

.neo-carousel__label {
  font-weight: 600;
  color: var(--olive-dark);
}

.neo-carousel__indicators {
  position: absolute;
  bottom: 0.55rem;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 !important;
  padding: 0;
  z-index: 4;
  list-style: none;
  background: none;
  border: 0;
}

.neo-carousel__indicators [type="button"] {
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(137, 138, 106, 0.35);
  opacity: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.neo-carousel__indicators [type="button"].active {
  background-color: var(--olive);
  transform: scale(1.15);
}

.neo-carousel__indicators [type="button"]:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 2px;
}

.neo-carousel .carousel-control-prev,
.neo-carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: auto;
  width: 2.15rem;
  height: 2.15rem;
  margin: 0;
  z-index: 5;
}

.neo-carousel .carousel-control-prev {
  left: 0.5rem;
}

.neo-carousel .carousel-control-next {
  right: 0.5rem;
}

.neo-carousel__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(137, 138, 106, 0.28);
  color: var(--olive);
  box-shadow: 0 2px 10px rgba(63, 67, 53, 0.08);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.neo-carousel__control:hover {
  background: var(--white);
  border-color: var(--olive);
  color: var(--olive-dark);
}

.neo-carousel__chev {
  display: block;
}

.neo-carousel .carousel-control-prev-icon,
.neo-carousel .carousel-control-next-icon {
  display: none;
}

@media (max-width: 767.98px) {
  .neo-carousel__chrome {
    border-radius: 12px;
  }

  .neo-carousel__img-wrap {
    height: clamp(200px, 42vw, 300px);
    min-height: 200px;
    max-height: 300px;
    padding: 0.65rem 0.55rem 1.25rem;
  }

  .neo-carousel__slide-label {
    padding: 0.4rem 0.5rem 0.1rem;
    font-size: 0.76rem;
  }

  .neo-carousel__indicators {
    bottom: 0.45rem;
    gap: 0.32rem;
  }

  .neo-carousel .carousel-control-prev {
    left: 0.35rem;
  }

  .neo-carousel .carousel-control-next {
    right: 0.35rem;
  }

  .neo-carousel__control {
    width: 2rem;
    height: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neo-carousel.carousel-fade .carousel-item {
    transition-duration: 0.01ms !important;
  }

  .neo-carousel__indicators [type="button"] {
    transition: none;
  }

  .neo-carousel__control {
    transition: none;
  }
}

.section-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #898a6a;
  margin: 0.75rem auto 0;
}

.soin-card {
  text-align: center;
  padding: 1rem 1rem 0.4rem;
}

.soin-card__icon {
  margin-bottom: 0.7rem;
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.soin-card__icon img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
}

.soin-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.soin-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.soin-card a {
  color: var(--olive-dark);
  font-size: 0.82rem;
  text-decoration: none;
  font-weight: 500;
}

.btn-modal-link {
  border: 0;
  background: none;
  color: var(--olive-dark);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0;
}

.btn-modal-link:hover {
  text-decoration: underline;
}

.neo-modal {
  border: 1px solid rgba(94, 97, 81, 0.2);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(77, 80, 63, 0.2);
}

.neo-modal .modal-header {
  border-bottom: 1px solid rgba(94, 97, 81, 0.15);
  background: linear-gradient(180deg, #f2f3ea 0%, #eceee1 100%);
  border-top: 4px solid var(--olive);
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.neo-modal .modal-title {
  color: var(--olive-dark);
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-title-icon {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.modal-title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.neo-modal .modal-body {
  background: linear-gradient(180deg, #fbfbf7 0%, #f3f4ec 100%);
  color: #3e4037;
}

.neo-modal h4 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: var(--olive-dark);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.neo-modal p,
.neo-modal li {
  font-size: 0.95rem;
}

.neo-modal ul {
  margin-bottom: 0.9rem;
}

.neo-modal li::marker {
  color: var(--olive);
}

.neo-modal hr {
  margin: 1rem 0;
  border-color: rgba(111, 115, 88, 0.3);
}

.modal-line-icon {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.modal-line-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--olive);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.neo-modal .btn-close {
  opacity: 0.85;
}

.neo-modal .btn-close:hover {
  opacity: 1;
}

.rdv-modal-form .form-label {
  color: var(--olive-dark);
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.rdv-modal-form .form-control,
.rdv-modal-form .form-select {
  border-color: rgba(103, 107, 82, 0.3);
  color: #3f4236;
  background-color: #fbfbf7;
}

.rdv-modal-form .form-control:focus,
.rdv-modal-form .form-select:focus,
.rdv-modal-form .form-check-input:focus {
  border-color: rgba(111, 115, 88, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(111, 115, 88, 0.15);
}

.rdv-modal-form .form-check-input:checked {
  background-color: var(--olive);
  border-color: var(--olive);
}

.rdv-modal-form .form-select {
  accent-color: var(--olive);
}

.rdv-modal-form .form-select option:checked,
.rdv-modal-form .form-select option:hover {
  background: var(--olive);
  color: #fff;
}

.rdv-modal-form input[type="date"] {
  accent-color: var(--olive);
}

.rdv-modal-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(41%) sepia(12%) saturate(604%) hue-rotate(28deg) brightness(90%) contrast(90%);
}

.rdv-modal-form .btn-outline-secondary {
  border-color: rgba(103, 107, 82, 0.45);
  color: var(--olive-dark);
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.2s ease, box-shadow 0.22s ease;
}

.rdv-modal-form .btn-outline-secondary:hover,
.rdv-modal-form .btn-outline-secondary:focus,
.rdv-modal-form .btn-outline-secondary:active {
  background: rgba(137, 138, 106, 0.18);
  border-color: #898a6a;
  color: #6f7056;
  transform: translateY(-1px);
  box-shadow: 0 0 0 0.2rem rgba(111, 115, 88, 0.15);
}

.flatpickr-calendar {
  border: 1px solid rgba(103, 107, 82, 0.28);
  box-shadow: 0 16px 32px rgba(77, 80, 63, 0.2);
  border-radius: 10px;
}

.flatpickr-months,
.flatpickr-weekdays {
  background: #f1f2e8;
}

.flatpickr-months {
  position: relative;
}

.flatpickr-months .flatpickr-month {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flatpickr-current-month {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  display: none;
}

.fp-custom-pickers {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.fp-picker {
  position: relative;
}

.fp-picker__trigger {
  appearance: none;
  -webkit-appearance: none;
  min-width: 5.2rem;
  height: 1.9rem;
  padding: 0 1.5rem 0 0.6rem;
  border: 1px solid rgba(103, 107, 82, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(45deg, transparent 50%, #6f7358 50%) right 0.6rem top calc(50% - 2px) / 6px 6px no-repeat,
    linear-gradient(135deg, #6f7358 50%, transparent 50%) right 0.35rem top calc(50% - 2px) / 6px 6px no-repeat,
    linear-gradient(180deg, #ffffff 0%, #f7f8f2 100%);
  color: var(--olive-dark);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.fp-picker__trigger:hover {
  border-color: rgba(103, 107, 82, 0.5);
}

.fp-picker__trigger:focus-visible {
  outline: 2px solid rgba(137, 138, 106, 0.38);
  outline-offset: 1px;
}

.fp-picker__menu {
  position: absolute;
  top: auto;
  bottom: calc(100% + 0.35rem);
  left: 0;
  display: none;
  z-index: 60;
  min-width: 100%;
  max-height: 210px;
  overflow: auto;
  padding: 0.2rem;
  border: 1px solid rgba(103, 107, 82, 0.35);
  border-radius: 10px;
  background: #f7f8f2;
  box-shadow: 0 10px 24px rgba(77, 80, 63, 0.22);
}

.fp-picker.is-open .fp-picker__menu {
  display: block;
}

.fp-picker__option {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #3f4335;
  text-align: left;
  font-size: 0.92rem;
  line-height: 1.2;
  padding: 0.4rem 0.5rem;
}

.fp-picker__option:hover,
.fp-picker__option:focus-visible {
  background: #e7e9dc;
  color: #3b3f31;
  outline: none;
}

.fp-picker__option.is-active {
  background: var(--olive);
  color: #ffffff;
}

.flatpickr-calendar:has(.fp-picker.is-open) .flatpickr-innerContainer {
  filter: blur(0.3px);
  opacity: 0.92;
}

.flatpickr-weekday {
  color: #5a5e4b;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  background: #e8eadc;
  border-color: #d7dbc7;
}

.flatpickr-day.today {
  border-color: var(--olive);
  color: var(--olive-dark);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  background: #898a6a;
  border-color: #898a6a;
  color: #fff;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--olive);
}

.rdv-soin-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.rdv-soin-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rdv-soin-option {
  border: 1px solid rgba(103, 107, 82, 0.35);
  border-radius: 10px;
  background: #fbfbf7;
  color: #3f4236;
  padding: 0.55rem 0.7rem;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rdv-soin-option:hover {
  border-color: var(--olive);
  background: #f2f3ea;
}

.rdv-soin-input:checked + .rdv-soin-option {
  background: #898a6a;
  border-color: #898a6a;
  color: #fff;
}

.rdv-modal-form.was-validated .rdv-soin-options:not(:has(.rdv-soin-input:checked)) {
  outline: 1px solid rgba(185, 55, 55, 0.35);
  outline-offset: 3px;
  border-radius: 12px;
}

.rdv-modal-form.was-validated .rdv-soin-options:not(:has(.rdv-soin-input:checked)) + .rdv-soin-feedback {
  display: block;
}

@media (max-width: 767.98px) {
  .rdv-soin-options {
    grid-template-columns: 1fr;
  }
}

.cabinet {
  background: #f1f1ec;
}

.cabinet-copy {
  height: 100%;
  padding: 1.4rem 0.4rem 1.4rem 0;
}

.eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: 0.6rem;
}

.cabinet-copy h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.cabinet-copy p {
  color: #5f6157;
  margin-bottom: 1.2rem;
}

.cabinet-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 160px);
  gap: 0.5rem;
}

.cabinet-gallery--bubbles {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 300px;
  padding: 1rem clamp(0.5rem, 3vw, 1.5rem);
}

.cabinet-gallery__item {
  border-radius: 2px;
  border: 1px solid rgba(87, 90, 72, 0.16);
  overflow: hidden;
}

.cabinet-gallery--bubbles .cabinet-gallery__item {
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 12px 28px rgba(63, 67, 53, 0.18),
    0 4px 10px rgba(63, 67, 53, 0.1);
  flex-shrink: 0;
  aspect-ratio: 1;
}

.cabinet-bubble--one {
  width: min(220px, 42vw);
  position: relative;
  z-index: 1;
  animation: cabinet-float 7s ease-in-out infinite;
}

.cabinet-bubble--two {
  width: min(180px, 36vw);
  margin-left: clamp(-2.25rem, -7vw, -1.1rem);
  margin-top: 6.75rem;
  position: relative;
  z-index: 2;
  animation: cabinet-float 8s ease-in-out infinite 0.8s;
}

.cabinet-bubble--three {
  width: min(158px, 31vw);
  margin-left: clamp(-1.85rem, -5.5vw, -0.85rem);
  margin-top: 1.25rem;
  position: relative;
  z-index: 0;
  animation: cabinet-float 7.5s ease-in-out infinite 0.35s;
}

.cabinet-bubble--four {
  width: min(138px, 28vw);
  margin-left: clamp(-2.1rem, -6.5vw, -0.95rem);
  margin-top: -2.85rem;
  position: relative;
  z-index: 3;
  animation: cabinet-float 9s ease-in-out infinite 1.1s;
}

.cabinet-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.38s ease, filter 0.38s ease;
}

.cabinet-gallery__item:hover img {
  transform: scale(1.045);
  filter: brightness(1.04);
}

@keyframes cabinet-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cabinet-bubble--one,
  .cabinet-bubble--two,
  .cabinet-bubble--three,
  .cabinet-bubble--four {
    animation: none;
  }
}

.highlights {
  background: #ecede6;
}

.highlight-item {
  color: #4a4d3f;
}

.highlight-item__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 0.62rem;
}

.highlight-item__icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--olive);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  opacity: 0.95;
  margin-bottom: 0.4rem;
}

.highlight-item p {
  margin: 0;
  font-size: 0.88rem;
  color: #5d6053;
}

.contact-map {
  background: #efefe9;
}

.contact-shell {
  border: 1px solid rgba(94, 97, 81, 0.14);
  border-radius: 2px;
  overflow: hidden;
  align-items: stretch;
}

.contact-shell > .col-lg-4 {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.contact-shell > .col-lg-8 {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #e8e9e4;
}

.contact-card {
  background: #f6f6f1;
  padding: 2.1rem 1.8rem;
  flex: 1;
  width: 100%;
}

.contact-card h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-card ul li {
  margin-bottom: 0.9rem;
  color: #595b50;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  line-height: 1.5;
}

.contact-line-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 0.12rem;
}

.contact-line-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--olive);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.map-embed {
  flex: 1 1 auto;
  width: 100%;
  min-height: 320px;
  height: 100%;
  border: 0;
  display: block;
}

.urgent-disclaimer {
  background: linear-gradient(180deg, #eef0e4 0%, #e4e7d8 100%);
  border-top: 1px solid rgba(96, 100, 81, 0.2);
  border-bottom: 1px solid rgba(96, 100, 81, 0.2);
  padding: 0.85rem 0;
}

.urgent-disclaimer p {
  color: #3f4335;
  font-size: 0.92rem;
  text-align: center;
}

.urgent-disclaimer a {
  color: var(--olive-dark);
  font-weight: 700;
  text-decoration: none;
}

.urgent-disclaimer a:hover {
  text-decoration: underline;
}

.footer-main {
  background: linear-gradient(180deg, #22261d 0%, #181b15 100%);
  color: rgba(255, 255, 255, 0.9);
  padding: 2.8rem 0 1.3rem;
}

.footer-logo {
  width: 130px;
  height: auto;
  margin-bottom: 0.85rem;
  filter: brightness(0) invert(1);
}

.footer-links li {
  margin-bottom: 0.45rem;
}

.footer-links a,
.footer-main a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.85rem;
}

.footer-links a:hover,
.footer-main a:hover {
  color: #fff;
}

.socials {
  letter-spacing: 0.35rem;
  opacity: 0.75;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 1.2rem;
  padding-top: 0.8rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.75rem;
  opacity: 0.74;
}

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.img-reveal {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition: opacity 0.55s ease, transform 0.7s ease;
}

.img-reveal.img-visible {
  opacity: 1;
  transform: translateY(var(--drift-y, 0px)) scale(1);
}

@media (max-width: 991.98px) {
  .nav-links .nav-link {
    padding: 0.45rem 0;
    font-size: 0.9rem;
  }

  .hero-home {
    min-height: 64vh;
  }

  .cabinet-copy {
    padding-right: 0;
  }

  .cabinet-gallery:not(.cabinet-gallery--bubbles) {
    grid-template-rows: repeat(2, 150px);
  }

  .cabinet-gallery--bubbles {
    min-height: 280px;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 70px;
  }

  .section {
    padding: 3.6rem 0;
  }

  .site-nav {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .hero-home__overlay h1 {
    font-size: 2.35rem;
  }

  .hero-home::before {
    width: 72vw;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.72) 62%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.72) 62%, rgba(0, 0, 0, 0) 100%);
  }

  .invisalign-feature {
    padding-top: 0.8rem;
    padding-bottom: 1.2rem;
  }

  .invis-highlight__content {
    padding: 0.95rem 0.85rem;
  }

  .invis-highlight__side {
    padding: 0.95rem 0.85rem;
    border-left: 0;
    border-top: 0;
  }

  .invis-highlight__media--center {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .invis-highlight__media img {
    min-height: 220px;
  }

  .cabinet-gallery--bubbles {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.65rem;
    column-gap: 0.4rem;
    min-height: 0;
    padding: 0.75rem 0.35rem 1.5rem;
  }

  .cabinet-bubble--one,
  .cabinet-bubble--two,
  .cabinet-bubble--three,
  .cabinet-bubble--four {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .cabinet-bubble--one {
    width: min(42vw, 168px);
  }

  .cabinet-bubble--two {
    width: min(38vw, 150px);
  }

  .cabinet-bubble--three {
    width: min(36vw, 145px);
  }

  .cabinet-bubble--four {
    width: min(34vw, 138px);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.3rem;
  }
}
