.industries-head {
  padding: 7rem 0 4rem;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 0.8s;
}

.industries-section {
  background-color: #0d0d0d;
}

.industries-container {
  padding: 7rem 0 4rem;
}
.industries-container--grid {
  padding: 0 0 3rem;
}
.industries-container--detail {
  padding: 6rem 0;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section-label--dark {
  margin-bottom: 1.25rem;
}
.section-label__line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #b5001e;
}
.section-label--dark .section-label__line {
  width: 1.5rem;
}
.section-label__text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-label--dark .section-label__text {
  font-size: 0.78rem;
}

.industries-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  max-width: 620px;
  margin-bottom: 1.5rem;
}

.industries-desc {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.85;
  max-width: 640px;
}

.industries-group-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.industries-group-label--secondary {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.08);
}

.industry-btn {
  width: 100%;
  display: block;
  border: none;
  cursor: pointer;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  transition: background-color 0.3s;
}
.industry-btn--primary {
  padding: 2rem 0.5rem;
  background-color: #111111;
  font-size: 1.15rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.industry-btn--primary:hover {
  background-color: rgb(32.3, 32.3, 32.3);
}
.industry-btn--secondary {
  padding: 1.5rem;
  background-color: #0d0d0d;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.industry-btn--secondary:hover {
  background-color: rgb(25.75, 25.75, 25.75);
}
.industry-btn--active {
  background-color: #b5001e !important;
  color: #fff !important;
}

.industry-detail {
  background-color: #faf9f7;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
@media (max-width: 991px) {
  .detail-grid {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .detail-grid {
    grid-template-columns: 1fr;
  }
}

.detail-sticky {
  position: sticky;
  top: 7rem;
}
@media (max-width: 767px) {
  .detail-sticky {
    position: static;
    top: auto;
  }
}

.detail-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.2;
  margin-bottom: 2rem;
  max-width: 620px;
}

.detail-desc {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 1.9;
  margin-bottom: 2rem;
}

.detail-services-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: 1rem;
}

.detail-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 576px) {
  .detail-services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.detail-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-services-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.83rem;
  font-weight: 300;
  color: #5a5a5a;
  line-height: 1.6;
}
.detail-services-list__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b5001e;
  margin-top: 6px;
  flex-shrink: 0;
}

.detail-image-wrap {
  position: relative;
  overflow: hidden;
  height: 360px;
  margin-bottom: 1.5rem;
}

.detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(to top, rgba(13, 13, 13, 0.55) 0%, transparent 100%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.detail-image-caption__line {
  width: 1rem;
  height: 1px;
  background-color: #b5001e;
}
.detail-image-caption__text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.industry-panel {
  display: none;
}
.industry-panel--active {
  display: block;
}

.case-study-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  margin-bottom: 1rem;
  transition: box-shadow 0.3s;
}
.case-study-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.case-study-card--open {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.case-study-card--open .case-study-btn__icon {
  transform: rotate(180deg);
}
.case-study-card--open .case-study-body {
  max-height: 100%;
  overflow: auto;
  opacity: 1;
}

.case-study-btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.75rem 2rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 1200px) {
  .case-study-btn {
    padding: 1.25rem;
  }
}
.case-study-btn__body {
  flex: 1 1 0;
}
.case-study-btn__label {
  display: block;
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.case-study-btn__title {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.35;
  margin: 0;
}
.case-study-btn__icon {
  color: #8c8880;
  flex-shrink: 0;
  margin-top: 4px;
  transition: transform 0.3s ease;
}

.case-study-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}
.case-study-body__inner {
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .case-study-body__inner {
    padding: 1.25rem;
  }
}
.case-study-body__block p {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgb(90, 90, 90);
  line-height: 1.9;
  margin-bottom: 1.75rem;
}
.case-study-body__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .case-study-body__grid {
    grid-template-columns: 1fr;
  }
}
.case-study-body__tag {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgb(13, 13, 13);
  letter-spacing: 0.04em;
  margin-bottom: 0.85rem;
}
.case-study-body__list {
  list-style: none;
  padding: 0;
}
.case-study-body__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: rgb(90, 90, 90);
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.case-study-body__list li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b5001e;
  margin-top: 7px;
  flex-shrink: 0;
}
.case-study-body__grid .case-study-body__block:nth-child(2) .case-study-body__list li::before {
  background: rgb(42, 138, 42);
}
.case-study-body__inner > .case-study-body__block:has(.case-study-tech) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.case-study-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.case-study-tech__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.case-study-tech__label {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8c8880;
}
.case-study-tech__value {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #0d0d0d;
}

@keyframes barGrow {
  from {
    height: 0;
  }
}
.cs-left-img {
  margin-top: 2rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  border-radius: 10px;
  transition: max-height 0.5s ease, opacity 0.45s ease;
}
.cs-left-img--visible {
  max-height: 100%;
  opacity: 1;
}
.cs-left-img__img {
  object-fit: cover;
}

/*# sourceMappingURL=industry-solutions.css.map */
