/* Andamen Case Study — Figma node 20032:37824 */

.andamenCS-page {
  background: #fff;
  color: #060100;
}

.andamenCS-hero {
  position: relative;
  height: 779px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1d1d1d;
}

.andamenCS-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 53px);
  object-fit: cover;
}

.andamenCS-hero__overlay {
  position: absolute;
  left: -108px;
  right: -108px;
  bottom: 0;
  height: 68%;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 1) 100%);
  opacity: 0.74;
  pointer-events: none;
}

.andamenCS-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 22px 34px;
}

.andamenCS-hero__label {
  font-family: var(--font-n, "Neue Haas Grotesk Display Pro", Arial, sans-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0 0 24px;
}

.andamenCS-hero__title {
  font-family: var(--font-n, "Neue Haas Grotesk Display Pro", Arial, sans-serif);
  font-size: clamp(40px, 5.5vw, 84px);
  font-weight: 500;
  line-height: 0.88;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  max-width: 70%;
}

/* Figma 20288:15803 — collaboration line */
.andamenCS-hero__content-wrap {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
}

.andamenCS-hero__subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 212px;
}

.andamenCS-hero__subtitle {
  font-family: var(--font-n, "Neue Haas Grotesk Display Pro", Arial, sans-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

.andamenCS-hero__subtitle-wrap img {
  display: block;
  width: 108.77px;
  height: auto;
  margin-left: 90px;
}

/* ── Collaboration — Figma 20288:15568 ── */
.andamenCS-collab {
  padding: 120px 20px 100px;
  background: #fff;
}

.andamenCS-collab__inner {
  max-width: 1464px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.andamenCS-collab__group {
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: 351px;
}

.andamenCS-collab__text {
  font-family: var(--font-n, "Neue Haas Grotesk Display Pro", Arial, sans-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #1d1d1d;
  margin: 0;
  text-align: right;
  flex: 0 0 212px;
}

.andamenCS-collab__logo {
  display: block;
  width: 134px;
  height: 76px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0);
}

.andamenCS-page .andamenCS-infoPanel {
  padding: 32px 0 48px;
  max-width: 1464px;
  margin: 0 auto;
}

.andamenCS-page .andamenCS-infoPanel--overview {
  padding-bottom: 80px;
}

.andamenCS-page .andamenCS-infoPanel .listCS {
  padding-right: 24px;
  height: 100%;
}

.andamenCS-page .andamenCS-infoPanel .listCS.first {
  padding-left: 0;
}

.andamenCS-page .andamenCS-infoPanel .listCS.last {
  border-right: none;
  padding-right: 0;
}

.andamenCS-page .andamenCS-infoPanel h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: #060100;
  margin-bottom: 16px;
}

.andamenCS-page .andamenCS-infoPanel .listCS li {
  font-size: 20px;
  line-height: 1.2;
  color: #1d1d1d;
}

.andamenCS-fullImage {
  width: 100%;
}

.andamenCS-fullImage img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.andamenCS-fullVideo {
  width: 100%;
}

.andamenCS-fullVideo video,
.andamenCS-fullVideo img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* Centered video — Figma node video 2 */
.andamenCS-centerVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.andamenCS-centerVideo video {
  width: 100%;
  max-width: 1189px;
  max-height: 670px;
  height: auto;
  border-radius: 17.84px;
  object-fit: cover;
  overflow: hidden;
}

.andamenCS-challenge {
  padding: 0px 0 120px;
  background: #fff;
}

.andamenCS-challenge__inner {
  max-width: 1464px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.andamenCS-challenge__line {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #1d1d1d;
  margin: 0;
}

.andamenCS-challenge__grid {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.andamenCS-challenge__label {
  flex: 0 0 351px;
  max-width: 351px;
  font-family: var(--font-n, "Neue Haas Grotesk Display Pro", Arial, sans-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1d1d1d;
  margin: 0;
}

.andamenCS-challenge__text {
  flex: 1;
  max-width: 1082px;
  font-family: var(--font-n, "Neue Haas Grotesk Display Pro", Arial, sans-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #1d1d1d;
  margin: 0;
}

@media (max-width: 991px) {
  .andamenCS-hero {
    height: min(779px, 88vh);
  }

  .andamenCS-hero__title {
    max-width: 100%;
  }

  .andamenCS-hero__subtitle {
    font-size: 18px;
  }

  .andamenCS-hero__subtitle-wrap {
    max-width: none;
  }

  .andamenCS-hero__subtitle-wrap img {
    width: 88px;
    margin-left: 0;
  }

  .andamenCS-collab {
    padding: 48px 20px;
  }
  .andamenCS-hero__content-wrap {
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}


.andamenCS-page .andamenCS-infoPanel h5 {
  font-size: 20px;
  margin-bottom: 10px !important;
}
.andamenCS-page .andamenCS-infoPanel .listCS li {
  font-size: 16px;
}
  .andamenCS-collab__group {
    align-items: center;
    gap: 12px;
    max-width: none;
  }

  .andamenCS-collab__text {
    flex: none;
    width: auto;
    text-align: center;
    font-size: 18px;
  }

  .andamenCS-collab__logo {
    width: 69px;
    height: auto;
    object-fit: contain;
  }

  .andamenCS-page .andamenCS-infoPanel .listCS {
    border-right: none;
    padding-right: 0;
    padding-bottom: 24px;
  }

  .andamenCS-challenge {
    padding: 48px 0 72px;
  }

  .andamenCS-challenge__grid {
    flex-direction: column;
    gap: 16px;
  }

  .andamenCS-challenge__label {
    flex: none;
    max-width: none;
  }

  .andamenCS-challenge__text {
    font-size: 18px;
  }

  .andamenCS-centerVideo {
    padding: 40px;
    height: 70vh;
}

.pt-5 {
  padding-top: 1rem !important;
}
section.andamenCS-fullImage.floral {
  padding: 20px !important;
}

  .andamenCS-centerVideo video {
    max-height: min(670px, 56vw);
    border-radius: 12px;
  }
}
