.project-110-references {
  display: none;
  grid-column: 1/-1;
  width: 100%;
  color: #fff;
}

.project-110-chasse-immobiliere.project-110-mode-references .project-110-client-block,
.project-110-chasse-immobiliere.project-110-mode-references .project-110-pro-block,
.project-110-chasse-immobiliere.project-110-mode-references .project-110-shared-block {
  display: none;
}

.project-110-chasse-immobiliere.project-110-mode-references .project-110-references {
  display: block;
}

.project-110-references-inner,
.project-110-reference-detail {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) clamp(20px, 4vw, 48px);
}

.project-110-references-header {
  max-width: 760px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.project-110-references-eyebrow {
  margin: 0 0 12px;
  color: #8fcfe2;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.project-110-references-header h2,
.project-110-reference-detail-header h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 76px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
}

.project-110-references-header > p:last-child,
.project-110-references-intro,
.project-110-reference-detail-header p {
  margin: 20px 0 0;
  color: #cae1e8;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.6;
}

.project-110-reference-filter-scroll {
  max-width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.project-110-reference-filter-scroll::-webkit-scrollbar {
  display: none;
}

.project-110-reference-filter {
  display: inline-flex;
  min-width: max-content;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(202, 225, 232, .18);
  border-radius: 999px;
  background: rgba(0, 0, 0, .15);
  box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}

.project-110-reference-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #b9d5dc;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.project-110-reference-filter-button:hover {
  color: #fff;
  background: rgba(202, 225, 232, .1);
}

.project-110-reference-filter-button:focus-visible {
  outline: 2px solid #8fcfe2;
  outline-offset: 2px;
}

.project-110-reference-filter-button-active {
  background: linear-gradient(100deg, #e8f5f8, #9eb1cf);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  color: #042e35;
}

.project-110-reference-filter-button-active:hover {
  background: linear-gradient(100deg, #fff, #b3c7e3);
  color: #042e35;
}

.project-110-reference-filter-count {
  display: inline-grid;
  min-width: 22px;
  min-height: 22px;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(202, 225, 232, .12);
  font-size: 11px;
  line-height: 1;
}

.project-110-reference-filter-button-active .project-110-reference-filter-count {
  background: rgba(4, 46, 53, .12);
}

.project-110-reference-filter-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.project-110-reference-filter-empty {
  padding: clamp(26px, 5vw, 50px);
  border: 1px solid rgba(202, 225, 232, .18);
  border-radius: 24px;
  background: rgba(202, 225, 232, .07);
  text-align: center;
}

.project-110-reference-filter-empty h3 {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
}

.project-110-reference-filter-empty p {
  margin: 12px 0 0;
  color: #a9c7cf;
  line-height: 1.55;
}

.project-110-reference-statistics {
  margin-bottom: clamp(30px, 5vw, 52px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(143, 207, 226, .22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 0%, rgba(143, 207, 226, .16), transparent 34%),
    linear-gradient(145deg, rgba(202, 225, 232, .1), rgba(0, 25, 30, .32));
  box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 22px 50px rgba(0, 0, 0, .13);
}

.project-110-reference-statistics-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.project-110-reference-statistics-heading h3 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.project-110-reference-statistics-heading p {
  max-width: 360px;
  margin: 0;
  color: #8eabb2;
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

.project-110-reference-statistics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.project-110-reference-statistics-grid div {
  min-width: 0;
  padding: 17px 16px;
  border: 1px solid rgba(202, 225, 232, .13);
  border-radius: 17px;
  background: rgba(0, 20, 24, .36);
}

.project-110-reference-statistics-grid dt {
  min-height: 31px;
  color: #a9c7cf;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.project-110-reference-statistics-grid dd {
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(22px, 3.1vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.project-110-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
}

.project-110-reference-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(202, 225, 232, .2);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(202, 225, 232, .12), rgba(1, 45, 51, .22));
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 22px 55px rgba(0, 0, 0, .16);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.project-110-reference-card:hover,
.project-110-reference-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(143, 207, 226, .52);
  box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 28px 70px rgba(0, 0, 0, .26);
}

.project-110-reference-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.project-110-reference-card-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: radial-gradient(circle at 30% 20%, #315b67, #071a1f 70%);
}

.project-110-reference-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.project-110-reference-card:hover .project-110-reference-image {
  transform: scale(1.035);
}

.project-110-reference-image-fallback,
.project-110-reference-image-missing {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(143, 207, 226, .32), transparent 42%),
    linear-gradient(145deg, #113b45, #06161a);
}

.project-110-reference-image-fallback span,
.project-110-reference-image-missing::after {
  content: "110";
  color: rgba(255, 255, 255, .7);
  font-size: clamp(42px, 8vw, 86px);
  font-weight: 900;
  letter-spacing: -.08em;
}

.project-110-reference-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  max-width: calc(100% - 36px);
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(3, 19, 23, .74);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.project-110-reference-badge-static {
  position: static;
  display: inline-flex;
  margin-bottom: 22px;
}

.project-110-reference-card-body {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: clamp(22px, 3.2vw, 34px);
}

.project-110-reference-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.project-110-reference-chips span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(143, 207, 226, .12);
  color: #bfe5ef;
  font-size: 12px;
  font-weight: 700;
}

.project-110-reference-card h3 {
  margin: 0;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.project-110-reference-location {
  margin: 13px 0 0;
  color: #9fbfc7;
  font-size: 15px;
}

.project-110-reference-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.project-110-reference-metrics div {
  min-width: 0;
  padding: 15px 14px;
  border: 1px solid rgba(143, 207, 226, .2);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(5, 29, 34, .72), rgba(0, 0, 0, .24));
  box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 10px 24px rgba(0, 0, 0, .12);
}

.project-110-reference-metrics dt {
  min-height: 30px;
  color: #a9cbd3;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.project-110-reference-metrics dd {
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(17px, 1.75vw, 22px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.project-110-reference-metrics div:last-child {
  border-color: rgba(143, 207, 226, .42);
  background: linear-gradient(145deg, rgba(34, 103, 116, .58), rgba(4, 35, 41, .8));
}

.project-110-reference-discover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #bfe5ef;
  font-size: 14px;
  font-weight: 800;
}

.project-110-reference-discover span {
  transition: transform .2s ease;
}

.project-110-reference-card:hover .project-110-reference-discover span {
  transform: translateX(4px);
}

.project-110-reference-skeleton {
  min-height: 520px;
  border-radius: 28px;
  background: linear-gradient(100deg, rgba(202, 225, 232, .07) 20%, rgba(202, 225, 232, .16) 40%, rgba(202, 225, 232, .07) 60%);
  background-size: 220% 100%;
  animation: project-110-reference-shimmer 1.4s linear infinite;
}

@keyframes project-110-reference-shimmer {
  to { background-position-x: -220%; }
}

.project-110-reference-retry,
.project-110-reference-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 26px;
  padding: 0 20px;
  border: 1px solid rgba(202, 225, 232, .36);
  border-radius: 999px;
  background: rgba(202, 225, 232, .1);
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.project-110-reference-back {
  margin: 0 0 clamp(34px, 6vw, 70px);
}

.project-110-reference-retry:hover,
.project-110-reference-back:hover {
  border-color: transparent;
  background: #cae1e8;
  color: #07161a;
}

.project-110-reference-detail-header {
  max-width: 1000px;
  margin-bottom: clamp(36px, 6vw, 70px);
}

.project-110-reference-gallery {
  margin-bottom: clamp(36px, 6vw, 72px);
}

.project-110-reference-gallery-main {
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(202, 225, 232, .2);
  border-radius: clamp(20px, 3vw, 36px);
  background: #0a2228;
}

.project-110-reference-gallery-thumbs {
  display: grid;
  grid-auto-columns: minmax(110px, 180px);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 14px 2px 4px;
  scrollbar-width: thin;
}

.project-110-reference-gallery-thumbs button {
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #0a2228;
  cursor: pointer;
}

.project-110-reference-gallery-thumbs button[aria-pressed="true"] {
  border-color: #8fcfe2;
}

.project-110-reference-detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
}

.project-110-reference-detail-section {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(202, 225, 232, .2);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(202, 225, 232, .11), rgba(1, 45, 51, .2));
}

.project-110-reference-detail-section h2 {
  margin: 0 0 26px;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.025em;
}

.project-110-reference-detail-list {
  margin: 0;
}

.project-110-reference-detail-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(202, 225, 232, .12);
}

.project-110-reference-detail-list > div:last-child {
  border-bottom: 0;
}

.project-110-reference-detail-list dt {
  color: #9fbfc7;
  font-size: 14px;
}

.project-110-reference-detail-list dd {
  max-width: 340px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-align: right;
}

.project-110-reference-detail-editorial {
  display: grid;
  gap: 22px;
  margin-top: 32px;
}

.project-110-reference-detail-copy {
  color: #cae1e8;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
  white-space: pre-line;
}

@media (min-width: 840px) {
  .project-110-switch {
    grid-column: 2/10;
    width: 100%;
    justify-self: start;
  }
}

@media (min-width: 1024px) {
  .project-110-switch {
    grid-column: 2/10;
  }
}

@media (max-width: 760px) {
  .project-110-switch {
    flex-wrap: wrap;
  }

  .project-110-switch-button {
    flex: 1 1 calc(50% - 8px);
    padding-inline: 14px;
  }

  .project-110-references-tab {
    flex-basis: 100%;
  }

  .project-110-reference-grid,
  .project-110-reference-detail-columns {
    grid-template-columns: 1fr;
  }

  .project-110-reference-metrics {
    grid-template-columns: 1fr;
  }

  .project-110-reference-statistics-heading {
    display: block;
  }

  .project-110-reference-statistics-heading p {
    margin-top: 8px;
    text-align: left;
  }

  .project-110-reference-statistics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-110-reference-metrics dt {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .project-110-reference-detail-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .project-110-reference-detail-list dd {
    text-align: left;
  }

  .project-110-reference-card-body {
    min-height: 0;
  }

  .project-110-reference-statistics {
    padding: 16px;
    border-radius: 22px;
  }

  .project-110-reference-statistics-grid div {
    padding: 14px 12px;
  }

  .project-110-reference-statistics-grid dt {
    min-height: 28px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-110-reference-filter-button,
  .project-110-reference-card,
  .project-110-reference-image,
  .project-110-reference-discover span {
    transition: none;
  }

  .project-110-reference-skeleton {
    animation: none;
  }
}
