/* CASE SINGLE */

.case-single-page {
  overflow: hidden;
}

/* title area */

.case-single-title-area {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  position: relative;
  background: var(--color-2, #f7f7f7);
}

.case-single-breadcrumbs {
  background: #f2f2f2;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.case-single-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.case-single-breadcrumbs .breadcrumbs-list {
  padding-left: 0;
}

.case-single-title-content {
  display: flex;
  align-items: flex-end;
  min-height: 200px;
  padding: 60px 0 40px;
}

.case-single-title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 80%;
}

/* content */

.case-single-content {
  padding: 56px 0 84px;
}

.case-single-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.case-single-left {
  display: flex;
  flex-direction: column;
}

.case-single-label {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  opacity: 0.5;
  color: #000;
}

.case-single-company {
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #000;
  padding-top: 8px;
}

.case-single-category {
  padding-top: 16px;
}

.case-single-category a,
.case-single-category span {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 47px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}

.case-single-category a:hover {
  background: #010109;
  color: #fff;
}

.case-single-block {
  padding-top: 32px;
}

.case-single-block-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  padding-bottom: 12px;
}

.case-single-block-text,
.case-single-wysiwyg {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}

.case-single-block-text p,
.case-single-wysiwyg p {
  padding-bottom: 12px;
}

.case-single-block-text p:last-child,
.case-single-wysiwyg p:last-child {
  padding-bottom: 0;
}

.case-single-block-text ul,
.case-single-block-text ol,
.case-single-wysiwyg ul,
.case-single-wysiwyg ol {
  padding-bottom: 12px;
}

.case-single-block-text li,
.case-single-wysiwyg li {
  margin-left: 24px;
}

.case-single-wysiwyg h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 16px;
}

.case-single-wysiwyg h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 14px;
}

.case-single-wysiwyg img {
  width: 100%;
  height: auto;
  padding: 12px 0 20px;
}

/* nav */

.case-single-nav {
  display: flex;
  gap: 12px;
  padding-top: 44px;
  flex-wrap: wrap;
}

.case-single-nav-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* image */

.case-single-right {
  position: sticky;
  top: 100px;
}

.case-single-picture {
  display: block;
  width: 100%;
}

.case-single-picture img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .case-single-title-content {
    min-height: 160px;
    padding: 44px 0 32px;
  }

  .case-single-title {
    max-width: 100%;
  }

  .case-single-content {
    padding: 40px 0 64px;
  }

  .case-single-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .case-single-right {
    position: static;
    order: -1;
  }
}

@media (max-width: 767px) {
  .case-single-title-content {
    min-height: 120px;
    padding: 28px 0 24px;
  }

  .case-single-content {
    padding: 32px 0 44px;
  }

  .case-single-block {
    padding-top: 24px;
  }

  .case-single-block-title {
    font-size: 20px;
  }

  .case-single-block-text,
  .case-single-wysiwyg {
    font-size: 16px;
  }

  .case-single-nav {
    padding-top: 32px;
  }

  .case-single-nav-btn {
    font-size: 12px;
    padding: 20px;
    flex: 1 1 auto;
  }
}



/* CTA */

.inner-cta {
  padding: 92px 0;
}

.inner-cta .cta-content {
  width: 100%;
  background: #6c2f16;
  position: relative;
  overflow: hidden;
  max-height: 640px;
}

.cta-bg {
  background: #6c2f16;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cta-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-content {
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
}

.cta-slogan {
  color: #fff;
  font-size: 76px;
  line-height: 1;
  max-width: 1000px;
  text-align: center;
  font-weight: 600;
  z-index: 3;
}

.cta-btn {
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
  z-index: 3;
}

@media (max-width: 1024px) {
  .inner-cta {
    padding: 64px 0;
  }

  .cta-slogan {
    font-size: 64px;
  }

  .cta-content {
    max-height: 50vh;
  }
}

@media (max-width: 820px) {
  .cta-slogan {
    font-size: 54px;
  }

  .inner-cta .cta-content {
    max-height: 480px;
  }
}

@media (max-width: 767px) {
  .inner-cta {
    padding: 44px 0;
  }

  .cta-btn {
    font-size: 12px;
    padding: 20px;
  }

  .inner-cta .cta-content {
    max-height: 300px;
  }

  .cta-content {
    max-height: 50vh;
  }

  .inner-cta .cta-slogan {
    font-size: 32px;
    max-width: 90%;
  }
}

/* --- CTA --- */