#scene {
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
}

#claim {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-end;
}

.homeslider {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.claim-line {
  overflow: hidden;
  font-size: clamp(40px, 4.1vw, 120px);
  line-height: 1;
  font-weight: 600;
  margin-bottom: -1px;
}

.claim-line .fill {
  display: inline-block;
  background: #635245;
  color: #fff;
  padding: 15px 25px;
}

.claim-lines {
  display: flex;
  flex-direction: column;
}

.slide.slick-slide {
  display: flex;
  align-items: flex-end;
}

.slide .bg {
  position: relative;
  width: 63vw;
  height: 70vh;
  background-size: cover;
  background-position: center;
}

.text {
  margin-left: 20px;
  padding-bottom: 10px;
}

.col .text h4 {
  font-size: 16px;
  line-height: 1.1;
  color: #635245;
  max-width: 250px;
}

.col .text p {
  font-size: 14px;
  line-height: 1;
  color: #635245;
}

.intro-hero {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.intro-hero__img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transform: scale(1.15) translateY(-50%);
  transform-origin: center center;
  will-change: transform, opacity;
}

#claim {
  z-index: 4;
  opacity: 0;
}

.claim-line .fill {
  clip-path: inset(0 100% 0 0);
}

.homeslider.is-intro #slides {
  opacity: 0;
}

.slide .text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .45s ease, transform .45s ease;
}

.slide .text.show {
  opacity: 1;
  transform: translateY(0px);
}

.slider-nav {
  position: absolute;
  right: 50px;
  bottom: 15vh;
  display: flex;
  gap: 3px;
}

button.slick-arrow {
  padding: 0;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  background: rgb(99 82 69 / 10%);
  cursor: pointer;
  transition: all 0.3s ease;
}

button.slick-arrow svg {
  width: 17px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.slick-arrow svg path {
  transition: all 0.3s ease;
}

button.slick-arrow:hover {
  background: rgb(99 82 69 / 100%);
}

button.slick-arrow:hover svg path {
  stroke: #fff;
}

@media (min-width: 1920px) {
.slide .bg {
    width: 72vw;
    height: 80vh;
}
}

@media (max-width: 1000px) {
.homeslider {
    width: 100vw;
    position: relative;
    height: auto;
}

#scene {
  padding-left: 18px;
  padding-right: 18px;
  justify-content: flex-start;
  padding-top: 198px;
}

#claim {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
  position: absolute;
  top: 100px;
  left: 40px;
  transform: translate(0, 0);
  display: flex;
  justify-content: flex-start;
}

.claim-line {
  font-size: 30px;
}

.claim-line .fill {
  padding: 10px 15px;
}

.slide .bg {
  position: relative;
  width: 100%;
  height: 50vh; 
}

.slide.slick-slide {
  align-items: flex-start;
  flex-direction: column;
}

.text {
  margin-left: 0px;
  margin-top: 15px;
}

.col .text h4 {
    font-size: 14px;
    max-width: 220px;
}

.slider-nav {
  right: 18px;
  bottom: 20px;
}

button.slick-arrow {
  width: 40px;
  height: 40px;
}
}