
.extras-services {
  padding: 90px 0;
  background: #f7f2ea;
  border-top: 1px solid rgba(95, 77, 63, .12);
  border-bottom: 1px solid rgba(95, 77, 63, .12);
}
.extras-services__intro { max-width: 820px; margin-bottom: 34px; }
.extras-services__intro h2 {
  margin: .16em 0 .22em;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: .95;
}
.extras-services__intro p:not(.eyebrow) {
  color: #5e564e;
  max-width: 70ch;
}
.extras-services__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 22px;
  align-items: start;
}


.extras-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, 245px);
  gap: 14px;
}
.extras-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #1c1b19;
  position: relative;
}
.extras-gallery img,
.extras-gallery video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.extras-gallery figure:hover img,
.extras-gallery figure:hover video { transform: scale(1.025); }
.extras-gallery__video video {
  object-fit: contain;
  object-position: center center;
  background: #111;
}
.extras-gallery figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(250, 246, 239, .90);
  color: #443d36;
  font-size: .88rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.extras-services__panel {
  background: #fffdf9;
  border: 1px solid rgba(95, 77, 63, .12);
  padding: clamp(22px, 3vw, 36px);
}
.extras-services__panel > p:not(.eyebrow) {
  color: #5e564e;
  margin: 0 0 22px;
}
.extras-list {
  display: grid;
  gap: 14px;
}
.extras-item {
  padding: 16px 18px;
  border: 1px solid rgba(95, 77, 63, .12);
  background: #fff;
}
.extras-item h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.extras-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.extras-tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(95, 77, 63, .18);
  background: #f8f3ec;
  color: #4f463f;
  font-size: .97rem;
}
.extras-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(95, 77, 63, .12);
}
.extras-note p {
  margin: 0 0 14px;
  color: #5e564e;
}
.extras-note .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .extras-services__layout { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .extras-services { padding: 64px 0; }
  .extras-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 190px);
  }
  .extras-gallery figure:first-child {
    grid-column: 1 / 3;
    min-height: 280px;
  }
  .extras-gallery__video video {
    object-fit: contain;
    background: #151412;
  }
}

.extras-gallery__video--chispas video {
  object-position: center 48%;
}

.extras-gallery__video--360-main {
  background: #171614;
}
.extras-gallery__video--360 figcaption {
  background: rgba(250, 246, 239, .92);
}
.extras-gallery__video--chispas video {
  object-position: center 48%;
}

.extras-gallery figcaption a{color:inherit;text-decoration:none}.extras-gallery figcaption a:hover{text-decoration:underline}
